@charset "utf-8";
/* CSS Document */

div#mainPanel {
	width: 904px;
	}

div#mainPanel div#panelHeader {
	height: 35px;
	width: 904px;
	overflow: hidden;
	background: url(../_images/distributors/panel_header_bg.gif);
	position:  relative;
}

div#mainPanel div#panelHeader img {
	display: inline;
}

div#mainPanel div#panelHeader img.active {
	position:  relative;
	top: -35px;
}

div#mainPanel div.content {
	background: url(../_images/distributors/panel_content_bg.gif);
	padding: 10px 0px 10px 0px;
}

div#mainPanel div.footer {
	height: 9px;
	background: url(../_images/distributors/panel_footer_bg.gif) no-repeat;
}

ul#distributors > li {
	width: 270px;
	min-height: 150px;
	margin-left: 22px;
	margin-bottom: 20px;
	float: left;
}

ul#distributors > li.first {
	clear: both;
}

ul#distributors > li > h4 {
	border-bottom: 1px solid #d4dbe0;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

div#controlBox {
	background: #e6edf2;
	border-bottom: 1px solid #d4dbe0;
	margin: 0px 20px 15px 20px;
	padding: 4px 15px 4px 15px;
}

div#controlBox img {
	display: inline;
	vertical-align: middle;
}

div.companyDetails {
	width: 150px;
	float: left;
}
ul.distributorList {
	width: 120px;
	float: left;
}

li.cosworthP1Distributor, li.cosworthDealer, li.cosworthEProDealer, li.cosworthMotoDealer, li.cosworthP1PerformanceCenter {
	width: 120px; height: 20px;
	text-indent: -9999px; text-decoration: none;
	display: block;
	margin: 0px 0px 6px 0px; padding: 0;
}

li.cosworthP1Distributor {
	background: url(../store/pc/images/pc/cosworthP1Distributor.jpg) top left no-repeat;
}

li.cosworthDealer {
	background: url(../store/pc/images/pc/cosworthDealer.jpg) top left no-repeat;
}

li.cosworthEProDealer {
	background: url(../store/pc/images/pc/cosworthEProDealer.jpg) top left no-repeat;
}

li.cosworthMotoDealer {
	background: url(../store/pc/images/pc/cosworthMotoDealer.jpg) top left no-repeat;
}

li.cosworthP1PerformanceCenter {
	background: url(../store/pc/images/pc/cosworthP1PerformanceCenter.jpg) top left no-repeat;
}


div#controlBox:after {
	content:".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

