#container {
}

.stockisttable{
width:100%;
}

.stockisttable td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F2EDDD;
	vertical-align: top;
}

.stockistheading, .stockistheading td {
	color:#fff;
	background-color: #6A5961;
	font-weight: bold;
	text-transform: capitalize;
	padding:6px;
}

.stockistrow, .stockistrow td{
	background-color: #E4DDB6;
	padding:6px;
}

.stocktd {
	text-align: center;
	width:95px;
}

#stockistRegionTitle{
	float:left;
	width:auto;
}

#stockistRegionSelect{
	float:right;
	width: auto;
	font-weight: bold;
	text-align: right;
}

#stockistRegionList{
	float:left;
	clear:both;
	margin-top: 30px;
	width:100%;
}
