body {
	font-family: Arial; 
	font-size:11px;
	line-height:15px;
	color:#999999;
	text-align:center; /* required by IE to align body_content DIV in the center of screen */
}

.body_content { /* Needed as DIV - as IE does not allow this in BODY tag */
	height:600px;
	width:800px; 
	margin-top:125px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:left; /* required to re-align text back to left */
}

img { 
	border:0px;
}

a{
	color:#999999;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.main_context {
	height:500px;
	padding:20px;
}

.main_border {
	height: 435px; 
	overflow:auto; 
	padding: 15px; 
	border: #e8e8e8 1px solid;
}

.main_border_stockist {
	height: 400px; 
	overflow:auto; 
	padding: 15px; 
	border: #e8e8e8 1px solid;
}

.stockist_country {
	font-size:12px;
	font-weight:bold;
}

.stockist_region {
	font-size:11px;
	font-weight:bold;
	padding-left:20px; 
	padding-top:25px; 
	padding-bottom:10px;
}

.menu_heading {
	font-size:12px;
	line-height:25px;
	font-weight:bold;
}
