@charset 'gb2312';
/* --------------------------------------------- */
* {padding: 0;margin: 0;}
body {
	aa position: relative;
	padding: 18px 20px;
	font: 12px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #777;
	background-color: #fff;
	border: 0;
}
a {
	color: #9e8b54;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #000;
	font-size: 1.3em;
	padding-bottom: 5px;
}

.clear {
	clear: both;
}

/* --------------------------------------------- */

/** 颜色切换 **/
#product_ids li,
#image li {
	height: 20px;
	display: none;
}
#product_ids li.selected,
#image li.selected {
	display: block ;
}


/** 产品图 **/
#image li {
	list-style: none;
	position: absolute;
	left: 20px;
	top: 50px;
}
#image img {
	display: block;
	width: 450px;
	height: 400px;
	aa border: 1px solid #000;
}

/** 产品说明 **/
#description {
	position: absolute;
	left: 490px;
	top: 60px;
	width: 410px;
}
#description .inside {
	padding-left: 3px;
	line-height: 22px;
}

#description h1 {
	margin-left: -3px;
	padding-bottom: 3px;
	font: 400 36px/44px Arial, Helvetica, sans-serif;
	color: #333;
}
#description div.remark {
	color: #aaa;
}
#description div.price {
	margin-bottom: 10px;
}

/** 编号 **/
#product_ids {
	padding-bottom: 10px;
}

#product_ids h2 {
	float: left; _display: inline;
	padding: 1px 15px 1px 7px;
	font: 700 13px/18px Arial, Helvetica, sans-serif;
	color: white;
	background: #a0a0a0 url(../img/modal/prod_pop_id_bg.png) no-repeat center right;
}



/** 颜色 **/
#product_colors {
	display: block;
	height: 40px;
	font: 1px/1 serif;
}

#product_colors li {
	display: block;
	float: left;
	margin-right: 5px;
	width: 25px;
	border: 1px solid #fff;
}
#product_colors li.selected {
	width: 25px;
	border: 1px solid #000;
}
#product_colors li a {
	border: 1px solid #eee;
	display: block;
	width: 23px;
	height: 20px;
}
#product_colors li a span {
	display: block;
	margin: 5px;
	width: 13px;
	height: 10px;
	cursor: pointer;
}
#product_colors li.selected a span {
	margin: 4px;
	width: 13px;
	height: 10px;
	border: 1px solid #fff;
}

/** 产品描述 **/
#description div.desc {
	white-space: pre-wrap;
	*white-space: pre;
}
#description {
	*word-wrap: break-word;
}



/** 店铺查询 **/
#product_buttons {
	height: 90px;
}
#a_find_store {
	display: block;
	width: 191px;
	height: 43px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/modal/prod_pop_btn_find.png) left top no-repeat;
}
#a_find_store:hover {
	background-position: left bottom;
}
