﻿body
{
	background-color: #FFFFFF;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	color: #3d3d3d;
	font-size: 9pt;
}

.banner 
{
	height: 67px;
	width: 996px;
	background-color:Black;
	color: White;
	background-image: url(gfx/banner.gif);
}

.blankbutton
{
	width: 259px;
	background-image: url(gfx/btnblank.gif);
	vertical-align: middle;
	text-align: center;
	font-size: 14pt;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: 'Century Gothic';
	color: white;
}

.allcontent
{
	width: 996px;
	text-align: left;	
}

.topmenu
{		
	height: 24px;
	width: 996px;
	background-color: White;
	color: #3d3d3d;
	background-image: url(gfx/topmenubg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
}

.bottombg
{
	padding-left: 20px;
	
	width: 976px;
	/*height: 275px;*/
	background-color: #d9dee1;
	color: #3d3d3d;
	background-image: url(gfx/bottombg.gif);
	background-repeat: repeat-x;
	
}

.bottomcontentbg
{	
	padding-left: 20px;
	width: 937px;
	/*height: 260px;*/
	background-color: #d9dee1;
	background-image: url(gfx/bottomcontentbg.gif);
	background-repeat: repeat-y;
}

.bottomcontentrightbg
{
	width: 9px;
	/*height: 260px;*/
	background-color: #d9dee1;
	background-image: url(gfx/bottomcontentrightbg.gif);
	background-repeat: repeat-y;
}

.bottomcontentbottombg
{
	width: 966px;
	height: 13px;
	background-color: #d9dee1;
	background-image: url(gfx/bottomcontentbottombg.gif);
	background-repeat: no-repeat;
}

.bottommenubg
{
	width:957px;
	height: 27px;
	background-image: url(gfx/bottommenubg.gif);
	background-repeat: repeat-x;
}

.bottommenurightbg
{
	width: 7px;
	height: 27px;
	background-color: #d9dee1;
	background-image: url(gfx/bottommenurightbg.gif);
	background-repeat: no-repeat;
}
.spacer
{
	height: 12px;
}

.infocontent
{
	width: 737px;
	vertical-align: top;
}

.infobar
{
	vertical-align: top;
	Width: 259px;
	background-image: url(gfx/infobarbg.gif);
	background-repeat: repeat-y;
}

.grayline
{
	border-top: #cccccc 1px solid;
	width: 700px;
}



.transgreyboxtop
{
	width: 195px;
	height: 33px;
	background-image: url(gfx/transgreyboxtop.png);
	background-repeat: no-repeat;	
}

.transgreyboxmiddle
{
	width: 195px;
	height: 33px;
	background-image: url(gfx/transgreyboxmiddle.png);
	background-repeat: repeat-y;
}

.transgreyboxbottom
{
	width: 195px;
	height: 33px;
	background-image: url(gfx/transgreyboxbottom.png);
	background-repeat: no-repeat;
}


/*
The grey rounded box that can surround featured items
*/


.greyboxtopleft
{
	width: 14px;
	height: 27px;
	background-image: url(gfx/greyboxtopleft.gif);
	background-repeat: no-repeat;
}

.greyboxtopmiddle
{
	height: 27px;
	background-image: url(gfx/greyboxtopmiddle.gif);
	background-repeat: repeat-x;
}

.greyboxtopright
{
	width: 14px;
	height: 27px;
	background-image: url(gfx/greyboxtopright.gif);
	background-repeat: no-repeat;
}

.greyboxmiddleleft
{
	width: 14px;	
	background-image: url(gfx/greyboxleftmiddle.gif);
	background-repeat: repeat-y;
}

.greyboxmiddleright
{
	width: 14px;
	background-image: url(gfx/greyboxrightmiddle.gif);
	background-repeat: repeat-y;
}

.greyboxbottomleft
{
	width: 14px;
	height: 27px;
	background-image: url(gfx/greyboxbottomleft.gif);
	background-repeat: no-repeat;
}

.greyboxbottommiddle
{
	height: 27px;
	background-image: url(gfx/greyboxbottommiddle.gif);
	background-repeat: repeat-x;
}

.greyboxbottomright
{
	width: 14px;
	height: 27px;
	background-image: url(gfx/greyboxbottomright.gif);
	background-repeat: no-repeat;
}

.asterisk
{
	color: Red;
}

.FieldWidth
{
	Width: 135px;
}

.cartcellheader
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 3px;
	background-color: gainsboro;
	font-size: 11px;
}

.cartcell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 3px;
	font-size: 11px;
}

.cartcelltotal
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 3px;
	background-color: #f0f1cb;
}

.ordertextcolour
{
	color: #777777;
	background-color: #FFFFFF;
}

.fieldlabel
{
	width: 100px;
	font-size: 11px;
}

.fieldwidth
{
	width: 200px;
}