/*
File		:	/tpl/2k7/css/page_home.css
Desc.		:	global style sheet for screen media
Author		:	Olivier Le Brenn, about@webriding.net
C.D.		:	Fri, May 19, 2006 | 11:07:05 AM
U.D.		:	Fri, May 19, 2006 | 11:07:05 AM
COM			:	http://stopdesign.com/examples/ie5mac-bpf/
				http://tantek.com/CSS/Examples/midpass.html
*/

/*-------------------{ imported common links }---------------------*/


@import url("/tpl/carbon/css/global_links.css");
@import url("/tpl/carbon/css/global_typo.css");

/*------------{ imported styles according to browsers }------------*/

@import url("/tpl/carbon/css/global.css");

/* IE5/Mac Only Styles  */
/*\*//*/
  @import "/tpl/carbon/css/global_iemac.css";
/**/

/* IE5/Win Only Styles */
@media tty {
 i{content:"\";/*" "*/}} @import '/tpl/carbon/css/global_iewin.css'; /*";}
}/* */


/*-----------------------{ page style }----------------------------*/

h3 {
	margin-top:0;
	margin-bottom: 1em;
}
select {
	margin-top:42px;
	margin-left:45px;
}

#zipselector input {
	margin-top:3em;
	margin-left:3em;
}

#retailers {
	width:351px;
	float:right;
	margin-right:2em;
}
.results {
	position:relative;
	margin-bottom: 8em;
	padding: 45px 0 0 1.5em;
	background: transparent url(/tpl/carbon/img_en/dealers_results.png) no-repeat top left;
	width:351px;
}

#selector, #stateselector, #cityselector, #zipselector {
	margin-bottom:5px;
	width:254px;
	height:82px;
	background-color: transparent;
	background-position: top left;
	background-repeat: top left;
}

.results dl {

}

.results dd {
	color: #890016;
	font-size: 1.2em;
	font-weight: bold;
}

.results dt {
	margin-bottom : 1em;
	padding-bottom:1em;
	border-bottom: 1px dotted #000;
}

.results dt.last {
	border-bottom: 0;
}

.results a {
	color:#3d3e3d;
	font-weight:bold;
	padding:0 2px;
	border-bottom:1px solid #3d3e3d;
	text-decoration: none;
}

.results a:hover {
	color:#000;
	background:#7e7e7e;
	border-bottom:1px solid #5e5f5e;
}


