.country{
	font-variant: small-caps;
	font-weight: bolder;
}
#retailers{
	margin: 0 10px 20px 10px;
	padding: 5px;
	background: #FFF url(../images/backgrounds/international.jpg) no-repeat top left;
	display:table;
	
}
#retailers h3{
	font-size: 105%;
	text-align: left;
	padding-top: 50px;
	clear: left;
	border-bottom:1px solid black;
}
#retailers p{
	text-align: center;
	font-size: 11pt;
	
}
.retailer{
	width: 275px;
	border-bottom: 1px solid #DDD;
	text-align: center;
	margin: 0px 15px 0px 5px;
	padding: 2px;
	float: left;

}
.retailer a{
	color:#036; border:0; text-decoration:none;
}
.retailer a:visited{
	color: #666; border:0; text-decoration:none; background:url(../images/tick.gif) no-repeat top left; padding-left:15px;
}
.retailer a:hover{
	color:#369; border:0; text-decoration:none;
}


.retailer a:active{
	color:#036; border:0; text-decoration:none;
}