
/*########################
#### STOCKISTS LAYOUT ####
########################*/ 


ul#stockistUL{
	list-style				: none;
	margin 					: 0px 0px 0px 15px;
	padding 				: 0px;
	float 					: right;
	width 					: 150px;
	border 					: 1px solid #FF0001;
	background-color   		: #E2E2E2;
	text-align				: center;
}

ul#stockistUL li.header{
	background-color    	: #CC0000;
	padding 				: 2px;
	color 					: #FFF;
	font-weight 			: bold;
	text-align				: center;
}
ul#stockistUL li a{
	padding 				: 4px 0px 0px 0px;
	color 					: #000;
	text-decoration 		: none;
	display 				: block;
	height 					: 28px;
}

ul#stockistUL li a:hover{
	background-color    	: #CCC;
}



.stockistBox{
	display					: block;
	margin-left				: 0px;
	float 					: left;
	width 					: 180px;
	height 					: 180px;
	padding 				: 10px;
	font-size 				: 90%;
}


.stockistBox a{
	color 					: #CC0000;
} 