@charset "utf-8";
/* CSS Document */
#cardproduct {
	border-collapse:collapse;
	border-spacing:0px;
	border:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	width:100%;
}
#cardproduct td{
	text-align:center;
	padding:10px;
	margin:0px;
	vertical-align:bottom;
}
#cardproduct img{
	border:0px;
}
#cardproduct a, a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#cardproduct a:hover {
	color:#FF3333;
	font-weight: bold;
}
#Quick-price {
	text-align:center;
	border:  #999 1px solid;	
}
#Quick-price th {
	background-color:#CCC;
	border:  #999 1px solid;
	padding:5px;
}
#Quick-price td {
	border:  #999 1px solid;
	padding:5px;
}
#Quick-price .head-color {
	background-color:#999;
}
#Quick-price .tr-color {
	background-color:#E2E2E2;
}
#Quick-price .tr-color-2{
	background-color:#C9C9C9;
}
