﻿/*fonts*/
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(//themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Droid Sans bold';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(//themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans bold';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), 	url(//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/*Structure
=======================================================================================================================*/
#container{margin:0 auto; max-width:970px; padding:6px 0 20px;}

h1.logo {
    float: left;
    margin: 0 0 12px;
    width: 250px;
}
/* HEADER AND MENU 
===================================================================================================================== */
.header{padding: 12px 0;}
.header-links{
    display: inline-block;
    line-height: 2;
    width: 100%;
	margin:0 0 5px 0;
}
.header-links a{border-right:1px solid;display:inline;padding:0 5px;}
.admin-header-links{margin-bottom:6px; border-bottom: 1px solid #ddd;}
.admin-header-links a.administration {
    background: none repeat scroll 0 0 #666666;
    border-radius: 0 0 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 90%;
    margin: 0 0 6px;
    padding: 4px 12px;
	font-weight:bold;
}
nav {
    float: right;
    width: auto;
}
	nav.mainNav li {
    	margin-top: 21px;
	}
	nav.mainNav li a {
   		color: #B6BBBD;
   		font-family: 'Open Sans bold',arial;
  		font-size: 1.4rem;
   		font-weight: bold;
   		text-transform: uppercase;
	}
	nav.mainNav li a:hover,nav.mainNav li a.active{
		color:#141414;
		}


/* FOOTER 
=================================================================================================================================*/
footer.row{
	border-top: 1px solid #ddd;
    padding: 12px 0;
	}
footer p {
    font-size: 1.2rem;
    margin: 0 0 6px;
}
a.poweredBy {
    background: url("/themes/baseSiteTheme/content/images/template/occ_footer_dark.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    text-indent: -100000px;
    width: 182px;
}
/*remove this from the footer.cshmtl page before going live*/
.footer-store-theme{font-size:90%; font-style:italic;position:fixed;bottom:0;border-top:1px solid #ddd;background:#fff;padding:6px 0;}
.footer-store-theme select{width:auto; height:auto;font-size:90%;margin:0 10px;}
/* search box 
========================================================================================================================*/
aside{ margin:0 0 18px 0;}
.search-box{
    position: relative;
	margin:18px 0 12px 0;
	}
input.search-box-button {
    background: url("/themes/baseSiteTheme/Content/images/template/searchButton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 0px;
    text-indent: -100000px;
    top: 3px;
    width: 21px;
}
.search-box ul{margin:0;padding:0;}
.search-box ul li{list-style:none outside none;float:left;margin:0;padding:0;}
.search-box input[type="text"] {
    font-style: italic;
    width: 100%;
	font-size:13px; font-size:1.3rem;
}

/*auto search results ########################################################*/
.ui-menu{font-size:11px!important; font-size:1.1rem!important;}
.ui-widget-content a{color:inherit!important;border:none!important;background:none!important;}
.ui-widget-content a:hover,a.ui-state-focus{background:#ccc!important;border:none!important;margin:0!important;}

#PaymentMethods{margin:0 0 24px 0;}
.currency-selector{margin:0;display:inline-block;width:auto;padding:0 0px 0 5px;position:relative; top:-1px;}
 select#customerCurrency {
    background: none repeat scroll 0 0 #6D6D6D;
    border: 0 none !important;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    float: none;
    font-size: 90%;
    height: auto;
    padding: 2px 4px;
    width: auto;
}

.language-selector{float:right;}





/* MISC. CLASSES */
.nobr{/*white-space:nowrap!important;*/}
.wrap{white-space:normal!important;}

.page{min-height:300px;}
.page-body{margin:0 0 24px 0;}
.page-title h1,.page-title h2{padding:5px 5px 5px 0;margin:0;}
.page-title .link-rss{float:right;margin:10px 10px 0 0;background-image:url(images/ico-rss.gif);background-repeat:no-repeat;display:block;height:14px;width:14px;text-indent:-9999px;}

td.fieldname{}
.captcha-box{}
.button-1,.button-2{color:#6e6e6e;font:bold 12px Helvetica,Arial,sans-serif;text-decoration:none;padding:3px 7px;/*position: relative;*/position:static;display:inline-block;text-shadow:0 1px 0 #fff;-webkit-transition:border-color .218s;-moz-transition:border .218s;-o-transition:border-color .218s;transition:border-color .218s;background:#F6F6F6;background:-webkit-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));background:-moz-linear-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));border:solid 1px #dcdcdc;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;cursor:pointer;height:auto;width:auto;overflow:visible;}
.button-1:hover,.button-2:hover{color:#333;border-color:#999;-moz-box-shadow:0 2px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,0.15);}
.noscript{border:1px solid #ddd;border-width:0 0 1px;background:#ffff90;text-align:center;color:#2f2f2f;}



.clearer{zoom:1;}
.clearer:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}

/* AJAX LOADING INDICATOR */
.ajax-loading-block-window{position:fixed;top:50%;left:50%;width:128px;height:128px;overflow:hidden;z-index:1104;}
.ajax-loading-block-window .loading-image{position:absolute;top:0;left:0;width:128px;height:128px;background-image:url('images/ajax_loader_large.gif');}
.please-wait{background:url('images/ajax_loader_small.gif') no-repeat;padding-left:20px;float:right; }


/* DATA TABLE */



/* TOPICS */


/* VALIDATION AND ERRORS */
.message-error{font-weight:normal;color:#c00;padding:0 12px; }
.message-error ul{padding:0px;}
.message-error ul li{margin-top:6px;}
.validation-summary-errors{
	font-weight:bold;
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
	border-radius:4px;
    font-size: 107%;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	}
.validation-summary-errors ul{margin:6px 0; list-style:none;}
.field-validation-error{font-weight:bold;color:#c00;}
.required{color:red;}


/* USER-AGREEMENT PAGE */
.user-agreement-page{}
.user-agreement-page .page-title{}
.user-agreement-page .page-body{}


/* PAGE NOT FOUND */
.not-found-page{}
.not-found-page .page-title{}
.not-found-page .page-body{}



/* STORE CLOSED */
.store-closed-page{}
.store-closed-page .page-title{}
.store-closed-page .page-body{}


/* SITEMAP */
.sitemap-page{margin-left:auto;margin-right:auto;width:100%;}
.sitemap-page a{text-decoration:none;}
.sitemap-page .entity{margin:5px 0 30px;}
.sitemap-page ul{overflow:hidden;}
.sitemap-page li{float:left;margin:3px 10px;width:150px;border-bottom:1px dotted #ADACAC;list-style:none;}


/* EU COOKIE LAW */
.eu-cookie-law{text-align:left;}
a.eu-cookie-privacyinfo-tag{color:#B80709 !important;text-decoration:underline;}


/* PAGER */
.pager{zoom:1;}
.pager:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.pager ul{float:right;margin:2px 0;}
.pager li{float:left;line-height:20px;list-style:none outside none;margin-left:5px;}
.pager a,.pager span{display:inline-block;min-width:10px;text-align:center;padding:0px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transition:all 0.218s;-moz-transition:all 0.218s;-ms-transition:all 0.218s;-o-transition:all 0.218s;transition:all 0.218s;border:1px solid gainsboro;border:1px solid rgba(0,0,0,0.1);background-color:whiteSmoke;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;text-decoration:none;}
.pager span,.pager a:active{background-color:#1F94DE;cursor:default;color:#fff;}
.pager li.next-page a, .pager li.previous-page a{background:none;border:none;}
.pager li.next-page a:hover, .pager li.previous-page a:hover{background:none;border:none;color:#11639d;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.pager a:hover{color:#fff;-webkit-transition:all 0.0s;-moz-transition:all 0.0s;-ms-transition:all 0.0s;-o-transition:all 0.0s;transition:all 0.0s;background-color:#1F94DE;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);text-decoration:none;}


/* NAVIGATIONS */
.block{margin-bottom:18px;padding-bottom:6px;padding-left:0;}
.block .title{ font-size:18px; font-size:1.8rem;font-weight:bold;}
.block .title strong{}
.block .listbox{}
.block .listbox ul{margin:0;padding:0;}
.block li{list-style:none; margin-bottom:3px;padding:6px;}
.block li.separator{
	background:none;height:1px;line-height:1px;width:auto;font-size:1px;margin:0;padding:0;}
.block-category-navigation,.block-manufacturer-navigation,.block-recently-viewed-products,.block-info,.block-newsletter,.block-popular-tags,.block-popular-blogtags,.block-blog-archive,.block-poll,.block-account-navigation{}

.block-category-navigation .listbox ul .active,.block-manufacturer-navigation .listbox ul .active{font-weight:bold;}
.block-category-navigation .listbox ul .active a,.block-manufacturer-navigation .listbox ul .active a{}
.block-category-navigation .listbox ul .inactive,.block-manufacturer-navigation .listbox ul .inactive{}
.block-category-navigation ul.sublist{margin:0px 0px 0px 6px; font-weight:normal;}

.block-category-navigation ul.sublist li a:before{content: "\00BB \0020"; }/*see ascii codes for more symbols*/

.block-category-navigation ul.sublist .inactive a:hover{}
.block-manufacturer-navigation .listbox .view-all a{}
.block-account-navigation a.active{}
.block-account-navigation a{white-space:nowrap;}
.block-account-navigation a.inactive{}
.block-account-navigation a.inactive:hover{text-decoration:underline !important;color:#B80709 !important;}
.block-newsletter .buttons{margin-top:5px;}
.block-popular-tags li,.block-popular-blogtags li{display:inline!important;}
.block-blog-archive li,.block-popular-tags li,.block-popular-blogtags li{padding-left:5px !important;}
.block-popular-tags .listbox .view-all a{}
.block-blog-archive .year{}
.block,.news-list-homepage .item,.product-details-page,.search-panel .search-input,.product-filters,fieldset,.product-list .product-item,.product-list .product-item .picture{}


/* MINI-SHOPPING CART */
.flyout-cart{display:none;position:absolute;float:left;top:24px;right:0px;width:300px;min-height:50px;z-index:99999;}
.flyout-cart.active{display:block;}
.mini-shopping-cart{padding:5px 10px 10px;margin:0;border:1px solid #ddd;background:none repeat scroll 0 0 #fff;}
.mini-shopping-cart a{font-weight:700;text-decoration:none;}
.mini-shopping-cart a:hover{text-decoration:underline;}
.mini-shopping-cart .count{margin:10px 0px 10px;}
.mini-shopping-cart .items{font-size:12px;font-size:1.2rem;}
.mini-shopping-cart .item{overflow:hidden;clear:both;border-bottom:1px solid #ddd;}
.mini-shopping-cart .item.first{border-top:1px solid #ddd;}
.mini-shopping-cart .item > div{padding:10px 5px;}
.mini-shopping-cart .item .picture{float:left;width:50px;text-align:center;margin:6px 0 0 0;}
.mini-shopping-cart .item .product{float:right;width:208px;}
.mini-shopping-cart .item .name{margin-bottom:5px;}

.mini-shopping-cart .totals{margin:10px 0px;text-align:right;font-weight:bold; font-size:13px;padding:0 3px 0 0;}
.mini-shopping-cart .buttons{margin:9px 0px;text-align:right;}



/* NOTIFICATIONS */
.bar-notification{display:none;left:0;position:fixed;top:0;width:100%;z-index:100000;}
.bar-notification.success{background:#000;background:rgba(0,0,0,.8);border-bottom:3px solid #FFFFFF !important;color:#FFFFFF;margin:0 0 10px;}
.bar-notification.error{background:none repeat scroll 0 0 #CC0000;border-bottom:3px solid #FFFFFF !important;color:#FFFFFF;margin:0 0 10px;}
.bar-notification .close{background:url(images/ico-close-notification-bar.png) no-repeat;width:20px;height:20px;float:right;margin:9px 9px 0px 0px;cursor:pointer;}
.bar-notification p.content{padding:0px 10px;margin:10px 0px;}
.bar-notification p.content a{text-decoration:underline;color:#FFFFFF;}
.bar-notification p.content a:hover{text-decoration:none;color:#FFFFFF;}


/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shopping-cart-page,.wishlist-page{}
.shopping-cart-page .page-title,.wishlist-page .page-title{}
.shopping-cart-page .page-body,.wishlist-page .page-body{margin:0;padding:0;}
.wishlist-page .share-info{margin:5px 0;}
.wishlist-page .share-info .share-label{font-weight:700;}
.wishlist-page .share-info a.share-link{color:#B80709;text-decoration:none;}
.order-summary-content,.wishlist-content{margin:0;padding:0;}
.order-summary-content .totals{}
.order-summary-content .cart-collaterals{}
.order-summary-content .cart-collaterals .totals.columns.right{float:right;}
.order-summary-content .deals{display:inline;}
.order-summary-content .shipping{display:inline;}
.order-summary-content .coupon-box,.order-summary-content .giftcard-box{padding:10px;margin:0 0 10px;border:1px solid #ddd;}
.order-summary-content .coupon-box .current-code{padding:10px 0px 0px 0px;}
.order-summary-content .coupon-box .discount-coupon-code,.order-summary-content .giftcard-box .gift-card-coupon-code{width:100px;}
.order-summary-content .coupon-box .hint,.order-summary-content .giftcard-box .hint{padding-top:5px;}
.order-summary-content .giftcard-box{position:relative;z-index:1;}

.wishlist-content .cart{margin-bottom:10px;}








.order-summary-content .cart .cart-item-row .qty-input,.wishlist-content .cart .cart-item-row .qty-input{border:solid 1px #ddd;text-align:right;width:40px;}
.order-summary-content .cart-footer{zoom:1;}
.order-summary-content .cart-footer:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.order-summary-content .total-info{margin:0;}
.order-summary-content .total-info .selected-shipping-method{font-weight:normal;}
.order-summary-content .total-info .order-total{color:#353434;}

table.cart-total{background:#fff;}
.cart-total td {
    padding: 8px 12px;
	font-size:14px;font-size:1.4rem;
}
.cart-total-left{text-align:right;vertical-align:middle;height:21px;}
.cart-total-left-below{width:100%;text-align:right;vertical-align:top;height:30px;}
.cart-total-right{text-align:center;vertical-align:middle;padding-left:5px;}
.finalRow td{text-transform:uppercase;}
.order-summary-content .remove-gift-card-button,.order-summary-content .remove-discount-button{padding-right:5px;padding-left:18px;background:url(images/ico-delete.gif) no-repeat;border:0;width:32px;height:15px;}
.order-summary-content .remove-gift-card-button:hover,.order-summary-content .remove-discount-button:hover{cursor:pointer;}
.order-summary-content .selected-checkout-attributes{margin:0;padding:10px 5px 10px 0;width:100%;text-align:right;vertical-align:middle;color:#fff;}
.order-summary-content .checkout-attributes{margin:10px 0;padding:10px;background:none repeat scroll 0 0 #fff;border:1px dotted #ddd;clear:both;}
.order-summary-content .checkout-attributes .text-prompt{font-weight:bold;}
.order-summary-content .checkout-attributes ul.option-list{padding:0px;margin:0px;}
.order-summary-content .checkout-attributes ul.option-list li{list-style:none;}
.order-summary-content .checkout-attributes .textbox{width:300px;}
.order-summary-content .checkout-attributes textarea{width:300px;height:150px;}
/* color squares attribute type */
.order-summary-content .checkout-attributes ul.color-squares li{display:inline;}
.order-summary-content .checkout-attributes ul.color-squares .color-container{position:relative;display:inline-block;border:solid 1px #999;padding:1px;margin-bottom:5px;}
.order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container{border-color:#075899;border-width:2px;padding:0;}
.order-summary-content .checkout-attributes ul.color-squares .color{display:inline-block;width:18px;height:18px;}
.order-summary-content .checkout-attributes ul.color-squares label{cursor:pointer;position:relative;}
.order-summary-content .checkout-attributes ul.color-squares input{height:0;overflow:hidden;z-index:-10000;position:absolute;float:none;}
.order-summary-content .min-amount-warning{margin:0;padding:10px 0 10px 10px;}
.order-summary-content .terms-of-service{margin:0;padding:10px 0 10px 10px;}
.order-summary-content .terms-of-service .read{text-decoration:underline;}
.order-summary-content .terms-of-service .read:hover{cursor:pointer;}
.order-summary-content .common-buttons{margin:0 0 18px 0;padding:10px;}
.order-summary-content .checkout-buttons{float:right;margin:0;padding:10px 0 10px 10px;}

.order-summary-content .addon-buttons{clear:both;float:right;margin:0;padding:10px 0 10px 10px;text-align:right;}
.order-summary-content .cross-sells-title{padding:5px 5px 5px 0;border-bottom:0 none;margin:0 0 10px;width:100%;}
.estimate-shipping{margin:0;padding:10px;border:1px solid #ddd;}
.estimate-shipping .hint{padding-top:5px;padding-bottom:5px;}
.estimate-shipping .country-input,.estimate-shipping .state-input, .zip-input{width:130px!important;}

.estimate-shipping .shipping-options{text-align:left;height:auto;}
.estimate-shipping .shipping-options label{display:inline-block;width:94px;font-size:90%;}
.estimate-shipping .shipping-options .estimate-shipping-button{margin-left:110px;}
.estimate-shipping .shipping-results li.shipping-option-item{list-style:none;text-align:left;vertical-align:text-top;padding:5px 0 0 5px;}
.estimate-shipping .shipping-results .shipping-option-item .option-name{display:block;font-weight:700;}
.estimate-shipping .shipping-results .shipping-option-item .option-description{display:block;padding:5px 0 5px 16px;}

.estimate-shipping .inputs{vertical-align:middle; border-top:1px solid #ddd;padding:0 0 1px 0}

table.cart th{border:0;}
td.product-picture{width:90px;text-align:center;}
td.product{text-align:left;}
th.picture{border:none;background:#4d4d4d}
td.nobr{width:80px;text-align:left;}
td.delivery-method{width:140px;}
td.remove-from-cart {width:5%;text-align:center;}
td.cartTotal{width:120px;}
td.subtotal.end{font-size:110%;}
.buttons input.button[type="submit"] {display:inline-block;}




/* CHECKOUT */
.checkout-page,.checkout-one-page{}
.checkout-page .page-title,.checkout-one-page .page-title{}
.checkout-page .checkout-data,.checkout-one-page .checkout-data{background-color:inherit;}
.checkoutstep{}
.checkoutstep .steptitle{border:1px solid #2F4F4F;color:#FFF;background-color:#2E4d7B;padding:5px;margin-top:5px;}
.checkoutstep .stepcontent{border:dashed 1px #2F4F4F;border-top:none;padding:5px;}
.order-summary-title{padding:10px 10px 5px 0;clear:both;}
.order-summary-body{text-align:center;height:auto;}
.checkout-data .section{margin-bottom:15px;}
.checkout-data .section .title{padding:10px 10px 5px 0;font-weight:700;clear:both;margin-bottom:5px;}
.checkout-data .address-grid{padding:0;overflow:hidden;}
.checkout-data .address-grid .address-item{float:left;padding:10px;border:1px solid #EEE;width:200px;min-height:150px;margin-right:5px;}
.checkout-data .address-grid .address-item .select-button{margin-bottom:5px;margin-top:5px;text-align:center;}
.checkout-data .address-grid .address-item li{list-style:none; text-align:left;}
.checkout-data .enter-address{border:1px solid #ddd;height:auto;padding:10px;}

.checkout-data .enter-address .buttons{margin-top:10px;}
.checkout-data .shipping-method{text-align:left;}


.checkout-data .shipping-method .method-description{padding:5px 0 5px 16px;}
.checkout-data .shipping-method .buttons{margin:10px;text-align:left;}
.checkout-data .shipping-method .message-error{margin:10px;text-align:left;}
.checkout-data .use-reward-points{margin:0;padding:10px;background:#F7F5E8;margin-bottom:10px;border:dotted 1px #d3d3d3;}
.checkout-data .payment-method{text-align:left;border: 1px solid #EEE;height:auto;}
.checkout-data .payment-method li{padding:10px;text-align:left;vertical-align:text-top; list-style:none;}
.checkout-data .payment-method .buttons{margin:10px;text-align:left;}
.checkout-data .payment-method .message-error{margin:10px;text-align:left;}
.checkout-data .payment-info{text-align:left;height:auto;}

.checkout-data .payment-info table{border:0;}
.checkout-data .payment-info table td{
	white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    width: auto;
	padding:4px 8px;
	border:0;
	}
.checkout-data .payment-info table td:first-child{width:15%;text-align:right; }

.checkout-data .payment-info table td label{display:inline-block;margin:0px 1px 0px 0;}
.checkout-data .payment-info table td input#CardNumber, .checkout-data .payment-info table td input#CardholderName{width:240px!important;}

select#ExpireMonth, select#ExpireYear{width:auto;}

.checkout-data .payment-info .info{text-align:left;vertical-align:text-top;}
.checkout-data .payment-info .buttons{margin:10px;text-align:left;}
.checkout-data .payment-info .message-error{margin:10px;text-align:left;}
.checkout-data .confirm-order{text-align:left;height:auto; margin-bottom:0;}
.checkout-data .confirm-order .buttons{margin:10px;text-align:left;}
.checkout-data .confirm-order .message-error{margin:10px;text-align:left;}
.checkout-data .order-review-data{padding:10px;overflow:hidden;}
.checkout-data .order-review-data ul{float:left;margin-left:15px;margin-right:15px;width:350px;}
.checkout-data .order-review-data li{list-style:none;text-align:left;}
.checkout-data .order-review-data li.title{text-transform:uppercase;}
.checkout-data .order-review-data li:first-child{margin-top:0;}
.checkout-data .order-review-data .title{margin:10px 0 5px;}
.checkout-data .order-review-data .payment-method,.checkout-page .order-review-data .shipping-method{border:none;}


.order-progress{
	border-bottom: 1px solid #ddd;
    height: 54px;
    margin: 0 auto 12px;
    text-align: center;
	}
.order-progress ul{padding:0;margin:0;}
.order-progress ul li{list-style:none;display:inline;padding:5px 20px 0;}
.order-progress ul li .active-step{color:#6a6a6a;background:url(images/progress-step-active.png) no-repeat 50% 50%;padding-bottom:40px;padding-right:1px;zoom:1;}
.order-progress ul li .inactive-step{color:#d7d7d7;background:url(images/progress-step-inactive.gif) no-repeat 50% 50%;padding-bottom:40px;padding-right:1px;zoom:1;}
.order-progress ul li a:hover{text-decoration:none;}


/* ONE PAGE CHECKOUT */

.opc .buttons .back-link{}

.next-step-button{float:right;margin:0 0 0 12px;}


.opc .buttons.disabled button{display:none;}
.opc .buttons .please-wait{height:21px;line-height:21px;}
.opc .ul{list-style:disc outside;padding-left:18px;}
.opc ul,.opc ol,ul.opc,ol.opc{list-style:none outside none;}
.opc{position:relative;margin:0;}
.opc li.tab-section{}
.opc .step-title, .opc .allow .step-title{border:1px solid #ddd;background:#fff;padding:0px 8px;text-align:right;}
.opc .step-title .number, .opc .allow .step-title .number{float:left;background:#999;padding:2px 0px;margin:6px 5px 0 0;font:bold 11px arial,helvetica,sans-serif;color:#fff;display:inline-block;width:18px;text-align:center;vertical-align:middle;}
.opc .step-title h2,.opc .allow .step-title h2{float:left;margin:0;font-size:14px;color:#999;text-transform:uppercase;line-height:30px}
.opc .allow .step-title{cursor:pointer;}



.opc .active .step-title{background:#4d4d4d;color:#fff;cursor:default;}
.opc .active .step-title .number{background:#fff;color:#111;}
.opc .active .step-title h2{color:#fff;line-height:30px;}
.opc .step{border:1px solid #ddd;border-top:0;background:#fff 0 0 repeat-x;padding:15px 30px;position:relative;}
.opc .step-title:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.opc .order-summary-content .cart-footer{background:none!important;}


/* ORDER DETAILS */
.order-details-page
.order-details-page .page-title{}
.order-details-page .page-title h1{float:left;}
.order-details-page .page-title a{float:right;margin-left:10px;}
.order-details-page .page-title a:hover{text-decoration:none;}
.order-details-page .title{padding:0px 0px 6px 0;}
.order-details-page .page-body{}
.order-details-page .order-overview{text-align:left;padding-bottom:10px;overflow:hidden;}
.order-details-page .order-overview .order-number{margin-bottom:10px;}
.order-details-page .order-overview .order-details{float:left;}
.order-details-page .order-overview .order-details span{display:block;margin-bottom:5px;}
.order-details-page .order-overview .order-total{text-align:right; font-size:120%; }
.order-details-page .order-details-area{text-align:left;border-top:1px solid #EEE;height:auto;}
.order-details-page .order-details-area table{width:100%;border:0px;border-collapse:collapse;border-spacing:0;}
.order-details-page .order-details-area td{width:50%;vertical-align:top;}
.order-details-page .order-details-area ul{float:left;margin:0px;}
.order-details-page .order-details-area li{list-style:none;}
.order-details-page .order-details-area li:first-child{margin-top:0;}
.order-details-page .repost{margin:10px 0px 10px 0px;}
.order-details-page .repost .hint{margin:0px;}
.order-details-page .section{text-align:left;padding:0;margin-bottom:20px;height:auto;}
.order-details-page .checkout-attributes{text-align:right;vertical-align:middle;padding:10px;height:auto;}
.order-details-page .actions{margin:10px 0px 10px 0px;}
.order-details-page .cart-total-left{}
.orderInfo p{margin:12px 0 0 0;}
.orderInfo p a{margin:0 0 0 12px;}
.order-details-page .order-details-area table td{padding:8px 0;}
/* SHIPMENTS */
.shipment-details-page{}
.shipment-details-page .page-title{}
.shipment-details-page .title{padding:10px 10px 5px 0;clear:both;}
.shipment-details-page .page-body{border:1px solid #d7d7d7;pabbdding:10px;}
.shipment-details-page .shipment-overview{overflow: hidden; margin-bottom:10px;}
.shipment-details-page .shipment-overview ul{float:left;margin-right:20px;}
.shipment-details-page .shipment-overview li{list-style:none;}
.shipment-details-page .shipment-overview .title{margin-bottom:5px;}
.shipment-details-page .tracking-url{color:#B80709;text-decoration:none;}


/* HOME PAGE */
.home-page-product-grid{margin-left:auto;margin-right:auto;width:auto;}
.home-page-product-grid .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}
.home-page-product-grid .add-info{display:none;}
.home-page-product-grid .product-item .panel{margin:0; max-height:245px;overflow:hidden;}
.home-page-product-grid .product-item .picture{max-height: 200px;overflow: hidden;}

.bestsellers{margin-left:auto;margin-right:auto;width:auto;}
.bestsellers .title{padding:10px 10px 10px 0;margin:0 0 0 10px;text-transform:uppercase;font-size:1.1em;text-align:center;}


/* PRODUCTS IN GRID - TEMPLATE */

.product-grid:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-grid .item-box{float:left;padding:5px;text-align:center;vertical-align:text-top;}

.product-grid .product-item{}
.product-grid .product-item .panel{margin:0; overflow:hidden;}
.product-grid .product-item h5{margin:6px 0;font-size:13px;font-size:1.3rem;height:40px;}
.product-grid .product-item .product-title{font-weight:normal;padding:0;}

.product-grid .product-item .product-title a{display:block;height:auto;line-height:1.3em;overflow:hidden;padding:4px 10px 8px 0;}
.product-grid .product-item .details{margin:0 0 6px 0;}
.product-grid .product-item .picture{ display: block; float: none; margin: 0px auto 0;border:0;max-height:190px; overflow:hidden;padding:0;}
.product-grid .product-item .picture img{margin:5px;}
.product-grid .product-item .description{display:none;}
.product-grid .product-item .prices{margin:6px 0;}



/* PRODUCTS IN LINES - TEMPLATE */
.product-list{width:auto;margin:0 auto;padding:0;list-style-type:none;}
.product-list .item-box{text-align:left;clear:both;position:relative;margin-bottom:6px;}

.product-list .product-item{width:auto;position:relative;zoom:1;}
.product-list .product-item .panel{margin:0;}
.product-list .product-item h5{
	left: 140px;
    position: relative;
	}
.product-list .product-item:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-list .product-item .product-title{padding-left:10px;margin-top:10px;}
.product-list .product-item .product-title a{font-weight:700;display:block;height:auto;line-height:1.3em;overflow:hidden;padding:4px 10px 8px 0;}
.product-list .product-item .details{}
.product-list .product-item .picture{float:left;margin:-40px 10px 0 0;}
.product-list .product-item .picture img{max-width:100px;}
.product-list .product-item .description{padding:0 0 0 10px;margin:0px 130px;text-align:left;}
.product-list .product-item .add-info{float:right;text-align:right;position:absolute;top:40px;right:10px;}
.product-list .product-item .prices{font-size:120%;margin-right:6px;}
.product-list .product-item .prices .price{margin:0px;display:block;}

.product-list .product-item .prices .old-price{color:#5C5B5B;text-decoration:line-through;}
.product-list .product-item .buttons{padding-top:20px;}


/* FEATURED PRODUCTS */
.featured-product-grid{}
.featured-product-grid .title{padding:10px 10px 5px 0;font-weight:700;text-transform:uppercase;clear:both;margin:0;color:#5C5B5B;}


/* CATALOG PAGES */
.category-page,.manufacturer-page,.manufacturer-list-page,.product-tag-page,.product-tags-all-page{}
.category-page .page-title,.manufacturer-list-page .page-title,.manufacturer-page .page-title,.product-tag-page .page-title,.product-tags-all-page .page-title{border-bottom:0 none;clear:both;}
.product-tags-all-page .product-tags-list li{display:inline;}
.product-tags-all-page .product-tags-list li a{text-decoration:none;margin:0 2px 0 0;}
.category-page .category-description,.manufacturer-page .manufacturer-description{}
.sub-category-grid,.manufacturer-grid{margin-left:auto;margin-right:auto;width:auto;margin-bottom:15px;zoom:1;}
.sub-category-grid:after,.manufacturer-grid:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.sub-category-grid a,.manufacturer-grid a{}
.sub-category-grid .item-box,.manufacturer-grid .item-box{float:left;text-align:center;vertical-align:text-top;}
.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{text-align:center;margin:10px;width:145px;height:180px;border:1px solid #eee;}
.sub-category-grid .sub-category-item .title,.manufacturer-grid .manufacturer-item .title{text-align:center;display:block;overflow:hidden;height:1.8em;padding:5px;}
.sub-category-grid .sub-category-item .picture,.manufacturer-grid .manufacturer-item .picture{text-align:center;padding:10px 0;}
.product-selectors{margin-bottom:10px;zoom:1;}
.product-selectors:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-sorting{margin:0 auto 10px;float:left;}
.product-viewmode{margin:0 0px 10px 30px;float:right;}
.product-page-size{width:auto;text-align:right; border-bottom:1px solid #ddd;padding:0 0 6px 0;}
.product-filters-wrapper{}
select#products-pagesize, select#products-viewmode, select#products-orderby{width:auto;}
.product-filters{width:auto;margin-bottom:10px;padding:10px;}
.product-filters .filter-title{font-weight:700;padding-left:10px;}
.product-filters .filter-title strong{display:block;height:2em;line-height:1.3em;overflow:hidden;}
.product-filters .filter-content{padding:5px 10px;}
.price-range-filter{}
.price-range-filter .filter-title{background:url(images/ico-arrow-r.gif) no-repeat top left;padding-left:20px;}
.price-range-filter ul{margin:0;padding:0;}
.price-range-filter li{list-style:none;padding-bottom:5px;}
.price-range-filter .price-range-selector{}
.price-range-filter .selected-price-range{}
.price-range-filter .remove-filter{padding-top:5px;}
.price-range-filter .remove-filter a{font-weight:700;color:#b80709;}
.product-spec-filter{}
.product-spec-filter .filter-title{background:url(images/ico-arrow-r.gif) no-repeat top left;padding-left:20px;}
.product-spec-filter .available-items,.product-spec-filter .already-filtered-items{width:100%;overflow:hidden;}
.product-spec-filter .group{display:block;float:left;clear:both;font-weight:700;}
.product-spec-filter .group li{list-style:none;}
.product-spec-filter .available-items .item{padding:3px 2px 3px 16px;list-style:none;}
.product-spec-filter .already-filtered-items .filter-title{background:none;padding:15px 5px 5px 0;}
.product-spec-filter .already-filtered-items .item{padding:5px 0;}
.product-spec-filter .remove-filter{padding-top:5px;}
.product-spec-filter .remove-filter a{font-weight:700;color:#b80709;}

.sub-category-grid{display:none;}
/* PRODUCT DETAILS PAGE */

.variant-picture { display: none;}
.picture {
	background:#FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
	}
.picture-thumbs{margin:12px 0 0 0;}
.picture-thumbs a{display:block; float:left; margin: 0 4px 4px 0; width:79px;height:79px; padding:4px; background:#fff; border:1px solid #ddd;text-align:center;}
.picture-thumbs a img{height:100%;}


.product-collateral{margin-top:10px;margin-bottom:10px;clear:both;}
.product-essential{padding: 9px 0 12px;}
.product-details-page .gallery{margin-bottom:15px;}
.product-details-page .gallery .picture{}
.product-details-page .gallery .picture-thumbs{margin-top:10px;}
.product-details-page .gallery .picture-thumbs a{margin-right:3px;}
.product-details-page .overview{}

.product-details-page .short-description,.product-details-page .manufacturers,.product-details-page .sku,.product-details-page .manufacturer-part-number,.product-details-page .stock,.product-details-page .gtin{margin-bottom:.3em;}
.product-details-page .full-description{clear:both;}
.product-details-page .back-in-stock-subscription{margin-top:10px;margin-bottom:10px;}
.product-details-page .email-a-friend{display:none;}
.product-details-page .compare-products{display:none;}
.product-details-page .product-share-button{margin-top:10px;margin-bottom:10px;clear:both;}
.product-details-page .product-reviews-overview{margin-top:20px;margin-bottom:20px;}
.product-details-page .product-reviews-overview .product-review-box{margin-right:5px;width:auto;height:13px;}
.product-details-page .product-review-box .rating{height:13px;width:55px;background:url(images/star-x-inactive.gif) 0 0 repeat-x;}
.product-details-page .product-review-box .rating div{height:12px;background:url(images/star-x-active.gif) 0 0 repeat-x;}
.product-details-page .product-reviews-overview .product-review-links .separator{margin:0 2px;}
.product-details-page .product-reviews-overview .product-review-links{margin:0;}
.product-details-page .product-no-reviews{margin-top:20px;margin-bottom:20px;}
.product-details-page .product-no-reviews a{text-decoration:underline;}
.product-details-page .product-variant-list{/*float: left;clear: none;*/clear:both;padding:10px 0;border:0;margin-bottom:20px;margin-top:10px;}
.product-details-page .product-variant-list .product-variant-line{border:1px solid #EEEEEE;padding:20px;margin:10px 0;zoom:1;}
.product-details-page .product-variant-list .product-variant-line:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}

.cartBut{margin:15px 0 6px 0; border-bottom:1px solid #ddd;padding-bottom:12px;}
.add-to-cart-button{margin-left:96px;}
.product-details-page .product-variant-list .add-to-cart-button{margin-top:15px;margin-left:0;display:block;}
.add-to-cart-button:hover{color:#fff;}
input.add-to-wishlist-button{display:none;}
.product-details-page .variant-picture{clear:both;float:left;margin-bottom:15px;}
.product-details-page .variant-overview{float:left;width:100%;}
.product-details-page .variant-name{color:#5C5B5B;margin-bottom:.3em;}
.product-details-page .variant-description{clear:both;margin-bottom:.3em;}
.product-details-page .download-sample{clear:both;margin-top:15px;margin-bottom:15px;}
.product-details-page .download-sample .download-sample-button{-x-system-font:none!important;background:#F1F1F1 url(images/download-sample-bg.gif) repeat-x scroll 0 100%;border:1px solid #B5B5B5;color:#444;cursor:pointer;font-size:11px!important;font-size-adjust:none!important;font-stretch:normal!important;font-style:normal!important;font-variant:normal!important;font-weight:700!important;line-height:normal!important;overflow:visible;padding:1px 5px;text-align:center;text-transform:uppercase;vertical-align:middle;width:auto;}
.product-details-page .download-sample .download-sample-button a{text-decoration:none;}
.product-details-page .download-sample .download-sample-button a:hover{color:#444;}
.product-details-page .product-variant-line .prices{/*float:left;*/padding-top:10px;margin-right:30px;}
.product-details-page .product-essential .prices{margin-top:15px;margin-bottom:15px;}
.product-details-page .prices .product-price{
	font-weight:bold; font-weight:normal;font-size:16px;font-size:1.6rem;
	font-weight: normal;
    margin: 12px 0 6px 38px;
}

.shortDesPanel {border-bottom:1px solid #ddd;}
.shortDesPanel p{margin-bottom:12px;}

.product-details-page .prices .old-product-price{color:#5C5B5B;}
.product-details-page .prices .old-product-price span{text-decoration:line-through;}
.product-details-page .customer-entered-price{margin-bottom:10px;}
.product-details-page .add-to-cart{padding-top:10px;}
.product-details-page .add-to-cart .enter-price-input{width:60px;}
.product-details-page .add-to-cart .qty-input{width:40px;}

.product-variant-list {
    border-top: 1px solid #ddd;
	margin: 6px 0;
    padding: 12px 0 0;
}
.variant-overview{border-bottom: 1px solid #ddd;margin:0 0 12px  0;}

.product-details-page .attributes .text-prompt{font-weight:bold; display:inline-block;}

.product-details-page .attributes ul.option-list{padding:0px;margin:0px;}
.product-details-page .attributes ul.option-list li{list-style:none;}
.product-details-page .attributes .textbox{width:300px;}
.product-details-page .attributes textarea{width:300px;height:150px;}


.product-share-button{float:right;width:150px;}


.attributes dt, .attributes dd {
    display: block;
    margin: 0 0 6px;
	float:left;
}
.attributes dt {
    margin: 0px 6px 6px 6px;
    text-align: right;
    width: 80px;
	font-weight:bold;
	display:inline-block;
	clear:both;
}
label.qty-label {
	margin: 0 12px 6px 0;
    width: 74px;
	text-align: right;
	font-weight:bold;
	display:inline-block;
	clear:both;
	}
.attributes select{width:auto; margin-top:6px;}
.attribute-description{display:none;}

.submitBut{margin:12px; }

 
 
/* color squares attribute type */

.product-details-page .giftcard{}
.product-details-page .giftcard dt{clear:left;float:left;width:150px;}
.product-details-page .giftcard label{display:inline-block;width:150px;vertical-align:top;}
.product-details-page .giftcard .recipient-name{}
.product-details-page .giftcard .recipient-email{}
.product-details-page .giftcard .sender-name{}
.product-details-page .giftcard .sender-email{}
.product-details-page .giftcard .message{width:300px;height:100px;}
.related-products-grid,.also-purchased-products-grid{margin-top:10px;border-top:1px solid #ddd;}
.related-products-grid .title,.also-purchased-products-grid .title{text-align:left;padding:5px;font-weight:700;clear:both;}
.related-products-grid .item-box,.also-purchased-products-grid .item-box{padding-bottom:10px;text-align:center;vertical-align:text-top;}
.related-products-grid .item-box .details,.also-purchased-products-grid .item-box .details{display:none;}
.product-specs-box{}
.product-specs-box .title{text-align:left;padding:5px;clear:both;}
.product-specs-box .data-table{margin:5px;}
.product-tags-box{zoom:1;}
.product-tags-box:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-tags-box .title{text-align:left;padding:5px;clear:both;}
.product-tags-box .product-tags-list{}
.product-tags-box .product-tags-list a{text-decoration:underline;}
.product-tags-box .product-tags-list li{float:left;padding-left:5px;list-style:none;}
.tier-prices{text-align:center;margin-bottom:10px;}
.tier-prices .prices-header{background:#3a3a3a;color:#FFF;padding:3px;}
.tier-prices .prices-list table{width:100%;border-collapse:collapse;text-align:center;vertical-align:middle;background:#f3f3f3;}
.tier-prices .prices-list td{border-bottom:solid 3px #d7d7d7;padding-top:3px;padding-bottom:3px;font-weight:700;}
.tier-prices .prices-list .field-header{font-weight:700;text-align:center;}
.tier-prices .prices-list .item-quantity{}
.tier-prices .prices-list .item-price{color:#B80709;}


/* COMPARE PRODUCTS */
.compare-products-page{}
.compare-products-page .page-title{}
.compare-products-page .page-body{margin:0;padding:0;}
.compare-products-table{margin-top:10px;width:100%;border:0px;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.compare-products-table tr.product-name{background-color:#CCC;}
.compare-products-table td{border:1px solid #ddd;padding:3px;vertical-align:top;}


/* LOGIN */
.form-fields{margin:18px 0 0 0;}
.login-page{}

.login-page .page-body{}
.login-page .title{border-bottom:1px solid #ddd;margin:18px 0 0 0;}
.login-page .title strong{}
.login-page .customer-blocks:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.login-page .new-wrapper{float:left;width:46%;min-height:240px;padding:10px;border:1px solid #eee;margin-bottom:15px;border-radius:5px;}
.login-page .returning-wrapper{}
.login-page .new-wrapper .text{line-height:20px;}
.login-page .new-wrapper .buttons{float:right;margin:30px 30px 5px 30px;}
.login-page .checkout-as-guest-or-register-block ul{padding-left:30px;}
.login-page .returning-wrapper .inputs{margin:6px 0;}
.login-page .returning-wrapper .message-error{padding:0;}


.login-page .email,.login-page .username,.login-page .password{width:170px;}
.login-page .returning-customer .reversed label{width:auto;font-weight:400;}
.login-page .forgot-password{display:block;margin-top:12px;font-weight:700;}
.login-page .field-validation-error{display:block;}
.external-auth-errors{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;color:Red;margin-bottom:20px;}
.external-auth-errors ul{padding:0px;}
.external-auth-errors ul li{list-style:none;}
.external-auth-association{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;margin-bottom:20px;}
.external-auth-association .identifier{}

input#RememberMe{margin:0; padding:0;}
.login-page  .inputs.remember{margin:12px 0 0 156px;}



.inputs.remember{}
.inputs.remember label{margin:-4px 5px 0;width:auto;}
.login-page  .buttons{margin:18px 0px 18px 156px;}
.password-recovery-page .buttons{margin:18px 0px 18px 156px;}

fieldset h6{border-bottom:1px solid #ddd;padding:0 0 9px 0;}

/* REGISTRATION */
.registration-page{}
.registration-page .page-title{}
.registration-page .page-body{margin:0;padding:0;background-color:inherit;}
.registration-page .vat-note{display:block;}
.registration-page .accept-privacy-policy{float:left;margin-bottom:5px;margin-top:5px;clear:both;}
.registration-page .accept-privacy-policy .read{text-decoration:underline;}
.registration-page .buttons{margin:0;clear:both;}
.registration-page .buttons input{margin:12px 0 24px 160px;} 
.registration-result-page{}
.registration-result-page .page-title{}
.registration-result-page .page-body{margin:0;padding:0;background-color:inherit;}
.registration-result-page .buttons{float:left;margin-bottom:5px;margin-top:5px;clear:both;}

span.gender{margin: 0 12px 0 0;}

.form-fields .inputs input[type="radio"], .form-fields .inputs input[type="checkbox"]{margin:0 6px 0 0px;position:relative;top:2px;}
/* BREADCRUMB */
.breadcrumb{font-size:10px;font-size:1.0rem;font-weight:bold;margin:10px 0 10px;padding:0;text-transform:uppercase;}
.breadcrumb ul{margin:0px;padding:0px;}
.breadcrumb li{list-style:none;display:inline;}






/* EMAIL A FRIEND */
.email-a-friend-page{}
.email-a-friend-page .page-body{padding:15px;margin-bottom:15px;border:1px solid #eee;}
.email-a-friend-page .page-title{margin-bottom:20px;}
.email-a-friend-page .title{margin-bottom:20px;}
.email-a-friend-page .product{font-weight:bold;}
.email-a-friend-page .result{font-weight:bold;}
.email-a-friend-page .form-fields{zoom:1}
.email-a-friend-page .form-fields:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.email-a-friend-page .inputs-left{float:left;}
.email-a-friend-page .inputs-right{float:right;}
.email-a-friend-page .inputs{margin-bottom:12px;}
.email-a-friend-page .inputs label{display:block;}
.email-a-friend-page .captcha-box{margin-bottom:12px;}
.email-a-friend-page .friend-email,.email-a-friend-page .your-email{width:250px;padding:1px;}
.email-a-friend-page .personal-message{width:350px;height:150px;}
.email-a-friend-page .buttons{text-align:left;}
.email-a-friend-page .field-validation-error{display:block;}


/* SEARCH */
.search-page{}
.search-page .page-title{}
.search-page .search-input{border:1px solid #ddd; padding:8px;}
.search-page .search-input .buttons{padding-left:165px;margin:12px 0;}
.search-page .search-results{padding-top:10px;}
.search-page .search-results .result{font-weight:700;}

.search-page .adv-search{margin-top:10px;}
.search-page .inputs{overflow:hidden;padding:4px;}
.search-page .inputs label{display:inline-block;text-align:left;font-weight:bold;}
.search-page .inputs.reversed label{width:auto;}
.search-page .price-from,.search-page .price-to{width:90px;}
.search-input .warning{text-decoration:underline;}


.search-page .inputs input[type="checkbox"]{
   
}
.search-page .inputs input[type="checkbox"] ~ label{font-weight:normal;}

/* PASSWORD RECOVERY AND NEWSLETTER PAGES */
.password-recovery-page,newsletter-page{}
.password-recovery-page .page-title,newsletter-page .page-title{}
.password-recovery-page .page-body,newsletter-page .page-body{margin:0;padding:0;background-color:inherit;}
.password-recovery-page .email{width:250px;}
.password-recovery-page .result{color:red;}


/* ACCOUNT ACTIVATION */
.account-activation-page{}
.account-activation-page .page-title{}
.account-activation-page .page-body{margin:0;padding:0;background-color:inherit;}


/* CONTACTS */
.contact-page{}
.contact-page .page-body{padding:15px;margin-bottom:15px;border:1px solid #eee;}
.contact-page .result{font-weight:bold;}
.contact-page .form-fields{zoom:1;}
.contact-page .form-fields:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.contact-page .inputs-left{float:left;}
.contact-page .inputs-right{float:right;}
.contact-page .inputs{margin-bottom:12px;}
.contact-page .captcha-box{margin-bottom:12px;}
.contact-page .fullname{width:250px;padding:1px;}
.contact-page .email{width:250px;padding:1px;}
.contact-page .enquiry{width:350px;height:150px;}
.contact-page .buttons{text-align:left;}


/* RECENTLY VIEWED AND ADDED PRODUCTS */
.recently-added-products-page{}
.recently-added-products-page .page-title{}
.recently-viewed-products-page{}
.recently-viewed-products-page .page-title{}


/* CUSTOMER ACCOUNT PAGES */
.account-page{}
.account-page .result{color:red;}
.account-page .page-title{margin-bottom:20px;}
.account-page .page-body{margin:0;padding:0;}
.account-page .section{padding:10px;margin-bottom:20px;border:1px solid #eee;border-radius:5px;zoom:1;}
.account-page .section:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.account-page .section .title{margin:-17px 0 14px;zoom:1;}
.account-page .section .title strong{background:#fff;}
.account-page .section li{list-style:none;line-height:16px;}
.address-list-page{}
.address-list-page .address-list{}
.address-list-page .address-list .address-item{}
.address-list-page .address-list .address-item .title{}
.address-list-page .address-list .address-item .info{float:left;}
.address-list-page .address-list .address-item .buttons{float:right;}
.address-list-page .add-button{margin-bottom:5px;margin-top:5px;float:left;text-align:right;}
.address-edit-page{}
.address-edit-page .edit-address{margin-bottom:10px;}
.address-edit-page .edit-address .inputs{margin-bottom:5px;}
.address-edit-page .edit-address label{display:inline-block;width:100px;}
.address-edit-page .buttons{}
.avatar-page{padding:10px;}
.avatar-page .buttons{margin:5px 0;}
.back-in-stock-subscription-list-page{}
.back-in-stock-subscription-list-page .subscription-list{}
.back-in-stock-subscription-list-page .description{}
.back-in-stock-subscription-list-page .no-data{}
.back-in-stock-subscription-list-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.change-password-page{}
.change-password-page .buttons{margin-bottom:5px;margin-top:5px;}
.downloadable-products-page{}
.downloadable-products-page .no-data{}
.forum-subscriptions-page{}
.forum-subscriptions-page .subscription-list{}
.forum-subscriptions-page .description{}
.forum-subscriptions-page .no-data{}
.forum-subscriptions-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.customer-info-page{}
.customer-info-page .vat-note{display:block;}
.customer-info-page .buttons{margin-bottom:5px;margin-top:5px;text-align:center;}
.username-available-status{color:green;padding-left:5px;}
.username-not-available-status{color:red;padding-left:5px;}
.account-signature-text{height:100px;width:500px;border:solid 1px #E3E3E3;vertical-align:top;}
.order-list-page{}
.order-list-page .recurring-payments{}
.order-list-page .recurring-payments .recurring-payments-box{text-align:left;padding:10px;height:auto;}
.order-list-page .order-list{}
.order-list-page .order-list .order-item{}
.order-list-page .order-list .order-item .title{}
.order-list-page .order-list .order-item .info{float:left;}
.order-list-page .order-list .order-item .buttons{float:right;}
.return-request-list-page{}
.return-request-list-page .request-item{}
.return-request-list-page .request-item a{color:#B80709;}
.return-request-list-page .request-item .title{}
.return-request-list-page .request-item .info{}
.reward-points-page{}
.reward-points-page .reward-points-overview{padding:10px 10px 5px 0;width:100%;}
.reward-points-page .reward-points-overview .current-balance{}
.reward-points-page .reward-points-overview .min-balance{margin-top:10px;}
.reward-points-page .reward-points-history{}
.reward-points-page .reward-points-history .title{margin-top:20px;margin-bottom:15px;}


/* RETURN REQUEST */
.return-request-page .buttons{ margin:18px 0 12px 156px;}
.return-request-page .page-title{}

.return-request-page textarea{margin-top:6px;}
.return-request-page table td.quantity{width:120px;}
.return-request-page table td select{width:auto;}

/* PRODUCT REVIEWS PAGE */
.product-reviews-page{}
.product-reviews-page .page-title{}
.product-reviews-page .page-title a{text-decoration:none;}
.product-reviews-page .result{}
.product-reviews-page .write-review{margin-top:10px;padding:15px;border:1px solid #eee;}
.product-reviews-page .write-review .title{margin-bottom:10px;}
.product-reviews-page .write-review .inputs{margin-bottom:12px;clear:both;}
.product-reviews-page .write-review .captcha-box{margin-bottom:12px;}
.product-reviews-page .write-review .inputs label{display:block;}
.product-reviews-page .write-review .review-title{width:350px;}
.product-reviews-page .write-review .review-text{width:350px;height:150px;}
.product-reviews-page .write-review .review-rating{margin-bottom:12px;clear:both;}
.product-reviews-page .write-review .review-rating label{}
.product-reviews-page .write-review .review-rating ul{display:inline-block;}
.product-reviews-page .write-review .review-rating li{display:inline-block;list-style:none;}
.product-reviews-page .write-review .review-rating input{vertical-align:bottom;}
.product-reviews-page .write-review .buttons{text-align:left;}
.product-review-list{margin:10px 0px 10px 0;}
.product-review-list .title{padding:10px 10px 10px 0;text-transform:uppercase;}
.product-review-list .product-review-item{border:solid 1px #d3d3d3;margin:10px 0 0;padding:10px 10px 20px;clear:both;}
.product-review-list .product-review-item .review-item-head{clear:both;}
.product-review-list .product-review-item .review-title{font-weight:700;float:left;margin-bottom:5px;}
.product-review-list .product-review-item .rating{float:right;margin-right:5px;height:13px;width:55px;background:url(images/star-x-inactive.gif) 0 0 repeat-x;}
.product-review-list .product-review-item .rating div{height:12px;background:url(images/star-x-active.gif) 0 0 repeat-x;}
.product-review-list .product-review-item .review-text{float:left;margin-bottom:5px;clear:both;}
.product-review-list .product-review-item .review-info{float:left;margin-bottom:5px;clear:both;}
.product-review-list .product-review-item .review-info .separator{margin:0 2px;}
.product-review-helpfulness{clear:both;}
.product-review-helpfulness .vote{color:#B80709;text-decoration:none;}
.product-review-helpfulness .vote:hover{cursor:pointer;text-decoration:none;}


/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff; }
.lbLoading{background:#fff url(images/loading.gif) no-repeat center;}

#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink{left:0;}
#lbPrevLink:hover{background:transparent url(images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink{right:0;}
#lbNextLink:hover{background:transparent url(images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{text-align:left;border:10px solid #fff;border-top-style:none;}
#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(images/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCaption{font-weight:700;}

/*lets try to set the big image and not use the two hacks below*/
#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat; background-size: contain;background-position:center center;}
#lbImage div{width:650px!important; height:450px!important;}

/* PROFILE PAGE */
.profile-page{}
.profile-page .page-title{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.profile-page .page-body{margin-top:15px;}
.profile-page .profile-info-box{background:url(images/forum-footer-bg.gif) repeat-x bottom;}
.profile-page .profile-info-box,.profile-page .user-last-posts{}
.profile-page .profile-info-box .title{}
.profile-page .profile-info-box .profile-stats{border-left:1px solid #F3F3F3;margin-left:200px;padding:10px;}
.profile-page .profile-info-box .profile-stats .title{margin-bottom:10px;text-transform:uppercase;}
.profile-page .profile-info-box .profile-stats li{list-style:none outside none;padding:2px;}
.profile-page .profile-info-box .profile-stats label{font-weight:700;}
.profile-page .profile-info-box .user-details{width:180px;float:left;padding:10px;height:100%;border-right:solid 1px #F3F3F3;text-align:center;}
.profile-page .profile-info-box .user-details .avatar{margin-bottom:5px;}
.profile-page .profile-info-box .user-details .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.profile-page .profile-info-box .user-stats{margin-bottom:5px;}
.profile-page .profile-info-box .user-stats li{font-weight:700;list-style:none;padding:2px;}
.profile-page .profile-info-box .user-stats label{font-weight:700;}
.profile-page .profile-info-box .user-stats span{font-weight:400;}
.profile-page .user-last-posts{}
.profile-page .user-last-posts .topic{border:solid 1px #F3F3F3;margin-bottom:10px;}
.profile-page .user-last-posts .topic-title{font-weight:700;line-height:20px;background:#e3f3f3;padding:3px;}
.profile-page .user-last-posts .topic-body{padding:10px;}
.profile-page .user-last-posts .topic-body a{color:#B80709;text-decoration:underline;}
.profile-page .user-last-posts .topic-body .quote{padding:5px;border:dashed 1px #000;background-color:#fff;}
.profile-page .user-last-posts .topic-data{background:#f3f3f3;padding:3px;}


/* BB CODE EDITOR */
/*.toolbar{padding:2px;display:inline;}
.toolbar .button{background:url(images/bbeditor-button-bg.gif) repeat-x;padding:2px;margin-right:2px;border:#cec6b5 1px solid;}
.toolbar .button:hover{border:#333 1px solid;}
*/

/* BBCODES */
pre{white-space:pre-wrap;white-space:normal;word-wrap:break-word;}
.csharpcode,.csharpcode pre{font-size:small;color:#000;font-family:Consolas,"Courier New",Courier,Monospace;background-color:#fff;}
.csharpcode pre{margin:0;}
.csharpcode .rem{color:green;}
.csharpcode .kwrd{color:#00f;}
.csharpcode .str{color:#006080;}
.csharpcode .op{color:#0000c0;}
.csharpcode .preproc{color:#c63;}
.csharpcode .asp{background-color:#ff0;}
.csharpcode .html{color:maroon;}
.csharpcode .attr{color:red;}
.csharpcode .alt{background-color:#f4f4f4;width:100%;margin:0;}
.csharpcode .lnum{color:#606060;}


/*forms*/
input.short,  select.short, .inputs.dob select {
  width:auto!important;
}
input[type="text"].qty-input{
    width: 40px;
}


/*new color swatches*/	
.product-details-page .attributes ul.color-squares li{display:inline-block;}
.product-details-page .attributes ul.color-squares .color-container{position:relative;display:inline-block;padding:1px;}
.product-details-page .attributes ul.color-squares .selected-value .color-container{border-color:#075899;padding:0;}
.product-details-page .attributes ul.color-squares .color{display:inline-block;width:18px;height:18px; border: 1px solid #000000;}
.product-details-page .attributes ul.color-squares label{cursor:pointer;position:relative; width:50px;}
.product-details-page .attributes ul.color-squares input{overflow:hidden;z-index:-10000;position:static;float:left; margin: 2px 6px 0 0;}

