/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
html {
    height: 100%;
    width: 100%;
}
.catalog-product-compare-index > div { min-width:600px;}

body          { background:#f2f2f2; font-family:Arial; font-size:0.75em; line-height:1.5em; color:#b2b2b2; text-align:center; min-width:1205px; }
body > .wrapper { position:relative;}
.wrapper-tail{}

img           { border:0; vertical-align:top; }

a             { color:#383737; 	text-decoration:none;}
a:hover       { text-decoration:none; color:#f84904; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; margin-bottom:0px; }
h2            { font-size:18px; font-weight:normal; line-height:1.25;margin-bottom:7px;}
h3            { font-size:16px; font-weight:bold; line-height:1.25; margin-bottom:7px;}
h4            { font-size:14px; font-weight:bold; margin-bottom:7px; }
h5            { font-size:12px; font-weight:bold; margin-bottom:7px;}
h6            { font-size:11px; font-weight:bold; margin-bottom:7px;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; margin-bottom:5px;}
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.tail-top{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-top.png) 0 0 repeat-x;}
.page { width:1024px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; margin:0 auto; background:#fff;}
.page-popup  .ratings .rating-box {float:none; margin:0 auto 10px;}
.main-container {}
.main { margin:0px 0 20px 0; padding:0;}
.main-container-bg {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/main-container-bg.jpg) repeat-x center top #fff; width:100%; padding:32px 0 10px 0;}

/* Base Columns */
.col-left { float:left;width:241px;padding:0; }
.col-main { float:left; width:721px; padding:20px; background:#fff; border:1px solid #ededed; border-radius:4px; }
.clear-col-main.col-main {padding:0; border:0; border-radius:0px; background:none; width:763px;}
.col-right { float:right; width:241px;padding:0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto;  }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fcfcfc; border:1px solid #d4d4d4; }
input.input-text,textarea { padding:3px 2px 4px 2px; }
select { padding:2px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button > span { 
	  float:left; 
	  height:34px;
	  padding:0; 
	  font:normal 12px/31px Arial, Helvetica, sans-serif; 
	  text-align:center;
	  white-space:nowrap; 
	  color:#fff; 
	  border-radius:2px;
	  background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/button-bg.gif) repeat-x center top;
	  
}
button.button span span {padding:0 13px 0 13px; display:block; float:left;}
button.button:hover > span {background-position:center bottom;	}
	
/**********  Button fancybox Product *****************************************/	

.products-grid .grid-inner .fancybox,
.products-list .list-inner .fancybox {
	padding:0 20px 0 20px; 
	height:31px; 
	text-decoration:none; 
	font:normal 12px/31px Arial, Helvetica, sans-serif; 
	white-space:nowrap; 
	color:#fff;
	position:relative;
	top:-120px;
	display:none;
	background:#fa510f;
	z-index:3;
	}
.products-list .list-inner .fancybox { top:-100px; margin-left:-20px;}
.products-list .list-inner {text-align:center;}

.products-grid .grid-inner:hover .fancybox,
.products-list .list-inner:hover .fancybox { display:inline-block;}

.products-grid .grid-inner .fancybox:hover,
.products-list .list-inner .fancybox:hover { background:#828282;}
/*******************************************************/	

/********** Button right Contact Form and Account login home *****************/	

#contactForm .buttons-set button.button > span,
.account-login-home .buttons-set button.button > span { }
#contactForm .buttons-set button.button:hover > span,
.account-login-home .buttons-set button.button:hover > span { }
/*******************************************************/	
	

button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 7px; }
.form-list label { float:left; color:#000000; font-weight:bold; position:relative; z-index:0; display:inline-block; padding-bottom:5px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#f84904; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:360px; }
.form-list input.input-text { width:333px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:132px; }
.form-list .name-middlename input.input-text { width:104px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:318px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
.field.name-suffix{ margin-top:8px;}
.field.name-prefix{ margin-bottom:10px}
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:230px; }

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname { width:210px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:202px; }

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:190px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:35px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:213px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0 5px 0;}

.buttons-set .back-link { float:left; margin-top:5px; }
.buttons-set .back-link a{ color:#000;}
.buttons-set .back-link a:hover{ color:#f84904;}
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 10px; font-size:12px; color:#f84904; }

.buttons-set-order {}

.fieldset > p { margin-bottom:10px; }
.fieldset .legend {font-weight:bold; font-size:12px; text-transform:uppercase; position:relative; padding-bottom:8px; color:#f84904; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:12px; font-size:10px; line-height:13px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/validation_advice_bg.gif) 2px 3px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 20px; }
.messages li li { margin:4px 0 3px; }

div.alert a.alert-link {display:inline-block;}
div.alert a{ font-size:12px; color:#f84904; padding-left:5px; width:100%; height:100%; overflow:hidden;}
div.alert a:hover{ color:#fff;}
div.alert {position:fixed;background:#353535; top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px; color:#FFF; z-index:999; font-size:12px; font-weight:bold; color:#ececec; border-radius:0 0 3px 3px; text-align:center;}

.addthis_button_google_plusone {width:75px  !important;}
.addthis_button_tweet {width:90px  !important;}


div.alert button{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;}
div.alert button:hover{ cursor:pointer; background-position:0 -9px;}

.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:20px 7px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 70px !important; font-size:12px !important; font-weight:bold !important; }
.error-msg ,
.success-msg  {border-color:#ebbcb5;}
.error-msg {  background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_msg-error.gif) left -3px no-repeat #fde4e1; color:#df0505; font-weight:bold;  }
.success-msg { background-color:#f7fde1; background-image:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_msg-success.png); color:#f84904; font-weight:bold; }
.note-msg,
.notice-msg { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_msg-note.gif) 25px 10px no-repeat #fafaec!important; border-color:#fcd344; color:#f84904; font-weight:bold; border-radius:4px;}

/* BreadCrumbs */
.breadcrumbs { padding:0; margin:0 0 16px; overflow:hidden; }
.breadcrumbs li { float:left; }
.breadcrumbs li a {text-decoration:none; color:#7b7b7b;}
.breadcrumbs li span {display:inline-block; text-indent:-77777px; height:13px; width:4px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/breadcrumbs.png) no-repeat left 8px; margin:0 7px 0 5px;}
.breadcrumbs li strong {font-weight:normal; color:#f84904;}

/* Page Heading */
.page-title,
.category-title {padding:0; margin:0 0 15px; }
.category-title {border:0;}

.page-title h1,
.page-title h2 { font-size:28px; color:#434343; line-height:30px; }

.page-title h1 b,
.page-title h2 b {font-weight:normal; color:#f84904;}


.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/******************************************************************************* style all pages ***********************************************************************/
.pager .pages li,
#easyTooltip,
.block-cart-header .subtotal ,
.block-cart .subtotal,
.jspVerticalBar,
.products-grid .grid-inner .fancybox,
.products-list .list-inner .fancybox,
.product-view .product-shop .product-pricing li ,
.cart .totals button.button span,
.catalog-product-compare-index .link-print,
.opc .step-title .number,
.page-sitemap .links a,
.opc .active .step-title .number,
.block-order-return .input-box.btn button.button span span,
.catalog-product-compare-index .buttons-set button.button span span   {border-radius:2px;}

/*********************************/
.toolbar,
.header .form-search .input-text ,
.header .form-search button.button span,
.products-grid li.item ,
.products-list,
.link-extra  {border-radius:3px;}

/********************************/
.block,
.product-view,
.box-up-sell,
.box-up-sell ul li ,
.form-adv-search ,
.contact-left,
#contactForm ,
.cms-about-magento-demo-store .about-col-1,
.cms-about-magento-demo-store .about-col-2,
.cms-about-magento-demo-store .about-col-3,
.custom-servis-ul li,
.page-sitemap .pager,
.radius-cart,
.cart .crosssell,
.cart .shipping,
.cart .totals,
.gift-messages-form ,
.block.block-progress .block-title span,
.block-progress dt,
.opc li.section,
#checkout-review-table-wrapper,
#co-shipping-form,
.opc .active .step-title,
#checkout-step-login .col2-set,
.account-login .new-users ,
#co-billing-form > fieldset,
.account-login .registered-users,
.block-order-return,
.map-popup,
.success-msg   {border-radius:4px;}

/********************************/

/********************************************************************************* End ********************************************************************************/


/* Pager */
.pager { padding:4px 9px 6px 4px; margin:5px 0; text-align:center; }
.pager .amount { float:left; padding-top:2px; }
.pager .amount span{ font-weight:bold; color:#f84904;}
.pager .amount.spinner{ padding-top:13px;}
.pager .amount strong{ font-weight:normal; color:#383737; display:inline-block; padding-top:0px;}
.pager .amount strong span{ font-weight:bold; color:#f84904;}
.pager .limiter { float:right; color:#000000; min-width:110px;  }
.pager .limiter label{color:#000000; display:inline-block; padding-top:2px; padding-right:6px; float:left;}
.pager .limiter .jqTransformSelectWrapper { width:40px!important; text-align: center; padding-right:20px!important;}
.pager .limiter .jqTransformSelectWrapper ul{ width:58px!important;}
.pager .pages { margin:3px 135px 0 135px; }
.pager .pages  strong{ font-weight:normal; color:#000;padding-right:7px;}
.pager .pages ol { display:inline;  }
.pager .pages li { display:inline; border:1px solid #ececec;  padding:1px 0px 1px 0px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-pag.gif) 0 0 repeat-x #fbfbfb; color:#737373; font-size:11px; font-weight:bold; margin-right:3px; }
.pager .pages li span{padding:0px 5px 0px 5px;}
.pager .pages li:hover{border:1px solid #333333; background:#333333; color:#fff; cursor:pointer;}
.pager .pages li:hover a{ color:#fff;}
.pager .pages li a{ text-decoration:none;color:#737373; font-size:11px; font-weight:bold;padding:1px 5px 1px 5px;}
.pager .pages .current { border:1px solid #333333; background:#333333; color:#fff;}
.pager ol > li:first-child > a {text-decoration:none;}
.pager ol > li > a {}

/* Sorter */
.sorter {  padding:7px 9px 3px 9px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .view-mode { float:left; text-indent:-77777px; overflow:hidden; height:24px; width:100px; margin:1px 0 0 0;}
.sorter .view-mode .grid {display:block; float:left; width:25px; height:24px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/grid-list.png) no-repeat left top;}
.sorter .view-mode a.grid {background-position:0 -24px;}
.sorter .view-mode a.grid:hover {background-position:0 top;}
.sorter .list {display:block; float:left; width:25px; height:24px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/grid-list.png) no-repeat right -24px; margin-left:5px; }
.sorter a.list {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/grid-list.png) no-repeat right -24px;}
.sorter strong.list {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/grid-list.png) no-repeat right 0px;}
.sorter a.list:hover {background-position:right 0px;}
.sorter .sort-by { float:right; min-width:152px; }
.sorter .sort-by .jqTransformSelectWrapper{ width:100px!important; }
.sorter .sort-by .jqTransformSelectWrapper span{  padding-left:7px;}
.sorter .sort-by > a{ display:none;}
.sorter .sort-by label{ color:#000; display:inline-block; padding-top:2px; padding-right:6px; float:left;}
.sorter .link-feed {}
#easyTooltip{padding:5px 10px;border:1px solid #f84904;background:#f84904;color:#fff;font-size:12px; text-transform:uppercase;text-transform:none;position:relative;z-index:99;font-weight:normal;}
/* Toolbar */
.toolbar { border:1px solid #ececec; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-toolbar.gif) 0 bottom repeat-x #fff; margin-bottom:20px;}
.toolbar select {text-align:center; min-width:63px;}
.toolbar .pager { padding:4px 9px 6px 19px;}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:12px 20px 12px 20px; border:1px solid #ececec; font-weight:bold; white-space:nowrap; color:#000; }
.data-table td { padding:14px 20px 14px 20px; border:1px solid #ececec; color:#aaaaaa; }
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first { }
.data-table tr.first th.label { }
.data-table tr.last {}
.data-table tr.odd th.label{ }
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; color:#7e7e7e; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; padding-left:12px; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.links li a{ text-decoration:none;}
.links li a:hover{ color:#000;}
.link-cart { font-weight:bold; color:#f84904; }
.link-cart:hover{ color:#000; text-decoration:underline;}
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:19px; height:19px; font-size:0; line-height:0; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px; }
.btn-remove2 { display:block; width:36px; height:38px; font-size:0; line-height:0; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/cart-delete.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2:hover{ background-position:0 -67px!important;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px;}
.btn-remove:hover{ background-position:0 bottom;}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.prod-cart img{ border:1px solid #ededed;}
.prod-cart img:hover{ border:1px solid #92b802;}
.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }
/* ======================================================================================= */

/* Logo ================================================================================ */
.logo { float:left; }
.header .logo { float:left; text-decoration:none !important; margin-left:-5px;  }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
/* Header ================================================================================ */

.header-container {}
.header { padding:0 0 67px 0;position:relative; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/header-bg.gif) repeat-x center bottom #fefefe;}
.header .quick-access{ width:70%; float:right; padding:13px 0 0 0;}
.header .header-row{ background:#565656; padding:5px 0 0 0; margin-bottom:26px;}
.header .welcome-msg { font-size:12px;color:#f84904; float:right; padding:1px 0 0 0; }
.header .welcome-msg a {}
.header .links { float:right; text-align:right; margin-bottom:20px; }
.header .links li {float:left; padding-left:20px;}
.header .links li a {display:inline-block;color:#717171;}
.header .links li a:hover {color:#f84904;}
.header .links  #FME-contact-form{ display:none;}
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete img{ float:left; margin-right:10px; margin-bottom:10px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:20px; border-bottom:1px solid #e9e9e9; cursor:pointer; text-align:left; }
.header .form-search .search-autocomplete li .description{ font-size:12px; padding-top:12px;}
.header .form-search .search-autocomplete li { font-size:12px;}
.header .form-search .search-autocomplete li.suggest{ padding:7px;}
.header .form-search .search-autocomplete li.suggest:hover{  background:#92b802!important;}
.header .form-search .search-autocomplete li .amount-2 { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header-container .top-container { clear:both; text-align:right; }
.header .block-currency {float:left; border:none; margin:0 0 0 30px; padding:0; background:none;}
.header .block-currency .block-content {padding:0; border:0; float:right; clear:right; background:none; margin:0;}
.header  .block-currency .block-title {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	background:none; 
	margin:0px;
	border:0px; 
	padding:0px 10px 0 0; 
	float:left; 
	display:inline-block; 
	}
.header  .block-currency .block-title strong,
.form-language label {	
	font-size:12px;
	line-height:normal; 
	font-weight:normal; 
	padding-top:4px; 
	float:left;
	text-align:right; 
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#fff;
}
.header select {font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:normal; background:#ccc; padding:3px;	border:1px solid #ddd !important;}
.form-language {float:left;}
#search_mini_form {float:right; position:relative; padding:3px 3px 3px 10px; background:#434343; border-radius:6px;}
.header .form-search {overflow:hidden; font-size:16px; line-height:normal;}
.header .form-search .input-text {background:#fff; width:197px; border:0; float:left; font-size:11px; padding:10px; color:#363636;}
.header .form-search button.button {float:right; } 
.header .form-search button.button span {
	display:block; 
	padding:0px; 
	background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-search.gif) 0 0 no-repeat;
	font-family: 'Candal', sans-serif;
	font-size:18px;
	line-height:31px;
	background:#f84904;
	height:34px;
	padding:0 4px;
	margin-left:3px;
	}
.header .form-search button.button:hover span {background:#838383;}
.header .form-search label {
	float:left;
	margin-right:10px; 
	font-family: 'Candal', sans-serif;
	font-size:27px;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	}
#select-form { margin-left:1px;}	

/******** Header select *************/
.header .jqTransformSelectWrapper {width:172px!important; height:24px; z-index:998; background:#f6f6f6; border:0; color:#717171;}
.header .jqTransformSelectWrapper .jqTransformSelectOpen {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/select_right2.png) left top no-repeat;width:24px;height:25px;}
.header .jqTransformSelectWrapper .jqTransformSelectOpen:hover {}
.header .jqTransformSelectWrapper  ul {border:0; top:25px;}
.header .form-language .jqTransformSelectWrapper {width:100px!important;}
.header .form-language .jqTransformSelectWrapper  ul {width:98px !important;}

/****************/

.jqTransformSelectWrapper {
	background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/select_left.png) left top no-repeat;
	color:#7e7e7e;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	height:24px;
	float:left;
	position:relative;
	padding:0;
	z-index: auto!important;
	float:right;
	margin:0 0 0 4px;
	}
.jqTransformSelectWrapper > div {padding-left:0px;}
.jqTransformSelectWrapper > div > span{display: inline-block; margin-top:2px; cursor:pointer; padding-left:5px; width:86% !important;}
.block-currency .jqTransformSelectWrapper > div > span{display:block; margin-top:2px; cursor:pointer; padding-left:5px; height:20px; overflow:hidden;}
.jqTransformSelectWrapper .jqTransformSelectOpen {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/select_right.png) left top no-repeat;width:20px;height:24px;position:absolute;top:0;right:0; cursor:pointer;}
.jqTransformSelectWrapper .jqTransformSelectOpen:hover {background-position:0 bottom;}
.header .jqTransformSelectWrapper  ul {}
.jqTransformSelectWrapper  ul {
	list-style:none !important;
	background:#f4f4f4;
	border:none;
	position:absolute;
	top:24px;
	left:0;
	z-index:11;
	border:1px solid #c8c7c7;
	border-top:none;
	width:99% !important;
	z-index: 11!important;
	padding:5px 0 5px 0;
	}	
.jqTransformSelectWrapper  ul li { padding-left:5px; display:block; line-height:16px; }
.jqTransformSelectWrapper li a { text-decoration:none; display:block; color:#7e7e7e; text-align: left; padding:3px 0 3px 0;}
.jqTransformSelectWrapper  ul li:hover { background:none; }
.jqTransformSelectWrapper  ul li:hover a {color:#000;}       
.jqTransformHidden {display:none !important;}
.jqTransformSelectWrapper .validation-advice{ padding-left:14px; margin-top:10px; margin-bottom:10px; float:right;}



/*************Header Cart **********************/
.header-container .top-container { clear:both; }
.block-cart-header {
	font-size:12px;
	line-height:20px; 
	float:right; 
	background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/block-cart-header.gif) no-repeat 10px 7px #fbfbfb; 
	padding:9px 20px 9px 65px; 
	border-radius:0 0 4px 4px;
	margin:-4px 0 -23px 25px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	min-height:40px;
	}
.block-cart-header .btn-edit {margin-right: 5px;}
.block-cart-header .empty{font-size:12px; font-weight:bold; color:#717171;}
.block-cart-header .empty span {color:#f84904;}
.block-cart-header .btn-remove, .block-cart-header .btn-edit {float: right;}
.cart-inner{position:relative;  z-index:9999;}
.block-cart-header .amount-2 { }
.block-cart-header .amount-2 span {}
.block-cart-header .amount-2 a{ 
font-size:12px; 
font-weight:bold; 
color:#717171;
text-decoration:none;
background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/arrow.png) right  14px  no-repeat;
padding:7px 15px 0 0;
display:block; 
}
.block-cart-header:hover .amount-2 a{ text-decoration:underline; color:#f84904;}
.block-cart-header .amount-2 a:hover .cart-content{ display:block;}
.block-cart-header .cart-content{ position:absolute; left:-175px; top:5px; z-index:9999; width:260px; display:none; }
.block-cart-header h3{ font-size:12px; text-transform:uppercase;color:#333333;}
.cart-indent{ background:#fbfbfb;padding:20px;border-radius:4px;-webkit-box-shadow:0px 0px 6px rgba(48, 50, 50, 0.09);-moz-box-shadow:0px 0px 6px rgba(48, 50, 50, 0.09);box-shadow:0px 0px 6px rgba(48, 50, 50, 0.09);}
.block-cart-header button.button { overflow:visible; width:auto; border:0; background:transparent; cursor:pointer;white-space:nowrap;  }
.block-cart-header button.button span {color:#fff;}
.block-cart-header .actions { text-align:center; padding-top:20px;}
.block-cart-header .mini-products-list li{ clear:both; min-height:85px; margin-left:-20px; margin-right:-20px; padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px; border-bottom:1px solid #E6E6E6;}
.block-cart-header .mini-products-list li.even{ background:#f6f6f6; border-bottom:1px solid #fbfbfb;}
.block-cart-header .mini-products-list li.odd:first-child{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-li-cart.gif) left  top  repeat-x #f8f8f8;}
.block-cart-header .mini-products-list li.odd{ background:#f8f8f8}
.block-cart-header .mini-products-list .product-image {}
.block-cart-header .mini-products-list .product-details {margin-left:98px; text-transform:uppercase;}
.block-cart-header .mini-products-list .product-details a {color:#b2b2b2; text-decoration:none; font-size:12px; margin-top:5px; display: inline-block;}
.block-cart-header .mini-products-list .product-details .btn-edit{ margin-top:4px;}
.block-cart-header .mini-products-list .product-details a:hover {color:#f84904;}
.block-cart-header .mini-products-list .product-details .product-name { line-height:16px; float:none; width:120px; margin:8px 0;}
.block-cart-header .mini-products-list .product-details .product-name a{ text-transform:none;}
.block-cart-header .mini-products-list .product-details strong{ font-weight:normal;}
.block-cart-header .block-subtitle{ padding-bottom:12px; color:#000000;}
.block-cart-header .product-name{ padding-bottom:0px;}
.block-cart-header .price{font-size:12px; color:#000000; font-weight:bold;}
.block-cart-header .subtotal {font-size:12px; color:#333; font-weight:bold; border:1px solid #ededed; padding:5px 8px 5px 8px; margin-bottom:10px;}
.block-cart-header .subtotal .label{ }
.block-cart-header .subtotal .price { float:right;}
.block-cart-header .mini-products-list .product-image:hover {border-color:#f84904} 

/********************Header Cart end ***********************/

/************************************ < Navigation *******************************************************************************************************************************/
.nav-container {margin:-46px 0 -7px; position:relative;}
#nav {
	border-radius:7px; 
	font-size:13px;
	background:#fff; 
	background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/nav-bg.gif) repeat-x center bottom #7f7f7f;
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
	}
/* All Levels */
#nav > li:first-child a{border-radius:7px 0px 0px 7px;}
#nav > li { text-align:left; position:relative; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/nav-border.gif) right center no-repeat; }
#nav li.over { z-index:998; }
#nav li.parent {display:block;}
#nav > li > a { display:block; text-decoration:none; padding:0!important; }
#nav > li > a:hover { text-decoration:none; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-menu-act.gif) left bottom repeat-x #515151;}
#nav > li > a > span { display:block; white-space:nowrap; cursor:pointer;  font-weight:normal; font-size:17px;  padding:14px 20px 19px 20px;  }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:9px 0px; font-weight:bold; color:#fff; display:block; text-decoration:none; }
#nav > li.over > a,
#nav > li.active > a {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-menu-act.gif) left bottom repeat-x #515151; }
#nav > li.over > a span,
#nav > li.active > a span{ }

/* 2nd Level */
#nav li li a:hover,
#nav li li a.over { color:#f84904; }
#nav ul,
#nav div { position:absolute; width:17em; top:51px; left:-10000px; background:#2d2e30;padding:0; }
#nav div ul { position:static; width:auto; border:none;  }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #515050; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:7px 9px 7px 22px; font-weight:normal; color:#8a8989; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/sub-nav-marker.gif) no-repeat 11px 14px; }


/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:222px; top:33px; }
/********** Navigation > */
/* ============================================ Navigation custommen ================================================================================================================ */

#custommenu {position:relative;	z-index:99;	border-radius:7px; background:#fefefe;	}
div.menu {float: left;}
div.menu a{text-decoration:none; color:#504f4f;display:block;  font-weight:bold; font-size:16px; text-transform:uppercase;padding:21px 20px 21px 20px;}
div.menu.act, 
div.menu:hover,
div.menu.active { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-menu-act.gif) left 0 repeat-x #aad702; color:#fff; }
#custommenu .popup-cat-img .img-menu {display:block;}
#custommenu .wp-custom-menu-popup.last .popup-cat-img .img-menu {display:none;}

div.menu.active:first-child,
div.menu:first-child:hover,
div.menu:first-child .parentMenu a.act{border-radius:8px 0 0px 8px;}

div.menu .parentMenu a{ padding-top:22px;}
div.menu.act:first-child {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-menu-act.gif) left 0 repeat-x #aad702; color:#fff; border-radius:8px 0 0px 8px; }
div.menu.act a span,
div.menu:hover a span,
div.menu.active a span { color:#fff;}

#custommenu .wp-custom-menu-popup{padding-right:202px!important;}
#custommenu .img-menu{ background:#fff; border:1px solid #d1d1d1; position:absolute; right:20px; top:20px; display:none; z-index:9999;}
div.wp-custom-menu-popup .column.last .itemMenuName.level1 .img-menu { display:block; z-index:1;}
#custommenu .itemMenuName:hover .img-menu{ display:block;}

#custommenu > div > div{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/border-nav.gif) right 0 no-repeat; }
div.menu.act .parentMenu{}
div.menu:hover .parentMenu{ }

div.wp-custom-menu-popup {	
	position:absolute;
	z-index:100;	
	display: none;	
	background:#f3f3f3;
	text-align:left;	
	border-radius:5px;	
	padding:20px 20px 10px 20px;
	min-height:205px;
}
.itemMenuName.level1{ display:inline-block;}
#custommenu div.wp-custom-menu-popup > div {background:none; }
div.menu, div.wp-custom-menu-popup {}
div.wp-custom-menu-popup a {text-decoration:none; color:#504f4f;display:block; font-weight:normal; font-size:12px;padding:2px 0px 2px 0px; overflow:hidden;}
div.wp-custom-menu-popup .itemMenu span{font-size:14px; text-transform:uppercase; color:#a3ce02;}
div.wp-custom-menu-popup .itemMenu:hover span{ color:#333;}
div.wp-custom-menu-popup .itemSubMenu span{ text-transform:none; font-size:12px;color:#7e7d7d;}
div.wp-custom-menu-popup .itemMenuName:hover span{color:#7e7d7d; font-weight:bold;}
div.wp-custom-menu-popup .column{ margin-right:20px;}
.itemMenuName.level2{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/line-menu.png) 0 top repeat-x; padding:7px 0 5px 0;}
.itemMenuName.level2:first-child{ background:none;}
div.wp-custom-menu-popup a.actParent {color: #4D4D4D;}
div.wp-custom-menu-popup a.act {color: #A52A2A;}
div.column {float:left;width:200px; /* column width */padding:0px;}
div.itemSubMenu {margin-left:0px;}
.clearBoth {clear:both;}


#custommenu div.wp-custom-menu-popup.last { padding-right:20px!important; width:1024px; padding-bottom:17px; left:0;}
.wp-custom-menu-popup .col-1,
.wp-custom-menu-popup .col-2,
.wp-custom-menu-popup .col-3,
.wp-custom-menu-popup .col-4 { width:230px; margin-right:27px; float:left;}
.wp-custom-menu-popup .col-4{ margin-right:0;}
.wp-custom-menu-popup .col4-set h3{ text-transform:uppercase;  font-weight:normal; color:#383737; margin-bottom:15px; font-size:14px;}
/* Show menu */

.col2-set .col-1 {float: left;width:48.5%;}
.col2-set{ width:auto;}
/*========================================================================================== Sidebar =============================================================================== */
/* ================================================================================================================================================================================== */

.block { border:1px solid #ededed; margin:0 0 20px; background:#fff; }
.block a {color:#b2b2b2;}
.block a:hover {color:#383737;}
.block.last_block {margin-bottom:0;}
.block .block-title {padding:16px 20px 5px 20px; }
.block .block-title strong { font-size:18px; color:#383737; line-height:20px; font-weight:normal; }
.block .block-title strong span { }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { text-transform:uppercase; color:#f84904; font-size:12px; font-weight:normal; border-bottom:1px solid #e6e6e6; margin-bottom:15px; padding-bottom:15px; }
.block .block-content { padding:7px 20px 15px; }
.block li.item { padding:15px 0; border-top:1px solid #e6e6e6; }
.block li.item:first-child{ border:none;}
.widget.widget-catalogsale-products .block ol li { padding:20px 0 20px 0;}
.widget.widget-catalogsale-products .price-box.map-info{ padding:10px 0 10px 0;}
.widget.widget-catalogsale-products .price-box.map-info a{ padding-left:0;}
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; padding:15px 0 0 0;}
.block .actions a { float:left; font-weight:bold; color:#888787; display:inline-block; }
.block .actions a:hover{ color:#f84904; text-decoration:underline;}
.block-compare .actions{ padding:20px 0 10px 0;}
.block button.button > span {}
.block button.button:hover > span {}
.block .empty {}

.block li.odd {}
.block li.even {}
.sidebar-indent {margin-top:44px;}

/******************************************************************************** Mini Products List ******************************************************************************/
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:84px;border:1px solid #ededed; background:#fff; }
.mini-products-list .product-image:hover{ border:1px solid #f84904;}
.mini-products-list .product-details { margin-left:100px; margin-top:-3px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name{ padding-bottom:10px; width:62px;}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account ul li{ padding-bottom:5px;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/******************************************************************************** Block: Layered Navigation ************************************************************************/
.block-layered-nav { }
.block-layered-nav dt { font-weight:bold; color:#000000; }
.block-layered-nav dd ol{ padding:10px 0 10px 20px; border-bottom:1px solid #e6e6e6; margin-bottom:18px;}
.block-layered-nav dd.last ol{ border:none; margin-bottom:0; padding-bottom:20px;}
.block-layered-nav dd li a{ text-decoration:none; }
.block-layered-nav dd li a:hover{ }
.block-layered-nav dd li {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/block-layered-nav-marker.png) 0 6px no-repeat; padding-left:13px; margin-bottom:6px;}
.block-layered-nav dd ol li {color:#f84904;}
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:right; margin:0px 3px 0 2px; }
.block-layered-nav .block-subtitle {}
.block-layered-nav .block-content .actions a{ color:#363636; text-decoration:none;}
.block-layered-nav .block-content .actions a:hover{ color:#f84904;}
.block-layered-nav .block-content .actions{ padding-top:5px; padding-bottom:10px;}

/*********************************************************************** Block: Spacials *********************************************************************************************/
.widget-catalogsale-products {}
.widget-catalogsale-products .price-box .price-label {display:none;}

#product_tabs_review_tabbed_contents #review-form h3 span{ color:#f84904;}

/************************************************************************************ Block: Cart ***********************************************************************************/

.block-cart {}
.block-cart .block-title {}
.block-cart .block-content li.item.last {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal {background:#fbfbfb; border:1px solid #ededed; padding:5px 9px 6px 9px; }
.block-cart .subtotal .price{ float:right; font-weight:bold; color:#000;}
.block-cart .subtotal .label{ color:#b2b2b2;}
.block-cart .amount-2{ color:#000000; padding-bottom:17px;}
.block-cart .amount-2 a{ text-decoration:none; font-weight:bold; color:#f84904;}
.block-cart .amount-2 a:hover{ color:#000000;}
.block-cart .btn-edit{ margin-top:3px; margin-right:5px; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; display:none; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.block-cart .actions {margin-bottom:19px; padding-top:20px;}
.block-cart .product-details {color:#b2b2b2; text-transform:uppercase;}
.block-cart .product-details strong{ font-weight:normal; padding:0 0 0 3px;}


.block-cart .product-details .price,
.block-related .regular-price .price {color:#000000; font-size:12px;font-weight:bold;}

.block-cart .product-name a,
.block-related .product-name a { text-decoration:none;line-height:18px; text-transform:none; display:inline-block;}
.block-cart .product-name a:hover,
.block-related .product-name a:hover { }

/**************************************************************************** Block: Wishlist ******************************************************************************************/
.block-wishlist {}
.block-wishlist .btn-remove{ margin-left:7px;}
.block-wishlist .product-name a { text-decoration:none; color:#b2b2b2;}
.block-wishlist .product-name a:hover{ color:#000;}
.block-wishlist .block-title small{ color:#fba00b;}
.block-wishlist .regular-price .price { font-size:12px; font-weight:bold; color:#000; float:none;}
.block-wishlist .price-box { width:100%; display:block; float:none; padding-bottom:7px;}
.block-wishlist .link-cart{ display:block;}
.block-wishlist .block-content li.item {padding:20px 0 20px 0;}
.block-wishlist .block-content li.item.last{}
.block-wishlist .product-name{ padding-bottom:5px;}
.block-wishlist .actions a{ font-weight:bold; color:#888787; text-decoration:underline; padding-right:13px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-link.png) right 7px no-repeat;}
.block-wishlist .actions a:hover{ text-decoration:underline; color:#f84904;}
.block-wishlist .actions { padding-bottom:5px;}

/********************************************************************************** Block: Related **********************************************************************************/
.product-image {display:inline-block;}
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox {  margin-right:12px; margin-top:8px; float:left;}
.block-related .product {overflow:hidden; margin-bottom:10px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:100px; }
.rel-label{ font-size:12px; color:#333; padding-top:6px; display:inline-block;}
.block-related .link-wishlist{ font-size:12px; font-weight:bold; color:#f84904;}
.block-related .link-wishlist:hover{ text-decoration:underline; color:#000;}
.block-related .block-content li.item {padding:20px 0;}
.block-related .block-content li.item:first-child{ padding-top:0;}
.block-related .block-content li.item.last{ padding-bottom:10px;}
.block-related .product-name{ padding-bottom:6px;}

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.ajax-index-options .product-options-bottom{  }
.ajax-index-options .product-options{}
.ajax-index-options .validation-advice{ padding-left:14px!important; float:right; margin-top:10px;}
#customer-reviews{ margin-bottom:10px;}
#customer-reviews > ol > li {margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #E6E6E6;}
.ajax-index-options .product-view #ajax_loader{ float:right; margin-top:11px;}
.ajax-index-options .product-view .product-shop{ width:800px;}
.ajax-index-options .add-to-cart button.button {float:right;margin-left: 5px;}
.ajax-index-options .zoom-inner {height: 300px; float:left; margin-bottom: 10px;position: relative;width: 300px;}
.ajax-index-options .product-view {border:none; border-radius:none;margin-bottom: 20px;padding:40px 30px 30px;}
.ajax-index-options .product-view .product-image{ border:1px solid #ededed; width:300px; height:300px;}
.fancy-right{float: right;margin-right: 70px;width: 410px;}
.ajax-index-options	.add-to-box{width: 394px;}
.ajax-index-options	.video{ width:679px; height:360px; background:#363636; margin-bottom:20px; margin-top:10px; padding:20px; float:left;}
.ajax-index-options .video iframe{ margin-left:25px;}
.ajax-index-options .video p{ color:#f84904; margin-bottom:30px;}
.ajax-index-options .video p span{ color:#fff; font-weight:bold;}
.ajax-index-options .product-view .product-img-box{ width:305px; }
.ajax-index-options .share{ padding:15px 0 10px; margin-bottom:15px; border-bottom:1px solid #e6e6e6; }
.ajax-index-options .price-box.map-info a{ display:none}
.ajax-index-options  .product-shop .availability {color:#f84904;display:inline-block;font-size:12px;font-weight:bold;padding-top:0px!important;margin-top:-3px;}
.ajax-index-options .product-view .product-shop .price-box.map-info {display:inline-block;float:left;margin:0px 0 10px;width:150px;}
.ajax-index-options .product-view .product-shop .price-box.map-info > span {display:block !important;}
.ajax-index-options .product-shop .product-options-bottom .price-box .price-label {float:left; padding-right:4px;}
.ajax-index-options .product-shop .product-options-bottom .price-box .price {font-size:15px; padding:0; display:inline-block; font-weight:bold;}
.ajax-index-options .product-view .product-shop .price-box {margin:0 10px 0 0 !important; min-width:150px;}
.ajax-index-options .product-view .std {border-bottom:1px solid #E6E6E6; padding-bottom:15px;}
.ajax-index-options .product-view .zoom-img {display:none;}

.jspContainer{overflow:hidden;position:relative;}
.jspPane{position: absolute;}
.jspVerticalBar{position: absolute;top: 0;right: 0;width:16px;height: 100%;background:#fbfbfb;border:1px solid #ededed;}
.scroll-pane {max-height:475px;overflow:auto;}
.jspVerticalBar *,
.jspHorizontalBar *{margin: 0;padding: 0;}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{position: relative; margin-top:-1px;}
.jspDrag{position: relative;top: 0;left: 0;cursor: pointer; border-bottom:1px solid #ededed; border-top:1px solid #ededed;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/drag.gif) center center no-repeat #fdfdfd;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{float: left;height: 100%;}
.jspArrow{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/scroll-top.gif) no-repeat left top;text-indent: -20000px;display: block;cursor: pointer;}
.jspArrow.jspArrowUp{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/scroll-top.gif) no-repeat left top;}
.jspArrow.jspArrowUp.jspDisabled{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/scroll-top.gif) no-repeat left top;}
.jspArrow.jspArrowDown{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/scroll-down.gif) no-repeat left top; height:17px!important; margin-left:-1px!important;}
.jspArrow.jspArrowDown.jspDisabled{}
.jspArrow.jspDisabled{cursor: default;}
.jspVerticalBar .jspArrow{height: 17px;}
.jspHorizontalBar .jspArrow{width: 21px;float: left;height:18px;position:relative;top:1px;}
.jspHorizontalBar .jspArrowLeft {left:1px;}
.jspHorizontalBar .jspArrowRight {right:1px;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{background: #eeeef4;float: left;height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}
/******************************************************************* Block: Compare Products ******************************************************************************************/

.block-compare {}
.block-compare li.item {}
.block-compare .block-content {padding:12px 20px 10px;}
.block-compare .btn-remove{ margin-top:4px; margin-left:10px;}
.block-compare #compare-items{}
.block-compare .block-title small{ display:none;}
.block-compare .product-name a { text-decoration:none;}
.block-compare .product-name a:hover{}


/********************************************************************* Block: Recently Viewed *************************************************************************************/
.block-viewed {}
.block-viewed li a,
.block-compared li a { text-decoration:none;  display:inline-block;}

/********************************************************************* Block: Recently Compared ***********************************************************************************/
.block-compared { }
#co-payment-form{ width:100px;}
#co-payment-form .sp-methods .form-list .v-fix:first-child {margin-right:15px;}

/********************************************************************* Block: Poll **************************************************************************************************/
.block-poll {}
.block-poll .block-title strong span{ }
.block-poll .block-subtitle{}
.block-poll label { color:#b2b2b2; line-height:18px;}
.block-poll input.radio { float:left; margin:2px 0 0 0; }
.block-poll .label { display:block; margin-left:32px; }
.block-poll li { padding:3px 0px 9px 0; }
.block-poll .actions { margin:0px 0 0; text-align:left; padding-top:10px; padding-bottom:10px; }
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:150px; color:#b2b2b2;}
.block-poll .votes{font-weight:normal; float:right; width:70px; margin-top:-17px; text-align:right; color:#f84904;}

/************************************************************************ Block: Tags **************************************************************************************************/
.block-tags{ }
.block-tags ul,
.block-tags li { display:inline; }
.block-tags li a{  text-decoration:none;}
.block-tags li a:hover{}
.block-tags .actions a {  padding-right:13px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-link.png) right 7px no-repeat;}
.block-tags .actions a:hover{ }
.block-tags .actions { padding-bottom:5px;}
.product-tags li{ float:left; margin-right:7px;}
#addTagForm{ overflow:hidden;}
/* Block: Tags */


/************************************************************************* Block: Subscribe ****************************************************************************************/
.block-subscribe {}
.block-subscribe .form-subscribe-header {display:none;}
.block-subscribe label {display:block; margin-bottom:5px;}
.block-subscribe #newsletter {width:188px; padding:5px;}

/************************************************************************ Block: Reorder *******************************************************************************************/
.block-reorder {}
.block-reorder .block-subtitle {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .product-name a{ text-decoration:none; color:#b2b2b2;}
.block-reorder .product-name a:hover{ color:#000;}
.block-reorder .actions a{ font-weight:bold; text-decoration:underline; padding-right:13px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-link.png) right 7px no-repeat;}
.block-reorder .actions a:hover{ text-decoration:underline; color:#f84904;}
.block-reorder .actions { padding-bottom:5px;}

/*********************************************************************** Block: Banner *********************************************************************************************/
.block-banner {}
.block-banner .block-content { text-align:center; padding:0; border:0; }

/************************************************************************ Block: Login *********************************************************************************************/
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/************************************************************************* Paypal **************************************************************************************************/
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; overflow:hidden;}
.sidebar .paypal-logo a { float:none; }
/*========================================================================================== End Sidebar ============================================================================ */
/* ================================================================================================================================================================================== */



/* Category Page ========================================================================= */
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/****************************************************************************************** View Type: Grid ***************************************************************************/
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:763px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

.products-grid {position:relative; }
.price-box.map-info a{ text-decoration:none; padding-left:4px; color:#f84904; }
.price-box.map-info a:hover{ color:#000;}
.products-grid.last { border-bottom:0; }
.products-grid li.item:hover{
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 9px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 9px rgba(50, 50, 50, 0.1);
}
.products-grid li.item { float:left; width:203px; padding:16px 11px 0px 11px; border:1px solid #ededed; margin-bottom:20px; margin-right:20px; background:#fff; }
.products-grid li.last{ margin-right:0;}
.products-grid .product-image,
.products-grid .grid-inner { display:block; width:203px; height:203px; margin:0; text-align:center; }
.products-grid .grid-inner { position:relative; }
.height-product1 {overflow:hidden;}
.products-grid .price-box { margin:5px 0 8px 0; width:100%;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { margin:0; padding-top:11px; overflow:hidden; position:relative; padding-bottom:10px;}
.products-grid .actions > span{ position:absolute; left:0; bottom:-3px;}
.products-grid .desc.std strong{ color:#f84904;}
.products-grid .desc.std{ overflow:hidden;  padding:0 0 5px 0;}
.product-box-2{background:#fdfdfd; padding:16px 18px 0px 18px; margin:0 -18px; overflow:hidden; position:relative; border-top:1px solid #ededed; border-radius:0 0 4px 4px; }
.product-box-2 > span {  position:absolute; left:18px; bottom:-3px;}
.products-grid .ratings .amount { float:right; padding-top:4px;}
.products-grid .ratings .amount a{ text-decoration:none; color:#383737;}
.products-grid .ratings .amount a:hover{ color:#f84904;}
.products-grid .minimal-price-link { float:right; padding-top:1px; text-decoration:none;}
.products-grid .minimal-price-link span{ font-size:10px; display:inline-block; text-decoration:none;}
.products-grid .no-rating a{text-decoration:none; color:#383737; padding-top:0px; display:inline-block;}
.products-grid .no-rating a:hover{ color:#f84904;}
.products-grid .no-rating{ padding-top:8px; margin-bottom:7px}
.products-grid .add-to-links li{ float:left;}
.products-grid .add-to-links li:first-child{ margin-right:10px;}
.products-grid button.button{ float:left; margin-right:9px; margin-bottom:8px;}
.add-to-links{ width:57px; float:left; padding:9px 0 0 15px;}

.products-grid .product-image span,
.products-list .product-image span {z-index:1; position:relative; display:block;}
.products-grid .product-image em,
.products-list .product-image em {z-index:2;  position:relative; margin-top:-203px; display:block; background:#fff;  }
.products-grid .product-image,
.products-list .product-image{overflow:hidden;}


/******* Type: List and Grid ********/
.products-grid .product-name ,
.products-list .product-name { margin:0 0 5px 0;  }

.products-grid .product-name a,
.products-list .product-name a { font-size:12px; text-transform:uppercase; color:#2f2f2f; font-weight:bold; text-decoration:none; display:inline-block;}
.products-grid .product-name a:hover,
.products-list .product-name a:hover{ color:#f84904;}

.products-grid .add-to-links .link-wishlist,
.products-list .add-to-links .link-wishlist {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/link-wishlist.png) 0 0 no-repeat; width:16px; height:14px; text-indent:-9999px; display:inline-block;}
.products-grid .add-to-links .link-compare,
.products-list .add-to-links .link-compare{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/link-compare.png) 0 0 no-repeat; width:16px; height:14px; text-indent:-9999px; display:inline-block;}

/********************************************************************************************** View Type: List *******************************************************************************************/
.products-list { margin-bottom:20px;}
.products-list li.item { border:1px solid #ededed; padding:20px; margin-bottom:20px; background:#fff; border-radius:4px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image,
.products-list .list-inner { float:left; width:170px; height:170px; }
.products-list .list-inner{ position:relative; margin:0 0 10px; }
.products-list .product-shop { margin-left:190px; }
.products-list .product-shop .button{ float:left; margin-right:10px;}
.products-list .product-name { margin:0 0 5px;}
.products-list .price-box {margin:5px 13px 16px 0; overflow:hidden; float:left; min-width:200px; }
.products-list .price-box .regular-price{ float:left; padding-right:12px;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:10px 0 0; margin:0 0 15px; line-height:18px; font-size:12px;  }
.products-list .desc > p{ float:left;}
.products-list .desc > p strong{ color:#f84904;}
.products-list .desc .link-learn { font-size:12px; font-weight:bold; color:#888787; text-decoration:underline;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-link.png) right 6px no-repeat; padding-right:12px;}
.products-list .desc .link-learn:hover{ color:#f84904;}
.products-list .add-to-links {width:82px; float:left; height:31px; }
.products-list .f-fix{ padding-bottom:30px; position:relative;}
.products-list .f-fix > span{left: 0;   position: absolute;   bottom:0px;}
.products-list .list-btn { display:inline-block; float:left;}
.products-list .add-to-links .separator{ display:none;}
.products-list .add-to-links li { display:inline; width:31px; margin-right:7px;  }
.list-reviews{ float:right; width:285px; text-align:right;}
.row-list{ width:100%; position:relative;}
.row-list > span{ position:absolute; left:0px; top:40px;}
.products-list .no-rating{ text-align:right; padding-top:6px;}
.products-list .no-rating a{ text-decoration:none; color:#383737;}
.products-list .no-rating a:hover{color:#f84904;}
/* ======================================================================================= */


/******************************************************************************** Product View ========================================================================== */
/****************************************** Rating *****************************/
.no-rating { margin:0 0 10px 0; }

.ratings { font-size:11px; line-height:1.25; margin:5px 0 7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; padding-top:3px; }
.ratings .rating-links a{text-decoration:none; color:#383737;}
.ratings .rating-links a:hover{color:#f84904;}
.ratings .rating-links a:first-child { text-decoration:none; color:#383737;}
.ratings .rating-links a:first-child:hover{ color:#f84904;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:110px; height:17px; font-size:0; line-height:0; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:17px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; }
.ratings .amount {}
.email-friend.left{ float:left;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.review-product-list .col-main .ratings-table th, 
.review-product-list .col-main .ratings-table td {border:1px solid #DDDDDD; padding:7px;}
.review-product-list .col-main .ratings-table {margin:10px 0;}
#block-related{ padding-right:17px;}
#block-related .price-box.map-info{ display:none;}
/*************************************** Availability *******************************/
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {margin-bottom:5px;}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; font-size:22px; color:#f84904;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; font-weight:bold; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; color:#f84904; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }

.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:10px; padding-top:7px; color:#000; }
.add-to-cart .qty { float:left; border:1px solid #d4d4d4; font-size:12px; color:#7e7e7e; text-align:center; background:#fcfcfc; padding:4px 7px 4px 7px; margin-top:4px; margin-bottom:20px; }
.add-to-cart button.button { float:right; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 46px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; display:none; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; width:100%; position:relative; }
.add-to-box .add-to-cart #ajax_loader{ position:absolute; bottom:-22px; right:0;}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view { padding:20px; margin-bottom:20px;}
.product-view .product-name h1{ font-size:20px; font-weight:bold; color:#2f2f2f; line-height:28px;}
.catalog-product-view .breadcrumbs{ margin-bottom:28px;}
.catalog-product-view .col-right{ padding-top:0;}
.product-view h2 {font-size:12px; text-transform:uppercase; font-weight:bold; margin-bottom:10px;}
.tt{ display:block;}
.zoom-img{ width:31px; height:31px; overflow:hidden;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/zoom.gif) 0 0 no-repeat; position:absolute; right:6px; bottom:6px; z-index:99}
.zoom-img img{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.ie-9 .zoom-img {display:none;}

.zoom-inner{ width:300px; margin-bottom:10px; height:300px; position:relative;}
.more-views h2{ display:none;}
/*** Product Collateral **/
.product-essential {margin-bottom:0px; padding-bottom:25px;}
.product-view .product-essential .product-shop .nobr {margin-bottom:5px; display:inline-block;}
.product-collateral #customer-reviews dl dt {margin-bottom:5px;}
.product-collateral #customer-reviews dl dd {margin-bottom:30px;}
.product-collateral #customer-reviews dl dd.last {margin-bottom:0;}
.product-collateral #customer-reviews .pager {margin-bottom:10px;}
.product-collateral #customer-reviews #product-review-table span.nobr {display:block; padding:0 5px;}
.product-collateral #customer-reviews #product-review-table .value {text-align:center;}
.product-collateral #customer-reviews #product-review-table {margin-bottom:20px;}
#customer-reviews .form-list label.required {margin-bottom:5px;}
#customer-reviews .form-list textarea {min-width:332px; max-width:332px;}
.product-collateral .box-collateral { margin:0 0 0px; }

.product-view .product-img-box .more-views li { float:left; border:1px solid #9fe5dc; margin:0 0px 0px 29px ; }

/* Product Images */
.product-view .product-img-box { float:left; width:300px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ededed; }
.product-view .product-img-box .product-image-zoom { position:relative; width:298px; height:298px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; width:298px!important; height:298px!important; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views li { float:left; border:1px solid #ededed; margin:0 0 10px 10px ; }
.product-view .product-img-box .more-views li:first-child,
.product-view .product-img-box .more-views li.item-4 {margin-left:0;}
.product-view .product-img-box .more-views li a {}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}


/* Product Shop */
.product-view .product-shop { float:right; width:362px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description h2 { display:none;}
.product-view .short-description .std{ font-size:12px; color:#7f7f7f; line-height:18px;}
.product-view .product-shop .product-pricing {margin-bottom:15px; margin-top:10px; overflow:hidden;}
.product-view .product-shop .product-pricing li {background:#f4f4f4; float:left; clear:left; line-height:22px; padding:0 13px; font-size:11px; margin-bottom:3px; }
.product-view .product-shop .product-pricing li .benefit {}
.product-view .product-shop .price-box {display:inline-block; padding-top:7px; float:left; margin-right:15px; min-width:78px; }
.product-view .product-shop .availability {display:inline-block; font-size:12px; font-weight:bold; color:#f84904; padding-top:12px;}
.product-view .product-shop .availability span{font-size:12px; font-weight:bold; color:#f84904;}
.product-view .product-shop .add-to-box {padding:14px 0 0 0;}
.product-view .product-shop .add-to-box .add-to-links{ border-bottom:1px solid #e6e6e6; padding-bottom:15px;}
.product-view .product-shop .add-to-box label {font-size:11px; }
.product-view .product-shop .add-to-links {margin-top:20px; width:100%; border-top:1px solid #e6e6e6; padding-top:15px; }
.product-view .product-shop .add-to-links li a.link-wishlist { color:#888787; padding-left:22px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/wislish.png) left 0px no-repeat; }
.product-view .product-shop .add-to-links li a.link-compare { color:#888787; padding-left:22px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/compare.png) left 0px no-repeat; }
.product-view .product-shop .add-to-links li a.link-wishlist:hover,
.product-view .product-shop .add-to-links li a.link-compare:hover{ color:#f84904;}
.product-view .product-shop .add-to-links li { float:left;}
.product-view .product-shop .add-to-links li span img{ float:right; margin-left:10px; margin-top:4px;}
.product-view .product-shop .add-to-links li:first-child{ margin-right:28px;}
.add-to-box  .or{ display:none;}
.row-product{ border-bottom:1px solid #e6e6e6; padding-top:15px; padding-bottom:10px; overflow:hidden; width:100%; margin-bottom:20px;}
.row-product .no-rating{float:left; margin-right:42px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-reviews.png) left 4px no-repeat; padding-left:22px;}
.row-product .no-rating a{ text-decoration:underline; color:#f84904;}
.row-product .no-rating a:hover{ text-decoration:underline; color:#333;}
.row-product .email-friend {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-email.gif) left 4px no-repeat; padding-left:27px; float:right;}
.row-product .email-friend a{ text-decoration:underline; color:#f84904;}
.row-product .email-friend a:hover{ text-decoration:underline; color:#333;}
/* Product Options */
.product-options { padding:15px 10px 40px 18px; margin:16px 0 0; border-left:1px solid #ececec;border-top:1px solid #ececec;border-right:1px solid #ececec;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-box-prod.gif) left top repeat-x #fdfdfd; }
.product-options dl dt{ display:block;}
.product-options dt label { font-weight:bold; display:inline-block; color:#000000; padding-bottom:5px; }
.product-options dt label em { float:right; color:#f84904;}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0px 0 5px 0; display:block; width:100%; float:left;}
.product-options dl.last dd.last {}
.product-options .input-box {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left;  margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:12px 0 0; overflow:hidden; width:100%; text-align:left; font-size:12px; color:#f84904; }
.product-options .jqTransformSelectWrapper{ margin-left:0; width:324px!important;}
.product-options .jqTransformSelectWrapper ul{ width:322px!important; max-height:140px; overflow:auto;}

.product-options-bottom #ajax_loader{ position:absolute; top:57px; right:20px;}
.product-options-bottom { padding:22px 20px 10px 20px; border:1px solid #ececec; border-top:0;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-prod-box-2.gif) left top repeat-x #fbfbfb; position:relative; }
.product-options-bottom .price-box {float:left; margin:0 25px 0 0 !important;}
.product-options-bottom .old-price .price {display:block;}
.product-options-bottom .price-box.map-info a {float:left; clear:left; padding:0 !important; margin-bottom:3px;}
.product-options-bottom .add-to-cart {float:left; width:100%; margin-bottom:10px;}
.product-options-bottom  .add-to-links {clear:left; margin:0px !important; padding:15px 0 0 0; }

/* Grouped Product */
.product-view .grouped-items-table {}
.product-view{ position:relative;}
.messege-product{ background:#FAFAEC; border:1px solid #FCD344;
    border-radius: 0 0 3px 3px;
    color:#f84904;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -220px;
    padding:9px 60px 9px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 999; display:none;}
.messege-product.none-messege{ display:block;}
.messege-product button:hover{ background-position:0 -9px; cursor:pointer;}
.messege-product button {
    background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/remove-popup-2.png) no-repeat  0 0;
    border: medium none;
    height: 9px;
    position: absolute;
    right: 20px;
    top:12px;
    width: 9px;
    z-index: 9999;
}
/* Block: Description */
.product-view .box-description {border-bottom:1px solid #ededed; margin-bottom:28px; padding-bottom:41px;}

/* Block: Additional */
.product-view .box-additional {}
.product-view .box-additional .data-table td.label, 
.product-view .box-additional .data-table th.label {padding-left:10px;}

/* Block: Upsell */
.box-up-sell { border:1px solid #ededed; padding:20px; background:#fbfbfb; overflow:hidden;}
.box-up-sell h2{ font-weight:normal; font-size:14px; text-transform:uppercase; color:#383737;  margin-bottom:20px;}
.box-up-sell .product-name{ padding-top:12px;}
.box-up-sell .no-rating{ width:100%; overflow:hidden;}
.box-up-sell .price-from{ float:left; margin-right:10px; color:#f84904;}
.box-up-sell .price-to{color:#f84904;}
.box-up-sell .no-rating a{ display:block;}
.box-up-sell .product-name a{ text-decoration:none; font-weight:bold; color:#2f2f2f; text-transform:uppercase;}
.box-up-sell .product-name a:hover{ color:#f84904;}
.box-up-sell ul{ margin-left:0px;}
.products-ups.jcarousel-list  .last {margin-right:11px;}
.box-up-sell ul li{ float:left; width:184px!important; border:1px solid #ededed; background:#fff; margin-right:11px; padding:16px;}
.box-up-sell ul li.last {margin-right:0;}
.box-up-sell ul li .no-rating{ margin-bottom:0; margin-top:0px; }
.box-up-sell .price-box{ margin-bottom:7px;display:block; overflow:hidden;} 
.box-up-sell .price-box .minimal-price span{ color:#f84904; font-size:15px; font-weight:normal;}
.box-up-sell ul li .no-rating a{ color:#333;}
.box-up-sell ul li .no-rating a:hover{ color:#f84904;}
.box-up-sell ul li:first-child{ margin-left:0}
.box-up-sell .products-grid td { width:25%; }
.box-up-sell .rating-box {float:none; margin:0 0 5px;}
.box-up-sell .box-tags .product-tags {overflow:hidden; margin-bottom:25px;}
.box-up-sell .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;}
.box-up-sell .box-tags .product-tags li.first {padding-left:0px;}
.box-up-sell .box-tags .product-tags li.last {background:none;}

.box-up-sell .jcarousel-clip {overflow:hidden;width:680px;}
.box-up-sell .jcarousel-prev {display:block;position:absolute;height:31px;width:31px;right:56px;top:20px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/upsell-btn.gif) left top no-repeat;cursor:pointer;}
.box-up-sell .jcarousel-prev:hover { background-position:0 -31px; }
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled {cursor:default;}
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled:hover {cursor:default;background-position:0 0px;}
.box-up-sell .jcarousel-next {display:block;position:absolute;height:31px;width:31px;right:20px;top:20px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/upsell-btn.gif) right top no-repeat;cursor:pointer;}
.box-up-sell .jcarousel-next:hover { background-position:right -31px;}
.box-up-sell .jcarousel-next.jcarousel-next-disabled {cursor:default;}
.box-up-sell .jcarousel-next.jcarousel-next-disabled:hover{cursor:default;background-position:right 0px;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h2 {margin-bottom:22px;}
.product-view .box-tags h3 {font-size:10px; line-height:normal; margin-bottom:12px;}
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; color:#7d7d7d; margin-bottom:15px; clear:both; padding-top:10px; }
.tags-list{ padding-top:10px;}
.my-tag-edit .btn-remove{ float:right; margin-left:10px;}
.my-tag-edit{ display:inline-block;}
#my-tags-table .add-to-links{ margin-top:10px;}
.product-view .box-tags .form-add .input-box {  width:600px; padding-left:32px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tag.png) left top no-repeat;}
.product-view .box-tags .form-add input.input-text {width:600px;border:1px solid #d4d4d4; background:#fcfcfc; }
.product-view .box-tags .form-add p { clear:both; }
.box-collateral.box-tags .note{ color:#f84904; margin-bottom:15px;}

.video{ width:684px; height:409px; background:#363636; margin:20px 0; padding:20px 0 0 0;}
.video iframe{ width:683px; height:375px; }
.video p{ color:#f84904; margin-bottom:15px; text-align:center;}
.video p span{ color:#fff; font-weight:bold;}
/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button.button {margin-left:10px;}
#product_sendtofriend_form #sender_message{ width:756px; margin-bottom:20px;}
#product_sendtofriend_form .buttons-set{ padding-top:15px;}
#product_sendtofriend_form .form-list .field {float: left;width: 361px;}
#product_sendtofriend_form .form-list .additional-row > div{width:380px;}
#product_sendtofriend_form .form-list .fields .field:first-child {float: left;width:402px;}
#product_sendtofriend_form .form-list .fields .field:first-child input.input-text {width: 373px;}
#product_sendtofriend_form  .form-list .fields .field input.input-text{width: 354px;}
#product_sendtofriend_form  .buttons-set {text-align:center;}
/* ======================================================================================= */



/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; font-size:15px; line-height:normal; margin-right:10px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {margin-bottom:5px;}
.advanced-search-summary {margin-bottom:15px;}
.advanced-search .form-list label {float:none;}
.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%;}
.form-adv-search{ border:1px solid #ececec; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/bg-adv-search.gif) left  bottom no-repeat #fff; padding:11px 20px 20px 20px}
.form-adv-search .fieldset{ border:none; background:none; margin:0; padding:0 0 0 0;}
.form-adv-search .fieldset h2{ font-size:12px; text-transform:uppercase; color:#f84904; padding:8px 0 5px 0;}
.form-adv-search .page-title{ border-bottom:1px solid #e6e6e6; padding-bottom:9px;}
.form-adv-search .fieldset .form-list input.input-text {width:495px;}
.form-adv-search .fieldset .form-list .input-range input.input-text {width:100px!important;}
.input-range small{ color:#b1b1b1;}
.form-adv-search select.multiselect option {border-bottom:none;padding:2px 5px; color:#7e7e7e; padding-top:1px; padding-bottom:1px;}
.form-adv-search .multiselect{ padding:5px; height:94px;}
.form-adv-search .buttons-set{ padding:12px 0 0 0; margin-top:0}
.form-adv-search .buttons-set button.button { float:left;}
.form-adv-search .form-list select {width:500px;}


/************************************************************************** CMS Home Page ***************************************************************/
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-index-index .main-container {}
.cms-index-index .col-main {background:none; border:0; padding:2px 0;}


/**************************************************************** Slider ***********************************/
.slider-wrapper {position:relative;width:1024px;height:475px; overflow:hidden; margin-bottom:20px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/slider-bg.png) repeat-x center bottom; border-radius:0 0 6px 6px;}
.slider {width:1024px;height:470px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/opc-ajax-loader.gif) no-repeat center center;}
.items {display:none; width:1024px;height:444px;}
.banner {width:1024px;height:444px;position:absolute;right:0px;top:0 ;z-index:999;overflow:hidden;}
.pagination {position:relative; margin:0 auto; text-align:center; z-index:999; padding:6px 0 0;}
.pagination li {display:inline-block; overflow:hidden; position:relative; margin-right:8px;}
.pagination li.last{ margin-right:0;}
.pagination li a { width:12px; height:12px; display:block; text-indent:-999px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/pag-li.png) right  top  no-repeat; }
.pagination li.current{ background-position:-12px 0;}
.pagination li a:hover,
.pagination li.current a {background-position:0 0;}
.pagination li.current a {cursor:default;}
.link-extra {
	height:100%;
	width:100%;
	display:block;
	background:#fcfcfc;
	}
.ie-8 .slider .mask div,
.ie-8 .banner-top a img {background-color:#fff;}

.banner-top {overflow:hidden;}
.banner-top div {overflow:hidden; clear:both;}
.banner-top div:first-child {margin-bottom:20px;}
.banner-top a {float:left; display:inline-block; margin-left:20px;}
.banner-top div  a:first-child {margin:0;}



/************************************************************************* Contact right script **********************************************************/

.contact-main{ 
	width:350px; 
	position:fixed; 
	right:-350px; 
	top:164px;
	border-radius:0px 0 0 4px; 
	z-index:999;
	}
.contact-main,
.contact-main.show,
.contact-main .btn-contact {background:#626262; }
.contact-main,
.account-login-home {
	-webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0.5s;
	-moz-transition: all 0.5s ease;
    -moz-transition-delay: 0.5s;
	-o-transition: all 0.5s ease;
    -o-transition-delay: 0.5s;
	}
.contact-main.show{ width:350px;  position:fixed; right:0px; top:164px; border-radius:0px 0 0 4px; z-index:999;}
.contact-main .validation-advice{ color:#fff;background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/validation_advice_bg-2.gif) no-repeat  0px 3px;}
.contact-main #contactForm{width:290px; border:none; padding:30px; }
.contact-main #contactForm .fieldset .legend { font-size:12px; text-transform:uppercase; color:#fff; border:none; font-family:Arial, Helvetica, sans-serif; text-align:left; margin-bottom:0;}
.contact-main .form-list label{ color:#fff;} 
.contact-main .form-list .input-box{ text-align:left;}
.contact-main #contactForm .form-list li.wide textarea {height: 120px; width:284px;	resize:none; border:1px solid #494949; background:#eeeeee;	}
.contact-main #contactForm .form-list input.input-text {width:284px;border:1px solid #494949;background:#eeeeee;}
.contact-main .btn-contact{
	font-size:12px; 
	font-weight:bold; 
	color:#fff; 
	padding:10px 10px 10px 10px; 
	border-radius:4px 0px 0px 4px;
	display:inline-block; 
	position:absolute; 
	left:-107px; 
	width:87px;
	text-align:center;
	top:0; 
	z-index:9999;
	}
.contact-main .btn-contact:hover{ cursor:pointer; color:#f84904;}
.contact-main #contactForm .form-list .field {float: left; margin-bottom:10px;width: 246px;}
.contact-main .form-list li { margin-bottom:0;} 
.contact-main #contactForm .buttons-set .required{ color:#fff;}
.contact-main #contactForm .buttons-set .required em{ color:#f84904;}
.contact-main #contactForm .buttons-set {margin:0;padding:20px 0 0;}
.account-login-home,
.account-login-home .btn-log {background-color:#313131; }
.account-login-home{
	position: fixed; 
	right:-247px; 
	top:213px; 
	width:187px;
	border-radius:0px 0 0 4px;
	padding:27px 30px 30px 30px;
	z-index:998;
	}
.account-login-home.show{ right:0;}
.account-login-home.show.show2{right:-247px;}
.account-login-home .messages{ display:none;}
.account-login-home .form-list .input-box {clear: both;display: block;width:187px;}
.account-login-home .validation-advice{ color:#fff;background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/validation_advice_bg-2.gif) no-repeat  0px 3px;}
.account-login-home .col2-set {width:191px;}
.account-login-home .col2-set h2{ font-size:12px; text-transform:uppercase; color:#f84904;}
.account-login-home .col2-set p{ color:#a0a0a0;}
.account-login-home .form-list label.required { color:#fff;}
.account-login-home .btn-log { 
	font-size:12px; 
	font-weight:bold; 
	color:#fff;
	padding:10px 25px 10px 10px;
	background-image:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-login.png); 
	background-position:90% 10px;
	background-repeat: no-repeat;
	border-radius:4px 0px 0px 4px;
	display:inline-block; 
	position:absolute; 
	left:-107px; 
	width:72px;
	text-align:center;
	top:0;
}
.account-login-home .btn-log a {color:#ccc;}
.account-login-home .btn-log:hover{ cursor:pointer; color:#f84904;}
.account-login-home.logout-class .btn-log:hover {cursor:default;}
.account-login-home.logout-class .btn-log a:hover {color:#fff;}
.main-login{width:350px;  position:fixed; right:500px; top:164px; background:#626262; border-radius:0px 0 0 4px;}
.account-login-home .form-list input.input-text {width:182px; background:#424141; border:1px solid #1a1a1a; color:#fff;}
.account-login-home p.required{ text-align:left; font-size:12px; color:#a0a0a0; margin-bottom:10px;} 
.account-login-home p.required em{ color:#f84904;}
.account-login-home .buttons-set button.button {float:left;}
.account-login-home .col-home-2 h2{ color:#fff; margin-bottom:15px;}
.account-login-home .col-home-2 p{ margin-bottom:15px;}
.col-home-2 { padding-top:25px;}
.account-login-home .col-home-2 .buttons-set {margin:0px 0 0 0;padding:0px 0 0 0;}
.account-login-home .col-home-2 .buttons-set .f-left{ color:#f84904; float:none!important; font-style:italic; padding:10px 0 10px 0; display:block;}
.account-login-home .col-home-2 .buttons-set .f-left:hover{ color:#fff;}
.account-login-home button.button span span {}
.account-login-home button.button:hover span span{ }
.col-home p { padding:10px 0 10px 0;}

.cms-privacy-policy-cookie-restriction-mode .col-main h2 { color:#f84904;}
.my-account .form-list li.wide input.input-text {width:693px;}
.my-account .form-list select {width:339px;}


.map-content{ margin-bottom:15px}
.map-content .map iframe {border:none; height:502px; width:980px;}
.contact-left{ width:199px; border:1px solid #ededed; background:#fbfbfb; float:left; margin-right:10px; padding:15px;}
.contact-left h2{ font-size:18px; text-transform:uppercase; color:#383737; border-bottom:1px solid #e6e6e6; padding-bottom:14px;  font-weight:normal; margin-bottom:16px;}
.contact-left h3{ font-size:12px; text-transform:uppercase; color:#f84904; margin-bottom:14px;}
.contact-left p{ font-size:12px; color:#737373; line-height:17px;}
.contact-left ul li{border-bottom:1px solid #e6e6e6; padding-bottom:17px; margin-bottom:17px;}
.contact-left ul li.last{ border:none; padding:0; margin:0;}
#contactForm{ float:left; width:709px;border:1px solid #ededed; padding:15px;}
#contactForm .fieldset{ background:none; border:none; padding:0; margin:0;}
#contactForm .fieldset .legend {background:none;border:none;float:none;margin:0px 0 16px 0px;padding:0 0px 14px 0;position:relative;font-size:18px; text-transform:uppercase; color:#383737; border-bottom:1px solid #e6e6e6;  font-weight:normal;}
#contactForm .form-list input.input-text {width:220px;}
#contactForm .form-list .field {float:left;width:240px;}
#contactForm .form-list .field.last {float:left;width:228px;}
#contactForm .form-list li.wide textarea {width:703px; resize:none; }
#contactForm .buttons-set button.button {float:left;}
#contactForm .buttons-set{ margin:0 0 0 0; padding:14px 0 0 0; }
#contactForm .buttons-set p.required {color: #f84904;font-size: 12px; margin: 0 0 0px;float:left; padding-left:50px; padding-top:5px;}
#FME-contact-form{ position:fixed; top:150px; right:-145px; display:block; width:218px; height:74px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/contact_btn.png) left  top  no-repeat; text-indent:-9999px; margin-right:0px; z-index:998}
.contact-btn a{ display:none;}
.contact-btn li{ padding:0; margin:0;}

/************************************************************************* End **********************************************************/

/* cms-about-magento-demo-store */
.cms-about-magento-demo-store .breadcrumbs{ margin-bottom:27px;}
.cms-about-magento-demo-store .page-head {margin: 0 0 10px;padding:5px 0 8px;}
.cms-about-magento-demo-store .page-head h2{ text-transform:uppercase; font-weight:normal; font-size:18px; color:#383737; }

.cms-about-magento-demo-store .about-col-1,
.cms-about-magento-demo-store .about-col-2,
.cms-about-magento-demo-store .about-col-3 { float:left; width:256px; padding:214px 29px 27px 29px;}

.cms-about-magento-demo-store .about-col-1{ margin-right:20px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/about-11.png) left  top  no-repeat #f9f9f9; position:relative; z-index:10}
.cms-about-magento-demo-store .about-col-2{ margin-right:20px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/about-22.png) left  top  no-repeat #f9f9f9; position:relative;}
.cms-about-magento-demo-store .about-col-3{ background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/about-33.png) left  top  no-repeat #f9f9f9;}

.cms-about-magento-demo-store .about-col-1 h3,
.cms-about-magento-demo-store .about-col-2 h3,
.cms-about-magento-demo-store .about-col-3 h3{ font-size:12px; text-transform:uppercase; color:#f84904; margin-bottom:12px;}
.cms-about-magento-demo-store .about-col-1 p,
.cms-about-magento-demo-store .about-col-2 p,
.cms-about-magento-demo-store .about-col-3 p{ font-size:12px;color:#f84904; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.cms-about-magento-demo-store .about-col-1 span,
.cms-about-magento-demo-store .about-col-2 span{ position:absolute; top:64px; right:-38px; width:54px; height:72px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/arrow-about.png) left  top  no-repeat;}

.cms-about-magento-demo-store .about-col-4,
.cms-about-magento-demo-store .about-col-5,
.cms-about-magento-demo-store .about-col-6 { float:left; width:314px;}

.cms-about-magento-demo-store .about-col-4,
.cms-about-magento-demo-store .about-col-5{ margin-right:20px;}

.cms-about-magento-demo-store .about-col-4 h4,
.cms-about-magento-demo-store .about-col-5 h4,
.cms-about-magento-demo-store .about-col-6 h4{ font-size:12px; text-transform:uppercase; color:#383737; padding-bottom:16px; margin-bottom:14px; border-bottom:1px solid #e6e6e6;}
.cms-about-magento-demo-store .about-col-4 p,
.cms-about-magento-demo-store .about-col-5 p,
.cms-about-magento-demo-store .about-col-6 p{ font-size:12px;color:#f84904; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.cms-about-magento-demo-store .about-col-4 ul { list-style:none; padding:25px 0 12px 49px; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-4 ul li{ list-style:none; font-size:12px; font-style:italic; color:#f84904; padding:0 0 9px 26px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-list-about.png) left 3px no-repeat;}
.cms-about-magento-demo-store .about-col-5 ul { list-style:none; padding:25px 0 12px 49px; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-5 ul li{ list-style:none; font-size:12px; font-style:italic; color:#f84904; padding:0 0 9px 26px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-list-about-2.png) left 1px no-repeat;}
.cms-about-magento-demo-store .about-col-6 ul { list-style:none; padding:25px 0 12px 49px; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-6 ul li{ list-style:none; font-size:12px; font-style:italic; color:#373737; padding:0 0 9px 26px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-list.png) left 3px no-repeat;}

.cms-about-magento-demo-store .about-col-7 h4{ font-size:12px; text-transform:uppercase; color:#383737; padding-bottom:16px; margin-bottom:14px; border-bottom:1px solid #e6e6e6;}
.cms-about-magento-demo-store .about-col-7 p{ font-size:12px;color:#f84904; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.about-padd{ padding-bottom:25px;}
.about-padd-2{ padding-bottom:30px;}
/* customer-service */
.cms-customer-service .breadcrumbs{ margin-bottom:27px;}
.cms-customer-service .page-title {margin: 0 0 10px;padding:5px 0 11px;}
.custom-servis-ul{ list-style:none; padding:0!important; margin:0!important;}
.custom-servis-ul ul{list-style:none; padding:0!important; margin:0!important;}
.custom-servis-ul ul li{ padding:5px 5px 5px 5px; margin-bottom:3px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-list.png) left 7px no-repeat; padding-left:23px; color:#7c7c7c; font-weight:bold;}
.custom-servis-ul li { background:#f9f9f9; list-style:none; margin-bottom:20px; padding:20px 20px 16px 167px;}
.custom-servis-ul li.item-1{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img.png) 29px  20px no-repeat #f9f9f9;} 
.custom-servis-ul li.item-2{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img1.png) 29px  25px no-repeat #f9f9f9;} 
.custom-servis-ul li.item-3{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img2.png) 29px  26px no-repeat #f9f9f9; } 
.custom-servis-ul li.item-4{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img3.png) 29px  24px no-repeat #f9f9f9;padding-bottom:30px;} 
.custom-servis-ul li.item-5{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img4.png) 24px  32px no-repeat #f9f9f9;padding-bottom:30px;}
.custom-servis-ul li.item-6{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img5.png) 25px  27px no-repeat #f9f9f9;padding-bottom:30px;} 
.custom-servis-ul li.item-7{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/custom-img6.png) 27px  27px no-repeat #f9f9f9; padding-bottom:30px; margin-bottom:0;} 
.custom-servis-ul li h3{ font-size:16px; text-transform:uppercase; font-weight:normal; color:#f84904;  padding-top:8px; padding-bottom:3px;}
.custom-servis-ul li p{ font-size:12px; color:#7c7c7c; line-height:18px; margin-bottom:10px;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -37px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; text-transform:uppercase; color:#323232;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-sitemap.gif) left  top repeat-x; padding:9px 11px 9px 11px;  }
.page-sitemap .links a:hover{ background:#353535; color:#fff;}
.page-sitemap .links a span{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-sitemap-marker.png) right 5px no-repeat; display:inline-block; padding-right:29px;}
.page-sitemap .links a:hover span{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-sitemap-marker.png) right -12px no-repeat;}
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 4px 30px 4px; display:inline-block;  }
.page-sitemap .sitemap a {}
.page-sitemap .page-title {margin: 0 0 24px;padding: 5px 0 17px;}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li a{text-decoration:none; color:#f84904; font-size:12px; text-transform:uppercase; font-weight:normal;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-sitemap.png) left  4px  no-repeat; padding-left:14px;}
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { text-decoration:none; color:#f84904; font-size:12px; text-transform:uppercase; font-weight:normal;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-sitemap.png) left  4px  no-repeat; padding-left:14px;}
.page-sitemap .sitemap li {font-size:12px; line-height:18px;}
.page-sitemap .sitemap li.level-1{ padding-left:45px!important; margin-bottom:10px; margin-top:10px; background:none;}
.page-sitemap .sitemap li.level-1 a{ color:#474646;background:none; padding-left:0; text-transform:none;}
.page-sitemap .sitemap li.level-1 a:hover{ text-decoration:none; color:#f84904;}
.page-sitemap .sitemap li.level-2 a:hover{ color:#000;text-decoration:none;}
.page-sitemap .sitemap li.level-3 a:hover{text-decoration:none; color:#f84904;}
.page-sitemap .sitemap li.level-2 a{ color:#b3b3b3;background:none; padding-left:0;text-transform:none;}
.page-sitemap .sitemap li.level-3 a{ color:#000;background:none; padding-left:0;text-transform:none;}
.page-sitemap .sitemap li.level-4 a{ color:#000;background:none; padding-left:0;text-transform:none;}
.page-sitemap .sitemap li.level-2{ padding-left:60px!important;}
.page-sitemap .sitemap li.level-3{ padding-left:75px!important;}
.page-sitemap .sitemap li.level-4{ padding-left:100px!important;}
.page-sitemap .sitemap li a:hover {text-decoration:none; color:#7f7f7f;}
.page-sitemap .sitemap li a {display:inline-block; text-decoration:none;}

.page-sitemap .pager{ border:1px solid #ececec; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-pager-sitemap.gif) left bottom repeat-x #fff;margin:5px 0;padding:10px 9px 11px 19px;}
/* RSS */
.rss-title h1 { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
.form-alt li {overflow:hidden; margin-bottom:10px;}

/* Shopping Cart ========================================================================= */
.cart {}
.cart .data-table th,
.cart .data-table td {border-color:#ececec; line-height:normal; color:#000000; padding:10px 20px 10px 20px;}
.cart .data-table td input{ border:1px solid #d4d4d4; text-align:center; color:#7e7e7e; font-size:12px; width:40px!important;}
.cart .data-table tfoot tr.last td.last{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/row-last.gif) left top repeat-x; border-radius:0 0 4px 4px; overflow:hidden;}
.cart .data-table td {padding:19px; vertical-align:middle;}
.link-wishlist.use-ajax{ text-decoration:none; color:#333;}
.link-wishlist.use-ajax:hover{ color:#96be02;}
.cart .data-table td .product-name a { text-decoration:none; font-size:12px; text-transform:uppercase; color:#2f2f2f;}
.cart .data-table td .product-name a:hover { color:#f84904;}
.cart .data-table td.a-center.edit a{ text-decoration:none;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/edit.png) 50% top  no-repeat; padding-top:39px; font-size:12px; display:inline-block; margin-top:10px; color:#b2b2b2; padding-left:5px; padding-right:10px;}
.cart .data-table td.a-center.edit a:hover{ color:#000; background-position:50% -68px;}
.cart .data-table .nobr {display:block;color:#000000;}
.cart .data-table thead .first.last{ background:#fff;}
.cart .data-table tfoot .btn-continue {float:left;}

.cart .data-table tfoot .btn-continue > span,
.cart .data-table tfoot .btn-update > span,
.cart .data-table tfoot .btn-empty > span {
	color:#323232;
	padding-left:17px;
	padding-right:11px;
	border-radius:2px;
	height:31px;
	line-height:31px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fdfdfd'); /*IE6-9 */
	 background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fdfdfd)); 
	background: -moz-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*  IE10+ */
	border-bottom:1px solid #e5e5e5;
	}

.cart .data-table tfoot .btn-continue span span ,
.cart .data-table tfoot .btn-update span span,
.cart .data-table tfoot .btn-empty span span { padding-left:23px; border-radius:3px;}

.cart .data-table tfoot .btn-continue span span {padding-right:23px;  padding-left:0;}

.cart .data-table tfoot .btn-continue span span{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/marker-btn.png) right 11px no-repeat;}
.cart .data-table tfoot .btn-update span span{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-update.png) left 10px no-repeat; }
.cart .data-table tfoot .btn-empty span span{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-empty.png) left 7px no-repeat; }

.cart .data-table tfoot .btn-continue:hover > span,
.cart .data-table tfoot .btn-update:hover > span,
.cart .data-table tfoot .btn-empty:hover > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#333333'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#333333));
	background: -moz-linear-gradient(top,  #2c2c2c,  #333333); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #2c2c2c,  #333333); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c2c2c,  #333333); /*  IE10+ */
	color:#fff;
	}



#shopping-cart-table{ }
.cart .data-table tr.first {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-row-cart.gif) left  top  repeat-x;}
.cart .data-table tr{ background:#fcfcfc;}
/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:11px 0px 8px 0; color:#fff; line-height:1.0; font-size:11px; }
.cart .title-buttons .checkout-types li button.button span {background:#d41224; border-radius:0px; font-size:12px; padding:0 12px; height:31px; line-height:30px;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0px; }
.cart .cart-collaterals .col2-set { float:left; width:665px; }
.cart .page-title.title-buttons .checkout-types {padding-top:53px; display:none;}

.cart .crosssell {padding:14px 0 20px 0; border:1px solid #ededed; }
.cart .crosssell .product-name a { text-decoration:none; font-size:12px; color:#b2b2b2; line-height:18px;}
.cart .crosssell .product-name a:hover{ color:#333}
.cart .cart-collaterals .col-1 {width:328px;}
.cart .cart-collaterals .col-2 {width:328px;}
.cart .crosssell h2 {   font-size:18px; font-weight:normal; line-height:23px; text-transform:uppercase; color:#383737; padding:0 17px 17px 17px; margin:0px; }
.cart .crosssell .product-image { float:left; width:134px; height:134px; border:1px solid #ededed; }
.cart .crosssell .product-image:hover{ border:1px solid #f84904;}
.cart .crosssell .product-details { margin-left:154px; }
.cart .crosssell li.item {border-bottom:1px solid #eaeaea; padding:9px 0 18px 0; margin: 0 20px 10px; }
.cart .crosssell li.item.last{ margin-bottom:0; padding-bottom:0;}
.cart .crosssell li.item:first-child{ border-top:1px solid #e6e6e6; padding-top:18px;}
.cart .crosssell li.last {border:none;}
.cart .crosssell .product-name {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.cart .crosssell .product-name {margin-bottom:7px; margin-top:-3px;}
.cart .crosssell .price {font-family:Arial, Helvetica, sans-serif ; font-weight:bold; font-size:12px;}
.cart .crosssell .price-box { display:block; overflow:hidden; padding-bottom:18px;}
.cart .crosssell .price-box .price-label {display:none;}
.cart .crosssell .add-to-links {padding-top:14px; height:16px;}
.cart .crosssell .add-to-links li{ float:left; margin-right:10px;}
#shopping-cart-table .product-image {display:inline-block;}
.cart-table .price { font-weight:bold; color:#f84904;}
.cart .crosssell .link-wishlist {width:15px; height:14px; text-indent:-9999px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/cart-wislish.png) left top no-repeat; display:inline-block;}
.cart .crosssell .link-compare {width:16px; height:14px; text-indent:-9999px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/cart-compare.png) left top no-repeat; display:inline-block;}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {margin-bottom:19px;}
.cart .discount,
.cart .shipping {border:1px solid #ededed; padding:13px 20px 10px 20px; overflow:hidden; background:#fbfbfb;}
.cart .discount .discount-form  button.button {margin-bottom:5px; clear:right;}
.cart .discount .buttons-set{ padding-left:0; padding-top:20px;}
.cart .discount .buttons-set button.button {float:left;}
.cart .shipping {padding-top:11px;}
.cart .shipping .buttons-set {padding-left:0px; padding-top:0px;}
.cart .shipping .buttons-set button.button {float:left;}
.cart .cart-collaterals .col-2 h2 {text-transform:uppercase; font-size:18px; line-height:normal; font-weight:normal; color:#383737; padding:0px 0 12px 0; margin-bottom:15px;  border-bottom:1px solid #e6e6e6;}
.cart .discount-form label {margin-bottom:16px; display:block; font-size:12px; text-transform:uppercase; color:#f84904;}
.cart input,
.cart select {border-color:#d9d9d9; color:#303030; font-size:11px; }
.cart select {}
.cart .discount-form .input-box {}
.cart .discount-form .input-box input {width:280px;}
.cart .discount-form .buttons-set {margin:0px 0 0 0; clear:right; overflow:hidden;}
.cart .shipping p {margin-bottom:12px; text-transform:uppercase; color:#f84904;}
.cart .shipping label {display:block; font-size:12px; line-height:normal; color:#000; margin-bottom:0px; font-weight:bold;}
.cart .shipping .form-list li {margin-bottom:7px;}
.cart .shipping .form-list li input {width:280px; margin-top:10px;}
.cart .shipping .form-list li select {width:283px;}
.cart .shipping .buttons-set{ margin-top:0; padding-top:15px; padding-bottom:10px;}
.shipping .jqTransformSelectWrapper ul li{ margin-bottom:0!important;}
.shipping .jqTransformSelectWrapper > div > span{ width:92%!important;}
.shipping .jqTransformSelectWrapper ul{ height:80px; overflow:auto!important;}
.shipping .jqTransformSelectWrapper{ float:left; margin-left:0; width:286px!important; background: url("http://www.maclocks.com/skin/frontend/default/ipadminilock/images/select_left_content.gif") no-repeat  left top;}
/* Shopping Cart Totals */
.cart .totals { float:right; background:#5c5b5b; width:305px; padding:0px 0px 0px 0px; border:1px solid #494949; }
.cart .totals table { width:100%; font-size:12px; color:#7f7f7f; margin-bottom:0px; }
.cart .totals table tr{ border-bottom:1px solid #494949;}
.cart .totals table th,
.cart .totals table td { padding:22px 5px 22px 20px; font-size:12px; color:#fff; font-weight:bold; text-transform:uppercase; vertical-align:middle; text-align:left!important;  }
.cart .totals table tr td:first-child { }
.cart .totals table strong { }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .totals .price {font-size:22px; line-height:normal; color:#fff; min-width:70px; display:inline-block; padding:0 30px 0 0;}
.cart .totals button.button > span {
	font-size:18px;
	padding:0 12px;
	height:49px; 
	line-height:49px;
	background:#f84904;
	}
.cart .totals button.button:hover > span{ 
	color:#333; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fcfcfc'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fcfcfc));
	background: -moz-linear-gradient(top,  #f1f1f1,  #fcfcfc); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #f1f1f1,  #fcfcfc); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1,  #fcfcfc); /*  IE10+ */
}
.checkout-types li {padding-bottom:15px;}
.checkout-types li a {color:#fff;}
.checkout-types li a:hover{ text-decoration:underline;}
.cart .totals .checkout-types {text-align:center; float:none; padding:30px 20px 30px 20px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-checout-ul.gif) left top repeat-x #535252;}
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; width:45px; text-transform:none; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; font-size:12px; color:#000; text-decoration:none; }
.truncated a.details:hover{ color:#f84904;}
.truncated:hover .truncated_full_value {display:block;}
.truncated:hover .truncated_full_value .item-options {top:7px; left:-210px;}
.truncated .truncated_full_value { position:relative; z-index:999; top:9px; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; min-width:200px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */

/* Checkout ============================================================================== */
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:692px;}
.checkout-multishipping-address-newshipping .form-list select {width:337px;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load input.input-text {width:200px;}
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:100px; margin-right:10px; }
#payment_form_ccsave  #ccsave_cc_type {width: 206px;}
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; margin-right:5px; margin-top:-2px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { margin-bottom:10px;}
.gift-messages h3{ font-size:12px; text-transform:uppercase; color:#f84904; padding-top:10px;}
.gift-messages .control label{ color:#000; font-weight:bold;}
#shipping-method-buttons-container{ padding:10px 0 0 0;}
#shipping-method-buttons-container .back-link a{ color:#000;}
#shipping-method-buttons-container .back-link a:hover{ color:#f84904;}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; padding:10px 20px 20px 20px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-chech.gif) left top repeat-x #fbfbfb; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; color:#000; font-weight:bold;}
.gift-messages-form h4 {font-size:12px; text-transform:uppercase; color:#f84904; padding-top:10px;}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; background:#fff; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .field{ margin-bottom:10px;}
.gift-messages-form .item .details .product-name { font-size:12px; text-transform:uppercase; color:#2f2f2f;}
.gift-messages-form .form-list li.wide textarea {max-width:340px;}
.gift-messages-form  .inner-box .form-list li.wide textarea {max-width:333px;}
#allow-gift-messages-for-order-container .field{ margin-bottom:10px;}

.gift-message-link { display:block; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {}
.checkout-onepage-index .col-main {}

/* One Page Checkout */
.block-progress { border:none; margin:0; background:none;}
.block.block-progress .block-title{ padding:0;}
.block.block-progress .block-content{ padding:0 0 0 0;}
.block.block-progress .block-title span{font-size:12px; color:#fff; margin-bottom:10px; background:#333333; display:block;  padding:11px 0 11px 19px; font-weight:bold; text-transform:none; font-family:Arial, Helvetica, sans-serif;}
.block-progress dt { font-size:12px; color:#fff; margin-bottom:10px; background:#333333;  padding:11px 0 11px 19px; font-weight:bold;}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete a{ color:#f84904;}
.block-progress dt.complete a:hover{ color:#fff;}
.block-progress dt.complete .separator{ color:#4e4d4d;}
.block-progress dt.complete{ position:relative; z-index:999;}
.block-progress dt.complete,
.block-progress dd.complete { padding-bottom:12px; margin-bottom:10px; }
.block-progress dd.complete {padding:18px 19px 12px 19px;border-left:1px solid #ededed; color:#383737; font-style:italic; background:#fbfbfb;border-right:1px solid #ededed;border-bottom:1px solid #ededed; margin-bottom:10px; margin-top:-14px; border-radius:0 0 4px 4px;  }
.block-progress dd.complete address{color:#383737; font-style:italic;}
.opc {position:relative; }
.opc li.section { border:1px solid #ececec; margin-bottom:10px; }
.opc p {margin-bottom:5px;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; font-size:12px; color:#000; }
.opc .step-title { padding:11px 25px 14px; text-align:right;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-check-li.gif) left  bottom  repeat-x #fff; }
.opc .step-title .number { float:left; line-height:18px; font-weight:bold; margin-right:10px;  border:1px solid #313131; color:#ececec; height:18px; width:18px; text-align:center; background:#313131; }
.opc .step-title h2 { float:left; font-weight:bold; color:#000000; font-size:12px; margin-bottom:0; padding-top:3px; }
.opc .step-title a { display:none; float:right; }
.opc .allow .step-title { cursor:pointer; }
#checkout-review-table tr{ background:none;}
#checkout-review-table thead{ background:none;}
#checkout-review-table th{ padding:12px 20px 12px 20px; font-size:12px; font-weight:bold; color:#000000;}
#checkout-review-table td{ border:1px solid #ececec; background:#none; padding:16px 20px 14px 20px}
#checkout-review-table td h3{ margin-bottom:0; font-size:12px; color:#2f2f2f; text-transform:uppercase;}
#checkout-review-table .price{ color:#f84904; font-weight:bold;}
#checkout-review-table th{ border:1px solid #ececec;}
#checkout-review-table-wrapper { overflow:hidden;}
#checkout-review-table{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-table.gif) left top repeat-x #fbfbfb;}
#checkout-review-table tfoot td{ font-weight:bold; color:#000000;}
#checkout-review-table  tbody .first{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/line-shadow.png) left top repeat-x;}
#checkout-review-table  tbody tr.last{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/line-shadow.png) left top repeat-x;}
#review-buttons-container{ padding:20px 0 0 0; margin:0 0 0 0;}
#review-buttons-container .f-left a{ color:#f84904;}
#review-buttons-container .f-left a:hover{ color:#000;}
/*.opc .allow .step-title a { display:block; }*/
#co-shipping-form{ border:1px solid #ececec; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-chech.gif) left top repeat-x #fbfbfb; padding:15px 20px 20px 20px; display:block;}

.opc .active { }
.opc .active .step-title { cursor:default; background:#333333; }
.opc .active .step-title .number { background:#fcfcfc; border:1px solid #fcfcfc; color:#2d2d2d;}
.opc .active .step-title h2 { color:#fff;}

#checkout-step-login .col2-set{ width:679px;}
/*.opc .active .step-title a { display:none; }*/
#checkout-step-login h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
#checkout-step-login .col2-set{ border:1px solid #ececec; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-chech.gif) left top repeat-x #fbfbfb; padding:10px;}
#checkout-step-login .col2-set > .col-1 {}
#checkout-step-login .col2-set > .col-1 h4{font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
#checkout-step-login .col2-set .col-2  h4{font-size:12px; text-transform:none; font-weight:normal; color:#7b7b7b;}
#checkout-step-login .col-1 .col-1 .buttons-set button.button{ float:left;}
#checkout-step-login .col-2 .form-list input.input-text {width:327px;}
#checkout-step-login .col-1 .col-1 .buttons-set{ padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set{padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left{ font-weight:bold; color:#7f7f7f;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover{ color:#f84904;}
#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {margin-right: 6px; margin-top:-3px;}
#co-billing-form > fieldset{ border:1px solid #ececec; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-chech.gif) left top repeat-x #fbfbfb; padding:10px;}
.opc .step { padding:10px; position:relative; background:#fbfbfb; }
.opc .step .tool-tip { right:20px; top:20px!important; }
.opc .order-review {}
.opc .buttons-set{border:0;}
.opc .field{width:362px;}
.opc .fields input,
.opc .field input{width:334px;}
.opc .name-lastname,
.opc .field-2{width:292px; float:left;}
.opc .field-2 input{width:310px;}
.opc .field-2 select{width:315px;}
.opc .name-firstname{width:363px;}
.opc .name-middlename{width:152px;}
.opc .name-middlename input{width:124px!important;}
.opc .name-lastname input{width:310px!important;}
.opc .sp-methods dt{padding-bottom:12px;}
.opc .sp-methods dt label{ color:#000;}
#checkout-shipping-method-load .sp-methods dt{ font-size:12px; text-transform:uppercase; color:#f84904;}
.opc .form-list{margin:10px 0;}
.opc .form-list li.wide input.input-text{width:672px;}
#shipping_method_form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
#shipping_method_form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
#multishipping-billing-form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333; margin-bottom:0;}
#multishipping-billing-form .sp-methods dt {font-weight: bold; padding-bottom:10px;}
#multishipping-billing-form .sp-methods .form-list input.input-text {width:252px;}
/* Multiple Addresses Checkout */
.button.multi-btn{ float:right;}
#checkout-progress-state{ overflow:hidden;}
.checkout-progress { padding:0 0px; margin:10px 0 20px 17px; }
.checkout-progress li { float:left; width:201px; text-align:center; color:#fff; font-weight:bold; padding:10px 0px 11px 0px; }
.checkout-progress li.last {width:190px;}
.checkout-progress li.first{ margin-right:-10px; position:relative; z-index:12;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-33.png) left top no-repeat;}
.checkout-progress li.first.active {  color:#fff;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-act.png) left top no-repeat; }
.checkout-progress li.two.active,
.checkout-progress li.tree.active,
.checkout-progress li.four.active{color:#fff;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-act-main.png) left top no-repeat; }
.checkout-progress li.last.active{color:#fff;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-act-last.png) left top no-repeat; }
.checkout-progress li.last{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-last.png) left top no-repeat;}
.checkout-progress li.two{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-2.png) left top no-repeat; margin-right:-10px; z-index:11; position:relative;}
.checkout-progress li.tree{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-3.png) left top no-repeat;margin-right:-10px; z-index:10; position:relative;}
.checkout-progress li.four{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/multi-2.png) left top no-repeat; margin-right:-10px; z-index:9; position:relative;}
.multiple-checkout { position:relative;}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {padding-right:25px;}
.multiple-checkout .col2-set {width:auto;}
.multiple-checkout .page-title{ padding-bottom:10px; margin-bottom:0;}
.multiple-checkout h2{ font-size:18px; text-transform:uppercase; font-weight:normal; color:#383737;  padding:10px 0 10px 0;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {margin-bottom:0px; overflow:hidden; display:block;color:#f84904; padding-top:10px;}
.multiple-checkout .grand-total .price {}
.multiple-checkout .box {margin-bottom:20px;}
.multiple-checkout table {margin-bottom:10px;}
.multiple-checkout table tfoot tr td{ color:#000; font-weight:bold;}
.multiple-checkout p {margin-bottom:5px;}
.multiple-checkout .col-2.col-wide {width:50%;}
.multiple-checkout  .box-title h3,
.multiple-checkout .col-2.col-wide  h3 {font-size:12px; line-height:normal;}
.multiple-checkout .col-2.col-wide .box {margin-left:100px;}
.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.multiple-checkout h2 {color:#f84904;}
.multiple-checkout .col-2.col-wide table .price{ font-weight:bold; color:#f84904;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login #login-form .col2-set{}
.account-login .new-users .buttons-set{ padding-left:0;}
.account-login .new-users .buttons-set button.button {float:left;}
.account-login .new-users { border:1px solid #ececec;  padding:15px; width:440px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/bg-login.gif) no-repeat left bottom #ffffff; min-height:260px;}
.account-login .new-users h2{ padding:0 0 15px 0; border-bottom:1px solid #e6e6e6; font-size:12px; text-transform:uppercase; color:#f84904;}
.account-login .new-users p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users {border:1px solid #ececec; padding:15px; width:460px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/bg-login-2.gif) no-repeat left bottom #ffffff; min-height:260px;}
.account-login .registered-users h2{ padding:0 0 15px 0; border-bottom:1px solid #e6e6e6; font-size:12px; text-transform:uppercase; color:#f84904;}
.account-login .registered-users  p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users .form-list input.input-text {width:452px;}
.account-login .registered-users  p.required{ padding:0px 0 5px 0; color:#f84904}
.account-login .registered-users .buttons-set button.button{ float:none;}
.account-login .registered-users .f-left{ float:none!important; display:table; font-size:12px; font-weight:bold; color:#7f7f7f; text-decoration:none; padding-bottom:12px;}
.account-login .registered-users .f-left:hover{ color:#f84904;}
.account-login .registered-users .buttons-set {clear: both;margin:-19px 0 0 0;padding:5px 0px 0px 0px;}
.account-create form .fieldset:first-child{ margin-bottom:32px;}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {min-height:150px; min-width:190px; max-width:190px; max-height:190px; margin-top:10px; resize:none;}
#wishlist-view-form #wishlist-table a {display:inline-block; margin-bottom:5px;}
#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {margin-bottom:5px;}
#wishlist-view-form .buttons-set.buttons-set2  button.button{margin-right:20px;}
#wishlist-view-form  .button.btn-share{ margin-right:0!important;}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .page-title{ }
.my-account #wishlist-table .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:left;}
.my-account .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:center;}
.my-account .cart-cell p{ padding-top:5px;}
.my-account	.add-to-cart-alt input{ margin-bottom:12px;}
.my-account .page-title a {display:inline-block; margin:5px 10px 0 0;}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .pager {margin-bottom:10px;}
.my-account .sub-title {font-size:12px; padding:10px 0;}
.my-account #form-validate .fieldset {margin:28px 0px;}
.my-account table tr td {vertical-align:middle;}
.cart-empty {padding:0 10px;}
.my-account .addresses-list ol li {padding-bottom:15px;}
.my-account .page-title.title-buttons button.button {margin:5px 5px 0 0;}
.my-account table .product-name a {color:#7F7F7F; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.my-account table .product-name a:hover {text-decoration:underline;}
.my-account .my-tag-edit .btn-remove {display:inline-block;}
#my-tags-table .add-to-links {white-space:nowrap;}
.my-account .box-head a {float:right; margin-top:3px;}
.my-account .box-head h2 {float:left;}
.my-account .box .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:13px;}
.my-account .box .box-title h3 {float:left; font-size:12px; text-transform:uppercase; color:#f84904; font-weight:normal; margin-bottom:5px; }
.my-account .box .box-title a {float:right; margin-top:2px;}
.my-account .col2-set .col-1,
.my-account .col2-set .col-2 {width:47%;}
.my-account .data-table .price-excl-tax,
.my-account .data-table .price { display:inline; }



/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg .hello{margin-bottom:10px; font-size: 1.09em;}
.dashboard .data-table{margin:10px 0 15px;}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:10px 0 0; }
.dashboard .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:5px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title h2,
.dashboard .box-head h2{font-size: 1.09em;}
.dashboard .box-content h4{font-size: 0.91em;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-head a {margin-bottom:10px; display:inline-block;}
/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info  .col2-set {margin-bottom:10px;}
.dashboard .box-info a {display:inline-block; margin-bottom:10px;}
/* Block: Reviews */
.dashboard .number { float:left; font-size:11px;font-weight:bold;line-height:1;margin:3px 10px 0 0;display:block;width:18px;height:18px;text-align:center;border:1px solid #6a6a6a;line-height:17px}
.dashboard .box-reviews #my_recent_reviews h3 {margin-bottom:5px !important;}
.dashboard .box-reviews .details { margin-left:30px; }

/* Block: Tags */
#my_recent_tags > li {padding-bottom:10px;}
.tags li {display:inline; text-transform:capitalize; padding:0 5px 0 0px;}
.tags li a {color:#7f7f7f; text-decoration:none; margin-right:5px;}
.dashboard .box-tags .details { margin-left:30px; }

/********** Dashboard > */
.block-order-return{ border:1px solid #ececec; padding:13px 18px 20px 18px; margin-top:26px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/media/bg-return.gif) no-repeat left bottom #fff; min-height:345px; overflow:hidden;}
.block-order-return .page-title{ border-bottom:1px solid #e6e6e6; padding-bottom:8px; margin-bottom:16px;}
.block-order-return label{ color:#000000; font-weight:bold; display:inline-block; padding-bottom:5px;}
.block-order-return label em{ color:#f84904;}
.block-order-return .input-box.txt{ font-size:12px; text-transform:uppercase; color:#f84904; margin-bottom:7px;}
.block-order-return .form-alt li {margin-bottom:0px;overflow:inherit;}
.block-order-return .input-box.btn{ padding-top:18px;}
.block-order-return .jqTransformSelectWrapper {background: url("http://www.maclocks.com/skin/frontend/default/ipadminilock/images/select_left_content.gif") no-repeat scroll left top transparent;color: #7E7E7E;float:none;font: 12px/18px Arial,Helvetica,sans-serif;height: 24px !important;margin:0 0 0 0px;padding:0;position:relative;width:507px!important;z-index:auto!important;}
.block-order-return .jqTransformSelectWrapper > div > span{ width:95%!important;}
.block-order-return .jqTransformSelectWrapper ul { width:505px!important; background:#fcfcfc;} 
.block-order-return .jqTransformSelectWrapper ul li { margin:0;}
/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info {padding:5px 0 5px 0; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}
.order-info-box {margin-bottom:15px;}
.order-info-box h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
.order-items h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
.order-items { width:100%; overflow-x:auto; }
.page-title.title-buttons .button{ margin-top:-5px!important;}
.col-1.addresses-primary h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.col-1.addresses-primary h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
.col-2.addresses-additional h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .col-1,
.page-print .col-2 {margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:10px; width:46%;}
.page-print h1 {font-size:25px; line-height:40px;}
.page-print  h2 {margin-bottom:5px;}
.page-print th.a-right {text-align:center !important;}
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
#review-form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#f84904;}
#review-form h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.product-review .product-img-box { float:left; width:175px; margin-right:15px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 auto 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td{ text-align:center; padding:18px 30px 30px 30px;}
.catalog-product-compare-index { position:absolute;}
.catalog-product-compare-index .link-print:hover span{}
.catalog-product-compare-index .link-print{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-btn-compare.gif) left top repeat-x; color:#323232; padding:9px 20px 8px 17px; }
.catalog-product-compare-index .link-print:hover{ background-position:0 -31px;}
.catalog-product-compare-index .link-print span {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-print.png) left 0px no-repeat; padding-left:32px; padding-right:0; text-transform:uppercase;}
.catalog-product-compare-index .link-print:hover span{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn-print.png) left 0px no-repeat;}
.catalog-product-compare-index{ background:#fff;}
.catalog-product-compare-index .buttons-set {clear:both;margin:0px 0 0;padding:20px 0px 5px 0px;}
.catalog-product-compare-index .buttons-set button.button span { float:left; height:31px;padding:0 0 0 0px; font:normal 12px/31px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase; }
.catalog-product-compare-index .buttons-set button.button span span {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-btn.gif) 0 -31px repeat-x; padding:0 20px 0 20px; }
.catalog-product-compare-index .buttons-set button.button:hover span span{ background-position:0 0px;}
.catalog-product-compare-index .product-name a { font-size:15px; color:#2f2f2f;}
.catalog-product-compare-index .product-name a:hover{ color:#f84904;}
.catalog-product-compare-index .ratings{ text-align:center;}
.catalog-product-compare-index .regular-price .price {color:#f84904;float:none;font-size:22px;font-weight: normal;}
.catalog-product-compare-index td button.button{ float:none;}
.catalog-product-compare-index td .add-to-links {float:none;width:100%; padding-top:12px;}
.catalog-product-compare-index td .add-to-links li a{ padding-left:22px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/wislish-page-compare.png) left top no-repeat;}
.catalog-product-compare-index .price-box.left{ float:none; width:100%; text-align:center;}
.catalog-product-compare-index .ratings .rating-box {float:none;margin: 0 auto 10px;}
.catalog-product-compare-index .page-title {margin:0 0 10px;padding:5px 0 0px;}
#product_comparison{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/compare-y.gif) repeat-x left bottom #ffffff;-webkit-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);-moz-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);}
.catalog-product-compare-index .data-table td{ padding:14px 20px 14px 20px; color:#7e7e7e;}
.catalog-product-compare-index .data-table th {padding:14px 20px; font-weight:bold; color:#000000;}
.catalog-product-compare-index .btn-remove {display: block;font-size: 0;height:19px;line-height: 0;margin-left: 2px;overflow: hidden;text-indent: -999em;
width:19px;position:absolute;right:-20px;top:-9px;}
.catalog-product-compare-index .btn-remove:hover{ background-position:0 -19px;}
.compare-inner{}
.catalog-product-compare-index .data-table tr.even {background:#fefefe;}
#product_comparison  td.first-in-line{background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-compare.png) repeat-y left top;}
#product_comparison  th {border: 1px solid #ececec;background:none;}
#product_comparison  td {border: 1px solid #ececec; background:none; color:#7e7e7e;}
#product_comparison tr{ background:none;}
#product_comparison .price-box{ padding-top:10px; padding-bottom:10px;}
#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {text-align:center;}
#product_comparison .product-shop-row td .product-image {display:inline-block; margin-bottom:15px; border:1px solid #ededed;}
#product_comparison .product-shop-row td .product-image:hover{ border:1px  solid #f84904;}
#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {margin-bottom:5px;}
#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {float:none;}

/* MAP Popup============================================================================== */
.price-box.map-info .price{padding-right:10px; color: #f84904;font-size: 22px;font-weight:normal;}
.product-view .product-shop .price-box.map-info{margin:-20px 0 10px 0; display:block; width:100%;}
.tier-prices.product-pricing a{ color:#333}
.product-view .product-shop .price-box.map-info a{padding:0 5px 0 0;}

.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.catalog-product-compare-index .map-popup {min-width:300px;}
.map-popup {  margin:12px 0 0; position:absolute; -webkit-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);-moz-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2); text-align:left; width:300px;  z-index:100; background:#f6f6f6; }
.map-popup #map-popup-msrp-box{ color:#000000; font-weight:normal;}
.map-popup #map-popup-msrp-box strong{ color:#000000; font-weight:normal;}
.map-popup #map-popup-msrp-box span{ color:#000000; font-weight:normal;}
.map-popup-heading { padding:20px 40px 20px 20px; width:240px; background:#fbfbfb }
.map-popup-heading h2 { font-size:12px; margin:0; word-wrap:break-word; text-align:left; text-overflow:ellipsis; color:#2f2f2f; text-transform:uppercase; }
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/btn_remove.gif) 0 0 no-repeat; display:block; position:absolute; top:10px; right:10px; height:19px; width:19px; text-indent:-9999em; }
.map-popup-close:hover{ background-position:0 bottom;}
.map-popup-content {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/tail-popup.gif) left  top repeat-x #f6f6f6; padding:18px 20px 20px 20px; overflow:hidden; text-align:left; width:260px;  }
#map-popup-price-box strong{ color:#f84904; margin-right:7px;}
.map-popup .regular-price .price {color:#000;float:left;font-size:12px;font-weight:bold;}
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0px 0; }
.map-popup-price .minimal-price-link {color:#333; margin-left:7px;display:inline-block;}
.map-popup-price { margin:2px 0 0; }
.map-popup-text { clear:right; margin:0 20px; padding:16px 0; text-align:left; word-wrap:break-word; color:#7b7b7b; line-height:18px; }
.map-popup-only-text { border-top:1px solid #d8d8d8; }
.contacts-index-index .page-title h1{ padding-bottom:10px;}
/* ======================================================================================= */
/* Footer-Newsletter================================================================================ */
.footer .block-subscribe{ padding:0; margin:0 0 10px 0; background:none; border:0; overflow:hidden;}
.footer .block-subscribe .block-title {	background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/footer-icon-4.png) no-repeat left top;	padding:0 0 19px 40px;	border:0;	border-bottom:1px solid #d9d9d9;margin-bottom:21px;}
.footer .block-subscribe .block-title strong {font-size:17px;font-weight:normal;color:#f84904; 	line-height:20px; 	}
.footer .block-subscribe .block-content {padding:0px 0 0;}
.footer  .block-subscribe .form-subscribe-header {display:block; font-size:12px; color:#717171; margin-bottom:10px;}
.footer .block-subscribe #newsletter { 
	width:179px;
	background:none; 
	padding:10px;  
	font-size:12px; 
	color:#999999; 
	float:left;
	display:block; 
	position:relative;
	z-index:9;
	background:#fff; 
	border:0;
}
.footer .block-subscribe #newsletter:focus,
.footer .block-subscribe #newsletter:active{box-shadow:none;}
.footer .block-subscribe .block-content{}
.footer .block-subscribe .input-box{ float:left; width:200px; }
.footer .block-subscribe .actions{ float:left;  padding:0; }
.footer .block-subscribe .actions .button span{ background:#f84904; padding:0; height:34px; line-height:31px; padding:0 3px; font-family:'Candal',sans-serif; font-size:15px; }
.footer .block-subscribe .actions .button:hover span{ background:#838383;}
/* Footer ================================================================================ */
.footer-container{ background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/footer-bg.gif) repeat-x center top; width:100%; padding:34px 0 10px; text-align:left;}
.footer {padding:0; position:relative;}
.footer p { text-align:right; }
.footer address { text-align:left; padding-top:10px; border-top:1px solid #d9d9d9; padding-bottom:10px; color:#f84904;}
.padd-footer{ padding-bottom:21px;}
.footer h4{ 
font-size:17px;
font-weight:normal;
color:#f84904; 
line-height:25px; 
background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/footer-icon-2.png) no-repeat left top;
padding:0 0 17px 30px;
border-bottom:1px solid #d9d9d9;
margin-bottom:21px;
}
.footer h4.item-1 {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/footer-icon-1.png) no-repeat left top;}
.footer h4.item-3 {background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/footer-icon-3.png) no-repeat left top; }
.footer ul #FME-contact-form{ display:none;}
.footer ul li { display:block; padding:0 0 3px 0; }
.footer ul li a{ text-decoration:none; display:inline-block;}
.footer ul li a:hover{ color:#f84904;}
.footer-container .bottom-container { text-align:center; }
.footer-col,
.footer-col-1,
.footer-col-2{ width:240px; margin-right:20px; float:left;}
.footer-col-3 {width:240px; float:right;}
.padd-footer-inner{ padding-bottom:18px;border-bottom:1px solid #d9d9d9; position:relative;}
.store-switcher{ float:right; margin-top:-24px;}
.footer .list-icon {overflow:hidden; padding:10px 0 0 0;}
.footer .list-icon li {float:left; margin-right:10px;}
.footer .list-icon li a {display:block; height:32px; width:32px; background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/list-icon.png) no-repeat left top; text-indent:-2000px;}
.footer .list-icon li.item-2 a {background-position:-42px 0;}
.footer .list-icon li.item-3 a {background-position:-84px 0;}

/* ==================================back-top ================================================== */
#back-top {position: fixed;bottom:40px;z-index:99;left:50%;margin-left:550px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#79ec3e;}
#back-top span {width:41px;height:41px; display: block;margin-bottom:41px;background:url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/up-arrow.png) no-repeat left 0px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;}
#back-top a:hover span { background-position:right 0;}
/* ======================================================================================= */



.clear {clear: both; display: block; overflow: hidden; visibility: hidden;width: 0;height: 0;}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.header .quick-access { width: 59%;}
#nav > li > a > span {   padding: 14px 12px 19px; }
#nav > li.last  { background: none repeat scroll 0 0 transparent;}
#payment_form_paypal_standard {display:none;}




.cms-b2b .b2b_form { background: url("/media/wysiwyg/form_bg.png") no-repeat scroll 0 0 transparent; height: 676px; position: absolute;  right: 0;  top: 440px; width: 323px;}
.cms-b2b .b2b_form #webform_3_form p {display:block;}
.cms-b2b .b2b_form p {display:none;}
.cms-b2b .b2b_form .b2b_title img { margin-left: -8px; margin-top: 6px;}
.cms-b2b .b2b_form #webform_3_form {  left: 22px; position: absolute;  top: 140px;  width: 276px;}
.cms-b2b .b2b_form h2.legend{ display:none;}
.cms-b2b .b2b_form #webform_3_form .form-list li .input-box .input-text {  background: url("/media/wysiwyg/text-feild.png") no-repeat scroll 0 0 transparent;  border: medium none;  height: 18px; padding: 6px; width: 140px;}
.cms-b2b .b2b_form #webform_3_form .form-list li .input-box .input-text.select { background: url("/media/wysiwyg/text-feild.png") no-repeat scroll 0 0 transparent; border: medium none;  height: 32px;  padding: 6px; width: 156px;}
.cms-b2b .b2b_form #webform_3_form .form-list li .input-box .input-text.textarea {  background: url("/media/wysiwyg/text-area.png") no-repeat scroll 0 0 transparent;  height: 74px; width: 156px;}
.cms-b2b .b2b_form .form-list li { float: left; margin-bottom: 0; width: 100%;}
.cms-b2b .b2b_form .field.webforms-fields- {  height: 32px; margin-bottom: 12px; width: 100%;}
.cms-b2b .b2b_form .form-list label {  color: #635C5C;  float: left;  margin-right: 10px;  text-align: right;  width: 98px;}
.cms-b2b .b2b_form #webform_3_submit_button {   background: url("/media/wysiwyg/send_button.png") no-repeat scroll 0 0 transparent;  border: medium none;  color: #FFFFFF;  font-size: 0;  height: 31px;  margin-left: 55px; margin-top: 40px;  width: 156px;}
.cms-b2b .b2b_form p.required { position: absolute; right: 15px; text-align: right;  top: 2px;}
.cms-b2b .white_text1 { float: left;  margin-left: 25px; margin-top: 40px; width: 614px;}
.cms-b2b .white_text2 {  float: left;  margin-left: 25px; width: 566px;}
.cms-b2b .green_text { background: url("/media/wysiwyg/center_bg.png") no-repeat scroll 0 0 transparent; float: left;  height: 395px;  margin-top: 46px;  padding-left: 25px; padding-top: 33px;    width: 100%;}
.cms-b2b .footer_banner1 {  float: left;  width: 100%;}
.cms-b2b .footer_banner2 {  float: left;  width: 100%; }
.cms-b2b #main {position: relative; font-family: meiryo; }
.cms-b2b .footer_b2b {background: url("/media/wysiwyg/bottom_effect.png") no-repeat scroll 0 0 transparent;  float: left;  width: 100%; height: 156px; }
.cms-b2b .b2b_title_text .white-form-text {   color: #FFFFFF;  font-size: 14px; letter-spacing: -1px;  line-height: 28px; padding-left: 4px;}
.cms-b2b .b2b_title_text .black-form-text  {    font-size: 16px;  font-weight: bold;  padding-left: 9px;}
.cms-b2b .b2b_title_text {    padding-top: 6px;}
.cms-b2b .bottom-white-text {  margin-left: 202px; margin-top: -18px;  width: 410px;}
.cms-b2b .validation-advice, .required { color: #64B046 !important;}
.cms-b2b .b2b_form .form-list li { margin-left: -20px;  width: 106%; }
.cms-b2b .b2b_form .form-list label.required { margin-top: 14px;}
.cms-b2b p {  margin-bottom: 0.7em !important;  padding: 0 !important;}
/*body.cms-b2b { color: #000000;  font-family: meiryo; }
body.cms-b2b  .std {position:relative; }
body.cms-b2b button.button > span {  background: none repeat scroll 0 0 transparent;  font: 0px/31px Arial,Helvetica,sans-serif;}
body.cms-b2b select option { padding-right: 10px;  }
body.cms-b2b .form-list .input-box { width: 160px;  float: left;  clear: none;}
body.cms-b2b #webform_3_submit_button { margin-right: 55px;  margin-top: 30px !important; }*/
.footer h4 {background: url("http://www.maclocks.com/skin/frontend/default/ipadminilock/images/eficon-1.png") no-repeat scroll left top transparent; }
.category-products ul.products-grid { padding: 0 0 0 0px; }
body.cms-home .coin-slider { margin-top: -13px; }
#nav li.home-link {margin: 15px 0 0 -5px; padding: 0 5px 0 0;}
.b2b_link { left: 0;  position: absolute; top: 50px; }
.ipadminilock_contact_us {position:relative; float:left;    width: 155px;}
.cms-b2b .validation-advice { margin: 0;}
body .cs-buttons {   display: none; }
body.cms-home .breadcrumbs {   display: none; }
body.cms-home .main { margin: 0 0 0px; }

body .header .quick-access {  width: 63%;}

body .header h1.logo { max-width: 378px;}
body .header h1.logo img{ max-width: 378px;}
body .header .ipadminilock_contact_us a {float:left;}
body .seal_logo_cart {float:left;}
body .seal_logo { height: 24px; left: 150px; margin-bottom: -24px; position: relative; top: -40px; width: 100px;}
body .seal_logo table { max-width: 100px;}
body.cms-home  .main-container-bg { padding: 0px 0 10px; }
body .main-container.col1-layout .col-main .banners_top a img{ float: left; width: 33.333%;}
body.cms-home  #thumbNav {display:none;}
body .breadcrumbs { float: left;  width: 100%;}
body.cms-home .main-container.col1-layout .col-main h3 {display:none;}
body .catalog-product-view .breadcrumbs { float: left; }
body .header .logo {  max-width: 37%;}
body .header .logo img {  max-width: 100%;}

/*================searchautocomplete ==========================*/
body .nav-input.UI-NAV-INPUT {padding-left: 46px !important;}
body .searchautocomplete .nav .nav-search-in .category.UI-CATEGORY  { width: 46px !important;}
body .searchautocomplete {  float: right;  position: relative;  width: 436px;   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);}


/*================Image Pop Up ==========================*/
#outerImageContainer {  max-height: 700px !important; max-width: 900px !important;}
#imageContainer { max-height: 700px !important; max-width: 900px !important;}
#lightbox img {  max-height: 680px !important;  max-width: 99% !important;}
#hoverNav a {  height: 100% !important;}
#imageDataContainer {  max-width: 900px !important;}
/*================ipadposstand ==========================*/
.cms-home-ipadposstand .anythingSlider { }

/*================tabletenclosure ==========================*/

body.cms-home .tabletenclosure .coin-slider {  margin-top: -70px;}
body .Tabletenclosure .nav-container #nav{ /*margin-left: -99px !important;*/ width: 1009px !important; }
body .Tabletenclosure #nav > li > a > span { font-size: 13px !important; padding: 14px 16px 19px !important;}


/* =============== new B2B page ====================*/
body .vquote { border: 2px solid #000; position: absolute; margin-left: 30%; margin-top: -14.4%; width: 15%; text-align: center; padding: 1%; border-radius: 5px; font-size: 15px; }
body.cms-page-view.cms-b2b button.button span span { padding: 0px 24px !important; font-size: 20px; float: none !important; }
body.cms-page-view.cms-b2b button.button > span { float: none !important; }
body .main_b2b { width: 100%; }
body .main_left_b2b { width: 53%; float: left; margin-top: 5%; text-align: center; }
body .main_left_b2b h1 { font: 25pt/45pt 'HelveticaNeueW01-Thin', arial, sans-serif; color: #000;}
body .main_left_b2b img { margin-top: 50px; }
body .main_left_b2b p { font-size: 25px; line-height: 0.8; margin: 20px 0; color: #000;}
body .main_left_b2b a { color: #454545; display: inline-block; margin-top: -20px; text-decoration: none; font: 20pt/45pt "HelveticaNeueW01-Thin",arial,sans-serif; }
body .main_right_b2b { width: 47%; float: left; margin-top: -5%; }
body #webform_16_form { border: 1px solid rgb(105, 178, 69); background: rgb(105, 178, 69); margin-top: 50px; width: 86%; height: 560px; border-radius: 15px; text-align: center;}
body.cms-page-view.cms-b2b .std { padding-top: 3%; }
body #webform_16_form #webform_16 { text-align: center; }
body #webform_16_form .form-list #field_115 { float: left; }
body #webform_16_form .form-list #field_116 { float: right; margin-top: -34px; margin-right: -33%; }
body #webform_16_form .form-list #field_116 div.input-box { width: 360px !important; }
body #webform_16_form .form-list #field_115 select { width: 230px !important; }
body #webform_16_form .form-list #field_116 select { width: 70px !important; margin-left: -4%;}
body #webform_16_form #fieldset_17 .fields  { margin-left: 0%; }
body p.required { text-align: center !important; color: #fff !important; display: none;}
body #webform_16 ul li label { color: #fff !important; }
body #fieldset_17 .legend { color: #fff !important; font-size: 17px; }
body .input-box { padding-right: 8px; }
body #webform_16_submit_button { width: 87%;
background: #fff none repeat scroll 0% 0%;
border: 1px solid #fff;
height: 38px;
margin-top: 10px;
margin-left: 8px;
color: #658F31;
font-family: "Raleway",sans-serif;
font-size: 20px; }
body .validation-advice { display: none; }
body .form-list li .input-box .input-text, 
body .form-list li .input-box textarea,
body .form-list li .input-box select { width: 330px !important; height: 25px; margin-top: 2.5%; opacity: 1; font-style: italic; }
body .fs { float: left; margin-left: 6%;}
body .se { padding-left: 8px; padding-right: 5px; font-size: 25px; float: left; margin-top: 0.1%; color: #000; }
body .th { float: left; }
body #webform_16_success_text { margin-top: 10%; }
body .thankyou_top {  border-bottom: 3px solid #69B245 !important; padding-bottom: 7%; font: 25pt "HelveticaNeueW01-Thin",arial,sans-serif; color: #000; }
body .thankyou_bottom{ padding-top: 7%; line-height: 25px; font: 17pt "HelveticaNeueW01-Thin",arial,sans-serif; color: #000; }
body #second_p { margin-top: 13%; }
body .input-box textarea { height: 85px !important; }
body .std strong { font-size: 20px; text-align: center; margin-bottom: 5%; margin-top: 4%; }
body.cms-page-view.cms-b2b .std strong { color: #fff !important; }
body .total_bottom { float: right; width: 48%; margin-top: 2%; }
body .image_norton { width: 30%; float: left; }
body .result { float: left; width: 50%; font-size: 15px; border-left: 1px solid #ccc; padding-left: 3%; padding-top: 2%; }
body .thankyou_bottom_bottom { color: rgb(0, 0, 0); margin-top: 10%; font-weight: bold; font-size: 22px; }
body.cms-page-view.cms-b2b .footer-container { margin-top:3%; }
body.cms-page-view.cms-b2b .buttons-set button.button { float: none; }
body.cms-page-view.cms-b2b button.button > span, 
body.cms-page-view.cms-b2b .block-wishlist .actions a, 
body.cms-page-view.cms-b2b .page-sitemap .links a { background: none; color: #658F31; font-size: 20px; font-weight: none; line-height: 40px; height: none; }
body.cms-page-view.cms-b2b .form-list label { float: none; }
body.cms-page-view.cms-b2b input, textarea, .uneditable-input { margin-left: 15px; }
body.cms-page-view.cms-b2b .form-list li.wide .input-box { width: 260px !important; }
body.cms-page-view.cms-b2b .form-list .fields label,
body.cms-page-view.cms-b2b .form-list #field_117 label { display: none; }
body #field_113 { margin-left: 4.5%; }
body div.checkoutcontainer div.input-address-short,
body div.checkoutcontainer div.input-firstname,
body div.checkoutcontainer div.input-lastname,
body div.checkoutcontainer div.input-email,
body div.checkoutcontainer div.input-telephone,
body div.checkoutcontainer div.input-company,
body div.checkoutcontainer div.input-fax,
body div.checkoutcontainer div.input-password { width: 47%; }
body div.checkoutcontainer div.input-region { width: 55%; }
body.cms-page-view.cms-b2b .form-list li, li.control { margin-top: -2%; }
body.cms-page-view.cms-b2b .form-list .fields #field_113 div.input-box select { width: 334px !important; }


/* =============== product page ================ */
body .product-options { padding: 30px 10px 40px 18px !important; }
body .add-to-cart button.button { float: left !important; margin-left: 7px !important; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.maclocks.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* ------------------------------------------------------------------------------------------------------------------------------------------
																	Pretty Photo	
																This you can edit.
------------------------------------------------------------------------------------------------------------------------------------------ */

/* --------------------------------------------------------------------------------------------------------------------------
																Default Theme
---------------------------------------------------------------------------------------------------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }
div.pp_default .pp_top .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; font-color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }
div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }
div.pp_default .pp_bottom .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */
div.pp_default .pp_loaderIcon { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } /* Content background */
div.light_rounded .pp_next:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_rounded .pp_previous:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_rounded .pp_expand { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_rounded .pp_expand:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_rounded .pp_contract { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_rounded .pp_contract:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_rounded .pp_close { width: 75px; height: 22px; background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; } 
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_arrow_previous { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_rounded .pp_bottom .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
div.light_rounded .pp_loaderIcon { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.dark_rounded .pp_content_container .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_rounded .pp_content { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.dark_rounded .pp_next:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_rounded .pp_previous:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.dark_rounded .pp_expand { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_rounded .pp_expand:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_rounded .pp_contract { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_rounded .pp_contract:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin-right: 85px; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_arrow_previous { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_rounded .pp_bottom .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
div.dark_rounded .pp_loaderIcon { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: #000; }
div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
div.dark_square .pp_expand { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_square .pp_expand:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_square .pp_contract { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_square .pp_contract:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_square .pp_close { width: 75px; height: 22px; background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_square .pp_details { position: relative; }
div.dark_square .pp_description { margin: 0 85px 0 0; }
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_arrow_previous { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_square .pp_next:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_square .pp_previous:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }
div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_square .pp_expand:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_square .pp_contract { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_square .pp_contract:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_square .pp_close { width: 75px; height: 22px; background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_arrow_previous { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_next:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_square .pp_previous:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_square .pp_loaderIcon { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.facebook .pp_top .pp_middle { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
div.facebook .pp_content_container .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
div.facebook .pp_content { background: #fff; } /* Content background */
div.facebook .pp_expand { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.facebook .pp_expand:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.facebook .pp_contract { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.facebook .pp_contract:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin: 0 37px 0 0; display: none!important; }
div.facebook #pp_full_res .pp_inline { color: #000; } 
div.facebook .pp_loaderIcon { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
div.facebook .pp_arrow_previous { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.facebook .pp_bottom .pp_left { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
/* -------------------------------------------------------------------------------------------------------------------------------------
	DO NOT CHANGE
----------------------------------------------------------------------------------------------------------------------------------------- */
div.pp_pic_holder a:focus { outline:none; }
div.pp_overlay {background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9500; }
div.pp_pic_holder {	display: none;	position: absolute;	width: 100px; z-index: 10000; }
.pp_top {height: 20px;	position: relative;	}
* html .pp_top { padding: 0 20px; }
.pp_top .pp_left {	height: 20px; left: 0;	position: absolute;	width: 20px;	}
.pp_top .pp_middle {height: 20px; left: 20px; position: absolute; right: 20px;}
* html .pp_top .pp_middle {	left: 0;	position: static;	}
.pp_top .pp_right {	height: 20px; left: auto;	position: absolute;	right: 0;	top: 0;	width: 20px;}
.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }
.pp_fade { display: none; }
.pp_content_container {	position: relative;	text-align: left; width: 100%;	}
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
.pp_content_container .pp_details {	float: left; margin: 10px 0 2px 0;	}
.pp_description {	display: none;	margin: 0;	}
.pp_social { float: left; margin:0px 0 0 0; display:none; }
.pp_social .facebook { float: left; position: relative; top: -1px; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }
.pp_nav {	clear: right;	float: left; margin: 3px 10px 0 0; 	}
.pp_nav p {	float: left; margin: 2px 4px; }
.pp_nav .pp_play,
.pp_nav .pp_pause {		float: left; margin-right: 4px; text-indent: -10000px;	}
a.pp_arrow_previous,
a.pp_arrow_next { display: block; float: left;	height: 15px; margin-top: 3px;	overflow: hidden; text-indent: -10000px; width: 14px;	}
.pp_hoverContainer {	position: absolute;	top: 0;	width: 100%; z-index: 2000;	}
.pp_gallery {	display: none;	left: 50%;	margin-top: -50px;	position: absolute;	z-index: 10000;	}
.pp_gallery div {	float: left;position: relative;	}
.pp_gallery ul {float: left; height:50px;	margin:-20px 0 0 5px;	padding: 0;	position: relative;	white-space: nowrap;}
.pp_gallery ul a {	border: 1px #000 solid; border: 1px rgba(0,0,0,0.5) solid; display: block; float: left;	height:50px; overflow: hidden; background:#fff;	}
.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }
.pp_gallery ul a img { border: 0; }
.pp_gallery li {display: block;	float: left; margin: 0 5px 0 0;	padding: 0;}
.pp_gallery li.default a {	background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat; display: block; height: 33px; 	width: 50px;}
.pp_gallery li.default a img { display: none; }
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {margin-top: 7px !important;	}
a.pp_next {	background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;	display: block;	float: right; height: 100%;	text-indent: -10000px;width: 49%;	}		
a.pp_previous {	background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;	display: block;	float: left; height: 100%;	text-indent: -10000px;	width: 49%;	}
a.pp_expand,
a.pp_contract {	cursor: pointer; display: none;	height: 20px; position: absolute; right: 30px; text-indent: -10000px; top: 10px; width: 20px; z-index: 20000; }	
a.pp_close {position: absolute; right: 0; top: 0; 	display: block;	line-height:22px; text-indent: -10000px; }
.pp_bottom {height: 20px; position: relative;	}
* html .pp_bottom { padding: 0 20px; }
.pp_bottom .pp_left {height: 20px; 	left: 0; position: absolute; width: 20px;}
.pp_bottom .pp_middle {	height: 20px;	left: 20px;	position: absolute;	right: 20px;}
* html .pp_bottom .pp_middle {	left: 0;	position: static;}	
.pp_bottom .pp_right {height: 20px;	left: auto; position: absolute;	right: 0; top: 0; width: 20px;}
.pp_loaderIcon {display: block; height: 24px; left: 50%; margin: -12px 0 0 -12px; position: absolute; top: 50%; width: 24px;}	
#pp_full_res {	line-height: 1 !important;	}
#pp_full_res .pp_inline {text-align: left; }
#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
div.ppt {color: #fff;	display: none!important; font-size: 17px; margin: 0 0 5px 15px;	z-index: 9999;}
/* -----------------------------------------------------------------------------------------------------------------
																Pretty Photo	
																	End
----------------------------------------------------------------------------------------------------------------- */
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.product-view-fancybox,
.product-view-fancybox .product-essential {width:800px}
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {z-index: 8030;}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {overflow: hidden;}

.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch;}

.ajax-index-options .product-view .product-shop{ width:800px;}
.ajax-index-options .product-view .product-essential {padding:0;}
 body.ajax-index-options{
 width:800px;
 padding:0px;
 margin:0px;
 min-height:400px;
 max-height:850px;
}
body.ajax-index-options .product-shop .product-options-bottom .price-box{float:left;}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}
.ajax-index-options .add-to-cart button.button {   float:left;   margin-left: 5px;}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {max-width: 100%;max-height: 100%;}

#fancybox-loading {	background-image: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/fancybox_sprite.png);}
.fancybox-close:hover{ background-position:0 -19px;}
.fancybox-close{	background-image: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/fancybox-close.gif);}
.fancybox-prev span, .fancybox-next span {	background-image: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/fancybox_pag.png);}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top:40px;
	right:40px;
	width:19px;
	height:19px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top:48%;
	width:20px;
	height:20px;
	cursor: pointer;
	background: transparent url(http://www.maclocks.com/skin/frontend/default/ipadminilock/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {left:-106px;}

.fancybox-next {right:-106px;}

.fancybox-nav span {
	position: absolute;
	width: 36px;
	height:60px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {left: 20px; background-position:0 -60px;}
.fancybox-next span {right: 20px; background-position:right -60px;}

.fancybox-prev:hover span {	left: 20px;	background-position:0 0px;}
.fancybox-next:hover span {	right: 20px;	background-position:right 0px;}

.fancybox-nav:hover span {	visibility: visible;}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {	visibility: visible;}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {	position: relative;	margin-top: 10px;	color: #fff;}

.fancybox-title-inside-wrap {	margin-top: 10px;}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('http://www.maclocks.com/skin/frontend/default/default/ajaxcartpro/images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('http://www.maclocks.com/skin/frontend/default/default/ajaxcartpro/images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5{font-size:11px;}

.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.block-blog .menu-categories UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI a,.block-blog .menu-categories UL LI a,.block-blog .menu-tags UL LI a{font-size:11px;}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}

.block-blog .head h4{
padding-left: 20px;
}

.block-blog .block-title strong {
background-image:url(http://www.maclocks.com/skin/frontend/default/default/aw_blog/images/icon_blog.png);
background-repeat:no-repeat;
padding-left:21px;
text-align:left;
}

.postWrapper .poster{
	display:inline;
}
.input-box.aw-blog-comment-area{width:100%;}

.widget-latest li{font-size:12px;padding:5px 10px;}
.block-blog .menu-categories{margin:0;padding:5px 9px;}

A.awblog_current_comment { text-decoration:none!important; font-weight: bold!important; }
.onsale-product-container {
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.onsale-product-container-inside {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
	float: left;
}

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.new-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.custom-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}




#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles */
    #aw_popup_wraper {
        background: transparent;
        background: rgba(0,0,0,0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
        zoom: 1;
    }
}

#aw_popup_window {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    background: #ffffff;
    top: 0;
    left: 0;
    border: solid 1px;
    border-radius: 6px;
    padding: 10px;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    cursor: pointer;
    float: right;
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/**
 * Mage-World - Easy banner Pro
 */
*{ margin: 0; padding: 0; }
.clear {clear: both;line-height: 1px;font-size: 1px;}

/* Easy SimpleSlider ===================================================================== */
.divSimpleSliderRotate { position:absolute; bottom:10px; left:38px; z-index:99; }
.divSimpleSliderRotate a {margin: 0 0 0 4px;padding: 3px 7px;background: #ffffff;text-decoration: none;color: #888888;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
.divSimpleSliderRotate a:hover {background: #454545;text-decoration: none; color: #ffffff;}
.divSimpleSliderRotate a.activeSlide {background: #618499;text-decoration: none;color: #ffffff;}
.divSimpleSliderRotate a:focus { outline: none; }
/* ======================================================================================= */

/* Gallery View ========================================================================== */

/* ======================================================================================= */


/*  Accordion_slider View ================================================================ */
.set{float: left;}

.accordionWrapper{display:inline-block; background:none; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none; margin:0px; padding:0px;}
/* ======================================================================================= */


/* Simpple slider 2======================================================================= */
.aaa{position:relative;width:100%;margin-bottom:35px;}
.bbb{top:-14px;z-index:1000;width:100%;position:absolute; left: 0px;}
#nav1 { margin: 0px; position: relative; padding: 0px 5px; margin: 0px;}
#nav1 li { float: left; list-style: none; line-height: 24px;}
#nav1 a { padding: 0px 5px; text-decoration: none; color: #fff; font-size: 12px; font-family: arial; background:url(http://www.maclocks.com/skin/frontend/default/default/images/li-hover.jpg) no-repeat; width:7px; height:22px; font-weight: bold; }
#nav1 a.activeSlide {color: #FF920A; font-size: 12px; font-family: arial; font-weight: bold; background:url(http://www.maclocks.com/skin/frontend/default/default/images/li-active.jpg) no-repeat;}
#nav1 a:focus { outline: none; }
.intro_barner{height:200px;}
#nav1 a span{ display: none;}

.so {background:transparent url(http://www.maclocks.com/skin/frontend/default/default/images/sliderbanner/tab_number.png) no-repeat; height:42px; margin:auto; text-align:left; width:100%; display: block;padding-top:17px;}
.so a{ float: left; line-height: 24px;}
.so a span#prev{position: relative; padding-left: 30px; display: block; background: url(http://www.maclocks.com/skin/frontend/default/default/images/sliderbanner/bkg-left-nav.png) no-repeat top left;}
.so a span#next{display: block; background: url(http://www.maclocks.com/skin/frontend/default/default/images/sliderbanner/bkg-right-nav.png) no-repeat top right; padding: 0px 10px 0px 0px; height: 25px;}
.so a span img{vertical-align: middle;}
.so ul{ float: left; background: url(http://www.maclocks.com/skin/frontend/default/default/images/sliderbanner/bkg-nav.png) repeat-x top left; height: 25px; min-width: 56px;}
.slideshow{overflow: hidden;height: 310px;}

#demos h2{ padding: 0px; margin: 0px; width: 597px; float: left;}
.Profitez{ overflow: hidden;  width: 597px; float: left;}
.green_intro{ height: 236px !important;}
.so a.link-more{color: #F9D428;font-size: 14px;text-decoration: none;float: right;text-align: right;padding-right: 20px;}
.so a:hover.link-more{color: #F9D428;font-size: 14px;text-decoration: underline;float: right;text-align: right;padding-right: 20px;}
#pauseButton{padding-top: 4px;padding-left: 5px;}
.mw_easybn_simplesld2{position: relative}
#slideshow a{position: absolute; top : 0px; left: 0px;}
/* ======================================================================================= */

/* Easy Slider =========================================================================== */
#content_slider{position:relative; margin:0px auto;}
#slider{}	
#slider ul, #slider li{margin:0;padding:0;list-style:none;}
#slider li{ width:856px;height:241px;overflow:hidden; 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
}
#prevBtn, #nextBtn{ display:block; width:30px; height:77px; position:absolute; top:50%; margin: -30px 0px 0px 0px;}	
#prevBtn{left:-30px;}
#nextBtn{ right:-30px;}														
#prevBtn a, #nextBtn a{display:block;width:30px;height:77px;background:url(http://www.maclocks.com/skin/frontend/default/default/images/easyslider/btn_prev.gif) no-repeat 0 0;	}
#nextBtn a{ background:url(http://www.maclocks.com/skin/frontend/default/default/images/easyslider/btn_next.gif) no-repeat 0 0;}												
.graphic, #prevBtn, #nextBtn {text-indent:-8000px;}
/* ======================================================================================= */


/* PANEL SLIDER ========================================================================== */
div.cont {	position:relative;	border:2px solid #999;	cursor:pointer;}
img {	border:none;	text-decoration:none;}
/* ======================================================================================= */


/* ANYTHING SLIDER ======================================================================= */
.wrapper-slider  a img{ border: 0; text-decoration: none; outline: 0; }
.anythingSlider{  position: relative;}
.anythingSlider .wrapper-slider  {width: 100%;height:100%; overflow: auto;  position: absolute; top: 0; left: 0;					border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;}

.anythingSlider .wrapper-slider ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; 		 margin: 0; padding:0; overflow:hidden; }
.anythingSlider ul li { display: block; float: left; padding: 0; margin: 0; }

.anythingSlider .arrow  { display: block; height: 77px; width: 30px; text-indent: -9999px; position: absolute;  cursor: pointer; }
.anythingSlider .forward               { background: url(http://www.maclocks.com/skin/frontend/default/default/images/anythingslider/btn_next.gif) no-repeat 0 0; right: -30px;top: 35%; }
.anythingSlider .back                     { background: url(http://www.maclocks.com/skin/frontend/default/default/images/anythingslider/btn_prev.gif) no-repeat 0 0; left: -29px;top:35%;}
.anythingSlider .forward:hover   { /*background-position: 0 -200px; */}
.anythingSlider .back:hover         {/* background-position: -67px -200px; */}

#thumbNav { position: absolute; text-align: center; bottom:-28px;}
#thumbNav a{ color: #ff920a; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #9a9a9a; text-align: center;font-weight:bold;text-decoration:none;}
#thumbNav a:hover { background-image: none; }
#thumbNav a.cur{ background: #9a9a9a; color:#fff;font-weight:bold;}

#start-stop { background:#9a9a9a ; color: #fff; padding: 2px 5px; width: 40px;font-weight:bold; text-align: center; position: absolute; right: 110px; bottom:-27px; text-decoration:none;}
#start-stop.playing { background-color: #9a9a9a; color: #fff;font-weight:bold;text-decoration:none;}
#start-stop:hover{ text-decoration:none;}

.anythingSlider .wrapper-slider ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper-slider ul ul li       { float: none; height: auto; width: auto; background: none; }
/* ======================================================================================= */


/*STart Stop Slider ====================================================================== */
.aslideshow, .aslideshow-label, .aslideshow-content, .aslideshow-panel {font:12px Verdana, Tahoma, sans-serif;}
.aslideshow {padding:0; border:0; position:relative; display:none; z-index:1}
.aslideshow-content {padding:0; color:#333; overflow:hidden; position:relative; z-index:1;}
.aslideshow-content p {padding:0 !important; overflow:auto;}
.aslideshow-content img {padding:0 !important; border:0 !important;}
.aslideshow-slide {display:none;position:absolute;}
.aslideshow-fullscreen {position:absolute; top:0; left:0; padding:0; border:0; overflow:hidden;}
.aslideshow-label-place, .aslideshow-panel-place {// border-style:dotted; border-width: 1px 0; border-color: transparent; background:transparent;}
.aslideshow-label-place {padding:0;    position:absolute;    top:4px;    right:6px;    z-index:100;    height:30px;	width:60% !important;}
.aslideshow-label {z-index:101;color:#fff;width:100%;height:100%;line-height:30px;text-indent:8px;font-weight:bold; border:#888 solid 1px; border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px;}

.aslideshow-label a,
.aslideshow-label a:hover,
.aslideshow-label a:active,
.aslideshow-label a:visited {color:#fff;}

.aslideshow-panel-place {padding:0;position:absolute;bottom:4px;left:6px;width:60% !important;z-index:100;height:34px;}
.aslideshow-panel {z-index:101;width:100%;height:100%;padding:0 2px;border:#888 solid 1px;border-radius: 6px;-moz-border-radius: 6px;-khtml-border-radius: 6px;-webkit-border-radius: 6px;}

.aslideshow-panel a.button {display: block;width:30px;height:32px;float:left;text-indent:-99999%;overflow:hidden;outline: 0;   background-image:url(http://www.maclocks.com/skin/frontend/default/default/images/startstop-slider/buttons.png); background-repeat:no-repeat; border:1px solid transparent
}
.aslideshow-panel a.button:hover {background-color:#333;} 
.aslideshow-panel a.first {background-position: 0 0;}
.aslideshow-panel a.prev {background-position: -30px 0;}
.aslideshow-panel a.play {background-position: -60px 0;}
.aslideshow-panel a.stop {background-position: -90px 0   ;}
.aslideshow-panel a.next {background-position: -120px 0;}
.aslideshow-panel a.last {background-position: -150px 0;}
.aslideshow-panel a.help {position:relative;background-position: -180px 0;}
.aslideshow-panel span.counter {float:right;display: block;font-weight:700;color:#fff;height:32px;line-height:32px;padding:0 8px;}

.aslideshow-help {position:absolute;bottom:32px;z-index:101;background-color:#ff9;display:none;padding:2px;margin:0 2px;opacity: 0.8;width:98%;}
.aslideshow-frame div {position:absolute;top:0px;left:0px;z-index:201;cursor:pointer;width:100%;height:100%; background:url(http://www.maclocks.com/skin/frontend/default/default/images/startstop-slider/play.png) 50% 50% no-repeat;
}
.aslideshow-load {display:none;}
.aslideshow-load div {position:absolute;top:0px;left:0px;z-index:201;cursor:pointer;width:100%;height:100%; background:url(http://www.maclocks.com/skin/frontend/default/default/images/startstop-slider/ajax-loader.gif) 50% 50% no-repeat;
}
.aslideshow-shadow {position:absolute;top:0px;left:0px;z-index:200;width:100%;height:100%;}
.aslideshow-opacity {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
    background:rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}
/* ======================================================================================= */


/* CoinSlider Slider ===================================================================== */

#page { width: 575px; margin: 30px auto; }
#gamesHolder { background: url(http://www.maclocks.com/skin/frontend/default/default/css/design/shadow.png) no-repeat center 295px; padding: 5px; margin-top: 30px; width: 565px; }

ul { padding: 0 0 0 15px; margin: 0; }

.holder {background: url(http://www.maclocks.com/skin/frontend/default/default/css/design/shadow.png) no-repeat center bottom; padding: 17px 5px;  }
.text { background-color: #f3f3f3; padding: 30px; margin-top: 10px; line-height: 20px; overflow: hidden; zoom: 1; }

.holder h2 { font-family: Georgia; margin: 0; padding: 0px 0px 15px 0px; }

code { display: block; background-color: #fff; padding: 10px; overflow: auto; }
pre { margin: 10px 0px; padding: 0; }

.download { width: 207px; height: 77px; background: url(http://www.maclocks.com/skin/frontend/default/default/css/design/download.png) no-repeat; float: right; }

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
/* ======================================================================================= */


/* Pikachoose-gallery ===================================================================== */
.pikachoose{margin:0 auto ;color:white;font-size:12px;}
.pikachoose ul{padding:5px 0 0 0;width:510px;margin:0 auto;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #666;padding:2px;background:#666;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;width:100% !important;height:100% !important;}
.pikachoose .pika_main{display:block;position:relative;}
.pikachoose .pika_main_img{position:relative;}
.pikachoose .pika_subdiv{position:relative;border:1px solid #666;background:#666;padding:2px;}
.pikachoose .pika_animationDivs{top:2px;left:2px;} 
.pikachoose .pika_subdiv img,.pikachoose .pika_subdiv a img{border:none;width:100% !important;}
.pikachoose .pika_caption{width:100%;height:16px;padding:10px 0;text-align:center;position:absolute;bottom:3px;left:0px;background:url('http://www.maclocks.com/skin/frontend/default/default/images/pikachoose-slider/black.png') top left;}
.pikachoose .pika_caption a{color:white;}
.pikachoose .pika_play{position:absolute;z-index:1;left:50% !important;margin-left:-25px;width:50px;top:5px;}
.pikachoose .pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('http://www.maclocks.com/skin/frontend/default/default/images/pikachoose-slider/play.png') top center no-repeat;}
.pikachoose .pika_play a.pika_stop_button{background:url('http://www.maclocks.com/skin/frontend/default/default/images/pikachoose-slider/pause.png') top center no-repeat;}
.pikachoose .pika_play a.pika_play_button{background:url('http://www.maclocks.com/skin/frontend/default/default/images/pikachoose-slider/play.png') top center no-repeat;}
.pikachoose .pika_navigation a{font-size: 12px; text-decoration: none;}
.pikachoose .pika_navigation a:hover{text-decoration: underline;}
.pikachoose .pika_navigation{padding-top:10px;clear:both;text-align:center;display:none;}
.pikachoose .pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('http://www.maclocks.com/skin/frontend/default/default/images/pikachoose-slider/rewind.png') top left no-repeat;}
.pikachoose .pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('http://www.maclocks.com/skin/frontend/default/default/images/pikachoose-slider/fastf.png') top right no-repeat;}

/* ======================================================================================= */


/* Featured  ============================================================================= */

#featured{position:relative;height:auto;background:#414448;margin:0 auto;overflow:hidden;}
#featured ul.ui-tabs-nav{list-style:none;padding:0; margin:0;width:35%;height:100%;float:right;background:#cecece;}
#featured ul.ui-tabs-nav li{padding:12px 2px 12px 6px;font-size:12px;color:#fff;}
#featured ul.ui-tabs-nav li img{float:left; margin:2px 5px;background:#fff;padding:2px;border:1px solid #eee;}
#featured ul.ui-tabs-nav li span{font-size:11px; font-family:Verdana;line-height:18px;}
#featured li.ui-tabs-nav-item a{display:block; height:60px; color:#fff; line-height:20px;}

#featured li.ui-tabs-nav-item a:hover{background:#414448;}
#featured li.ui-tabs-selected,#featured ul.ui-tabs-nav li:hover{background:#414448; }
#featured ul.ui-tabs-nav li.ui-tabs-selected a{}
#featured .ui-tabs-panel{width:65%; height:100%; background:#414448; float:left;}
#featured .ui-tabs-panel img{width:98%;height:97%;border:5px solid #45484D;}

#featured .ui-tabs-panel .info{position:absolute; bottom:0px; left:0;width:65%; background: url('http://www.maclocks.com/skin/frontend/default/default/images/galeryview2/transparent-bg.png'); padding: 0px 0px 15px 0px; }
#featured .info h2{ font-size:18px; font-family:Georgia, serif; color:#fff; padding:4px 10px; margin:0;overflow:hidden; }
#featured .info p{ margin:0 10px; font-family:Verdana; font-size:11px; line-height:12px; color:#f0f0f0;padding:2px 0;}
#featured .info a{ text-decoration:none; color:#fff; }
#featured .info a:hover{ text-decoration:underline; }
#featured .ui-tabs-hide{ display:none; }
#featured.right{float:right; position:relative;}
/* ======================================================================================= */

/* Pliable_photo_gallery ================================================================= */
.gallery_pliable { position: relative; margin-bottom: 40px; background: #16141e; color: white; overflow: auto; width: 850px; height: 400px;margin:0 auto;}
.gallery_pliable img { -ms-interpolation-mode:bicubic;}

.gallery_pliable .loading { text-align: center; padding-top: 1.3em;}
.gallery_pliable .primary { position: absolute; top: 4% !important; bottom: 0; overflow: hidden;left:2%;width:68% !important;height:92% !important;}
.gallery_pliable .previews { position: absolute; overflow: hidden;right:0px !important;width:28% !important;}

.gallery_pliable .previews .intro,
.gallery_pliable .previews .outro { text-align: center; background: #3a3a3c; overflow: auto;}
.gallery_pliable .previews .intro p { font-size: 16px;}

.gallery_pliable .previews img { width: 100%!important; float: left;position: relative; z-index: 100; display: block;}
.gallery_pliable .previews img.vignette {  position: absolute;width: 100%;float: none;left: 0;right: 0; cursor: pointer;}

.gallery_pliable .previews img:nth-of-type(3n+1) { clear: left;}

.gallery_pliable .previews .intro + .vignette,
.gallery_pliable .previews .outro + .vignette,
.gallery_pliable .previews .vignette.ie_not_clickable { cursor: default;}
.gallery_pliable .vignette_src { display: none !important;}

.gallery_pliable .scroll_up,
.gallery_pliable .scroll_down {position: absolute;right: 25%;background: #16102e;z-index: 200;opacity: 0.8;color: #9996a3;text-align: center; overflow: hidden; display: none; cursor: pointer; border: 1px solid #38334f;}

.gallery_pliable .scroll_up img,
.gallery_pliable .scroll_down img {width: auto;height: 100%;}
.gallery_pliable .scroll_up {top: 0;display: none;border-top: none;}
.gallery_pliable .scroll_down {bottom: 0;border-bottom: none;}
/* ======================================================================================= */

/* Feature-gallery ======================================================================= */

div#feature_list {/*overflow: hidden;*/position: relative;margin:0 auto;}
div#feature_list ul {position: absolute;top: 0;list-style: none;padding: 0;margin: 0;}

ul#tabs {left: 0;z-index: 2;width: 320px;background:url('http://www.maclocks.com/skin/frontend/default/default/images/feature-gallery/bg_tab_slide.png') no-repeat 27% top;	}
ul#tabs li {font-size: 12px;font-family: Arial;	}
ul#tabs li img {border: none;float: left;margin: 0px 10px 0 0;cursor:pointer;}
ul#tabs li a {color: #222;text-decoration: none;display: block;padding: 10px 10px 10px 20px;height: 60px;outline: none;}
ul#tabs li a:hover {text-decoration: underline;cursor:pointer;}
ul#tabs li a.current {background:  url('http://www.maclocks.com/skin/frontend/default/default/images/feature-gallery/feature-tab-current.png') no-repeat;color: #FFF;font-size:14px;}
ul#tabs li a.current span{font-size:12px;}
ul#tabs li a.current:hover {text-decoration: none;cursor: default;}

ul#output {right: 0;width: 62%;/*height: 240px;*/position: relative;}
ul#output li {position: absolute;/*width: 463px;height: 240px;*/}
ul#output li a {position: absolute;bottom: 10px;right: 10px;padding: 8px 12px;text-decoration: none;font-size: 11px;color: #FFF;background: #222326;}
ul#output li a:hover {}
ul#tabs li h3{font-size:16px; margin:0; padding:7px 0 0; text-transform:uppercase;}
ul#tabs li .current h3{text-decoration:none;color:#FFF;margin:0px;}
.style_feature{margin:0 auto;}
.style_feature img{display:block;}

/* ======================================================================================= */


.mw_divSimpleSliderRotate {bottom: 6%;left: 2%;}
.mw_divSimpleSliderRotate a{border-radius:10px;}

/********/


.mw_customSlideshow .aslideshow , .mw_customSlideshow  .aslideshow-content, .mw_customSlideshow .aslideshow-slide{width:100% !important;}
.mw_customSlideshow .aslideshow{display:block !important;}


/*************/
@media handheld, only screen and (max-width: 768px) {
	.mw_page_banner {
	   height:auto!important
	}
	#mw-image-banner{
	   height:auto!important
	}
}

@media handheld, only screen and (max-width: 768px){
	.mw_page_banner_position .mw_divSimpleSliderRotate {
		margin-top: 2%;
		top:0 !important;
	} 
}


/*============ star ================= */

body .casestudy_bg {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/casestudy_bg.png") no-repeat scroll center 0 / 70% auto rgba(0, 0, 0, 0);
    min-height: 450px;
    position: relative;
    width: auto !important;
}

body .applications {
    height: 164px;
    left: 416px;
    position: absolute;
    top: 158px;
    width: 168px;
    text-indent: -1e+7px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;	
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_app.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .applications:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_app.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 338px;
    top: 92px;
    width: 330px;
}
 

body .retail {
    cursor: pointer;
	height: 100px;
    left: 213px;
    position: absolute;
    text-indent: -1e+7px;
    top: 110px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 95px;
	background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_retail.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .retail:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_retail.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
	border-radius: 10px;
    height: 330px;
    left: 80px;
    top: 0;
    width: 330px;
}




body .automotive {
    cursor: pointer;
    height: 187px;
    left: 307px;
    position: absolute;
    text-indent: -1e+7px;
    top: 38px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width: 189px;
	background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_auto.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .automotive:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_auto.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 235px;
    top: -30px;
    width: 330px;
}


body .hospitality {
    cursor: pointer;
    height: 147px;
    left: 520px;
    position: absolute;
    text-indent: -1e+7px;
    top: 78px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 149px;
	background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_host.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .hospitality:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_host.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 430px;
    top: -10px;
    width: 330px;
}


body .healthcare {
    cursor: pointer;
    height: 131px;
    left: 674px;
    position: absolute;
    text-indent: -1e+7px;
    top: 92px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 133px;
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_healthcare.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .healthcare:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_healthcare.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 580px;
    top: 0;
    width: 330px;
}


body .non_profit {
    cursor: pointer;
    height: 137px;
    left: 144px;
    position: absolute;
    text-indent: -1e+7px;
    top: 238px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 131px;
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_nonP.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .non_profit:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_nonP.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 40px;
    top: 135px;
    width: 330px;
}


body .food_services {
    cursor: pointer;
    height: 166px;
    left: 274px;
    position: absolute;
    text-indent: -1e+7px;
    top: 227px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 139px;
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_foodS.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .food_services:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_foodS.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 190px;
    top: 147px;
    width: 330px;
}

body .enterprise {
    cursor: pointer;
    height: 131px;
    left: 405px;
    position: absolute;
    text-indent: -1e+7px;
    top: 304px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 134px;
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_enterprise.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .enterprise:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_enterprise.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 305px;
    top: 200px;
    width: 330px;
}



body .education {
    cursor: pointer;
    height: 125px;
    left: 538px;
    position: absolute;
    text-indent: -1e+7px;
    top: 249px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 121px;
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_education.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .education:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_education.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 430px;
    top: 160px;
    width: 330px;
}


body .small_business {
    cursor: pointer;
    height: 156px;
    left: 664px;
    position: absolute;
    text-indent: -1e+7px;
    top: 254px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 159px;
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_smallB.png") no-repeat scroll center center / 0% auto rgba(0, 0, 0, 0);
}


body .small_business:hover {
    background: url("http://www.maclocks.com/skin/frontend/default/maclocks/images/studycase_page_smallB.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 330px;
    left: 575px;
    top: 155px;
    width: 330px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

