
.brand_box {
	display: block;
	position: relative;
	float: left;
	margin: 6px;
	border: 1px solid #e8c5d3;
	padding: 4px;
	width: 172px;
/*	height: 130px;*/
}
.brand_box img {
	display: block;
	clear: both;
	position: relative;
	margin: 0px auto 4px auto;
}
.brand_box .name {
	display: block;
	clear: both;
	position: relative;
	bottom: 0px;
	margin: 0px auto;
	border: 0px none transparent;
}
.brand_box .ctr {
	display: block;
	clear: both;
	position: relative;
	width: 80%;
	margin: 16px auto;
	border: 0px none transparent;
	text-align: center;
	font-weight: bold;
}

.price_info {
	color: #733250;
}
.price_info .old_price {
	font-size: 1.2em;
	text-decoration: line-through;
	white-space: nowrap;
}
.price_info .price {
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

.pdt_head {
	clear: both;
	float: left;
	margin-top: 4px;
	width: 100%;
}
.pdt_head .left {
	float: left;
	margin-right: 16px;
	width: 644px;
}
.pdt_head .left1 {
	float: left;
	margin-top: 12px;
	margin-right: 16px;
	border: 1px solid #e8c5d3;
	width: 180px;
	padding: 4px;
	text-align: center;
}
.pdt_head .left2 {
	float: left;
	margin-top: 12px;
	width: 438px;
}
.pdt_head .right {
	float: left;
	width: 120px;
	text-align: center;
}
.pdt_head .right img {
	clear: both;
/*	float: right;*/
	margin-bottom: 8px;
}
.pdt_head .left h1 {
	margin: 0;
}
.pdt_head .left .left2 h2 {
	margin: 8px 0 4px;
	font-size: 1.2em;
}
.pdt_head .left .left2 ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: circle;
}
.pdt_head .news {
	margin-top: 16px;
	padding: 8px;
	background-color: #bfd780;
	color: #000000;
	letter-spacing: 0.1em;
}

.pdt_head .pdt_one_container {	/* ie */
	width: 438px;
}
.pdt_head .pdt_one {
	float: right;
	margin-right: 16px;
	border: 1px dotted #bfd780;
	padding: 12px;
	text-align: center;
}
.pdt_head .pdt_one .price_info .price {
	font-size: 1.6em;
}
.pdt_head .pdt_one .add_to_cart {
	margin: 12px 0;
}
.pdt_head .desc {
	float: left;
	clear: both;
	margin-top: 16px;
}
.pdt_content_one {
	margin: 8px 0 0;
	border-top: 1px dotted #e8c5d3;
}
.pdt_content_one h2 {
	margin: 8px 0 4px;
	font-size: 1.2em;
}
.pdt_content_one table {
	border-collapse: separate;
	border-spacing: 0;
}
.pdt_content_one td {
	padding: 0 12px 0 0;
}
.pdt_content_one ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: circle;
}

.pdt_content_container {
	clear: both;
	float: left;
	margin-top: 8px;
	width: 100%;
}

.pdt_content_group {
	clear: both;
	float: left;
	margin-top: 12px;
	width: 100%;
}
.pdt_content_group h2 {
	margin: 0;
}

.pdt_content {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
}
.pdt_content .left {
	float: left;
	margin: 0 16px 8px 0;
	width: 644px;
}
.pdt_content .right {
	float: left;
	margin-bottom: 8px;
	width: 120px;
	text-align: center;
}
.pdt_content h3 {
	margin-top: 0;
}
.pdt_content .bottom {
	clear: both;
	border-bottom: 1px dotted #9999BB;
	text-align: center;
	font-size: 90%;
}
.pdt_content .left .price_info {
	padding: 8px 0 0;
	text-align: right;
}

#items {
	clear: both;
	float: left;
	margin-top: 16px;
	width: 100%;
}
#items .heading {
	margin: 0 2px 8px 2px;
	border: 1px dotted #4583d9;
	padding: 4px 12px;
	text-align: center;
	font-weight: bold;
}
#items table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
#items thead {
	background-color: #ACCAF5;
}
#items thead td {
	padding: 4px 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#items tbody {
	background-color: #DDE7F5;
}
#items tbody tr:hover {
	background-color: #EBDDF5;
}
#items tbody td {
	padding: 4px 12px;
}
#items tbody td.item_ref {
	text-align: center;
}
#items tbody td.number {
	white-space: nowrap;
	text-align: right;
}
#items tbody td.quantity {
	text-align: center;
}
#items tbody td.add_to_cart {
	text-align: center;
}

