/*----------------------------------------------------------------------------*/
/*	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 line-height: normal
	 font-weight: normal          
}



/*----------------------------------------------------------------------------*/
/*	Menu																	  */
/*----------------------------------------------------------------------------*/
/*	This defines the drop down menu style and also the Search box.			  */
/*----------------------------------------------------------------------------*/
.menu 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px; 
	font-weight: normal
}



/*----------------------------------------------------------------------------*/
/*	BodyText																  */
/*----------------------------------------------------------------------------*/
/*	This defines the default font used throughout the shop.					  */
/*----------------------------------------------------------------------------*/
.BodyText 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal
	font-weight: normal 
	color : #ffffff
}


.ContentTable
{
	background-color:#ffffff;
	/* Border:1px solid #ECE8E8*/
}



.stocklistcell
{
	 background-color:#FFFFFF;	/* change this colour with a similiar  lighter # colour*/
	 	border: 1px dotted #333333;   /* change it here with the same #...see below*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 line-height: 15px; 
	 font-weight: normal          
}



.itemcell
{
	 background-color:#ffffff;
	 /* Border:1px solid #999999; */    /* and here with the same #...*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 line-height: 15px; 
	 font-weight: normal          
}


.text{  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-style: normal; color: #000000}
.heading {  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px; font-weight: normal; color: #000000}
.topbanner {  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 18px; font-weight: bolder}
.menuonwhite { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px; font-weight: normal ; color: #000000}
.headingonblue { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 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: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a:link {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
}
a:visited {
			font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
}
a:hover {
			font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
a:active {
			font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
}

