body {
	font: 12px Verdana, Arial, sans-serif;
}
#results a:link, #results  a:visited {
	text-decoration: none;
	color: #cc0000;
}
#results  a:hover {
	text-decoration: underline;
}
.search_header {
	background-color: #473e3e;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
#filter_options {
	margin-bottom: 5px;
}
#filter select {
	font-size: 0.9em;
	color: #333;
	cursor: pointer;
	vertical-align: middle;
}
#left_filter {
	float: left;
}
#right_filter {
	float: right;
}
#results {
	border-bottom: 1px solid #666;
}
label {
	/*width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	cursor: pointer;
*/
	font-size: 0.9em;
	color: #666;
}
.product {
	float: left;
	padding: 2px;
	text-align: left;
	margin: 5px;
	margin-bottom: 10px;
	margin-top: 2px;
	width: 350px;
}
.product {
	font-size: 12px;
}
.product img {
	border: 1px solid #999;
	margin-right: 5px;
}
.product a:link, .product a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
}
.product a:hover {
	text-decoration: underline;
}
.submit input {
	margin-left: 4.5em;
}
/*input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}*/
fieldset {
	border: 1px solid #781351;
	width: 61em;
	padding: 3px;
}
legend {
	color: #900;
	background: #fff;
	border: 1px solid #900;
	padding: 2px 6pxfont: 10px Verdana, sans-serif;
}
.summary_bar {
	border-bottom: 1px solid #999;
	clear: both;
	padding: 11px 20px 0px;
	color: black;
	font-weight: normal;
	line-height: normal;
}
.summary_bar .summary {
	color: #333;
	float: left;
	padding-top: 3px;
	padding-bottom: 4px;
}
.summary_bar .summary a {
	font-weight: normal;
}
.pagerpro {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagerpro li {
	display: inline;
	float: left;
}
.pagerpro a:link, .pagerpro a:visited {
	display: block;
	border: 1px solid #999;
	margin-right: 3px;
	padding: 2px 6px;
	color: #99210B;
	text-decoration: none;
}
.pagerpro a:hover {
	border: 1px solid #000;
	background-image: none;
	background-color: #777777;
	color: #fff;
}
.pagerpro .current a, .pagerpro .current a:hover {
	margin-right: 3px;
	padding: 2px 6px;
	border: 1px solid #000;
	background-image: none;
	background-color: #777777;
	color: #fff;
	font-weight: bold;
	color: #99210B;
}