.compare_product_list {
	float:left;
	width:252px;
	margin-top:10px;
	padding-left:8px;
	font-size:11px;
	color:#666;
}
.compare_product_list_image {
	width:100%;
	height:120px;
	text-align:center;
}
.compare_product_list_name {
	width:100%;
	height:47px;
	font-size:14px;
	font-weight:bold;
}
.compare_product_list_description {
	width:247px;
	padding-right:5px;
}
.compare_product_list_price_incl {
	width:100%;
	height:18px;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.compare_product_list_price_excl {
	height:33px;
	width:100%;
}
div.compare_product_list a {
	color:#ba3130;
	text-decoration:underline;
}
div.compare_product_list a:hover {
	text-decoration:underline;
}
div.compare_product_list a:visited {
	text-decoration:underline;
}
div.compare_product_list h3 a {
	color: #666;
	text-decoration:none;
}
div.compare_product_list h3 a:hover {
	color: #666;
	text-decoration:none;
}
div.compare_product_list h3 a:visited {
	color: #666;
	text-decoration:none;
}
div.compare_product_list_description table {
	border:none;
}
div.compare_product_list_description table tr td {
	border:none;
	text-align:left;
	padding-top:2px;
	padding-right:1px;
	font-size:10px;
}