
/* general fonts etc */
body, h1, h2, h3, h4, h5, h6 p, ul, ol, td, th, input, select, textarea
{
	font-size: 10pt;
	color: black;
	font-family: Aria, Helvetica, verdana, sans-serif;
}
body, h1, h2, h3, h4, h5, p, ul, ol, td
{
	
}


A,a.link
{
	color: #660033;
	text-decoration: underline;
}


A:hover,a.link:hover
{
	color: #cc0000;
	text-decoration: underline;
}

div
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}


input{color:#000000;}

.alt_submit{background-color:#638F04;cursor:pointer;cursor:hand;font-weight:bold;color:White;font-size:10pt;}

.clear
{
	clear: both;
	width: 1px;
	height: 1px;
	line-height:1px;
	font-size:1px;
}




.float
{clear:none;float:left;margin-left:20px;margin-top:20px;}
.float_first
{clear:none;float:left;margin-top:20px;}


/* headers */

H1, .lhdr
{
	font-weight: bold;
	font-size: 20pt;
	font-style: normal;
	line-height: 20pt;
	font-family: Aria, Helvetical, verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 8px;
	color:#660033;
}


H2, .mhdr
{
	font-weight: bold;
	font-size: 13pt;
	font-style: normal;
	line-height: 16pt;
	font-family: Aria, Helvetical, verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	color:#660033;
}


H3,.shdr
{
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	line-height: 11pt;
	font-family: Aria, Helvetical, verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#660033;
}


.separator
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 1px;
}


p
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 12px;
	padding-top: 0px;
}


ul
{
	
	list-style-image: url('../images/ebsl_bullet_small.gif');
}

li ul
{
	padding-top:15px;
}
ul li ul
{
	
	list-style-image: url('../images/ebsl_bullet_small2.gif');
	padding-top:15px
}
li
{
	margin-bottom: 10px;
}

ol
{
	list-style-position: outside;
	margin-bottom: 20px;
	list-style-type: decimal;
}


.numberlist li
{
	
	list-style-type: none;
}

.nobulletlist li
{
	
	list-style-type: none;
}






.bold
{
	font-weight: bold;
}




.clear
{
	clear: both;
	width: 1px;
	height: 1px;
}




/* body and sundry */
body
{
	margin: 8px;
	background-color: #ffffff;
}


td,th
{
	/* vertical-align: top; */
}

.bold
{
	font-weight: bold;
	color: #000000;
} 
.error
{
	font-weight: bold;
	color: red;
}



/*======================= ebsl ==================================*/

	 
.ebsl	{	 font-family: Arial,verdana, Helvetica,sans-serif;
	 font-size: 8pt;
	 color:Gray;
	margin-left:4px;
	 }



.ebsl a
{
	color: Gray;
}
.ebsl a:hover	{
	 color: #cc0033;
	 }




	 
.ebsl	{	 font-family: Arial,Verdana,Helvetica,sans-serif;
	 font-size: 8pt;
	 color: #006699;
	 }


.highlight
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;

	font-weight: bold;
	/* color: red; */
	margin-right: 3px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background-color: yellow;
}
.error
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 1px;
	color: red;
	margin-right: 3px;
	padding-top: 1px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background-color: yellow;
}
a .error
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}







/* ------------------ checkout form ----------------------------------- 
*/

#checkout_form  {margin-left:4px;}

#checkout_form  td{text-align:left;}

#gateway_worldpay {padding-left:4px;}




/* ------------------ topmenu ----------------------------------- 
*/




#topmenu
{
	clear: both;
	background-color: #660033;
	
	padding-left: 0px;
	margin-bottom: 20px;
	height: 25px;
	
}



#topmenu a
{
	clear: none;
	border-right: #DDDEED 1px solid;
	padding-right: 20px;
	display: block;
	padding-left: 20px;
	font-weight: bold;
	font-size: 11pt;
	float: left;
	background-color: #660033;
	color: #ffffff;
	line-height: 25px;
	
	font-family: Arial,verdana, Helvetica, sans-serif;
	height: 25px;
	text-decoration: none;
	min-width: 30px;
}

#topmenu A:hover
{
	
	text-decoration: none;
	
	background-color: #B5457F;
}


