@charset "utf-8";
/* CSS Document */

table {
	font-family:arial, sans-serif;
	font-size:12px;
	width: 820px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-left: 15px;
	text-align: center;
}

td,th{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}	
.compare_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}


#desc{
	width:150px;
}
#quontity{
	width:150px;
	background-position: center;
}

thead th{
	background:#FFD5EA;
	text-align:center;
	padding: 5px;
	width: 100%;
}
tbody th{
	text-align:center;
	background:#FFFFFF;
	padding: 5px;
}
tfoot td{
	text-align:left;
	background:#FFFFFF;
	padding: 3px;
}
tbody td{
	background:#FFFFFF;
	padding: 3px;
}
tbody tr.odd td{

}
.title_liquid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF3399;
	font-weight: bold;
	font-size: 14px;
}
.title_cap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993399;
}

