*:first-child+html { overflow-x: hidden; } /* Easy selectors IE 7 only */

a {
	outline: none;
	cursor: pointer; }

strong { font-weight: bold; }
 
#triangle {
	left: 0px;
    width: 180px;
	position: fixed; }
 
#shopping_total_oo_container #total_price_oo th,
#shopping_total_oo_container #total_price_oo td { font-weight: bold; }
 
.CardLabel {
	width: 22% !important;
	font-size: 12px;
	font-weight: bold;
	text-align: center; }
 
.RightBorder { border-right: 1px solid #c0c0c0; }
 
.TopBorder { border-top: 1px solid #c0c0c0; }
 
.BottomBorder { border-bottom: 1px solid #c0c0c0; }
 
.LeftBorder { border-left: 1px solid #c0c0c0; }
 
.RePaddingTop { padding-top: 0px !important; }
 
.DiscountIcon {
	background: url(../general/discount-icon.gif) no-repeat 0px 7px;
	color: #FFFFFF;
	float: left;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	text-align: center;
	width: 35px;
	line-height: 49px;
	margin-right: 3px; }
 
.DiscountText {
	line-height: 49px;
	height: 44px; }
 
.TdCardHeight {
	height: 50px;
	line-height: 50px; }
 
.TdLineHeight { line-height: 16px; }
 
.TdCardsBottomBorder { border-bottom: 1px solid #e2e2e2; }
 
.TdCardsTopBorder { border-top: 1px solid #e2e2e2; }
 
.CardLogo {
	width: 54px;
	height: 43px;
	border: none;
	font-size: 9px;
	margin-right: 10px;
	margin-top: 6px;
	float: left;
	display: inline;
	padding-left: 15px;
	cursor: pointer;
	text-align: center;
	background: url(../general/card-loader.gif) no-repeat center center;
	line-height: 1.1em; }
 
.echLogoOnDiscount,
	.c21LogoOnDiscount,
	.c4kLogoOnDiscount {
	height: 84px;
	margin-right: 15px;
	height: 43px;
	margin-bottom: 7px; }
 
.eCheckPadding {
	margin-top: 7px;
	display: block; }
 
.eCheckGroup {
	float: left;
	width: 98%;
	padding-right: 2%; }
 
.PaddingRightCard { padding-right: 5px; }
 
.marginRight { display: block; /*margin-left:78px;*/ }
 
.rollOverCardName a {
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer; }
 
span.marginRight a {
	font-size: 11px !important;
	line-height: 35px !important;
	margin-right: 6px; }
 
.nameRollOver a,
.rollOverName a {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer; }
 
.nameRollOver a:hover,
.rollOverCardName a:hover,
.rollOverName a:hover {
	text-decoration: underline !important;
	cursor: pointer; }
 
.CardRollOver {
	color: #000;
	text-decoration: none;
	cursor: pointer; }
 
.shipping_type { width: auto; }
 
.sc_pt_this { background: #eeeeee; }
 
.sc_pt_hover { background: #f2f2f2 url(../general/order_page_card_over.jpg) repeat-x top right ; }
 
.CardMargin { margin-left: 80px; }
 
.CardFloat { float: none !important; }
 
ul.CardUl {
	float: left;
	display: inline;
	padding-left: 0px;
    margin-bottom: 0px;
	margin-left: 0px; }
 
	ul.CardUl li {
		padding-left: 0px;
		margin-left: 0px;
		display: inline; }
 
.tc {
	text-align: center;
	width: 57px; }
 
.medical tr .tr_cc_td { border-bottom: 1px solid #E2E2E2; }
 
/*--- box info, notice, error & noIcon ---*/

.order-received .medical .item .box-msg,
.box-msg {
	font-size: 1.2em;
	margin: 8px 0;
	padding: 2%;
	padding-left: 10%;
	width: auto !important;
	font-size: 11px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

    .box-msg li.noBullet { list-style-type: none !important; }

    .box-msg a { text-decoration: underline; }

        .box-msg a:hover { text-decoration: none; }

     .box-msg.information a { color:#000033; }

     .box-msg.notice a { color:#333300; }

    .box-msg.error {
        background: #F9E5E6 url(../general/error-icon.jpg) no-repeat 2.5% 50%;
        border: 1px solid #E8AAAD;
        color: #B50007; }

        .box-msg.error.outoffstock{
			padding-left:8%;
			background: #F9E5E6 url(../general/info-outofstock.jpg) no-repeat 2.5% 50%;
			margin:0px auto !important;}
			
			.error.outoffstock li{
				list-style-type: none !important;}
		
		.box-msg.error .red { color: #B50007; }

        .box-msg.error li {
            list-style-type: square;
            color: #B50007; }

        .box-msg.information {
            background: #E5ECF9 url(../general/info-icon.jpg) no-repeat 2.5% 50%;
            border: 1px solid #AAC6E8;
            color: #000033; }
		
		/**free shipping in product table**/
		.box-msg.information.free-shipping-message{
			margin:0px auto !important;
			padding-left:8%;
			background: #E5ECF9 url(../general/info-shipping.jpg) no-repeat 2.5% 50%;}
			
			ul.free-shipping-message li{
				font-size:0px;
				list-style-type: none !important;}
				
				
		.box-msg.information.express-shipping-message{
			margin:10px auto 0!important;
			padding-left:8%;
			background: #E5ECF9 url(../general/info-express-shipping.jpg) no-repeat 2.5% 50%;}
			
			ul.express-shipping-message li{
				font-size:11px;
				list-style-type: none !important;}
				
				
		/** **/
		
			
            .box-msg.information li {
                list-style-type: square;
                color: #000033; }

           .box-msg .discount-note {
                font-size:0.9em;
                list-style:none;
                margin-top:12px;
                text-indent:-13px;	}

                 .box-msg.information .discount-note {
                     list-style-type: none;
                     color:#336699; }

                 .box-msg.notice .discount-note { color:#999966; }

                  .box-msg.peel .discount-note {
                      text-indent: 0;
                      color:#999933; }

            .box-msg .discount-note .bullet {
                font-size: 1.3em;
                padding-right: 7px; }

            .box-msg.process { background-position: 3.6% 50%; }

    .box-msg.notice {
            background: #F9F9E5 url(../general/notice-icon.jpg) no-repeat 3.6% 50%;
            border: 1px solid #E8E3AA;
            color: #333300;  }

     .box-msg.notice .small { color: #333300; }
  
      .box-msg.notice.search { background-image:url(../general/search-icon.jpg) }

     .box-msg.noIcon {
         margin-top: 4px;
         font-weight: normal;
         padding-left: 4%;
         background-image: none;}

.box-msg .small strong {
    font-weight: bold;
    font-size: 1.1em; }

    .box-msg.peel {
        border: 1px solid #FFE222;
        background: #FFFBC2 url(../general/peel-discount.jpg) no-repeat top right;
        padding: 5%;
        padding-bottom: 0;
        min-height:118px;
        line-height: 18px; }

    .box-msg.peel.store { background: #FFFBC2 url(../general/peel-discount-store.jpg) no-repeat top right; }
    
    .box-msg.peel.bags { background: #FFFBC2 url(../general/peel-discount-bags.jpg) no-repeat top right; }

    .box-msg.peel ul { width:320px; }

    	.box-msg.success {
            background: #E9F9E5 url(../general/success_icon.jpg) no-repeat 3.6% 50%;
            border: 1px solid #B4E8AA;
            color: #1C8400; }

            .box-msg.success li {
                color: #1C8400 !important;
                margin: 0 !important;
                list-style:none outside none !important; }

/*--- End box info ---*/

.order-received .medical .item p,
.order-received .medical .item h4,
.order-received .medical .item h3,
.order-received .medical .item li,
.order-received .medical .item ol,
.order-received .medical .item ul {
	margin: 0;
	padding: 0;
	width: auto; }
 
.order-received { margin: 10px; }
 
	.order-received .medical .item p {
		line-height: 1.5em;
		margin: 10px 0; }
 
	.order-received .medical .item h3 {
		font-weight: bold;
		padding-bottom: 10px;
		padding-top: 7px;
		font-size: 12px; }
 
	.order-received .medical .item h4 {
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding-left: 0; }
 
	.order-received .medical .item ul {
		list-style: decimal;
		padding-bottom: 8px;
		padding-top: 4px;
		color: #000;
		padding-left: 18px; }
 
	.order-received .medical .item li {
		line-height: 1.5em;
		color: #000;
		list-style: decimal;
		margin-bottom: 5px; }
 
	.order-received .medical table.shopping_total {
		float: none;
		border: 1px solid #e7e7e7; }
 
		.order-received .medical table.shopping_total th,
.order-received .medical table.shopping_total td {
			border-bottom: 2px solid #FFFFFF;
			background: #f4f4f4;
			padding: 5px 10px; }
 
		.order-received .medical table.shopping_total tr.total-back td,
.order-received .medical table.shopping_total tr.total-back th {
			border-bottom: none;
			background: #e7e7e7; }
 
/*---- Shopping cart bubble ---*/
.popitup td {
	padding: 0 !important;
	border: none !important;
	background-color: transparent; }
 
	.popitup td.topleft { background-image: url(../bubble/bubble-1.gif); }
 
	.popitup td.top {
		background-image: url(../bubble/bubble-2.png);
		background-repeat: repeat-x; }
 
	.popitup td.topright { background-image: url(../bubble/bubble-3.gif); }
 
	.popitup td.left {
		padding-left: 11px !important;
		background-image: url(../bubble/bubble-4.png);
		background-repeat: repeat-y; }
 
	.popitup td.right {
		padding-right: 11px !important;
		background-image: url(../bubble/bubble-5.png);
		background-repeat: repeat-y; }
 
	.popitup td.bottomleft { background-image: url(../bubble/bubble-6.gif); }
 
	.popitup td.bottom {
		background-image: url(../bubble/bubble-7.png);
		text-align: center;
		background-repeat: repeat-x; }
 
		.popitup td.bottom img {
			display: block;
			margin: 0 auto; }
 
	.popitup td.bottomright { background-image: url(../bubble/bubble-8.gif); }
 
/*---- End shopping cart bubble ---*/

.products-table-header { position: relative; }

    .products-table-header .products_payments,
    .products-table-header .express_shipping,
	.products-table-header a {
		color: #4F4F4F;
		text-decoration: none; }

         .products-table-header .products_payments,
		.products-table-header .express_shipping,
		.products-table-header a.product_info {
			float: right;
            margin-right: 6px;
			padding: 0px; }
 
		.products-table-header a.product_top { float: right; }
 
		.products-table-header a:hover {color: #000;}

        .products-table-header .products_payments span,
        .products-table-header .express_shipping span,
		.products-table-header a span {
			white-space: nowrap;
			padding-left: 1px;
			line-height: 19px; }
 
	.products-table-header img {
        vertical-align: bottom;
        /*float: left;*/ }
 
.products_table h3 { margin: 1px; }

#shopping_total_order_review {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: 0; }
 
table.order_review { width: 100%; }
 
.billing_order_open,
.billing_order_minimize {
	background: url(../general/billing_order_minimize.gif) no-repeat bottom left;
	text-decoration: underline;
	height: 16px;
	width: 160px;
	display: inline;
	padding-left: 17px;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal; }
 
.billing_order_open { background: url(../general/billing_order_minimize.gif) no-repeat top left; }
 
	.billing_order_open:hover,
.billing_order_minimize:hover { text-decoration: none; }
 
.shopping_total { margin: 0 !important; }
 
	.shopping_total th { width: 77%; }
 
.back-total {
	border-collapse: separate;
	border-top: 2px solid #ffffff; }
 
	.back-total td,
	.back-total th { background: #EEEEEE; }
 
.shopping_total .discounts td,
.shopping_total .discounts th {
	color: #333333;
	font-weight: bold; }
 
.order_review .tc {
	text-align: right;
	padding-right: 14px !important;
	width: 24%; }
 
#shopping_total_order_review tr td,
#shopping_total_order_review tr th { padding: 2px 10px; }
 
.shopping_total .total-back td,
.shopping_total .total-back th { background: #DDDCDC; }
 
.details label { line-height: 24px; }
 
.item a.submit_button.processing {
	border: medium none;
	color: #FFFFFF !important;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none !important;
	width: 123px; }

/* Best Sellers  */
tr.r2.best-sellers-back,
tr.r1.best-sellers-back { background: url(../general/best_sellers-back.jpg) repeat-x top left; }
/* End best Sellers  */

/* Out of stock */
tr.out-of-stock {
    background: #eff3f8;
}

tr.out-of-stock td,
tr.out-of-stock input,
tr.out-of-stock span.save,
.inventory_product .content .out-of-stock span {
    text-decoration: line-through;
    color: #adb2b5 !important;
}
tr.out-of-stock td.first_item_row{text-decoration:none;}


tr.out-of-stock form {
    text-indent: -9999px;
}

tr.out-of-stock input {
    visibility: hidden;
}

.product_boxes li { position: relative;}

.collection_boxes img.out-of-stock, .product_boxes img.out-of-stock {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 53px;  }

/* End out of stock */

.groupbtn,
.SpecialOfferContainer .groupbtn {
	width: 100%;
	text-align: center;
	padding-top: 2px; }
 
#bestSellersPopupBox .SpecialOfferContainer .groupbtn { padding-top: 8px; }
 
.SpecialOfferContainer a.sobtn {
	margin-left: 0px;
	margin-right: 0px; }
 
.SpecialOfferContainer .sobtn u { font-size: 1.0em; }
 
.SpecialOfferContainer a:hover { text-decoration: none; }
 
.SpecialOfferContainer img { border: 0; }
 
.SpecialOfferContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 183px;
	background-color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative; }
 
	.SpecialOfferContainer .bestsellerBox,
.SpecialOfferContainer .Box {
		margin: 0;
		padding: 0;
		background: #ffffff;
		width: 43%;
		height: 136px;
		padding: 4px;
		float: left;
		display: inline;
		position: relative;
		margin-top: 20px;
		margin-bottom: 15px;
		margin-left: 20px; }
 
	.SpecialOfferContainer .bestsellerBox .ScissorIcon,
.SpecialOfferContainer .Box .ScissorIcon {
		margin: 0;
		padding: 0;
		display: block;
		width: 101%;
		height: 22px;
		border: none;
		position: absolute;
		top: 90px; }
 
	.SpecialOfferContainer .Box .ScissorIcon.red { background: url(../special_offer/scissor-red.gif) no-repeat right top !important; }
 
	.SpecialOfferContainer .Box .ScissorIcon.green { background: url(../special_offer/scissor-green.gif) no-repeat right top !important; }
 
	.SpecialOfferContainer .bestsellerBox .ScissorIcon.red,
.SpecialOfferContainer .bestsellerBox .ScissorIcon.green { background: url(../special_offer/scissor-gray.gif) no-repeat right top !important; }
 
	.SpecialOfferContainer .Box .Close {
		display: block;
		width: 101%;
		height: 14px;
		position: absolute;
		top: -7px; }
 
		.SpecialOfferContainer .Box .Close.Red { background: url(../special_offer/close-icon-red.gif) no-repeat right; }
 
		.SpecialOfferContainer .Box .Close.Green { background: url(../special_offer/close-icon-green.gif) no-repeat right; }
 
	.SpecialOfferContainer .bestsellerBox .LogoImg,
.SpecialOfferContainer .Box .LogoImg {
		margin: 0;
		padding: 0;
		text-align: right;
		display: block;
		width: 100%; }
 
	.SpecialOfferContainer .bestsellerBox .RedText,
.SpecialOfferContainer .Box .RedText { color: #c00000; }
 
	.SpecialOfferContainer .Box .XIcon { background: url(../general/x_mark.gif) no-repeat center center; }
 
	.SpecialOfferContainer .bestsellerBox p.Title,
.SpecialOfferContainer .Box p.Title {
		margin: 0;
		padding: 0;
		color: #276e9f;
		text-align: center;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 2px; }
 
	.SpecialOfferContainer .bestsellerBox p.Text,
.SpecialOfferContainer .Box p.Text {
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 16px;
		padding-bottom: 2px; }
 
	.SpecialOfferContainer .bestsellerBox p.Text b,
.SpecialOfferContainer .Box p.Text b {
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 13px; }
 
	.SpecialOfferContainer .Left { border: 1px dashed #e56e75; }
 
	.SpecialOfferContainer .Right { border: 1px dashed #90bf6e; }
 
	.SpecialOfferContainer .Box .SaleRedIcon {
		margin: 0;
		padding: 0;
		background: url(../special_offer/sale-red-icon.gif) no-repeat;
		width: 100%;
		height: 59px;
		display: block;
		position: absolute;
		top: -9px;
		right: 15px; }
 
	.SpecialOfferContainer .Box .SaleGreenIcon {
		background: url(../special_offer/sale-green-icon.gif) no-repeat;
		width: 100%;
		height: 59px;
		display: block;
		position: absolute;
		top: -9px;
		right: 15px; }
 
	.SpecialOfferContainer .bestsellerBox { height: 120px; }
 
	.SpecialOfferContainer .bestsellerIcon {
		background: url(../special_offer/bestseller-icon.gif) no-repeat;
		height: 76px;
		width: 100%;
		display: block;
		position: absolute;
		top: -9px;
		right: 15px; }
 
	.SpecialOfferContainer .border { border: 1px dashed #a5a5a5; }
 
.carousel-bs,
#special_offers_container .carousel { float: right; }
 
#special_offers_container .bg-preloader { background: url(../general/so-loader.gif) center center no-repeat; }
 
.carousel-nav,
#special_offers_container .carousel-nav {
	width: 100%;
	position: relative;
	padding-left: 2px;
	float: left;
	z-index: 300; }
 
.carousel-nav a,
#special_offers_container .carousel-nav a {
	width: 36px;
	height: 106px;
	display: block;
	text-indent: -5000px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
	position: absolute;
	top: 51px;
	border: none;
	outline: none; }
 
.carousel-nav a { top: 41px; }
 
	.carousel-nav a.btn-left,
#special_offers_container .carousel-nav a.btn-left {
		left: -15px;
		background: url(../general/best-sellers-btn-left.png) no-repeat top right; }
 
	.carousel-nav a.btn-left { left: -30px; }
 
		.carousel-nav a.btn-left:hover,
#special_offers_container .carousel-nav a.btn-left:hover { background: url(../general/best-sellers-btn-left.png) no-repeat bottom right; }
 
	.carousel-nav a.btn-right,
#special_offers_container .carousel-nav a.btn-right {
		left: 100%;
		margin-left: -23px;
		background: url(../general/best-sellers-btn-right.png) no-repeat top left; }
 
	.carousel-nav a.btn-right { margin-left: -8px; }
 
		.carousel-nav a.btn-right:hover,
#special_offers_container .carousel-nav a.btn-right:hover { background: url(../general/best-sellers-btn-right.png) no-repeat bottom left; }
 
#special_offers_container .carousel #so-carousel-bullets {
	float: left;
	display: block;
	height: 18px; }
 
	#special_offers_container .carousel #so-carousel-bullets span {
		padding: 0 1px;
		font-size: 150%;
		line-height: 17px;
		color: #dedede; }
 
#so-carousel-bullets span #so-carousel-bullets span.this { color: #fd5900; }
 
#special_offers_container .carousel #so-carousel-bullets span.this { color: #ffe222; }
 
.carousel-bs #bs-carousel-bullets {
	float: left;
	display: block;
	height: 18px; }
 
	.carousel-bs #bs-carousel-bullets .bs-this {
		padding: 0 1px;
		font-size: 150%;
		line-height: 17px;
		color: #797979; }
 
		.carousel-bs #bs-carousel-bullets .bs-this.this { color: #fd5900; }

 /* duty free special offer */

#duty_free .SpecialOfferContainer { height: 210px; }

#duty_free .SpecialOfferContainer .bestsellerBox,
#duty_free .SpecialOfferContainer .Box { height: 174px; margin-top: 14px; }

 #duty_free .SpecialOfferContainer .bestsellerBox .LogoImg,
 #duty_free .SpecialOfferContainer .Box .LogoImg {
        float: right;
        width: auto;
}

 #duty_free .SpecialOfferContainer .bestsellerBox .ScissorIcon,
 #duty_free .SpecialOfferContainer .Box .ScissorIcon {
     display: none;
}

 #duty_free .SpecialOfferContainer .bestsellerBox p.Title,
 #duty_free .SpecialOfferContainer .Box p.Title {
     text-align: left;
     padding-left: 7px;
     padding-top: 3px;
}

#duty_free .SpecialOfferContainer .bestsellerBox p.Text,
#duty_free .SpecialOfferContainer .Box p.Text {
    text-align: center;
    padding: 0px 0 5px 7px;
    overflow:hidden;
}

#duty_free .SpecialOfferContainer .bestsellerBox p.Text strong,
#duty_free .SpecialOfferContainer .Box p.Text strong {
    display:block;
    font-size:14px;
    padding-bottom:2px;
    padding-top:2px;
    text-align:center;
}

#duty_free .save { text-align: center; display: block; }

#duty_free .SpecialOfferContainer .Box .SaleRedIcon {
    background-position: 95% 50%;
    right: -14px;
    top: -4px;
    background-image: url(../special_offer/offer_sale.gif);
}

#duty_free .SpecialOfferContainer .Box .XIcon {
    font-size:11px;
    display: block;
}

#duty_free .SpecialOfferContainer .bestsellerBox .RedText,
#duty_free .SpecialOfferContainer .Box .RedText {
    color:#C00000;
    display:block;
    font-size:13px;
    padding-top:7px;
}

#duty_free .groupbtn,
#duty_free .SpecialOfferContainer .groupbtn {
    bottom:9px;
    left:12px;
    padding-top:3px;
    position:absolute;
    text-align:left;
}

#duty_free input.specialOffer {
    display:block;
    float:left;
    width:88px;
}

#duty_free input.upgrade {
    margin-bottom:5px;
    margin-right:15px;
}

/***/
 
.questionary .subtitle { text-transform: none; }
 
th.breadcrumbs_disabled { color: #c0c0c0; }

    th.breadcrumbs_disabled:hover { color: #c0c0c0;}
 
.medical input.checkbox_terms {
    margin: 0 6px 0 0;
    padding: 0;
    top: -2px;
    position: relative;}

#welcome_container { z-index: 4000; }
 
#bestSellersPopupBox {
	width: 613px;
	position: relative;
	z-index: 3000; }
 
	#bestSellersPopupBox a#bs_close {
		height: 36px;
		width: 36px;
		position: absolute;
		left: 587px;
		top: -12px;
		outline: none;
		z-index: 1002;
		text-indent: -5000px;
		background: url(/images/special_offer/best-sellers-popup-close.png) no-repeat left top; }
 
	#bestSellersPopupBox #bs_top {
		width: 100%;
		height: 14px;
        font-size: 0;
		background: url(/images/special_offer/best-sellers-popup-top.png) no-repeat left top; }
 
	#bestSellersPopupBox #bs_bottom {
		width: 100%;
		height: 20px;
		background: url(/images/special_offer/best-sellers-popup-bottom.png) no-repeat left top; }
 
	#bestSellersPopupBox #bs_content {
		width: 100%;
		background: url(/images/special_offer/best-sellers-popup-back-y.png) repeat-y left top; }
 
		#bestSellersPopupBox #bs_content #bs_sub_content {
			background: url(/images/special_offer/best-sellers-popup-back-x.png) repeat-x left top;
			margin: 0 10px;
			padding: 4px 30px; }

            #bestSellersPopupBox #bs_content #bs_sub_content .image_wrapper {
                background-position: center center;
                background-repeat: no-repeat;
                width: 542px;
                height: 230px;
                display: block;
                text-align: center;
                font-size: 12px; }
 
			#bestSellersPopupBox #bs_content #bs_sub_content h2 {
				font-size: 17px;
				color: #000;
				font-weight: bold;
				font-family: Arial;
				float: left; }
 
			#bestSellersPopupBox #bs_content #bs_sub_content #bs_top_header { height: 19px; }
 
	#bestSellersPopupBox #count_down {
		float: left;
		left: -12px;
		position: relative;
		top: -15px;
		color: #000000;
		font-size: 12px !important;
		font-family: Arial, Helvetica, sans-serif; }
 
.order-received span.print-text {
	position: relative;
	float: right;
	font-size: 10px;
	margin-right: 3px;
	display: inline; }
 
.order-received  .print-text a.print-icon {
	float: right;
	position: absolute;
	top: -29px;
	left: 0;
	outline: none;
	width: 25px;
	height: 25px;
	text-indent: -5000px;
	background: url(/images/general/print-icon-btn.gif) no-repeat top left; }
 
.order-received  .print-text a:hover.print-icon { background: url(/images/general/print-icon-btn.gif) no-repeat bottom left; }
 
input#wu_select_no,
input#wu_select_yes,
input#check_holder_transfer_shipping_data,
input#card_owner_transfer_shipping_data { background: none !important; }
 
/* New input buttons */
.action_buttons input {
	border: none;
	margin: 0;
	padding: 0;
	outline: 0; }
 
.groupbtn input { margin-top: 5px; }
 
input.inputBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	padding: 2px;
	margin: 0;
	outline: 0;
	background: #DDDDDD url(../general/bg-button-new.gif) repeat-x top right;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	-moz-border-radius: 0.3em; /* border radius for modern browsers */
	-webkit-border-radius: 0.3em; /* border radius for modern browsers */ }
 
	input.inputBtn:hover {
		background: #DDDDDD url(../general/bg-button-new.gif) repeat-x top right;
		border: 1px solid #9a9a9a; }
 
input.action {
	font-size: 1.2em;
	width: 90px;
	margin-bottom: 1px; }
 
input.bold {
	font-weight: bold;
	margin-left: 5px; }
 
input.back { width: 60px; }
 
input.searcbtn {
	font-size: 1.1em;
	width: 80px;
	float: right; }
 
input.disabledBtn:hover,
input.disabledBtn {
	color: #8e8e8e !important;
	background: #ddd !important;
	border: 1px solid #CCCCCC !important; }
 
input.activate {
	width: 56px;
	height: 24px;
	margin-left: 5px;
	margin-top: 3px; }
 
input.specialOffer {
	font-size: 1em;
	left: 0;
	position: relative;
	top: 4px;
	width: 75px;
	height: 23px; }
 
	input.specialOffer.done {
		width: 125px;
		font-size: 1.1em; }
 
input.upgrade {
	padding-left: 15px;
	margin-right: 5px;
	background: #DDDDDD url(../general/bg-button-new.gif) repeat-x top left; }
 
	input.upgrade:hover {
		background: #DDDDDD url(../general/bg-button-new.gif) repeat-x top left;
		border: 1px solid #9a9a9a; }

/* End new input buttons */

/* Search autocomplete */
/* no results fix for all templates */

.suggestionList span.no_results {
	background-image:none;
	display:inline;
	float:none;
	height:auto;
	margin:0;
	width:auto; }
	
	.suggestionList span.results { 
		margin:0px;
		background-image:none; }	
	
		.suggestionList b { display:inline; }
	
/* End search autocomplete */

/* Shipping types */

.shopping_cart_data.shippingtypes {
    background: #f3f3f3;
    border-top: 1px solid #DFDFDF; }

.shopping_cart_data.shippingtypes,
 .shippingtypes {
        padding-bottom: 10px;
        text-align: left !important; }

 .shippingtypes h3 {
     font-weight: bold;
     margin-bottom: 6px; }

 .shippingtypes span.row {
        display: block;
        margin: 5px 0;}

        .shippingtypes span.row input{
            /* reset  input*/ border-style: none; height: auto; width: auto; margin: 0; /* end reset */
            cursor: pointer;
            position:relative;
            top:1px;
            margin-right: 1px; }

        .shippingtypes span.row label {  position: relative; }

 .shippingtypes .oneShipping { padding-left: 10px; }

 .shippingtypes h3.oneShipping {
             padding: 0;
             display: inline; }

/* End shipping types*/

/* Product page header */

    .info-table {
        width: 100%;
        border: none; }

    .info-table .rightImage {
        text-align: center;
        width:181px;
        vertical-align: middle; }

    .info-table .product_logo {
        margin-bottom: -32px;
        float: right;  }

    .info-table h2 { padding-bottom: 0.5em;    line-height: 80px; }

    /* Product page header */

    /* Popup processing host waiting */
    
#bestSellersPopupBox.processing_host #bs_content #bs_sub_content { position: relative; }

    #bestSellersPopupBox.processing_host #bs_content #bs_sub_content h2{
        margin-top: 30px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 3px;
        display: block;
        float: none; }

        #bestSellersPopupBox.processing_host #bs_content #bs_sub_content p {
            margin: 15px 0 30px 0;
            font-size: 1.1em;}

            #bestSellersPopupBox.processing_host #bs_content #bs_sub_content .loader { margin-left: 5px;}

            #bestSellersPopupBox.processing_host #bs_content #bs_sub_content .bigArrow {
                margin: 0;
                padding: 0;
                width: 101px;
                height: 101px;
                display: block;
                position: absolute;
                right:-15px;
                top:14px;}

    /* End popup processing host waiting */

     .products_pack_table { clear: both; }

    /* unsubscribe page */

    .unsubscribe_page { padding-top: 10px; }
    .unsubscribe_page em {padding-left: 0; margin-left: 0; padding-top: 10px; display: block;}
    .unsubscribe_page form {padding: 20px 0; width: 350px;}
    .unsubscribe_page label {float: left; clear: both; width: 136px; margin-right: 10px;}
    .unsubscribe_page input {width: 180px;}
    .unsubscribe_page #contact_mail {margin-bottom: 10px;}
    .unsubscribe_page .submit {clear: both;  margin-left: 146px; margin-top: 10px; width: auto;}
    .unsubscribe_page .secure_feilds {float: left; width: 200px;}
    .unsubscribe_page .secure_feilds img {margin-bottom: 2px;}
    .unsubscribe_page .box-msg { margin-bottom: 20px; padding-left: 30px; width: 83% !important;}
    .unsubscribe_page .box-msg li {list-style-type: none;}
    .anti-spam .box-msg li {padding-bottom: 0 !important;}
    .box-msg.success { width: 60% !important; padding-left: 40px; }

/* New currency widget */

    #listpopup {
        width: 126px;
        color:#484848;
        display: inline-block;
        z-index: 3000;
        position: relative; }

        #listpopup #listpopup-img { vertical-align: text-bottom; }

          #listpopup-panel {
            background: url(../translate/translate-bg.png) repeat 0 0;
            padding: 5px !important;
            width:365px;
            float:none !important;
            line-height: 16px!important;
            margin:0 !important;
            overflow:visible !important;
            padding:5px !important;
            position:absolute !important;
            top: 17px;
            left: 0px;
            z-index:2000;
            text-align:left !important; }

            html > body #listpopup-panel { width:370px !important; } /* IE6 hack */

        #listpopup.active{
            visibility:visible;
            z-index:2000; }

        #listpopup.borderRadius {
            -moz-border-radius: 4px; /* FF1+ */
            -webkit-border-radius: 4px; /* Saf3+, Chrome */
            border-radius: 4px; /* Opera 10.5, IE 9 */ }

        #listpopup .listpopup-panel-inner{ background: #fff; }

            #listpopup-panel .listpopup-panel-inner ul li {
                margin:2px;
                padding:2px 3px !important;
                width:175px !important;
                white-space: nowrap;
                display: inline;
                float: left;}

                #listpopup-panel .listpopup-panel-inner ul li.selected { font-weight: bold; }

            #listpopup-panel .listpopup-panel-inner ul li:hover {
                border: 1px solid #e5e5e5;
                margin: 1px;
                color: #000;
                background-color: #f2f2f2;}

            #listpopup-panel .listpopup-panel-inner ul li.selectedLang {
                border: 1px solid #f0f0f0;
                margin: 1px;
                color: #333;
                font-weight: bold;
                background-color: #f7f7f7;}

                #listpopup ul .fr { float: none; }

                #listpopup-panel .listpopup-panel-inner ul li a{
                    cursor:pointer;
                    display:block !important;
                    margin: 2px 5px;
                    text-decoration: none;
                    color: #4c4b4b;
                    height:12px !important;
                    line-height:12px !important;}

                    #listpopup-panel .listpopup-panel-inner ul li.first { text-indent: 4px; }

                    #listpopup-panel .listpopup-panel-inner ul li.first:hover {
                        border-color:#fff;
                        background: none; }

                    #listpopup-panel .listpopup-panel-inner ul li a.bg { background-position: 0 -156px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.ca { background-position: 0 -600px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.cs { background-position: 0 -192px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.da { background-position: 0 -204px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.nl { background-position: 0 -216px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.fi { background-position: 0 -264px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.fr { background-position: 0 0px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.de { background-position:0 -12px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.hu { background-position: 0 -312px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.it { background-position: 0 -48px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.no { background-position: 0 -420px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.pt { background-position: 0 -36px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.ru { background-position: 0 -60px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.es { background-position: 0 -24px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.sv { background-position: 0 -516px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.uk { background-position: 0 -564px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.en { background-position: 0 -228px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.zh { background-position: 0 -168px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.ja { background-position: 0 -96px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.ko { background-position: 0 -108px; }
                    #listpopup-panel .listpopup-panel-inner ul li a.hi { background-position: 0 -300px; }

        #listpopup-panel .listpopup-panel-inner #head {
            background:none repeat scroll 0 0 #F2F2F2;
            border-bottom:1px solid #E5E5E5;
            cursor:default;
            font-size: 12px;
            padding:4px;
            position:relative; }

            #listpopup-panel .listpopup-panel-inner #head #close {
                color:#4C4C4C;
                font-weight:bold;
                margin: 0;
                right:4px;
                text-decoration:none;
                position: absolute;
                top:4px; }

        #listpopup-panel .listpopup-panel-inner #foot {
            background:none repeat scroll 0 0 #F2F2F2;
            border-top:1px solid #E5E5E5;
            clear: both;
            text-align: right;
            font-size: 10px;
            padding:2px 4px;
            position:relative; }

        #listpopup-panel .listpopup-panel-inner #foot span {
            margin: 0;
            padding: 0;
            float: none; }

            #listpopup-panel .listpopup-panel-inner #foot a.goog-logo-link {
                color:#484848;
                text-decoration: none;
                font-size: 10px; }

                #listpopup-panel .listpopup-panel-inner #foot a.goog-logo-link img{ vertical-align: middle; }

    /* End currency widget */


  /* Popup (Fancy box) text style */
    .terms_window {
        width: 98%;
        padding: 1%;
        line-height: 1.4em;
        font-size: 11px; }

    	.terms_window h2 {
            font-size: 1.4em;
            margin-bottom: 10px;
            font-weight: bold;
            color: #003366; }

    .terms_window p {
        color: #000;
        margin-bottom: 10px;}

    .terms_window ol { list-style-type: decimal; }
    .terms_window li {
        color: #000;
        margin-bottom: 5px;
        margin-left: 20px; }

  /* End Popup */


  /* Currency (Formatted Price)*/

span.currency_price {
	display:inline !important;
    white-space: nowrap;
	font-size:100%;
	padding-left:0px;
	vertical-align:top; }

    span.currency_price span {
        padding: 0;
        margin: 0; }

        span.currency_price span.currency_code{
            display:inline !important;
            font-size: 70%;
            text-transform:uppercase; }

        span.currency_price span.currency_frac{
            display:inline !important;
            font-size:75%;
            padding-left:2px;
            padding-right: 2px;
            vertical-align:top; }

/* End Currency */


/* Currency Drop Down */

.dropdown a,
    .dropdown dd,
    .dropdown dt,
    .dropdown dd ul,
    .dropdown dd ul li {
	margin: 0;
	float: none;
	padding: 0; }

.dropdown {
    font-size: 11px;
	text-align: left;
	float: right; }

	.dropdown a,
    .dropdown a:visited {
		color: #2e2e2e;
		text-decoration: none;
		outline: none; }

	.dropdown a:hover { color: #545454; }

	.dropdown dt a:hover {
		color: #2e2e2e;
		border: 1px solid #bfcbef; }

	.dropdown dt { background: #f5f5f5 url(../general/dropdown/dropdown-head-back.jpg) repeat-x 50% 50%; }

		.dropdown dt strong {
			color: #0066CC;
			cursor: pointer;
			font-size: 9px; }

		.dropdown dt a {
			background: url(../general/dropdown/dropdown-arrow.jpg) no-repeat 100% 36%;
			display: block;
			padding: 2px;
			padding-right: 16px;
			border: 1px solid #d6d6d6;
			overflow: hidden;
			white-space: nowrap;
			width: 152px; }

			.dropdown dt a:hover { background-image: url(../general/dropdown/dropdown-arrow-hover.jpg) }

			.dropdown dt a span {
				float: none;
				font-weight: normal;
				margin: 0;
				text-align: left;
				cursor: pointer;
				display: block; }

	.dropdown dd {
		position: relative;
		z-index: 19999; }

		.dropdown dd ul {
			text-align: left;
			background: #f2f2f2;
			border: 1px solid #ccc;
			border-top: 0;
			color: #C5C0B0;
			display: none;
			z-index: 19998;
			position: absolute;
			left: 0px;
			top: 0px;
			padding: 3px 0 0 0;
			width: auto;
            list-style: none;
            min-width:170px;
            _width:170px; }

			.dropdown dd ul li a {
				padding: 3px 4px 3px 2px;
				border-bottom: 1px solid #eae8e8;
				display: block; }

				.dropdown dd ul li a:hover {
					color: #2e2e2e;
					border-bottom: 1px solid #d6d6d6;
					background: url(../general/dropdown/dropdown-head-back.jpg) repeat-x 50% 50%; }

    .dropdown code.code {
       right: 3px;
       position: absolute; }

	em.flag {
		border: none;
		background: url(../general/flags.jpg) no-repeat 0 0 ;
		width: 16px;
		height: 11px;
        display: inline-block;
		position: relative;
		top: 1px;
		margin: 0px 5px 0 2px; }

         /* CSS hack for Firefox 2 */
        em.flag, x:-moz-any-link { float: left; }
        em.flag, x:-moz-any-link, x:default { float: none; }

        /* Easy selectors IE 7 */
        *:first-child+html .dropdown em.flag { top: -1px; }

		em.flag.TWD { background-position: -2768px 0;}
		em.flag.ZAR { background-position: -3136px 0;}
		em.flag.AED { background-position: -31px   0;}
		em.flag.KRW { background-position: -1488px 0;}
		em.flag.HUF { background-position: -1216px 0;}
		em.flag.RUB { background-position: -2288px 0;}
		em.flag.MXN { background-position: -1904px 0;}
		em.flag.NOK { background-position: -2031px 0;}
		em.flag.PLN { background-position: -2176px 0;}
		em.flag.DKK { background-position: -784px  0;}
		em.flag.NZD { background-position: -2064px 0;}
		em.flag.SEK { background-position: -2416px 0;}
		em.flag.BRL { background-position: -432px  0;}
		em.flag.CZK { background-position: -736px  0;}
        em.flag.GBP { background-position: -992px  0;}
        em.flag.EUR { background-position: -912px  0;}
        em.flag.JPY { background-position: -1392px 0;}
        em.flag.USD { background-position: -2832px 0;}
        em.flag.CAD { background-position: -528px  0;}
        em.flag.AUD { background-position: -192px  0;}
        em.flag.CNY { background-position: -608px 0;}


		/* Split dropdown to two */
		.dropdown.dropdown-long ul{ width:342px; }
		.dropdown.dropdown-long ul.dropdown-long-right{right:0px;left:auto;}

			.dropdown.dropdown-long ul li{
				border-right: 1px solid #eae8e8;
				float: left;
				width:170px; }

		/* odd, even */
		.dropdown.dropdown-long li.odd code.code {
			right: auto;
			left: 147px; }

/* End Currency Drop Down  */

/* jQuery Popup Bubble  */

.bubble-popup {
    float: right;
    display: inline;
    position: relative;
    padding: 0;
    font-weight: normal;
    font-size: 11px;
    margin-right:6px; }

    .bubble-popup a span,
    .bubble-popup a {  color:#4F4F4F; }

          .bubble-popup a span:hover,
         .bubble-popup a:hover { color:#000; }

    span.bubble-popup .bubble-popup-box {
        background: #d8dee6 url(../general/bubble-popup-box.png) 0 0 repeat-x;
        color: #222222;
        border: 1px solid #c0cad7;
        white-space: nowrap;
        position: absolute;
        top:29px;
        left: -0px;
        text-align: center;
        z-index: 9999;
        display: none; }

        span.bubble-popup .bubble-popup-box .bubble-popup-box-inner {
            float: left;
            padding: 10px;
            border: 1px solid #fff;}

       span.bubble-popup .bubble-popup-box .arrow{
            margin: 0;
            height:16px;
            left:7px;
            line-height: 16px;
            position:absolute;
            top:-16px;
            width:33px;
            border-bottom: 1px solid #fbfbfb;
            background: url(../general/bubble-popup.gif) no-repeat 0 0;}


       .bubble-popup.product_only img { vertical-align: middle;  }

/* End jQuery Popup Bubble  */

/* Search Autocomplete Suggestion Box*/
#search-autocomplete {
	position: relative;
	border: 1px solid #8da8be;
	background: #e9f3fa; }

	#search-autocomplete .triangle {
		position: absolute;
		top: -13px;
		left: 20%;
		background: url(/images/general/search_header.gif) no-repeat -38px 0;
		width: 13px;
		height: 13px;
		display: block; }

	#search-autocomplete .suggestion-list {
		padding: 0;
        width: 400px; }
    #search-autocomplete #auto_complete_notes {
        padding:10px;
    }
    
		#search-autocomplete .suggestion-list strong { font-weight: bold; }

		#search-autocomplete .suggestion-list  a {
			text-decoration: none;
			color: #003399; }

		#search-autocomplete .suggestion-list li {
            border-bottom: 1px solid #d8dcdf;
            clear: both; 
			margin: 5px;
            padding: 5px;}

			#search-autocomplete .suggestion-list li.ac_over {
				background-color: #d3e0e9;
				cursor: pointer;}

				#search-autocomplete .suggestion-list li.ac_over a { color: #003399; }

		#search-autocomplete .suggestion-list h3 { display: inline; }

		#search-autocomplete .suggestion-list .cat { font-size: 0.9em; }

		#search-autocomplete .suggestion-list cite {
			color: #777b7e;
			font-size: 0.9em;
			font-style: italic;
			display: block; }

        #search-autocomplete .suggestion-list cite strong { font-style: italic; }

        #search-autocomplete .suggestion-list img.ac_image {
            margin-right: 5px;
            width: 40px;
            height: 36px;
            float: left;}

        .ac_loading {
            background-image: url(../general/search-loader.gif);
            background-position: center right;
            background-repeat: no-repeat; }
        
/* watermark */
.search-form form#autocompleteForm input.watermark { color: #ABABAB; }

/* End Search Autocomplete Suggestion  */

/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px; }

.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; }

.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px; }

.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px; }

.ui-corner-top {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px; }

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px; }

.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px; }

.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px; }

.ui-corner-all {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; }

/*End corner radius */

