@charset "utf-8";
@import url("../theme/style-red/css/font.css");
@import url("../theme/style-red/css/style_content.css");
/* CSS Document */

/* 内容区 */
#content {
	margin: 0 auto;
	width: 1000px;
}

/* 内容区 左侧 */
#content_left {
	float: left;
	width: 222px;
	padding-top: 10px;
}
#content_order{width:202px;height:109px;margin:0 10px 12px 10px;}
#content_order p{padding:20px 30px;text-align:center;line-height:24px;}
.recent_view_title {
	height: 23px;
	width: 222px;
}

/* 内容区 左侧 最近浏览 */
#recent_view {
	
}

/* 内容区 右侧 */
#content_right {
	background-color: #FFFFFF;
	float: right;
	width: 772px;
}

/* 路径 */
#path {
}


/* 产品图片div*/
#product_image {
	float: left;
	width: 402px;
}



/* 产品图片 大图 div */
#product_image_big {
	border: 1px solid #CCCCCC;
	height: 350px;
	width: 400px;
}


/* 产品图片 小图 div */
#product_image_small {
	padding: 5px;
}

/* 产品图片 小图 列表 */
#product_image_small_list {
	float: left;
	width: 300px;
}

/* 产品图片 放大图片 */
#product_image_zoomout {
	float: right;
	width: 70px;
}

/* 产品信息div */
#product_info {
	float: right;
	width: 340px;
	margin-right: 15px;
}

/* 产品信息 标题 div */
#product_info_title {
	height: 20px;
	padding-top: 4px;

}

/* 标题 */
#product_info_title_text {
	float: left;
	width: 240px;
}

/* 查看购物车 */
#product_info_title_cart {
	float: right;
	width: 90px;
}

/* 产品信息 正文 */
#product_info_content {
	height: 315px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	line-height: 20px;
}
#product_buy {
	padding: 4px;
}
#product_buy_left {
	width: 200px;
	float: left;
}
#product_buy_right {
	float: right;
	width: 120px;
	padding-top: 5px;
}
.content_buy_price {
	float: left;
	height: 20px;
	width: 96px;
	padding-top: 4px;
	padding-left: 4px;
}
.product_buy_amount {
	height: 14px;
	width: 40px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

#comment {
	clear: both;
	padding-top: 10px;
}

.content_header{
	height: 32px;
	clear: both;
	}
.content_box_header_left{
	float: left;
	height: 32px;
	width: 8px;
}
.path{
	height: 28px;
	padding-top: 20px;
	padding-left: 20px;
}
.content_box_header_right{
	float: right;
	height: 32px;
	width: 8px;
}
.content_box_title {
	float: left;
	color: #D00000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
}
.content_box_content {
	border: 1px solid #CCCCCC;
	clear: none;
}

.content_box_title_right {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}

#relative {
	clear: both;
	padding-top: 10px;
}
/* 评论 */
.comment_entry {
	height: 19px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.content_box_bottom {
	background-color: #e8e8e8;
	height: 19px;
	padding-right: 20px;
	text-align: right;
	padding-top: 7px;
}
.relative_entry {
	float: left;
	height: 19px;
	width: 360px;
	padding-top: 7px;
	padding-left: 20px;
}
.relative_entry_name {
	width: 280px;
	color: #333333;
	float: left;
}
.relative_entry_price {
	float: right;
	width: 60px;
	color: #D80010;
}

.comment_entry_user {
	color: #005ca7;
	float: left;
	padding-left: 15px;
	font-weight: bold;
	width: 80px;
}
.comment_entry_text {
	float: left;
	width: 560px;
	color: #333333;
}
.comment_entry_date {
	color: #666666;
	float: right;
	width: 90px;
}

#content_ad {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content_ad img {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-right: 3px;
	margin-left: 3px;
	border-bottom-style: dotted;
}
#service {
	border: 5px solid #CCCCCC;
	width: 990px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.service_block {
	float: left;
	width: 135px;
	padding-top: 10px;
	padding-left: 60px;
	height: 140px;
}
#recent_view_list {
	padding-left: 20px;
	padding-top: 5px;
}
#recent_view_list li {
	line-height: 20px;
}

.service_block_border {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	
}
#service .service_block li {
	list-style-type: disc;
	line-height: 22px;
}

