@charset "utf-8";
#newsletter-validate-detail {
	margin-top: -5px;
	display: block;
	width: 300px;
}
#newsletter-validate-detail label {
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	margin-bottom:5px;
	display: block;
}
#newsletter-validate-detail input[type=text] {
	border: solid 1px #111;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 1px 0 #7d7d7d;
	-moz-box-shadow: 0 1px 0 #7d7d7d;
	-webkit-box-shadow: 0 1px 0 #7d7d7d;
	width: 234px;
	float: left;
	padding: 3px 10px;
}
#newsletter-validate-detail input[type=image] {
	margin-left: -20px;
}
/********** < Navigation */
.nav-container {
	width:100%;
	float:left;
	height:40px;
	padding: 1px 0 2px;
	background: url(../images/bg-nav.gif) no-repeat left bottom;
}
#nav {
	float:left;
}
/* All Levels */
#nav {
	padding: 0 2px;
}
#nav li {
	position:relative;
}
#nav li.over {
	z-index:998;
}
#nav li.parent {
}
#nav li a {
	display:block;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:none;
}
#nav li a span {
	display:block;
	white-space:nowrap;
	cursor:pointer;
}
#nav li ul a span {
	white-space:normal;
}
/* 1st Level */
#nav > li {
	float:left;
	background: url(../images/bg-nav-sep.gif) no-repeat right top;
	padding-right: 2px;
	margin-left: -1px;
}
#nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding: 10px 20px;
	line-height:20px;
}
#nav > li:first-child a {
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#nav > li.over > a, #nav > li.active > a {
	color:#000;
}
#nav > li > a:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	color:#fff;
	background:#4a4a4a url(../images/bg-nav-over.gif) repeat-x left top;
	border: solid 1px rgba(255, 255, 255, 0.2);
	border-top-color:#b8b8b8;
	padding: 9px 19px;
}
#nav > li.active > a, .cms-home #nav > li.nav-home > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	color:#fff;
	background:#054c8d url(../images/bg-nav-active.gif) repeat-x left top;
	border: solid 1px #0072bc;
	padding: 9px 19px;
}
/* 2nd Level */
#nav ul {
	position:absolute;
	width:20em;
	top:41px;
	left:-10000px;
	background: #d0d0d0 url(../images/bg-subnav.gif) repeat-x left top;
	padding: 5px 0 6px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	border-top: none;
	boder-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
}
/* 3rd+ leven */
#nav ul ul {
	top:-5px;
	background: #d0d0d0;
	border: solid 1px rgba(255, 255, 255, 0.5);
	boder-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#nav ul li {
	padding: 6px 10px 6px 20px;
}
#nav ul li:hover {
	background-color: #c0c0c0;
}
#nav ul li a {
	color:#333;
}
#nav ul li a:hover {
	color:#000;
}
#nav ul li.parent > a {
	background-image: url(../images/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* Show menu */
#nav li ul.shown-sub {
	left:0;
	z-index:999;
}
#nav li .shown-sub ul.shown-sub {
	left:100%;
}
/********** Navigation > */
/* ======================================================================================= */
.catalog-category-view .page-title { display: none;}
.radius {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.slider-container {
	width: 940px;
	height:300px;
	position:relative;
	background-color:#fff;
	float:left;
	border-radius: 10px;
}
.slider {
	margin: 20px;
}
.slider li {
	width:740px;
	height: 260px;
	float:right;
	padding-left:0px;
}
.slider h3 {
	font-size: 18px;
}
.slider-img {
	float: left;
}
.slider-img + div {
	padding-left: 305px;
}
.slider-img + div > * {
	margin-bottom: 10px;
}
.slider-desc p {
	background: url(../images/bullet.png) no-repeat 3px 5px;
	padding-left:15px;
	margin-bottom: 10px;
}
#controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#controls li {
	display: inline;
	margin-left: 2px;
}
#controls li a {
	display: inline-block;
	background: url(../images/bg-slider.png) no-repeat left top;
	width:21px;
	height:21px;
	text-align:center;
	color:#fff;
	text-shadow: 0 1px 0 #000;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
}
#controls li a:hover, #controls li.current a {
	background-position: left -21px;
}
.featured-products {
	width: 300px;
	height:300px;
	float:right;
	background-color:#d1d1d1;
	display:none;
	
}
.featured-products li {
	width: 270px;
	float:left;
	padding: 9px 15px;
}
.featured-products .thumb {
	width: 80px;
}
.featured-products .left + div {
	padding-left: 100px;
}
.featured-products .right + div {
	padding-right: 100px;
}
.featured-products h3 {
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:5px;
}
.featured-products li + li {
	background: url(../images/divider.png) repeat-x left top;
}
.slider a, .featured-products a, #secondary a {
	color:#333;
}
#secondary {
	width: 100%;
	float:left;
	margin-top: 20px;
}
#secondary li {
	width: 300px;
	float:left;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#secondary li + li {
	margin-left: 20px;
}
#secondary .info {
	background: #d1d1d1 url(../images/bg-secondary.gif) repeat-x left bottom;
	border: solid 1px #c4c4c4;
	padding: 15px 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#secondary h3 {
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
}
#secondary p {
	margin-top: 10px;
}
.col2-left-layout .col-main > .std, .col2-right-layout .col-main > .std, .col1-layout .col-main, .col2-left-layout .my-account, .catalogsearch-advanced-index .col-main, .sendfriend-product-send .col-main {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background-color:#fff;
	padding: 15px 20px;
}
.cms-home .col-main, .catalog-product-view .col1-layout .col-main {
	background: none;
	padding:0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
.catalogsearch-advanced-index .col-main, .sendfriend-product-send .col-main { width: 660px;}
.custom-add-to {
	float:right;
	width:200px;
	margin-right:22px;
}
.custom-add-to .button span span {
	width: 108px;
}
.add-to-upper, .add-to-lower {
	background: url(../images/bg-addto-upper.png) no-repeat center top;
	width:160px;
	min-height: 20px;
	padding: 20px 22px 22px;
	text-shadow: 0 1px 0 #fff;
}
.add-to-lower {
	background: url(../images/bg-addto-lower.png) no-repeat center bottom;
	text-align: center;
	box-shadow: 0 -2px 0 -1px #000;
	-moz-box-shadow: 0 -2px 0 -1px #000;
	-webkit-box-shadow: 0 -2px 0 -1px #000;
}
.add-to-upper .price-box {
	background: url(../images/divider.png) repeat-x left bottom;
	padding: 0 20px 20px;
	width:160px;
	margin: 0 -20px 20px;
}
.add-to-upper .price-box .price {
	font-size: 24px;
}
.add-to-lower a {
	background: url(../images/btn-addto.png) no-repeat center top;
	width: 136px;
	height:26px;
	line-height:24px;
	font-weight:bold;
	text-shadow: 0 1px 0 #000;
	display: inline-block;
	font-size:12px;
	color:#fff!important;
	margin: 2px 0!important;
	text-decoration: none;
}
.product-tabs {
	margin-left: -2px;
	width: 100%; float:left;
}
.product-tabs li {
	font-size: 16px;
	font-weight:bold;
	margin-right:7px;
}
.product-tabs li, .product-tabs li a {
	background-repeat: no-repeat;
	background-image: url(../images/bg-tab.png);
	line-height: 45px;
	height:43px;
	overflow:hidden;
	float:left;
	text-decoration:none;
}
.product-tabs li {
	padding-left: 15px;
	background-position: left top;
}
.product-tabs li a {
	padding-right: 15px;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	background-position: right top;
}
.product-tabs li:hover, .product-tabs li.active, .product-tabs li.ui-tabs-selected {
	position: relative;
	z-index:1;
	background-position: left -43px;
}
.product-tabs li:hover a, .product-tabs li.active a, .product-tabs li.ui-tabs-selected a {
	background-position: right -43px;
	text-shadow: 0 1px 0 #fff;
	color:#333;
}
.product-tabs-content {
	width:900px;
	float:left;
	padding: 20px;
	margin-top: -1px;
	background: url(../images/divider.png) repeat-x left -1px;
	background-color:#d1d1d1;
	border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius-top-right:10px;
	-webkit-border-radius-bottom-right:10px;
	-webkit-border-radius-bottom-left:10px;
}
.ui-tabs-hide { display: none;}
.cart-collaterals, .my-account .box-account, .addresses-list, .my-account .fieldset, .my-account .info-box, .my-account .recurring-profiles > div:first-child, .my-account fieldset {
	background:#d1d1d1 url(../images/divider.png) repeat-x left -1px;
	padding: 15px;
	border: solid 1px #aaa;
	border-top-color: #e3e3e3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:20px;
	display: block;
}
.cart-collaterals h2 {
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:5px;
}
.cart-table .btn-continue, .cart-table .btn-update {
	color:#0066aa;
	border:none;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
	padding-left: 15px;
	white-space: nowrap;
}
.cart-table .btn-continue {
	background:url(../images/arrow_left.png) no-repeat left center;
	width:155px;
}
.cart-table .btn-update {
	background:url(../images/i_refresh.png) no-repeat left center;
	width:170px;
}
#shipping-zip-form > p, .discount-form > label {
	display: block;
	margin-bottom: 8px;
}
.discount-form .input-text {
	width: 244px;
}
.btn-cart + .add-to-links {
	font-size: 12px;
	margin-top: 5px;
}
.checkout-onepage-index .col-main {
	background: #fff url(../images/bg-checkout-page.png) repeat-y right top;
	border-top: solid 1px #fff;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.checkout-onepage-index .page-title { display: none;}
.checkoutsteps {
	width:600px;
	float:left;
}
#checkout-progress-wrapper {
	width:260px;
	float:right;
	margin-top:15px;
}
/* One Page Checkout */
.block-progress {
}
.block-progress dt {
	font-size: 14px;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff;
	background: url(../images/divider.png) repeat-x left bottom;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
.block-progress dd { padding: 0 0 20px; line-height: 1.5em;}
.block-progress dt a {}
dt .separator, .box-title .separator { display: none;}
dt .separator + a, .box-title .separator a { margin-left: 10px; color:#f3198f; text-shadow: none;}
.opc {
	position:relative;
}
.opc li.section {
	margin-bottom:10px;
}
.opc .buttons-set.disabled button.button {
	display:none;
}
.opc .buttons-set .please-wait {
	height:21px;
	line-height:21px;
}
.opc .step-title {
	background: #a4a4a4 url(../images/bg-checkout-title.gif) repeat-x left top;
	height:38px;
	padding: 0 10px;
	border: solid 1px #c4c4c4;
	border-top-color:#f2f2f2;
	border-left-color: #ddd;
	border-right-color:#ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	text-align:right;
	line-height:36px;
}
.opc .step-title .number, .dashboard .number {
	float:left;
	line-height:20px;
	width:20px;
	height:21px;
	text-align:center;
	color:#fff;
	font-size: 16px; font-weight:bold;
	text-shadow: 0 -1px 0 #333;
	margin: 9px 5px 0 0;
	background: url(../images/dot.png) no-repeat center top;
}
.opc .step-title h2 {
	float:left;
	font-size: 14px;
	line-height:38px;
	text-shadow: 0 1px 0 #ececec;
}
.opc .step-title a {
	display:none;
	float:right;
}
.opc .allow .step-title {
	cursor:pointer;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active {
}
.opc .active .step-title {
	cursor:default;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	padding:15px 20px 10px;
	position:relative;
}
.opc .step .tool-tip {
	right:10px;
}
.opc .order-review {
}
#checkout-step-login div > *, #checkout-step-login fieldset > * { margin-bottom: 5px;}
#checkout-step-login .ul li { list-style: disc; margin-left: 20px;}
#checkout-step-login h4 { padding-top: 5px;}
#checkout-step-login .col-1, #checkout-step-login .col-2 { width: 260px;}
.buttons-set .f-left { margin-top: 5px;}
.buttons-set .f-left + button { float: right;}
.account-create, .account-login { padding: 15px 20px 100px;}
#checkout_multishipping_form h2 { margin-bottom: 10px;}
.multiple-checkout h2.legend { margin-bottom: 10px; border-bottom: solid 1px #7f7f7f; padding-bottom: 7px;}
.multiple-checkout h4 { margin-bottom: 5px;}
#shipping_method_form .col-wide > h3 { padding: 5px;}
.box-content { padding-bottom: 20px; line-height: 1.5em;}
#review-buttons-container { margin-top: 10px;}
#login-form .content > * { margin-bottom: 10px;}
.col1-layout .block-account { width: 200px; float:left;}
.col1-layout .block-account .block-title {  border-bottom:1px solid #7F7F7F; margin:0 0 15px; padding: 0 0 7px;}
.col1-layout .block-account .block-title strong { font-size: 24px; line-height: 1.15;}
.col1-layout .block-account .block-content { padding: 0 0 20px;}
.block-account .block-content li { padding-bottom: 8px; margin-bottom: 8px;  border-bottom: solid 1px #ddd; color:#0B71CA; font-size:14px; font-weight:bold; }
.block-account .block-content li.current {background: url(../images/arrow_right.png) no-repeat right 4px;}
.block-account .block-content li a { color:#333;}
.col1-layout  .my-account { width:675px; float:right; padding-bottom: 20px;}
.my-account .col-1, .my-account .col-2 { width: 48.5%;}
.box-head, .addresses-list h2, .my-account .fieldset h2.legend { margin-bottom: 20px; padding-bottom: 8px; background: url(../images/divider.png) repeat-x left bottom; text-align:right; }
.box-head h2, .box-title h2, .box-head h3, .box-title h3  { float: left; }
.box-head a, .box-title a {text-transform: uppercase; font-weight:bold; }
.box-title { min-height: 20px; text-align:right; line-height: 22px; border-bottom: solid 1px #bcbcbc; margin-bottom: 10px; text-align:right;}
.box-title h3 { font-size:13px;}
.box-head a { font-size:12px;}
.box-title a { font-size:11px;}
.addresses-list li.item { padding-bottom: 20px;}
.addresses-list li.item h3 { font-size:13px; text-transform:uppercase; margin: 3px 0;}
.cart .page-title { border: none; padding:0;}
.std p { margin: 0 0 10px;}

.product-view .description { margin: 10px 0;}
.product-view .description h4 { margin: 0 0 2px;}

#wishlist-sidebar .price-box { margin: 5px 0 5px;}
#wishlist-sidebar .price-box + a { font-weight:bold;}
#my_recent_reviews >li + li, #my_recent_tags > li + li { padding-top: 15px;}
#my_recent_tags .tags li { display: inline; margin: 0 5px 0 0;}
#my_recent_tags .product-name { margin-bottom:5px;}
#my_recent_reviews .ratings strong { margin: 3px 10px 0 0; font-size: 12px;}
.catalogsearch-advanced-result .advanced-search-amount, .advanced-search-summary { color:#fff; margin: 5px 10px;}
.advanced-search-summary { margin-bottom: 15px;}
.catalogsearch-result-index .page-title, .catalogsearch-advanced-result .page-title  { display: none;}
.security-seals { margin: 15px 10px;}
.security-seals a { display:inline-block; vertical-align: middle; margin-right:15px;}
.addresses-list h2, .my-account .fieldset h2.legend { text-align: left!important; float:none; margin: 0 0 20px; padding: 0 0 8px;}
.pager + #my-orders-table, #my-reviews-table { margin: 15px 0;}


.features-content > div { width:280px; float:left; line-height: 1.5em;}
.features-content > div + div { padding-left:30px;}
.features-content h4 { margin-bottom: 3px;}
.features-content ol li { background: url(../images/i_stick.png) no-repeat left 2px; padding: 0 0 5px 20px;}
.features-content ul li { background: url(../images/i_bullet.png) no-repeat left 4px; padding: 0 0 5px 15px;}


#add_recipient_button { float:right;}
