/* CSS Document */
html {
        -webkit-text-size-adjust: none;
     }

h1, h2, h3, h4, h5, h6, p, div, span, ul, li, body,form, a{
   margin:0px;
   padding:0px;
   line-height:normal;
   font-weight:normal;
   font-size: 100%;
}

ol, ul{
    list-style:none;
}
td{
  line-height:20px;
  font-size:12px;
}
br{
	clear:both;
}
a{outline:none; color:#5b5b5b; font-size:11px; text-decoration:none;}
a:hover{text-decoration:none;}
img{
border:none;
}
.floatleft{ float:left; margin:5px 8px 5px 0;}
.floatright{ float:right; margin:5px 0 5px 5px;}
.clear{clear:both;}

body{
  font-size:12px;
  background-color:#000;
  font-family:Verdana, Geneva, sans-serif;
  color:#5b5b5b;
  margin:20px 0px;
    padding-bottom:30px;

}
@media screen and (max-width: 1024px) {
  body{ width:1280px; position:relative; margin:0;}
  #center_part{
	  padding-top:20px;
  }
}
body.inquire{
	margin:10px;
	overflow:hidden;
}
#wrap{
	width:999px;
	margin:0 auto;
	position:relative;
}
.select {
	position: absolute;
	width: 108px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	
	height: 22px; *height:20px;
	padding: 0 24px 0 8px;
	color: #9f9f9f;
	font: 11px/21px Verdana, Geneva, sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
	cursor:pointer;
	*top:-1px;
}
span#select{
	cursor:pointer;
}
/*===================================================== left part */
#left_part{
	 width:160px;
	 position:absolute;
	 left:35px;
	 top:20px;
	 z-index:999;
}
#left_part h3{
	padding-bottom:8px;
	margin-bottom:5px;
	background:url(images/dot.jpg) no-repeat left bottom;
	font-size:12px;
}
.logo{
	width:66px;
	height:56px;
	display:block;
	text-indent:-999999px;
	background:url(images/logo.jpg) no-repeat left top;
	margin-bottom:15px;
}
p.intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
}


p.welcome{
	font-size:10px;
	color:#5b5b5b;
	padding-top:10px;
	text-transform: uppercase;
}
.collection_selector{
	margin:5px 70px 0 0; 
	width:160px;
	float:right;
}
.blog_selector{
	margin:5px 0px 0 0; 
	width:160px;
	float:right;
}
.fb, .wb{
	margin-top:3px;
	display:block;
	width:24px;
	height:24px;
	float:left;
	margin-right:10px;
}
/*===================================================== right part */
#right_part{
	width:650px;
	position:absolute;
	right:20px;
	top:20px;
	overflow:hidden;
	z-index:999;
	padding-top:8px;
}
#top_control{
	float:right;
	overflow:hidden;
	height:21px;
	margin-bottom:2px;
}
#top_control li{
	float:left;
}
#top_control li.country{
	cursor:pointer;
	height:22px;
	*height:21px;
	overflow:hidden;
	display:block;
	width:140px;

}
#top_control li a, #menu li a{
	color:#9f9f9f;
	padding:5px 10px;
	margin-left:2px;
	background-color:#3e3e3e;
	line-height:20px;
	text-decoration:none;
}
#top_control li a.cart_info{
	background:#3e3e3e url(images/icon_cart.jpg) no-repeat 8px 7px;
	padding-left:33px;
}
 #top_control li a.selected, #menu li a.selected{
	color:#ccc;
}
#menu{
	float:right;
	overflow:hidden;
	height:21px;
	
}
#menu li {
	float:left;
	height:21px;
}
.search_feild{
	height:17px;
	margin-left:2px;
	padding:2px 0px 0px 3px;
	background:#3e3e3e url(images/icon_search.jpg) no-repeat 138px 6px;
	width:152px;
	overflow:hidden;
}
.search_feild input[type=text]{
	height:13px;
	padding:2px;
	background-color:#1f1f1f;
	color:#3e3e3e;
	font-size:10px;
	border:none;
	width:124px;
	outline:none;
}
.f_submit{
	width:20px;
	background-color:transparent;
	border:none;
	height:13px;
	text-indent:-9999px;
	cursor:pointer;
	font-size:10px;
}
#cate_list{
	float:right;
	clear:right;
	margin-top:20px;
	width:180px;
}
#cate_list li{
	display:block;
	clear:both;
}
#cate_list a{
	display:block;
	padding-right:15px;
	background:url(images/icon_open.jpg) no-repeat right 7px;
	text-align:right;
	line-height:18px;
	text-decoration:none;
}
.sub_list{
	overflow:hidden;
	display:none;
	width:180px;
	float:left;
}
.sub_list.selected{
	display:block;
}
.sub_list a{
	 padding-right:0 !important;
	 background:none !important;
	 color:#aaa !important;
}
.sub_list a:hover, .sub_list a.selected{
	color:#fff !important;
}
#cate_list a:hover, #cate_list a.selected{
	background:url(images/icon_close.jpg) no-repeat right 7px;
}

/*========================================== center_part*/

#center_part{
	width:792px;
	margin:0 auto;
	position:absolute;
	left:130px;
	top:80px;
	z-index:1000;
}
#center_part.product_detail{
	width:720px;
	overflow:hidden;
	padding-bottom:15px;
}
#center_part.main{
	left:100px;
}
#main_slide{
	height:484px;

}
.dim{
	width:126px;
	height:126px;
	margin:0 2px 2px 0;
	overflow:hidden;
}
.tp{
	font-size:9px;
}
.dim a{
	display:block;
	width:124px;
	height:124px;
	overflow:hidden;
	border:1px solid #3e3e3e;
}
.dim a img{
	width:124px;
}
h1{
	font-size:18px;
	color:#ccc;
}
.collection_list{
	margin:20px 0;
	width:792px;
	overflow:hidden;
}
a.product{
	display:block;
}
a.product:hover .product_alarm{
	display:none;
}
.product_thumb{
	border:3px solid #3e3e3e;
	width:114px;
	height:152px;
	margin-bottom:10px;
	position:relative;
	background-color:#fff;
}
.product_alarm{
	position:absolute;
	left:0;
	bottom:0;
	background-color:#fff;
	padding:2px 5px 2px 5px;
	font-size:11px;
}
.sold_out{
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	padding:2px 5px 2px 5px;
	font-size:11px;
	color:#000;
	font-weight:bold;
	width:114px;
	height:152px;
	display:block;
	text-indent:-999999px;
	background:url(images/sold_out_layer.png) no-repeat left top;
}
.product img{
	margin-bottom:10px;
}
.product:hover{
}
.collection_list li, .collection_like li{
	overflow:hidden;
	float:left;
	padding:0 30px 10px 0;
	display:block;
	min-height:225px;
	width:120px;
}
.hr{
	background:url(images/dot.jpg) no-repeat left top;
	border:none;
	clear:both;
	height:2px;
	width:720px;
	margin-bottom:10px;
	}
	.hr2{
	background:url(images/dot.jpg) no-repeat left top;
	border:none;
	clear:both;
	height:2px;
	width:720px;
	margin:5px 0;
	}
.collection_like{
	margin:15px 0 30px 0;
	overflow:hidden;
}
.brands_like{
	margin:15px 0 30px 0;
	overflow:hidden;
}
.brands_like li{
	float:left;
	margin-right:10px;
}
.brands_like li a{
	display:block;
	border:1px solid #ccc;
	height:130px;
}
.brand_logo{
	width:150px;
	height:150px;
	overflow:hidden;
}
h1.brand_head{
	display:block;
}
h1 .others_list{
	float:right;
	font-size:12px;
	margin:10px 75px 0 0;
	color:#5b5b5b;
	display:block;
	position:relative;
}
h1 .others_list a{
	color:#5b5b5;
	padding-right:13px;	
	background:url("images/icon_open.jpg") no-repeat scroll right 6px transparent;

}
h1 .others_list a:hover{
	background:url("images/icon_close.jpg") no-repeat scroll right 6px transparent;

}
/*==================================== product detail */
.product_detail_part{
	margin:20px 0;
}
.cloud-zoom{
	width:200px;
	height:266px;
	overflow:hidden;
	border:3px solid #3e3e3e;
	display:block;
}
.product_detail_left{
	float:left;
	width:240px;
	margin-bottom:20px;
}
.product_detail_right{
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	width:480px;
}
.product_detail_thumb{
	margin:4px 0 0 0 ;
	width:220px;
	overflow:hidden;
}
.product_detail_thumb a{
	float:left;
	margin:0 4px 4px 0;
	display:block;
	border:3px solid #3e3e3e;
	height:80px;
	width:60px;
	overflow:hidden;
}

.product_detail_thumb a img{
	width:60px;
}
.product_info, .product_info td{
	font-size:11px;
}
.product_info table{
	margin:5px 20px 5px 0;
	float:left;
}
.product_info td{
	line-height:13px;
}
.qty{
	width:30px;
	height:12px;
	line-height:13px;
	padding:2px;
	border:1px solid #3e3e3e;
	outline:none;
	background-color:#000;
	color:#ccc;
}
.btn_inquire{
	padding:5px 28px 5px 10px;
	background:url(images/icon_inquiry.jpg) no-repeat 55px 7px;
	line-height:20px;
	font-size:11px;
	color:#9f9f9f;
	background-color:#3e3e3e;
}
.btn_add, .btn{
	padding:5px 10px;
	line-height:20px;
	font-size:11px;
	color:#9f9f9f;
	background-color:#3e3e3e;
}
.btn{
	clear:both;
}
.inquire_thumb{
	width:140px;
	border:3px solid #3e3e3e;
}
.inquire_form input{
	width:364px;
	padding:3px;
	border:3px solid #3e3e3e;
		background-color:#ccc;
		margin-bottom:2px;

}
.inquire_form textarea, #remark{
	width:364px;
	padding:3px !important;
	border:3px solid #3e3e3e;
		background-color:#ccc;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;

}
 #remark{
	 width:auto;
	 border:none;
	 background-color:#fff;
 }
.product_detail_right h1 span{
	font-size:11px;
	color:#5b5b5b;
	}
.btn_back{
	border:none !important;
	height:auto !important;
}
.btn_back:hover{
	color:#ccc;
}

/*================================================shopping */
.shopping_head{
		margin-bottom:5px;
}
.shopping_head span{
	font-size:12px;
}
.check_thumb, .check_info{
	float:left;
}
.check_info{
	display:block;
	margin-left:5px;
}
textarea.go{
	padding:2px;
}
.payment{
	border-left:1px dotted #3b3b3b;
	border-top:1px dotted #3b3b3b;
}
.payment td{
	border-bottom:1px dotted #3b3b3b;
	border-right:1px dotted #3b3b3b;
}
.credit_part{
	padding:5px;
	background-color:#1a1a1a;}
.credit_part td{
	font-size:11px !important;
}
/*================================================= blog*/
.blog_post{
	margin:5px 0 10px 0;
	background-color:#1a1a1a;
	padding:10px;
	line-height:20px;
}
.blog_post img{
	margin:5px 0;
}
span.block{
	padding:3px 5px;
	background-color:#3E3E3E;
	color:#9f9f9f;
	font-size:10px;
	margin:5px 0;
}
.blog_post h2{
	font-size:15px;
	margin-bottom:5px;
}
.blog_post h2 span{
	float:right;
	font-size:11px;
}
#back-top{
	position:absolute;
	right:15px;
	bottom:15px;
}
.terms{
	text-transform:uppercase;
}
.terms b{
	display:block;
	padding-bottom:3px;
	border-bottom:1px dashed #5b5b5b;
	margin-bottom:3px;
	font-weight:normal;
}
.terms td{
	padding:3px 0px 3px 0;
}
.payment_m{
	margin:13px 0;
	width:100%;
	text-align:center;
font-size:11px;
}
.payment_m td{
	
}
.payment_m img{
	height:25px;
	padding:2px;
	background-color:#000;

}
del{
	color:#c00;
	font-weight:bold;
	font-style:italic;
}
input[disabled=disabled]{
	margin-left:3px;
	cursor:not-allowed;
}
.head_contact{
	font-size:15px;
}
.Carol .d-message{
	display:none;
}