#product_list {
	border: 0;
}
#product_list * {
	font-size: 10px;
}
#product_list .long_table {
	margin-bottom:10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 0px;
}
#product_list .long_table .td_image {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #959595;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
#product_list .long_table .name {
	font-weight:bold;
	padding-bottom: 5px;
	color: #000000;
	font-size: 11px;
}
#product_list .long_table  .desc {
	padding-bottom: 5px;
	color: #000000;
	font-size: 10px;
}
#product_list .long_table .price {
	font-weight:bold;
	font-size: 12px;
	margin-bottom:10px;
}
#product_list .long_table .td_more {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #959595;
	color:#FFFFFF;
	background-color: rgb(204,204,204);
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#product_list .short_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #959595;
	border-right-color: #959595;
	border-bottom-color: #959595;
	border-left-color: #959595;
	margin-bottom: 2px;
}
#product_list .short_table td {
	border-color: #959595;
	border-style: solid;
	border-width: 0 0 0 1px;
}
#product_list .short_table .name {
	padding:10px;
	font-weight:bold;
	color: rgb(93,65,65);
}
#product_list .short_table .price {
	background-color:#e3e3e3;
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#product_list .short_table .info, #product_list .short_table .info a, #product_list .short_table .info a:hover {
	background-color:#cccccc;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
#xxxxxxxxxxxxxxxxxxx {}
#product_info * {
	font-size: 10px;
}
#product_info #image_box {
	height: 297px;
	width: 297px;
	overflow: hidden;
}
#product_info #back {
	position: relative;
	top: -40px;
	z-index: 2;
	text-align: right;
	margin-bottom: -20px;
}
#product_info .table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#product_info .name {
	font-weight:bold;
	margin-bottom:10px;
}
#product_info .desc {
	line-height:18px;
	margin-bottom:10px;
}
#product_info .attribute {
	margin-bottom:10px;
}
#product_info .td_thumb .img {
	background-repeat: no-repeat;
	background-position: center center;
	width: 101px;
	height: 101px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
}
.blank_v {
	background-image: url(../images/bg_product_info_v.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.blank_h {
	background-image: url(../images/bg_product_info_h.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#xxxxxxxxxxxxxxxxxxx {}
#content {
	padding:0px;
	font-size: 12px;
	display: block;
	margin-bottom: 20px;
	}
#content h1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #57A531;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-right: -13px;
	padding-left: 13px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -13px;
}
#xxxxxxxxxxxxxxxxxxx {}
#cart  {
}
#cart .quantity {
	width:30px;
	text-align:center;
}
#cart .table {
}
#cart .table .td {
}
#cart .table .odd {
	background-color: #e0e0e0;
}
#cart .table .even {
	background-color: #FFFFFF;
}
#cart .table .img {
	float: left;
	width: 48px;
	margin-right: 10px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
}
#cart .table .name {
	float: left;
}
#cart .table .name a{
	font-weight:bold;
	color:#010101;
	text-decoration:none;
}
#cart .table .name a:hover{
	font-weight:bold;
	color:#010101;
	text-decoration:underline;
}
#cart .table .head {
	color:#FFFFFF;
	background-color:#979797;
	margin: 0px;
	padding: 0px;
}
#cart .table .price {
	font-size: 10px;
	padding-right: 10px;
	font-weight:bold;
}
#cart .table .qty {
	font-size: 10px;
	width: 15px;
	text-align:center;
	font-weight:bold;
}
