@CHARSET "UTF-8";

.products_list img {
	border: 0px;
	}

.products_list p {
	margin: 0px;
	padding: 0px;
}

.products_list_table td {
	padding: 12px 6px 6px 6px;
}

.product_name a {
	font-family: Trebuchet MS;
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

.product_name a:hover {
	text-decoration: underline;
}

.product_name_large {
	font-family: Trebuchet MS;
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	margin: 8px 0px 0px 0px;
}

.product_description_small {
	font-family: Trebuchet MS;
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
	margin: 0px;
}

.product_description {
	font-family: Verdana, Arial;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
	margin: 12px 0px 0px 0px;
}

.product_description p {
	margin: 0px;
}

.price {
	font-family: Verdana, Arial;
	color: black;
	font-size: 0.7em;
	}

.product_image img {
	border: 0px;
	}

.product_view_price_label{
	font-family: Trebuchet MS;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	margin: 8px 0px 0px 0px;
}

.product_view_price_no_value {
	font-weight: normal;
	font-size: 0.7em;
	font-family: verdana, arial;
	}

.product_view_price_value {
	color: #BB3322;
	font-size: 150%;
	}

.over_photo {
	float: left;
	}