/*------------------- Product Detail ----------------------------*/
.product-detail-bound{
	padding:0px 10px;
}
.product-detail-name{
	font-size:16px;
	font-weight:bold;
}

.product-detail-image-main{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.product-detail-image-main img{
	width:300px;
	float:left;
	border:1px solid #CCCCCC;
	padding:1px;
}
.product-detail-image{
	float:left;	
}
.product-detail-information-bound{ 
	padding-top:10px;
}

.product-detail-information-title{

	background-color:#FF6600;

	font-weight:bold;
	color:#FFF;

	width:200px;


	line-height:20px;

	padding-left:10px;

}

.product-detail-information{

	border:1px solid #ccc;
	padding:10px;
	padding-top:20px;
	width:94%;



}

.product-detail-description{  line-height:18px;padding:10px; }

.product-detail-brief{  line-height:18px;}

.other-product-bound{

	width:33%;

	float:left;

	text-align:center;

	margin-bottom:20px;

}

.other-product-image{

	margin-bottom:5px;

}

.other-product-image img{

	border:1px solid #CCCCCC;

	padding:1px;

	width:110px;

	height:110px;

}

.other-product-name{

	font-weight:bold;

}


.prduct-detail-notice{

	font-weight:bold;

	color:#CCC;

	text-align:center;

}

.product-detail-edit-link a{

	color:#FF0000;

}

.product-detail-field{

	line-height:18px;

	

}

.product-detail-field span{

	display:block;
	padding-left:5px;

	float:left;

	

}

.procduct-item-loading{

	display:none;

	position:absolute;

	line-height:18px;

	background:#FF8B00;

	padding:2px 10px;

}

.product-detail-order{ margin-top:10px; cursor:pointer;}

/*---------------Module ProductList-----------------------------*/
.product-list-bound{
	padding:0px;
}
.path-bound{
	border:1px solid #E9E9E9;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background-color:#FFF;
	padding:5px;
	padding-left:10px;
	height:30px;
	line-height:30px;
}
.product-content{
	border:1px solid #E9E9E9;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background-color:#FFF;
	margin-top:8px;	
	padding-top:8px;
	padding-left:4px;
	padding-right:0px;
}
.product-count{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.product-count span{
	color:#F00;	
}
/*---------------Module ProHot-----------------------------*/
.pro-hot-bound{
	padding:5px;	
	width:180px;
}
.pro-hot-item{
	padding-left:6px;
}
.pro-hot-item img{
	width:160px;
}
.pro-hot-item div{
	text-align:center;	
}
.pro-hot-item a{
	padding-top:4px;	
}
/*---------------Module CatHome-----------------------------*/
.cat-home-bound{
	background:#fff ;
	width:754px;
	overflow:auto;
	height:255px;
	margin-bottom:10px;
}
.cat-content{
	padding-top:10px;
	padding-left:8px;
}
.cat-title a{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF0000;
	padding-left:5px;
}
.cat-item{
	padding-left:8px;
	padding-right:8px;
	float:left;
	width:164px;
	display:inline-block;
	text-align:center;
}
.cat-item img{
	border:1px solid #E1E1E1;
	width:162px;
	height:149px;	
}
.cat-item a{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#313131;
	display:inline-block;
	padding-top:15px;
}
/*---------------Module ProHome-----------------------------*/
.pro-home-bound{
	border:1px solid #E9E9E9;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	overflow:auto;
	padding:10px;
	background-color:#FFF;
}
.pro-home-title{
	height:55px;
	background-color:#F5F5F5;
	line-height:55px;
	padding-left:16px;	
	font-weight:bold;
	font-size:14px;
	color:#FF0000
}
.pro-home-content{
	padding-top:3px;	
	margin-left:-4px;
	margin-right:-4px;
}
.pro-home-item{
	width:163px;
	height:187px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	float:left;	
	background-color:#F0F0F0;
	margin:4px;
	padding:5px;
}
.pro-home-item:hover{
	background-color:#D0D3D8;	
}
.pro-home-item img{
	width:150px;
	border:1px solid #E6E6E6;	
	max-height:150px;
}
.pro-home-item span{
	display:block;
	padding-top:6px;
	font-weight:bold;	
}

/*-----------Module ProductCart----------------------------*/

.product-cart-bound

{	border:1px solid #E9E9E9;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background-color:#FFF;
	padding:10px;
}
.product-cart-title{
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	color:#F00;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;	
}
.product-cart-list-bound-amount{

	padding-left:20px;

	padding-top:10px;

}

.product-cart-order-form-title{

	font-weight:bold;

	padding-top:10px;

	padding-bottom:10px;

	font-size:14px;

}

.product-cart-list-content-list td{

	

}

.product-cart-list-content-list td div{

	

}

.product-cart-list-content-list td div span{

	color:#F00

}

.product-cart-order-form-correct{ color:#FF0000; }

.product-cart-list-update{

	padding-top:10px;

	padding-right:20px;

	text-align:right;

}

.product-cart-list-bound-amount span{

	margin-right:20px;

	font-weight:bold;

}

.product-cart-list-other-bound{

	padding-top:10px;

	text-align:center;

}

.product-cart-list-bound-buy a:link,.product-cart-list-bound-buy a:visited,

.product-cart-list-bound-order-to-cart a:link,.product-cart-list-bound-order-to-cart a:visited{

	background:url(../images/product/compare_button_bg_03.png) no-repeat;

	width:140px;

	line-height:24px;

	margin-right:20px;

	

	font-size:16px;

	text-decoration:none;

}

.content-list-space a:link,.content-list-space a:visited{

	

}

.content-list-space a:hover,.content-list-space a:visited:hover{

	 font-weight:bold;

}

/*---order----*/

.product-cart-buyer-infor-account tr td{

	vertical-align:top;

	padding-top:3px;

	padding-bottom:3px;

	padding-left:10px;

	

}

.product-cart-order-note-text{

	vertical-align:top;

}

.product-cart-order-form-submit{

	text-align:center;

	margin-top:20px;

	margin-bottom:20px;

}

.product-cart-order-form-title{

	

}

.product-cart-list-bound-title{

	color:#000000;

	font-size:14px;

	font-weight:bold;

	padding:10px 0px 10px 20px;

}

.product-cart-list-content-title td{

	font-weight:bold;

	text-align:center;

	

}

.product-cart-list-send-success{

	margin-top:20px;

	font-weight:bold;

	font-size:28px;

	text-align:center;

	margin-bottom:20px;

}

.product-cart-list-send-success-button{

	text-align:center;

}

.product-cart-list-send-success-button span,

.product-cart-list-send-success-button a{

	font-size:14px;

	font-weight:bold;

	padding-right:10px;

	padding-left:10px;

}

.product-cart-list-send-success-button a,

.product-cart-list-send-success-button a:link,

.product-cart-list-send-success-button a:visited,

.product-cart-list-send-success-button a:hover,

.product-cart-list-send-success-button a:visited:hover{

	color:#FF0000;

	text-decoration:none;

}