.product_list {
	width: 220px;
	height: 210px;
	margin: 20px 0 0 10px;
	float: left;
	text-align: center;
	border-bottom: 1px dashed #44231f;
}
.product_start {
	padding-left: 10px;
}
.product_list a {
	width: 220px;
}
.product_list img {
	display: block;
}
.product_list a:hover {color:#7a1512;}

/*pagebar start*/
.page_bar{
	margin-top:30px;
	width: 731px;
	height: 15px;
	display: block;
}
.page_bar span{
	float: right;
}
.page_bar a{
	color: #4d1106;
	/*float: left;*/
	min-height: 15px;
	min-width: 15px;
	text-decoration: none;
	text-align: center;
	margin-left: 6px;
	line-height: 15px;

	vertical-align: middle;

	display: inline-block;
	/*border: thin solid #719db6;*/
}
.page_bar a:hover{
	color: #7a1512;
	background-color: #f39f01;
}
.page_on {
	background-color: #f39f01;
	font-family:Tahoma, Geneva, sans-serif;
	cursor: default;
}
.page_prev {
	background-image: url(../images/page_prev.png);
}
.page_next {
	background-image: url(../images/page_next.png);
}
/*pagebar end*/

/*prev-next*/
.pn_bar{
	margin: 10px 0 0 30px;
	/*width: 731px;*/
	height: 15px;
	display: block;
}
.pn_bar span{
	float: left;
}
.pn_bar a{
	color: #4d1106;
	/*float: left;*/
	min-height: 15px;
	min-width: 15px;
	text-decoration: none;
	text-align: center;
	/*margin-left: 6px;*/
	line-height: 20px;

	vertical-align: middle;

	display: inline-block;
	/*border: thin solid #719db6;*/
}
.pn_bar a:hover{
	color: #7a1512;
	/*background-color: #f39f01;*/
}

/*prev-next*/


/*product detail*/
.detail_head {
	width: 701px;
	height: 30px;
	margin: 15px 0 0 30px;
	text-align: center;
}
.detail_head span {
	font-weight: bold;
	font-size: 18px;
	float: left;
}
.detail_head img {
	float: right;
}

#product_detail {
	margin: 10px 0 0 30px;
	width: 640px;
	text-align: left;
}

#images{
	margin: 10px 0 0 30px;
	width: 640px;
}
#images a {
	width: 54px;
	margin: 10px 5px 0 0;
}
#images a img {
	width: 54px;
}

.description {
	/*width: 640px;*/
	margin: 10px 0 20px 30px;
}
.description_p {
	max-height: 50px;
	overflow: hidden;
}
.content {
	margin: 10px 0 0 0;
	padding: 0;
}

