.filter_by {
	width: 563px;
	height: 26px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #546482;
	border-bottom: 2px solid #546482;
	color: #546482;
}
.drop_down {
	width: 150px;
	height: auto;
	border: 1px solid #546482;
	background-color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 23px;
	visibility: hidden;
}
.collection {
	display: block;
	width: auto;
	height: 14px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #999999;
	float: left;
	background-color: #04486C;
}
a.filter:link, a.filter:active, a.filter:visited {
	display: block;
	width: auto;
	height: 14px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #546482;
	border: 1px solid #999999;
	float: left;
	text-decoration: none;
	}
a.filter:hover {
	color: #FFFFFF;
	background-color: #003366;
}
a.dropdown_link:link, a.dropdown_link:active, a.dropdown_link:visited {
	display: block;
	width: 140px;
	height: 14px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #546482;
	border: 1px solid #999999;
	float: left;
	text-decoration: none;
}
a.dropdown_link:hover {
	color: #FFFFFF;
	background-color: #003366;
}
.filter_selected {
	display: block;
	width: auto;
	height: 14px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #999999;
	float: left;
	background-color: #003366;
}
.product_container {
	width: 585px;
	height: auto;
	float: left;
	background-color: #CDDBF8;
}
.product_frame {
	width: 285px;
	height: 160px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #FFFFFF;
	border: 1px solid #000000;*/
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 1px;
	background-image: url(../../assets/images/gallery/productframe_bg.gif);
	background-repeat: no-repeat;
}
.product_img {
	width: 145px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B1BEEB;
	float: left;
	margin-right: 3px;
	border: 1px solid #FFFFFF;
	border-top: 1px solid #6B7FA4;
	border-left: 1px solid #6B7FA4;
	margin-left: 7px;
	margin-top: 7px;
	padding-top: 120px;
	padding-left: 5px;
	display: inline;
	}
.product_desc {
	width: 106px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B76D00;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.product_title {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
}
.product_caption {
	width: 80px;
	height: 15px;
	float: left;
	font-weight: bold;
}
.product_info {
	width: 106px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

a.product_btn:link, a.product_btn:active, a.product_btn:visited {
	width: 100px;
	height: 19px;
	text-align: center;
	padding-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../assets/images/gallery/productbtn_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
a.product_btn:hover {
	color: #000000;
	background-position: left bottom;
}
.product_buttons {
	width: 110px;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-left: 9px;
	display: inline;
}
