@charset "utf-8";
#bg_pop{
	background-color:#FFFFFF;
}
.productDetails{
	background-color:#FFFFFF;
	display:inline-block;
	width:810px;
}
.productDetails .images{
	width:275px;
	float:left;
}
.productDetails .images ul li{
	float:left;
	height:50px;
	width:50px;
	display:inline-block;
	margin-right:5px;
	margin-top:5px;
}
.productDetails .images ul li img{
	height:50px;
	width:50px;
}
.productDetails .content{
	float:right;
	width:510px;
	margin-left:25px;
	color:#333333;
}
.productDetails .content ul{
	margin-bottom:20px;
	display:inline-block;
}
.productDetails .content ul li{
	display:inline-block;
	float:left;
	width:195px;
	background-color:#eeeeee;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	line-height:25px;
}
.productDetails .content ul li.type{
	width:40px;
	background-color:#dddddd;
	font-weight:bold;
}
.productDetails .content .productName{
	color:#b89727;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #b89727;
	margin-bottom:5px;
}

.productDetails .content .info{
	font-size:12px;
	line-height:25px;
}
.productDetails .price{
	width:820px;
	border-top:1px solid #b89727;
	color:#000000;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	display:inline-block;
	clear:both;
	margin-top:20px;
	padding-top:10px;
}
.productDetails .price dl {
	float:right;
	margin-right:-5px;
}
.productDetails .price dl dd{
	float:left;
	width:164px;
	height:40px;
	padding:0px;
	margin:0px;
	border:0px;
	line-height:40px;
}
.productDetails .price dl dd.qty{
	width:50px;
}
.productDetails .price dl dd.inputfd{
	background:url(../images/bg_details_qty.jpg);
	background-repeat:no-repeat;
	width:52px;
	margin-right:10px;
	
}
.productDetails .price dl dd.inputfd input{
	margin-left:1px;
	width:47px;
	height:38px;
	border:0px;
	font-size:20px;
	background:none;
	background-image:url(../images/blank.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#watch, #jewellery, #bag{
	width:830px;
}
.catalog{
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	line-height:50px;
	margin-bottom:5px;
	border-bottom:1px solid #b89727;
	font-weight:bold;
}
.catalog_descript{
	font-family:"Times New Roman", Times, serif;
	line-height:30px;
	font-size:20px;
	color:#333333;
}
