/*Local Typography Styles*/
#content p, #colright dl, #retailers label.error, #retailers legend, #results h4 {
	font-size: 1.2em;
}

#colright dt, #results h4 {
	font-weight: bold;
        text-align:left;
}

#retailers legend {
	font-weight: bold;
	text-transform: uppercase;
}

#retailers input, #retailers select {
	font-size: 1.2em;
}

/*Local Layout Styles*/

#colleft p, #colright p{
	margin-bottom: 20px;
}

#colleft li a {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
	text-indent: -9999px;
	width: 130px;
}

#colleft li#doms a {
	background: url(/images/dealers/doms.gif);
	height: 102px;
}

#colleft li#ramsey a {
	background: url(/images/dealers/ramsey.gif);
	height: 45px;
}

#retailers label {
	display: none;
}

#retailers label.error {
	display: block;
}

#retailers input#zipcode {
	border: 1px solid #838282;
	height: 16px;
	margin: 12px 12px 12px 0;
	padding: 6px 8px;
	width: 164px;
}

#retailers select {
	border: 1px solid #838282;
	width: 150px;
}

#retailers input.submit {
	display: block;
	margin-bottom: 20px;
}

#results h4 {
	margin-bottom: 15px;
}

#results div {
	margin-bottom: 20px;
}

#results div dl {
	float: left;
	margin-right: 18px;
	width: 240px;
}
.highlight{
    background-color:#71bf44;
}