﻿/* ul */
.showPrice {
	font-size:15px;
}
.showPrice li {
	background:#f6f6f6;
	float:left;
	color:#ba0000;
	height:35px;
	line-height:35px;
	text-align:left;
}
.showPrice li:nth-child(1) {
	text-indent:0.5em;
	width:46%;
}
.showPrice li:nth-child(2) {
	width:18%;
}
.showPrice li:nth-child(3) {
	width:18%;
}
.showPrice li:nth-child(4) {
	width:18%;
}
/*price table*/
#marquee_div {
	width:300px;
}
#marquee_div table{
	width:300px;
}
#marquee_div tbody td{
	text-align:left;
	padding:5px;
}
#marquee_div tbody tr:hover{
	background:#F2F2F2;
}
#marquee_div tbody tr td:nth-child(1){
	width:46%;
	text-indent:0.5em;
	vertical-align:left;
}
#marquee_div tbody tr td:nth-child(2){
	width:18%;
	text-align:left;
}
#marquee_div tbody tr td:nth-child(3){
	width:18%;
	text-align:left;
}
#marquee_div tbody tr td:nth-child(4){
	width:18%;
	text-align:left;
}