body
{
	color : #000000;
	background: #ffffff;
	font-family : arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #83ABDE;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

/***********************************************/
/* Start css for templates/basket.html         */
/***********************************************/

.basketTitle {
	color: #009933;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 0.7em;
	font-weight: bold
}

.basketText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.6em;
	font-weight: 300;
	color: #6633FF;
}

.basketText a
{
	color: #6633FF;
}

.basketText a:hover
{
	background-color:#EEDDDD;
}

.basketText a:active,
.basketText a:visited
{
	color: #6633FF
	text-decoration: none;
}

.basketQuantity
{
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/box_shadow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
}

.basketSubtotal
{
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

.basketNet
{
	color: #009966;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

/***********************************************/
/* End templates/basket.html css               */
/***********************************************/


/***********************************************/
/* Start css for templates/catalogue.html      */
/***********************************************/

.resultsLoading
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 900;
	color: #009933;
}

/******************/
/* Product Search */
/******************/

.productSearchBox input,
.productSearchBox select
{
	font-weight: 900;
	color: #8888FF;
	background-color: #EEEEFF;
	border: 1px solid #CCCCFF;
}

/******************/
/* Search Results */
/*      and       */
/* Product Record */
/******************/

.sectionName
{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 0.8em;
	font-weight: 900;
	color: #009933;
}

.productCode
{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 0.8em;
	font-weight: 900;
}

.productName
{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 0.8em;
	color: #009933;
}

.productDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.productOptions
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.productOptions select
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #8888FF;
	background-color: #EEEEFF;
	border: 1px solid #CCCCFF;
}

.productCost
{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 0.8em;
	font-weight: 900;
}

.productAvailability
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 900;
	color: #999999;
}

.controlButton a,
.controlButton a:visited,
{ 
	border: 1px solid #E6F0FA;
	padding: 2px 4px;
	text-align: center;
	color: #333333;
	font-size: 0.8em;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	background-color:#E6F0FA;
	display: block;
	width: 80px;
}

.controlButton a:hover
{ 
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	color:#FF0000;
	text-decoration: none;
}

.controlButton a:active
{
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	padding: 3px 3px 1px 5px;
	color: #333333;
	display: block;
	text-decoration: none;
}

.stats
{
	color: #666666;
	font-weight:bold;
	font-family: sans-serif;
	font-size: 0.7em;
}

.credits
{
	color: #FF9900;
	font-family: sans-serif;
	font-size: 0.6em
}

.credits a
{
	color: #FF9900;
	text-decoration: none;
}

/******************/
/* Review Page    */
/******************/

.reviewHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
	color: #333333;
	background-color: #E6F0FA;
	width: 100%;
}

.reviewColumns
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	color: #666666;
	background-color: #FFEEDD;
	width: 100%;
}

.reviewProductQuantity
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	color: #666666;
	background-color:#CCCCCC;
}

.reviewProductCode
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	font-weight: 600;
	color: #6633FF;
	background-color:#FFFFCC;
}

.reviewProductName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	font-weight: 600;
	color: #6633FF;
	background-color:#FFFFCC;
	width: 100%;
}

.reviewProductName a
{
	color: #6633FF;
	width: 100%;
}

.reviewProductName a:hover
{
	background-color:#EEDDDD;
}

.reviewProductName a:active,
.reviewProductName a:visited
{
	color: #6633FF
	text-decoration: none;
}

.reviewProductSubtotal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	font-weight: 300;
	color: #6633FF;
	background-color:#FFFFCC;
	width: 100%;
}

.reviewProductTotal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	font-weight: 900;
	color: #6633FF;
	background-color:#FFFFCC;
	width: 100%;
}

.reviewPageOptions
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	color: #9999FF;
	float: left;
	background-color:#F0F0FF;
	width: 100%;
}

.reviewPageDelivery
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	color: #999999;
}

.reviewPageDelivery select 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1em;
	color: #6633FF;
	background-color: #EEEEFF;
}

.reviewPageText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	color: #999999;
}

.reviewPageNote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
}


/***********************************************/
/* End templates/catalogue.html                */
/***********************************************/





.printInvoice {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
