/*----------------------------------------------------------------------------*/
/*	BODY																	  */
/*----------------------------------------------------------------------------*/
/*	This defines the defaults for the entire page.							  */
/*----------------------------------------------------------------------------*/
BODY 
{

}



/*----------------------------------------------------------------------------*/
/*	Outertable																  */
/*----------------------------------------------------------------------------*/
/*	This defines the outermost table of each section.						  */
/*																			  */
/*	Changing the background colour of this table changes the colour of the	  */
/*	solid bar across the top of the section.								  */
/*----------------------------------------------------------------------------*/
.outertable
{
	 background-color:#ECE8E8;
	 color : #000000
}



/*----------------------------------------------------------------------------*/
/*	Innertable																  */
/*----------------------------------------------------------------------------*/
/*	This defines the inner table of each section.							  */
/*																			  */
/*	Changing the border colour of this table changes the colour of the border */
/*	around the section.														  */
/*----------------------------------------------------------------------------*/
.innertable
{
	 background-color:#ffffff;
	 Border:0px solid #999999;	
	 font-family: Verdana, Arial, Sans; 
	 font-size: 11px; 
	 line-height: normal
	 font-weight: normal          
}



/*----------------------------------------------------------------------------*/
/*	Menu																	  */
/*----------------------------------------------------------------------------*/
/*	This defines the drop down menu style and also the Search box.			  */
/*----------------------------------------------------------------------------*/
.menu 
{  
	font-family: Verdana, Arial, Sans; 
	font-size: 11px; 
	line-height: 16px; 
	font-weight: normal
}



/*----------------------------------------------------------------------------*/
/*	BodyText																  */
/*----------------------------------------------------------------------------*/
/*	This defines the default font used throughout the shop.					  */
/*----------------------------------------------------------------------------*/
.BodyText 
{  
	font-family: Verdana, Arial, Sans; 
	font-size: 11px; 
	line-height: normal
	font-weight: normal 
	color : #ffffff
}


.ContentTable
{
	background-color:#ffffff;
	Border:1px solid #ECE8E8
}



.stocklistcell
{
	 background-color:#F7F7F7;	/* change this colour with a similiar  lighter # colour*/
	 Border:1px solid #cccccc;     /* change it here with the same #...see below*/
	 font-family: Verdana, Arial, Sans; 
	 font-size: 11px; 
	 line-height: 15px; 
	 font-weight: normal          
}



.itemcell
{
	 background-color:#ffffff;
	 Border:1px solid #999999;     /* and here with the same #...*/
	 font-family: Verdana, Arial, Sans; 
	 font-size: 11px; 
	 line-height: 15px; 
	 font-weight: normal          
}


.text{  font-family: Verdana, Arial, Sans; font-size: 11px; font-style: normal; color: #000000}
.heading {  font-family: Verdana, Arial, Sans; font-size: 11px; line-height: 16px; font-weight: normal; color: #000000}
.topbanner {  font-family: Verdana, Arial, Sans; font-size: 11px; line-height: 18px; font-weight: bolder}
.menuonwhite { font-family: Verdana, Arial, Sans; font-size: 11px; line-height: 16px; font-weight: normal ; color: #000000}
.headingonblue { font-family: Verdana, Arial, Sans; font-size: 11px; line-height: 16px; font-weight: normal; color: #000000}

.dottedline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ED1B2D;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom-style: none;

}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ED1B2D;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ED1B2D;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #ED1B2D;
	border-bottom-width: 0px;
}

