@charset "utf-8";
/* CSS Document */

#contents .campbanner {
	height: 60px;
	width: 575px;
	margin-top: 10px;
}

#recommend {
	width: 575px;
	background-image: url(../images/index/bg_recommend_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	position: relative;
}
#recommend h2 {
	color: #999999;
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
#recommend .to_newlist {
	height: 40px;
	width: 575px;
	clear: both;
	background-image: url(../images/index/bg_recommend_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 40px;
}

#new_arrival {
	width: 575px;
	background-image: url(../images/index/bg_new_arrival_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	position: relative;
}
#new_arrival h2,#recommend h2 {
	color: #999999;
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
#new_arrival .new_box,#recommend .new_box {
	margin-top: 10px;
	float: left;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	position: relative;
}

.item_box dt,.item_box_t dt {
	font-size: 11px;
	text-align: left;
	height: 32px;
	width: 112px;
	display: block;
	line-height: 14px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index/bg_dt.gif);
	background-repeat: repeat-y;
}
.item_box a,.item_box_t a {
	color: #993366;
}

.item_box dd,.item_box_t dd {
	font-size: 16px;
	color: #CC3300;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
}
.item_box .normal, .item_box_t .normal {
	font-size: 12px;
	font-weight: normal;
	color: #003399;
}

.item_box p,.item_box_t p {
	line-height: 1.8em;
	background-color: #FFEAFF;
	margin-right: auto;
	margin-left: auto;
	width: 115px;
}

#contents img.main_img
{
	border:0px;
}

.new_box .item_box {
	height: 190px;
	width: 125px;
	border: 1px solid #FFCCFF;
	float: left;
	margin-right: 15px;
	background-color: #FFFFFF;
	position: relative;
}
.new_box .item_box_t {
	height: 190px;
	width: 125px;
	border: 1px solid #FFCCFF;
	float: right;
	background-color: #FFFFFF;
	position: relative;
}
.item_img {
	width: 125px;
	position: relative;
	text-align: center;
	margin-top: 3px;
}
.item_img .soldout90 {
	position: absolute;
	left: 16px;
	top: 4px;
}


#new_arrival .to_newlist {
	height: 40px;
	width: 575px;
	clear: both;
	background-image: url(../images/index/bg_new_arrival_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 40px;
}
.to_newlist p {
	font-size: 12px;
	display: block;
	text-align: center;
	width: 115px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	line-height: 1.2em;
	height: 15px;
}
#contents #topics {
	background-image: url(../images/index/bg_topics_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 575px;
	text-align: left;
	margin-top: 20px;
	position: relative;
}
#topics h2 {
	font-size: 12px;
	margin-right: 15px;
	color: #999999;
	padding-top: 12px;
	text-align: right;
}
#topics dl {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	display: block;
	position: relative;
	background-image: url(../images/index/bg_topics_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}
#topics dt {
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
	width: 60px;
	color: #993399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 0px;
	padding-left: 5px;
}
#topics dd {
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -21px;
	padding-left: 5px;
	margin-left: 80px;
}
