#header {
	background-image: url(../images/headers/Stockist-Header.jpg);
}
div.stockist {
	margin: 10px auto;
	border: 1px solid #ddd;
	background-color: #efefef;
	padding: 3px;
	width: 400px;
	clear: left;
}

.stockist h2 {
	font-size: 13px;
	font-weight: normal;
	color: #CF0000;
	margin: 0;
	padding: 5px 0;
}

.stockist .btc, .stockist .sbtc {
	float: right;
	clear: right;
	width: 100px;
	height: 100px;
	margin: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/Board-Test-Center-100.gif);
}

.stockist .btc span, .stockist .sbtc span {
	display: none;
}

.stockist .sbtc {
	background-image: url(../images/SkimBoard-Test-Center-100.gif);
}


div.stockistEnd {
	clear: right;
}


div#stockistNav {
	
}

#stockistNav ul, #stockistNav ul li {
	margin: 0;
	list-style-type: none;
}
#stockistNav ul li a {
	display: block;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #9F0A1B;
	font-size: 12px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
}

#stockistNav ul li a:hover {
	border-color: #000;
	background-color: #9F0A1B;
	color: #fff;
}