* {
	margin:0;
	padding:0;
	
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;

}

.wrapper{
}

.header{
}

.categories_list{
	width:1195px;
	margin-left:32px;
}

.categories_list_2{
	margin-left:32px;
}

.categories_box{
	width:580px;
	height:256px;
	border:1px solid #e3e3e3;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.categories_box_2{
	width:500px;
	height:220px;
	border:1px solid #e3e3e3;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.categories_box_left{
	float:left;
	width:318px;
}

.categories_box_right{
	float:right;
	width:262px;
}
	
.categories_box_left_2{
	float:left;
	width:280px;
}

.categories_box_right_2{
	float:right;
	width:220px;
}

.categories_box_right_2 img{
	width:220px;
	height:220px;
}
	
.categories_box .categories_name{
	font-size:25px;
	color:#2b2937;
	margin-top:80px;
	margin-left:25px;
	width:280px;
	line-height:1;
	text-align:left;
	
}

.categories_box_2 .categories_name{
	font-size:30px;
	color:#2b2937;
	margin-top:80px;
	margin-left:25px;
	width:250px;
	line-height:1;
	
}

.categories_box p{
	font-size:16px;
	color:#9a9a9a;
	width:270px;
	margin-left:25px;
}

.categories_box_2 p{
	font-size:16px;
	color:#9a9a9a;
	width:270px;
	margin-left:25px;
}

.product_listing{
	width:1200px;
	margin-left:32px;
}

.product_box{
	width:282px;
	height:410px;
	border:1px solid #e3e3e3;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.product_box .top{
	height:335px;
}

.product_box .product_photo{
	margin-top:25px;
}

.product_box .product_name{
	width:282px;
	text-align:center;
	font-size:18px;
	margin-bottom:5px;
	color:#303132;
}

.product_box .product_name a{
	color:#303132;
}

.product_box .product_price{
	width:282px;
	text-align:center;
	font-size:16px;
	color:#c42d1a;
}

.mar-right0{
	margin-right:0px;
}

.product_details{
	width:800px;
}

.product_details_left{
	float:left;
	width:277px;
	margin-left:40px;
}

.product_details_right{
	float:right;
	width:435px;
	margin-top:20px;
}

.product_details .product_about{
	font-size:14px;
	color:#303132;
	line-height:1.5;
}

.selling_point_list{
	margin-top:25px;
	margin-left:20px;
}

.selling_point_list li{
	margin-bottom:20px;
	list-style:url(../images/point.png) outside;
	font-size:14px;
	color:#303232;
}

.product_color_list{
	margin-top:40px;
	height:80px;
}

.product_color_list li{
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	color:#303132;
	width:70px;
	float:left;
}

.product_color_list .color{
	padding:2px;
	border:1px solid #999;
}

.product_color_list .color:hover{
	border:2px solid #333;
	cursor:pointer;
}

.product_buy_list{
	margin-top:40px;
	position:relative;
}

.product_buy_list li{
	font-size:14px;
	font-weight:bold;
	color:#303132;
	float:left;
}

.label_qty{
	margin-right:40px;
	padding-top:5px;
}

.product_buy_list input[type=text]{
	width:50px;
	padding:5px 2px;
	margin-right:100px;
	text-align:center;
}

.btn_cart{
	background-color:#221f1f;
	width:150px;
	line-height:40px;
}

.btn_cart p{
	color:#FFF;
	background:url(../images/cart.png) left no-repeat;
	padding-left:25px;
	margin-left:15px;
	padding-bottom:0;
}

.qty_num{
	margin-right:105px;
}


.other_product{
	margin-left:35px;
	width:795px;
	margin-top:60px;
	position:relative;
}

#slider-prev, #slider-prev2 {
	position:absolute;
	top:130px;
}

#slider-next, #slider-next2 {
	position:absolute;
	right:0px;
	top:130px;
}

.tab_header{
	border-bottom:1px solid #333;
}

.tab_header h1 {
	padding:0 10px;
	font-size:18px;
}

.tab_header .selected h1 {
	color:#fff;
}

.tab_header li{
	float:left;
}

.tab_header li a{
	display:block;
}

.other_product_tab{
	padding:0px 10px;
	margin:0px 10px;
	font-size:16px;
	color:#221f1f;
	line-height:37px;
}

.tab_header .selected{
	background-color:#cb2e1b;
	color:#FFF;
}

.tab_content{
	margin-top:10px;
	margin-bottom:10px;
}

#cf {
  position:relative;
  height:335px;
  width:139px;
  margin:0 auto;
}

#cf img {
  height:271px;
  width:139px;
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.product_box:hover >#cf img.top{
  opacity:0;
}




