@charset "UTF-8";
#Col_1 {
	display: block;
	height: 230px;
	width: 155px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	float: left;
	margin-right: 9px;
}
#product_page {
	margin-left: 30px;
	margin-top: 20px;
}
#Col_1 p {
	font-size: 11px;
	line-height: 16px;
	padding-left: 7px;
}
#Col_empty {
	display: block;
	height: 200px;
	width: 155px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 15px;
	float: left;
	margin-right: 9px;
	clear: both;
}
.product {
	font-weight: bold;
}
.view {
	font-style: italic;
	text-decoration: underline;
	font-size: 11px;
}
#columns {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#Col_1 a:link, a:visited {
	color: #CC0000;
}
#Col_1 a:hover, a:active {
	color: #333333;
}
.emptyproduct {
	border-bottom-style: none;
}

