@charset "utf-8";
/* CSS Document */

h1{
	letter-spacing: -.4pt;
	color: #106F2A;
	font-size: 21px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}
h2{letter-spacing: -.4pt; color: #f6861f; font-size: 16px; font-weight: bold; padding-top: 8px 0 8px 0;}
h3{color: #000; font-size: 15px; font-weight: bold; padding-top: 4px 0 12px 0;}
h4{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
}

.styled {margin-bottom: 12px;}

.styled th{
	background-color: #106F2A;
	text-align: left;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.styled td{
	padding: 4px;
	background-position: top;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
.styled tr.odd {
	background-color: #F4F4F4;
}
.styled tr.even {
	background-color: #E3FBEA;
}

.floatLeft {
	float: left;
	padding: 0 20px 8px 0;
}
.floatRight {
	float: right;
	padding-bottom: 8px;
	padding-left: 20px;
}

.small {font-size: 10px;}
.sideSep {
	border-bottom: 1px dashed #E3DFC2;
	margin-right: 12px;
	height: 1px;
	margin-top: 12px;
	line-height: 1px;
	margin-bottom: 12px;
	clear: left;
}

p a, td a, li a {
	color: #106f2a;
	text-decoration: none;
}
		
p a:hover, td a:hover, li a:hover{color: #0a431a; border-bottom: 1px solid #0a431a;}

#priceMin {
	clear: left;
	float: left;
}

#priceMax {
	margin: 6px 0 6px 0;
	clear: left;
	float: left;
}

a:hover .searchBtn  {border-bottom: none !important; }
