/* -------------------------------------------------------- */
/* Reset Classes									    	*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	list-style-type:none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #000;
	background-color:#FFF;
}


p {
	line-height: 1.4em;
}
.cb {
	clear:both;
}
.block {display:block;}
/* -------------------------------------------------------- */
/* Site links										    	*/

a:link, a:visited {
	color: #000;
	font-size: 10px;
	outline: 0 none;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.disabled {
	visibility: hidden !important;
}
/* -------------------------------------------------------- */

/* GENERAL */
.clear {
	clear: both;
}

.vmiddle {
	vertical-align: middle;
}
.general_error_container {
 padding:7px;
 margin:7px;
 border:solid 2px red;
 color:#333333;
 background-color:#FFFFF2;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family: Verdana;
 font-size: 9px;
 -webkit-box-shadow: 0px 2px 3px #919191;
 -moz-box-shadow: 0px 2px 3px #919191;
 box-shadow: 0px 2px 3px #919191;
}
.errortext {
 color:#eb0028;
 font-weight: 700;
 text-transform: uppercase;
}
.floatleft {float:left;}
.dark_header_bar_text_content {
	float: left;
	height: 22px;
	width: 808px;
	background: #3b3b3b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b3b3b 0%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(100%,#010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b3b3b 0%,#010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b3b3b 0%,#010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b3b3b 0%,#010101 100%); /* IE10+ */
	background: linear-gradient(top,  #3b3b3b 0%,#010101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 8px;
	font-weight: bold;
}
/*  */

/* Inputs */
input.text, input.email, input.password, textarea.uniform {
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 12px;
	outline: 0 none;
	padding: 4px;
}
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
	background:url(../image/bg-input-focus.png) repeat-x scroll 0 0 #FFFFFF;
	border-color: #999999;
 /*   box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);*/
}
.button 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*  */

/* Top Header Band  */

#top-bar-outer {		/* #top-bar-outer */
	background-color: #FFF;
	left:0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	clear:both;
}
#top-bar {
	margin: 0 auto;
	height: 15px;
	padding: 3px 5px;
	max-width: 1000px;
}
#top-bar-left {
	color: #333;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
#top-bar-right {
	color: #333;
	float: right;
	font-size: 10px;
	font-weight: 700;
	margin: 0;
	position:relative;
	text-align: right;
	/*text-transform: uppercase;*/
}
#top-bar-links {
	float: left;
	margin: 0 5px 0 0;
}
#top-bar-links ul li {
	background:url(../image/divider-top-links.png) no-repeat right center;
	float:left;
	margin: 0 5px 0 0;
	padding:0 5px 0 0;
}
#top-bar-links ul li a:link, #top-bar-links ul li a:visited {
	font-weight:bold;
}
#top-bar-links ul li.last {
	background: none;
	margin: 0 !important;
	padding:0 !important;
}
/* ---------------------------------------------
	Select Language
--------------------------------------------- */
#language-select { float: right; }
#language-select-text { float: left; }
#language-select-flags { cursor:pointer; width:40px; float: right; margin:2px 0 0 3px; background-image:url(../image/arrow-select.png); background-repeat: no-repeat; background-position:24px 0; }
#language-select-flags a { background-image:url(../image/flags.png); background-repeat: no-repeat; }
#language-select-option-list { display: none; float: left; width: 34px; clear:both; position:absolute; top:16px; padding:0 3px 3px 3px; background-color:#ffffff; }
#language-select .selected {width:45px; margin-left:3px;}
#language-select .selected a { float: left; padding: 6px 8px; }
#language-select-option-list ul li { height: 14px; }
#language-select-option-list ul li a { float:left; padding:7px 8px; }
.flag-se a { background-position: 0 0; }
.flag-dk a { background-position: -16px 0; }
.flag-no a { background-position: -32px 0; }
.flag-de a { background-position: -144px 0; }
.flag-es a { background-position: -160px 0; }
.flag-it a { background-position: -176px 0; }
.flag-fr a { background-position: -192px 0; }
.flag-EUR a {background-position: -80px 0;}
.flag-GBP a {background-position: -32px 0;}
.flag-USD a {background-position: -16px 0;}



#info-shade {
	background: url(../image/menu-shadow-overlay.png) repeat-x 0 0;
	margin:0 auto;
	height:3px;
	position: fixed;
	top: 21px;
	width:1000px;
	z-index: 999;
}
/* -------------------------------------------------------- */
/* Site Layout 										    	*/
#main-wrapper {
	margin: 0 auto;
	min-height: 1000px;
	padding-top: 20px;
	width: 1000px;
}
/* -------------------------------------------------------- */
/* Header											    	*/

#header-outer{
	margin: 0 auto;
	padding-top: 20px;
	width: 1000px;
}


#header {
	float:left;
	margin:15px 0 0 0;
	position:relative;
	width:1000px;
}
#header-left {
	float:left;
	padding: 10px 0 0 0;
	width:333px;
}
#header-mid {
	float:left;
	height:53px;
	text-align:center;
	width:333px;
}
#header-mid-logotype {
	/*background: url('../image/logo.jpg');*/
	width: 352px;
	height: 53px;
}


#header-right {
	float:right;
	text-align:right;
}
#main-search {
	float:left;
}
.main-input, .main-submit {
	float:left;
}

.main-submit input[type="submit"] {
	background-image:url(../image/magglass.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.main-submit input[type="submit"] {
	background-color: #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:0px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	color:#FFF;
	font-family: "Segoe UI", Verdana;
	font-size:10px;
	font-weight:bold;
	height: 31px;
	padding: 0;
	width:42px;
	cursor:pointer;
}
.main-submit input[type="submit"]:hover {
	background-color: #333;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:0px;
	color:#FFF;
	font:bold 10px;
	height: 31px;
	padding: 0;
	width:42px;
	cursor:pointer;
}

#main-safeshop {float:left; padding-left:15px;}
.newsletter{
	float:left;	
}
.main-input input[type="text"] {
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:0px;
	font-size:11px;
	height:19px;
	padding:5px;
	width:190px;
}
.main-submit input[type="button"] {
	background-color: #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:0px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	height: 31px;
	cursor:pointer;
	padding:0 5px 0 5px;
}
.main-submit input[type="button"]:hover {
	background-color: #333;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:0px;
	color:#FFF;
	font:bold 10px;
	height: 31px;
	cursor:pointer;
	padding:0 5px 0 5px;
}

ul.header-nav li {
	background: url(../image/divider-header-nav.png) no-repeat right 4px;
	display: inline;
	padding: 0 5px 0 0;
}
ul.header-nav li a:link, ul.header-nav li a:visited {
	color:#2f2f2f;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
ul.header-nav li a:hover {
	text-decoration:underline;
}
ul.header-nav li.last {
	background: none !important;
	padding: 0 0 0 0 !important;
}
.cart-bag {
	float:left;
}
#cart-info {
	color:#242424;
	font-size:10px;
	float:left;
	margin: 12px 0 0 10px;
}
#cart-info a:link, #cart-info a:visited {
	color:#242424;
	font-size:10px;
	text-decoration:underline;
}

/* content */

#main-content-block {
	float:left;
	margin: 0 0 10px 0;
	position:relative;
	width: 816px;
	z-index:9;
}
.banner-all{ width:816px; height:484px; float:left;}
.banner{ width:816px; height:460px; float:left;}
.bannerchanger{ width:816px; height:24px; float:left; text-align:center;}


.classify{ width:816px; height:312px; float:right; margin:10px 0px 5px 0px;}
.classify-product{ width:264px; height:312px; float:left;}
.classify-pro1{ width:264px; height:312px; float:left; margin:0px 12px 0 12px;}
.classify-title{ width:816px; margin:5px 0px 10px 0px; height:55px; float:left;}
.classify-t1{ width:273px; height:55px; float:left;}
.classify-t2{ width:270px; height:55px; float:left;}



/* Footer */

#main-footer {
	color: #333333;
	float: left;
	font-size: 11px;
	width: 1000px;
	margin-top:20px;
}
#main-footer-newsletter {
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	float: left;
	padding: 10px 0 10px 80px;
	width: 920px;
}
#main-footer-newsletter ul li {
	float:left;
	line-height:18px;
	margin: 0 20px 0 0;
}
#main-footer-newsletter ul li.col {
	font-weight: bold;
	margin-top: 9px;
	text-transform: uppercase;
}
.main-footer-block {
	float: left;
	padding: 10px;
	width: 180px;
}
.main-footer-block-header {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.main-footer-block ul li {
	margin: 0 0 3px 0;
}
.main-footer-block ul li a:link, #main-footer-block ul li a:visited {
	color:#333;
	font-size:11px !important;
}
.main-footer-block ul li img {
	vertical-align:text-bottom;
	margin: 3px 3px 0 0;
}
#main-footer-payment {
	border-top: 1px solid #7C7C7C;
	float: left;
	padding: 5px;
	width: 990px;
}
ul.payment-mode li {
	float:left;
	margin: 0 7px 0 0;
}
#main-copyright {
	font-size:11px;
	float:right;
}

/* Cart Popup */

/*#cart-popup-block{
	right:10px;
	top:-21px;
	position:absolute;
	width:320px;
	z-index:9999;
}*/

#cart-curtain-content, #main-login-container {
	right:10px;
	top:-21px;
	position:absolute;
	width:320px;
	z-index:105;
	float:left;
}
.cart-popup-outer {
	background-color:#ededed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	-moz-box-shadow: 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
	float:left;
	margin:50px 0;
	/*min-height:500px;*/
	padding:5px;
	width:320px;
}
.cart-popup-inner {
	background-color:#f5f5f5;
	float:left;
/*	min-height:200px;*/
	padding:6px;
	position:relative;
	width:308px;
}
.icon-close {
	right:0;
	position:absolute;
	top:0;
}
.cart-popup-inner h2 {
	color:#333;
	font-size:13px;
	font-weight:normal;
	text-align:left;	
}
.cart-popup-inner h3 {
	color:#333;
	font-size:11px;
	font-weight:normal;	
	text-align:left;
}
.cart-row {
	float:left;
	margin: 10px 0 0 0;
	padding:5px;
	width:298px;
}
.cart-prod-pic {
	float:left;
	margin: 0 11px 0 0;
	width:77px;
}
.cart-prod-info {
	float:left;
	width:210px;
}
.attr-title{
	color:#4f4f4f;
	padding-left:4px;
}
.bg-white {
	background-color:#FFF;
}
.cart-prod-name, .cart-prod-name a {
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
.cart-prod-cat {
	color:#333;
	font-size:11px;
	text-align:left;	
}
.cart-prod-price {
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:left;	
}
.cart-prod-size {
	color:#4f4f4f;
	font-size:10px;
	text-align:left;	
}
.cart-row-total {
	background-color:#b8b8b8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	background: -moz-linear-gradient(top, #e4e4e4 0%, #b8b8b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #b8b8b8));
	background: -webkit-linear-gradient(top, #e4e4e4 0%, #b8b8b8 100%);
	background: -o-linear-gradient(top, #e4e4e4 0%, #b8b8b8 100%);
	background: -ms-linear-gradient(top, #e4e4e4 0%, #b8b8b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#b8b8b8', GradientType=0 );
	background: linear-gradient(top, #e4e4e4 0%, #b8b8b8 100%);
	float:left;
	margin: 10px 0;
	padding:10px 15px;
	width:278px;
}
.cart-checkout {
	float:right;
	margin:10px 0;
}
.cart-total{
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
}
.cart-popup-zoomicon 
{
	margin-left: 5px;
}
a.btn-orange 
{
	background-color: #ffb300;
	background: -moz-linear-gradient(top, #fda800 0%, #de6e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fda800), color-stop(100%, #de6e00));
	background: -webkit-linear-gradient(top, #fda800 0%, #de6e00 100%);
	background: -o-linear-gradient(top, #fda800 0%, #de6e00 100%);
	background: -ms-linear-gradient(top, #fda800 0%, #de6e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda800', endColorstr='#de6e00', GradientType=0 );
	background: linear-gradient(top, #fda800 0%, #de6e00 100%);
	font-size: 11px;
	color: #000;
	padding:5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border: 1px solid #9d5600;

	margin: 0 0 15px 0;
	text-transform:uppercase;
	width:180px;
	text-decoration:none;
}
a.btn-orange:hover {
	background: -moz-linear-gradient(top, #de6e00 0%, #fda800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de6e00), color-stop(100%, #fda800));
	background: -webkit-linear-gradient(top, #de6e00 0%, #fda800 100%);
	background: -o-linear-gradient(top, #de6e00 0%, #fda800 100%);
	background: -ms-linear-gradient(top, #de6e00 0%, #fda800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6e00', endColorstr='#fda800', GradientType=0 );
	background: linear-gradient(top, #de6e00 0%, #fda800 100%);
	font-size: 11px;
	color: #000;
	padding:5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:2px;
	border: 1px solid #8e0447;
	margin: 0 0 15px 0;
	text-transform:uppercase;
	width:180px;
	text-decoration:none;
}
ul.menu li.highlight:hover {
	color:#000 !important;
	cursor:pointer;
	font-weight:bold;
}

/* Brands a-?*/
.brandspage-container
{
	padding: 10px;
}
.brandspage-container ul
{
	margin-bottom: 20px;
}
.brandspage-container h2 
{
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}
.brandspage-column
{
	width: 197px; float: left;
}
.brandspage-column ul li a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
.brandspage-column ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	font-size: 11px;
}

div#generalSection_info {
 padding: 15px 0 0 15px;
}
div#generalSection_info h3 {
 margin-bottom: .1em;
 color: #484848;
 font-size: 13px; 
 font-weight: bold;
}
div#generalSection_info p {
 margin-bottom: 1.2em;
 font-size: 11px;
 line-height: 1.5em;
}
div#generalSection_info a {
 font-size: 11px;
 text-decoration: underline;
}
div#generalSection_info a:hover {
 color: #484848;
}



#protags { padding:0px; margin:0px;width:681 px;height:30px;}

#protags li{ list-style:none;
             -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background-color: #EBEBEB;
            color: #262626;
            float: left;
            font-size: 10px;
            line-height: 14px;
            margin: 0 2px 4px 0;
            text-decoration: none;
			border-bottom:#ffffff solid 0px;
			border-left:#ebebeb solid 1px;
			border-right:#ebebeb solid 1px;
			border-top:#ebebeb solid 1px;
}
#protags li a { padding:0px 10px 0px 10px; float:left; color:#999; line-height:31px; height:30px; text-decoration:none;}

#protags li.emptytag { background:none transparent scroll repeat 0% 0%; width:4px;}

#protags li.proselectTag { background-position:left top; background:#fff; margin-bottom:-2px; position:relative; height:30px;}

#protags li.proselectTag a { background-position: right top; color:#000; line-height:30px; height:30px;}

#protagContent { background:fff; border:#ebebeb solid 1px; padding:1px;  min-height:350px;_height:350px;}

.protagContent { padding:10px; display:none; /*width:680px;*/ min-height:350px;_height:350px; color:#000000;}

#protagContent div.proselectTag { display:block;}



#general_head_title {
    background: url("../image/general_head_title.jpg") repeat-x scroll left top transparent;
    float: none;
    height: 23px;
    padding-left: 6px;
    padding-top: 12px;
    width: 810px;
}

#general_head_title h1 {
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0;
}


#cdongroup_links {
    clear: both;
    display: block;
    margin-top: 8px;
    text-align: center;
}
#cdongroup_links a {
    color: #333333;
    text-decoration: none;
}
#cdongroup_links a:hover {
    color: #000000;
    text-decoration: underline;
}



.warning {
    background:  no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
}

.success {
    background:  no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
}

.success, .warning, .attention, .information {
    color: #555555;
    margin: 5px 0 10px;
    padding: 10px 10px 10px 33px;
}

.warning, .stock,span.error {
    color: red;
    font-weight: 700;
}


.pr-snapshot-body-wrapper {
    overflow: hidden;
    padding: 10px;
}
.pr-hreview-aggregate {
    overflow: hidden;
}
.pr-snapshot-write-review {
    background-image: url("../image/product_03.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.pr-snapshot-write-review span a {
    color: #4675A5;
    margin-left: 10px;
}

.pr-stars-rev {
    float: left;
    overflow: hidden;
}
.pr-stars-rev-img{ float:left;}

.pr-stars-rev span {
    background: none repeat scroll 0 0 #414143;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

.review-write{ margin-top:10px; float:left;}


.common_price{ font-size:17px; font-weight:bold;}
.listprice {
    color: #000000;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: line-through;
}


.saleprice {
    color: #CC0000;
    font-size: 26px;
    font-weight: 700;
    margin-left: 5px;
}

.pricesave {
    color: #CC0000;
    font-size: 16px;
    margin-left: 5px;
}
.product_price{ line-height:25px;}
.product_name{ font-size:12px; margin-right:5px;}
.product_list{ float:left; margin-top:5px; width:190px;}
.prodcut_sale{ font-size:12px; font-weight:bold;}
.product_listprice{ font-size:12px; text-decoration:line-through; margin-right:30px;}
.product_saleprice{ font-size:12px; font-weight:bold; color:#CC0000;}




.product_soldout{
    opacity: 0.5;
    z-index:1000;
	width:199px;
	height:253px;
	  background:url("../image/soldout.jpg") no-repeat;
	background:#000000;
	display:block;
}
.product_soldout img{
   z-index: 1;
   float:left;
 
   width:199px;
	height:253px;
  
}