html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Verdana , Arial , Helvetica , Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
	/*  Centering hack for IE5.5 Win because it doesn't know 'margin: 0 auto' */
	margin: 0px;
	padding: 0px;
	/*background: transparent url(../gbimages/bg-main.gif) repeat-x left top;*/
	background-color:#dadecb;

}

img { border: none; }
table { font-size: 11px; }
h1{font-size:14px;}
h2{font-size:13px;}
h3{font-size:12px;}
input{font-size:11px;}
.registerButton{display:none;}


a:link, td a:link
{
	color: #003300;
	text-decoration: underline;
}

a:visited, td a:visited
{
	color: #003300;
	text-decoration: underline;
}

a:hover, td a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

form
{
	margin: 0px;
	padding: 0px;
}

hr
{
	width: 100%;
	color: #bac198;
	border:2px solid #bac198;
}

span.superscript{vertical-align:super;font-size:90%;display:inline;}

/* Spare divs for layout flexibility and style */
#gb1 { display: none; }
#gb2 { display: none; }
#gb3 { display: none; }
#gb4 { display: none; }
#gb5 { display: none; }
#gb6 { display: none; }



.CenteringContainer
{

	background-color: transparent;
	padding: 0;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;

}

.OverallContainer
{
	background-color: transparent;
	background-image: url(../gbimages/shadowbg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0;
	margin:0 15px 0 15px;
	width: 730px;
	float: left;
     position:relative;

}

.logo-foyer /* container for the main logo at the top in the foyer */
{
	background: #dadecb url(../gbimages/Logo-Main.jpg) no-repeat top center;
	height: 210px;
	width: 700px;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	cursor: pointer;
	display:inline; /*hack for IE6 double margin problem */

}

.logo-paypal /* container for the main logo on the paypal confirmation page */
{
	background: #dadecb url(../gbimages/Logo-Home.jpg) no-repeat top center;
	height: 210px;
	width: 700px;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	display:inline; /*hack for IE6 double margin problem */

}


.logo-foyer h1 span, .logo-paypal h1 span { display: none; }

/* no display unless browser is non css */
.logo /* container for the main logo at the top all pages except the foyer*/
{
	background: #dadecb url(../gbimages/Logo-Return.jpg) no-repeat top center;
	height: 210px;
	width: 700px;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	cursor: pointer;
	display:inline; /*hack for IE6 double margin problem */
}

.logo h1 span { display: none; }

/* no display unless browser is non css */
#Container
{
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 700px;
	float: left;
	background-color:#fff;
	display:inline; /*IE6 Win hack for doubled margin bug */

}

/* =============================================== */
.globalNav
{
	color: #bac198;
	text-align: left;
	font-size: 10px;
	background-color: #dadecb;;
	float: left;
	margin:0 0 0 0;
	padding: 4px;
     width:692px;
	vertical-align: middle;
	display:inline; /*IE6 Win hack for doubled margin bug */	
}

/* globalNav2 is normally turned off. 
It is used on pages which don't normally show the nav, 
ie where we can to turn it on in some layouts */
.globalNav2
{
	color: #bac198;
	text-align: left;
	font-size: 10px;
	background-color: #dadecb;;
	float: left;
	margin: 0;
	padding: 4px;
     width:692px;
	vertical-align: middle;
	display:inline; /*IE6 Win hack for doubled margin bug */	
	display:none;
}


.globalNav ul.nav, .globalNav2 ul.nav
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	list-style: none;
	vertical-align: middle;
     width:380px;
     float:right;


}

.globalNav ul.globalMessages, .globalNav2 ul.globalMessages
{
	margin: 0px 2px 0 0;
	padding: 8px 0 5px 0;
	list-style: none;
	vertical-align: middle;
     width:245px;
     float:left;


}



.globalNav ul.globalMessages li, .globalNav2 ul.globalMessages li
{
	float: left;
	margin: 0px 1px 0px 1px;
	padding: 2px;

}


.globalNav ul.nav li, .globalNav2 ul.nav li
{
	margin:0 0 0 0;
	/* IE5 Mac hack \*/
     margin:0 2px 0 2px;
	/*end hack */
	border:none;
	float: right;
	padding:4px 0 4px 0;

}

.globalNav ul.nav a, .globalNav2 ul.nav a
{
	color: #000;
	font-weight: normal;
     border-color: gray;
	border-width: 1px;
	border-style: outset;
	background-color:#eceee0;
	background-image: url(../gbimages/navbutton.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding:2px 2px 2px 2px;
	margin:0 0px 0 5px;
	/* IE5 Mac hack \*/
     margin:0 0 0 1px;
     /*end hack */
	text-decoration:none;


}


.globalNav ul.nav a:hover, .globalNav2 ul.nav a:hover
{

	border-color: gray;
	border-width: 1px;
	border-style: inset;
	background-color:#ece4ce;
	background-image: url(../gbimages/navbutton2.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-decoration:none;
}

.globalNav .globalMessages span, .globalNav2 .globalMessages span
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: #452500;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	float:left;
}

.topBanner
{
	margin: 0;
	padding: 0;
	float: left;
	width: 700px;
	background-color: #bac198;
	display:inline; /*IE6 Win hack for doubled margin bug */
}

.tagline /* sets up the the tagline container */ {
	font-family: trebuchet ms,Verdana , Arial , Helvetica , sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	text-align: left;
	vertical-align: middle;
	background: #bac198 url() no-repeat top left;
	margin: 0;
	padding: 4px;
	width: 142px;
	clear: left;
	float: left;
	
}

/* sets up the the tagline container for product display 
add display:none rule when the tagline is not needed in some layouts */
.tagline2 
{
	font-family: trebuchet ms,Verdana , Arial , Helvetica , sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	text-align: left;
	vertical-align: top;
	background: #bac198 url() no-repeat top left;
	margin: 0;
	padding: 4px;
	width: 142px;
	clear: left;
	float: left;
	display:none;
}

.foyerbanner, .categorybanner
{
	float: left;
	margin: 0;
	padding: 4px;
	width: 542px;
	border: none;
	background-color: #bac198;
	vertical-align: middle;
	text-align: left;
	/*background-image: url(../gbimages/foyerbanner.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;*/
}

.foyerbanner h2 span, .categorybanner h2 span
{
     display:block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;

}


.signinbanner
{
	float:left;
     margin:0;
	width: 100%;
	padding: 0;
	border:none;
	background-color: #bac198;
	text-align: center;
	vertical-align: middle;
}

.signinbanner h2 span
{

	margin: 0;
	padding: 0;
	color: #333;
     font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.enquirybanner
{
	float:left;
     margin:0;
	width: 100%;
	padding: 0;
	border:none;
	background-color: #bac198;

	text-align: center;
	vertical-align: middle;
}

.enquirybanner h2 span
{
	margin: 0;
	padding: 0;
	color: #333;
     font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.mainContent
{
	margin: 0;
	padding: 0;
	float: left;
	width: 700px;

}


#SideBar
{
	clear: left;
	float: left;
	padding: 0;
	width: 149px;
	margin: 0;
	

}

/* end of Titles, banners taglines styles */
.topCategoryNav  /* sets up the the category nav container */
{
	width: 149px;
	padding: 0;
	margin: 0px 0px 5px 0px;
	background-color: white;
	text-align: left;
}

.browsecat /* Heading for the category display */
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 2px;
	color: #333;
	background-color: #bac198;
	/*background-image: url(../gbimages/browsecat.gif); 
	background-repeat: no-repeat;*/
	background-position: 0px 0px;
	margin: 0px;
	width: 147px;
	height:25px;
	text-align: left;
	vertical-align: middle;
	border-right:0px solid #bac198;
}

.browsecat span
{
	
	display:normal;
}

/* Styles for the Category tree */
.topCategory
{
	width: 149px;
	padding: 0;
	text-align: left;
	margin: 0;
	clear: left;
	float: left;
}

.topCategory ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
	text-align: left;
	border-top: #bac198 1px solid;
}

.topCategory li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}

.topCategory a:link, .topCategory a:visited
{
	display: block;
	padding: 2px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #eceee0 #eceee0 #bac198 #eceee0;
	background-color: #eceee0;
	text-decoration: none;
     width:143px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topCategory ul a { float: none; }
/* End IE5-Mac hack */

.topCategory  a:hover, .topCategory  a:active
{
	color: maroon;
	background-color: #ece4ce;
	border-color: #eceee0 #eceee0 #bac198 #eceee0;
	text-decoration: underline;
}

/* End of Styles for the Category tree */
.search
{
	float: left;
	display:inline;
	width: 112px;
	background-color: white;
	font-family: verdana , arial , helvetica , sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #bac198;
	border-color: #bac198;
	border-width: 1px;
	border-style: solid;
	margin: 12px 15px 12px 16px;
	padding: 2px;
}

.otherlinks
{
	clear: left;
	float: left;
	display:inline;
	background-color: white;
	/* cursor: pointer; */
	font-family: verdana , arial , helvetica , sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
	border-style: solid;
	border-color: #bac198;
	border-width: 0px;
	width: 112px;
	height: 50px;
	margin: 12px 15px 12px 16px;
	padding: 2px;

}


.foyermaindisplay 
{
	text-align: left;
	background-color: white;
	width: 548px;
	/*MacIE5 hack \*/
	width:548px;
	/*end hack*/
	float:left;
	margin: 0;
	padding: 0;
}


.foyermaindisplay table
{
	border-collapse: separate;
	padding: 0px 0px 0px 0px;
	border-spacing: 6px 6px;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	float: left;
	background-color: white;
	width: 530px;
	/*MacIE5 hack \*/
	width:548px;
	/*end hack*/
	
}

.foyermaindisplay td
{
	padding: 2px;
	border: 1px solid #bac198;
	vertical-align: top;
	width: 49%;
	background-color: transparent;
	text-align: left;

}

.foyermaindisplay td#topright
{

	text-align: center;

}

#topleft, #topright, #midleft, #midright, #bottomleft, #bottomright
{ border-width: 0px; font-size:12px; width:49%;}

#topleft ul, #topright ul, #midleft ul, #midright ul, #bottomleft ul, #bottomright ul 
{ margin:1em 0 0 1.5em;padding:0;}
  
#topleft ul ul, #topright ul ul, #midleft ul ul, #midright ul ul, #bottomleft ul ul, #bottomright ul ul 
{ margin:0 0 0 1em;padding:0;}

#midleft span, #midright span, #bottomleft span, #bottomright span{padding:0px;display:block;}

#midleft, #midright, #bottomleft
{
     display:none;
}


/* used for hiding divs */
.hide{display:none;}

.helpmaindisplay 
{
	text-align: left;
	background-color: white;
	width: 549px;
	/*MacIE5 hack \*/
	width:550px;
	/*end hack*/
	float: left;
	margin: 0;
	padding: 0;
}

.help /* This div in inside the helpmaindisplay div */
{
	background-color: transparent;
	/*MacIE5 hack \*/
	width: 546px;
	/*end hack*/
	float: left;
	margin: 0;
	padding: 2px;
	text-align: left;
	font-size: 11px;
}

.categorymaindisplay
{
     text-align: left;
	background-color: white;
	width: 545px;
	/* MacIE5 hack \*/
	width: 550px;
	/* end hack */
	float: left;
	margin: 0;
	padding: 0;
	
}

.productListMainDisplay
{
     float:left;
	width: 700px;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #bac198 1px solid;
}

.productDisplayTables
{
	float: left;
	width: 100%;
}


.sortOrder
{
	font-size: 10px;
	color: #333;
	background-color: white;
	line-height: 12px;
	padding: 2px 2px 4px 2px;
	margin: 2px 0px 2px 0px;
	clear: left;
	float: left;
	width: 596px;
	text-align: left;
}

.orderListMainDisplay, .enquiryListMainDisplay
{
     float:left;
     width:664px;
	background-color: #fff;
	margin: 4px 17px 4px 18px;
	padding: 0px;
	display:inline; /*fix for double margin in IE Win */
}

.onOrder
{
	color: #bac198;
	font-style: italic;
}

.enquiryConfirmationMainDisplay
{
     float:left;
	text-align: left;
	width: 696px;
	background-color: #f0f0f1;
	margin:0;
	padding:2px;
	border-top:1px solid #bac198;
	display:inline; /* IE Win double margin fix */

}

.enquiryConfirmationMainDisplay table
{
     margin: 10px 10px 0 10px;
     width:672px;
     padding:0;
     background-color:#ffffd9;
     border-collapse:collapse;
     border:1px solid #bac198;
    
}

.enquiryConfirmationMainDisplay td
{
     margin: 0 ;
     padding:2px;
}

.orderConfirmationMainDisplay
{
     float:left;
	text-align: left;
	width: 696px;
	background-color: #f0f0f1;
	margin:0;
	padding:2px;
	border-top:1px solid #bac198;
	display:inline; /*IE Win double margin fix */

}

.orderConfirmationMainDisplay table
{
     margin: 10px 10px 0 10px;
     width:672px;
     padding:0;
     background-color:#ffffd9;
     border-collapse:collapse;
     border:1px solid #bac198;
}

.orderConfirmationMainDisplay td
{
     margin: 0 ;
     padding:2px;
}

.signInMainDisplay
{

	text-align: center;
	
	background-color: white;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.registerMainDisplay
{
	text-align: center;
	background: white;
	text-align: left;
	background-color: white;
	width: 98%;
	float: left;
	margin: 0%;
	padding: 0 0 0 1%;}

.customerDetailMainDisplay
{
	text-align: center;
	background: white;
	text-align: left;
	background-color: white;
	width: 100%;
	float: left;
	margin: 0%;
	padding: 0 0 0 0;
}

.enquiryEditMainDisplay
{
	text-align: center;
	background: white;
	text-align: left;
	background-color: white;
	width: 100%;
	float: left;
	margin: 0%;
	padding: 0 0 0 0;
}

.productOptionsMainDisplay
{
	background: white;
	text-align: left;
	background-color: white;
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
	border-color: #bac198;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

.payPalMainDisplay
{

	text-align: left;
	background-color: white;
	width: 700px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

.paypalHeading
{
     padding:0 4px 4px 10px;
     color:black;
     font-size:12px;
     font-weight:bold;
     width:686px;
     
}

.paypalOrderSummary
{
     width:300px;
     float:left;
     margin:0 5px 0 10px;
     padding:0 4px 20px 4px;
     border: 1px solid #999;
     background:white url(../gbimages/paypalbg.gif) 0 0 repeat-x;
}

.paypalInfo
{
     width:320px;
     float:right;
     margin:0 10px 0 5px;
     padding:0 4px 0 4px;
     border: 1px solid #999;
     background:white url(../gbimages/paypalbg.gif) 0 0 repeat-x;
}

.paypalCancelForm
{
     width:110px;
     float:left;
     text-align:center;
     margin:10px 10px 0 10px;
}

.paypalBuyForm
{
     width:280px;
     height:60px;
     float:right;
     text-align:right;
     margin:10px 10px 0 0;
     background:white url(/images/paypal.gif) 10px 0 no-repeat;
}

.theFooter, .theFooter a
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	vertical-align: middle;
	text-align: center;
}

.theFooter a:hover { color: black; }





.cellhead, .cellhead h1
{
	padding: 8px 0px 0px 2px;
	margin: 0px;
	font-family: georgia, Verdana , Arial , Helvetica , sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color:#bac198;
	height: 24px;
	background-position: left top;
	background-repeat: repeat;
}

.cellhead span
{
	padding: 4px;
	display: block;
}


.gobutton
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: wait;
}

.poweredby
{
	float: none;
	width: 150px;
	cursor: pointer;
	padding: 0px;
	/*background-image: url(../gbimages/PPROskia2.gif);*/
	background-repeat: no-repeat;
	font-family: trebuchet ms,Verdana , Arial , Helvetica , sans-serif;
	font-size: 9px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #999;
	margin: 2px 2px 2px 2px;
	text-decoration: underline;
}

.enquiryMessage
{
	clear: both;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 4px 2px;
	margin: 0px;
	color: black;
	width: 660px;
	text-align: left;
	vertical-align: middle;
}

.enquiryDetails
{
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 6px 2px;
	margin: 0px;
	color: black;
	width: 660px;
	text-align: left;
	vertical-align: top;
}

.enquiryCategories table
{
	border-collapse: separate;
	border-spacing: 2px;
	width: 660px;
}

.enquiryCategories table td
{
	width: 50%;
	vertical-align: top;
	background-color:white;
}


.enquiryComments
{
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px 6px 2px;
	margin: 0px;
	color: black;
	width: 666px;
	text-align: left;
	vertical-align: middle;
}

.enquiryCustDetails
{
	clear: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 661px;
	font-weight: bold;
}

.enquiryCustDetails table
{
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 660px;
}

.enquiryMainDisplay input, .enquiryMainDisplay textarea
{
	font-size: 11px;
	border-color: #000 #B9B9B9 #B9B9B9 #000;
	border-width: 1px;
	border-style: solid;
	background-color: #EFFFE5;
}

.enquiryCustDetails td
{
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}

.enquiryCustDetails td span
{
	font-weight: bold;
	text-align: left;
}

.enquiryOptionalDetails
{
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 661px;
	font-weight: bold;
}

.enquiryOptionalDetails table
{
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 660px;
}

.enquiryOptionalDetails td
{
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}

.enquiryOptionalDetails td span
{
	font-weight: bold;
	text-align: left;
}

.mainProductDisplay
{
	clear: left;
	float: left;
	width:550px;
	color: #555;
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-color: #bac198;
	border-width: 0px;
	border-style: solid;
}

.mainProductShowDisplay
{
	clear: left;
	float:left;
	width: 700px;
	color: #555;
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
     border-top:1px solid #bac198;
}

.mainProductDisplay table
{
	clear: left;
	float: left;
	width: 100%;
}

.productShowNav
{
	margin-bottom: 6px;
	float:left;
	padding: 0;
	width: 100%;
  
	border-bottom: 1px solid #bac198;
	vertical-align: middle;

}

.continueBrowsing
{
	float: right;
	width:250px;
	padding: 0px;
	margin: 0 0 0 0;
	vertical-align: middle;
	text-align: right;
	text-decoration:none;
	color: #333;
	background-color:#bac198;

}

.continuebrowsing, .continueBrowsing a:link, .continueBrowsing a:visited
{
	float: right;
	padding:0;
	margin: 0;
	vertical-align: middle;
	text-align: right;
	text-decoration:none;
	color: #333;
	background-color:#bac198;

}

.continueBrowsing a:hover, .continueBrowsing a:active { color: red;  background-color:#ece4ce;}


.continueBrowsing ul { list-style: none; }

.continueBrowsing li
{
	padding: 0;
	color: #0902D9;
	font-weight: bold;
	font-size: 12px;
	margin: 0;

}



.chooseQuantity
{
	clear: left;
	float: left;
	width: 696px;
	/*IE5 Mac hack \*/
	width:690px;
	/*end hack */
	margin: 2px;
	padding: 0px;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	background-repeat: no-repeat;
	border-style: solid;
	vertical-align: top;
	border-color: #bac198;
	border-width: 0px;
	text-align: left;
}

.chooseQuantity p { font-weight: bold; }

.mainProductEditDisplay
{
	clear: left;
	float: left;
	width: 663px;
	margin: 0px;
	padding: 0px;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	background-repeat: no-repeat;
	border-style: solid;
	vertical-align: top;
	border-color: #bac198;
	border-width: 1px;
	text-align: left;
}

.chooseOptionsTitle
{
	background-color: #fff;
     width:210px;
     /*mac IE5 hack so clear is hidden \*/     
     clear:left;
     /* end hack */
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 5px 0 5px 0;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #bac198;
	text-indent: 2px;
}

.chooseOptions, .chooseOptions2
{
	background-color: #bbb;
	width:480px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	border-top: 1px solid #bac198;
}

.optionsRecalculatePrice
{
	background-color: #eceee0;
	width: 480px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #bac198;
}

.optionsAddToOrder
{
	background-color: #e8d9c0;
	width: 480px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #bac198;
}

.optionTitle { color: maroon; }

.chooseOptions table, .chooseOptions2 table
{
	margin: 0;
	padding: 0;
	width: 480px;
}

.chooseOptions td
{
	padding: 2px;
	background: #eceee0;
	width: 25%;
	text-align: left;
	vertical-align: top;
}

.chooseOptions2 td
{
	padding: 2px;
	background: #eceee0;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.chooseOptions th
{
	padding: 2px;
	background-color: #C1D4C5;
	width: 25%;
	text-align: left;
	vertical-align: top;
}

.chooseOptions2 th
{
	padding: 2px;
	background-color: #C1D4C5;
	width: 50%;
	text-align: left;
	vertical-align: top;
}


.optionsCancelButton
{
	float: left;
	margin: 0;
	padding: 10px 0px 4px 0px;
	width: 480px;
	text-align: center;
	vertical-align: middle;
	border-color: #bac198;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

.optionsShowImageButton
{
     /*mac IE5 hack so clear is hidden \*/     
     clear:left;
     /* end hack */
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 210px;
	margin: 0;
	padding: 10px 0 4px 0;
	border-color: #bac198;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}


.productEditDisplay
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	background-color: #B7CAEB;
	background-image: url();
	background-repeat: no-repeat;
	border: #fff;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}

.ProductEditDisplayData
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	background-color: #D4E3FD;
	background-image: url();
	background-repeat: no-repeat;
	border: #fff;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}

.ProductEditDisplayPrice
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffcc00;
	background-image: url();
	background-repeat: no-repeat;
	border: #fff;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}

.deliveryAddress
{
	margin: 0;
	width: 665px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: white;
	background-image: url();
	background-repeat: no-repeat;
	border-color: white;
	border-style: none;
	vertical-align: top;
}

.deliveryAddress .heading
{
	color: #555;
	font-weight: bold;
	font-size: 12px;
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
}

.deliveryAddress .select
{
	color: #555;
	font-weight: bold;
	font-size: 11px;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-top: 0px;
}

.existing
{
	color: #555;
	font-weight: bold;
	font-size: 10px;
	background-color: #FBFFE8;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border: #ccc;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 267px;
}

.blankAddress
{
	background-color: #FBFFE8;
	color: #555;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: #ccc;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0;
}

.orderSummary
{
	float: left;
	width: 40%;
	height: 100px;
	margin: 1px;
	background: white url() top left repeat-y;
	padding: 2px;
	border-color: #d2b252;
	border-width: 1px;
	border-style: solid;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.enquirySummary
{
	float: left;
	width: 40%;
	height: 100px;
	margin: 1px;
	background: white url() top left repeat-y;
	padding: 2px;
	border-color: #d2b252;
	border-width: 1px;
	border-style: solid;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.displayorders
{
	vertical-align: top;
	background: white;
	width: 663px;
	margin: 0px;
	padding: 0px;
	border-color: #bac198;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.displayorders table
{
	border-collapse: collapse;
	color: black;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	background: white;
	width: 663px;
}

.displayorders td
{
	border-bottom: 1px dotted #999;
	padding: 3px;
	background-color:#e6f2ea;
}

.displayorderoptions
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
	color: #666;
	background-color: #fff;
	min-height: 10px;
	text-align: left;
	
}

.displayorderoptions table
{
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}

.displayorderoptions td
{
	vertical-align: top;
	background-color: #ffffd9;
}

.displayOrderComments
{
	width: 663px;
	background: #fff;
	border-color: #bac198;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 15px 0;
	padding: 15px 0 15px 0;
}

.displayOrderComments textarea
{
	border-color: #555;
	border-width: 1px;
	border-style: inset;
	background-color: #FFFFE1;
}

.printOrderList
{
	width: 664px;
	background: #fff;
	text-align: center;
	margin:0;
	padding:0;
}

.genericHeading
{
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #e2eae8;
	background-image: url();
	background-repeat: no-repeat;
	border: #d2b252;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.border
{
	border: #d2b252;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.drop-cap
{
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	font-size: x-large;
	top: auto;
}

.small
{
	font-size: 10px;
	color: #333;
	background-color: #fff;
	line-height: 12px;
}

.medium
{
	font-size: 11px;
	line-height: 18px;
	border: 1px #cccccc solid;
}

.large { font-size: 14px; }

.sub-head
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}

/*The following class is for the user messages, appearing in the top left of certain pages */
/* ===================================================== */
.topleftmsg
{
	color: #003300;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px #FFFFFF;
}

/*The following class is for system messages - or error messages */
/* ===================================================== */
.systemmessage
{
	font-size: 10px;
	font-weight: bold;
	padding-left: 4px;
	line-height: 18px;
	color: #990000;
	background-color: #FFF1EE;
}

.systemmessagetext
{
	font-size: 10px;
	padding-left: 4px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	background-color: #FFF1EE;
}

/*The following category sets the appearance of the category description text */
/* ===================================================== */
.categorydescription
{
	clear: left;
	margin: 0px;
	width: 546px;
	padding: 2px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: black;
	font-size: 12px;
	background-color: #FFFFF1;
}

.categorydescription span
{
	vertical-align: top;
	color: black;
	display: block;
	padding: 2px;
}

.productcategorydescription
{
	clear: left;
	float: left;
	margin: 0px;
	width: 698px;
	padding: 2px 1px 2px 1px;
	background-color: #FFFFF1;
     border-bottom:#bac198 1px solid;
}

.productcategorydescription span
{
	vertical-align: top;
	color: black;
	display: block;
	padding: 2px;
	text-align: left;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #555;
	font-size: 11px;

}

.selectCategory
{
	width: 100%;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	border: #bac198;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-align: right;
	vertical-align: middle;
}

.selectCategory form { display: inline; }
.selectCategory input { vertical-align: text-top; }

.reviewOrder
{
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #903;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: white;
	border-style: solid;
	border-color: red;
	border-width: 4px 1px 1px 1px;
}

.reviewOrderTop
{
	margin-top: 10%;
	margin-bottom: 10%;
	height: 6px;
	width: 135px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #FC9;
	background-image: url();
	background-repeat: no-repeat;
	border: #FC6;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.next
{
	float: right;
	padding: 0px;
	margin: 0px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
}

.previous
{
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
}

.subCategory
{
	clear: left;
	float: left;
	width:530px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #eceee0;
	border: #bac198;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding: 2px;
	margin: 2px 2px 0px 2px;
}


.subCategory a, .subCategory a:visited
{
	color: #000;
	text-decoration: underline;

}

.subCategory a:hover
{
	color: maroon;
	text-decoration: underline;
}

.subCategory2
{
	clear: left;
	float: left;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #eceee0;
	padding: 2px;
	margin: 0px 2px 2px 2px;
	width:527px;
	/*IE5 Mac Hack \*/
	width:530px;
	/* end hack */
	border: 1px solid #bac198;
}

.subCategory2 table, .subCategory2 td
{
     border:none;
     background-color:#ece4ce;
     background-color:white;
     width:100%;
}

.subCategory2 td a, .subCategory2 td a:visited
{
	color: black;
	text-decoration: none;
	background-image: url(../gbimages/btngel-green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

.subCategory2 a:hover
{
	color: maroon;
	text-decoration: underline;
}

.prodq
{
	width: 45%;
	text-align: left;
}

.partq
{
	width: 15%;
	text-align: left;
}

.costq
{
	width: 15%;
	text-align: right;
}

.removeq
{
	width: 25%;
	text-align: right;
}

.orderListColumns, .enquiryListColumns 
{
	width: 663px;
	border-width: 1px 1px 1px 1px;
	border-color: #bac198;
	border-style: solid;
}

.orderListColumns table, .enquiryListColumns table
{
	background-color: #EFEFEF;
	border-collapse: collapse;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

.qty
{
	width: 10%;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.prod, prodenq
{
	width: 43%;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.part, partenq
{
	width: 17%;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.cost, costenq
{
	width: 9%;
	text-align: right;
	vertical-align: top;
	padding: 2px;
}

.amend, removeenq
{
	width: 21%;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}

.prodenq
{
	width: 30%;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.partenq
{
	width: 15%;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.costenq
{
	width: 10%;
	text-align: right;
	vertical-align: top;
	padding: 2px;
}

.removeenq
{
	width: 45%;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}



.InvoiceBorder { border: 0px #FFFFFF solid; }

.greybeard
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: white;
}

.tableborder { background-color: #cccccc; }


.catbutton
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 4px;
	font-weight: normal;
	color: lime;
	background-color: lime;
}

.signInMainDisplay table
{
	width: 50%;
	margin: 2px 20% 2px 30%;
}

.signInMainDisplay table td
{
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.signInMainDisplay table td span { text-align: center; }

#signinRegistrationLink
{
	text-align: center;
	padding: 2px;
}

.registerStepLeft
{
	width: 70%;
	background-color: #e7e7e7;
	border-color: #d2b252;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 2pt;
	border-left-width: 0pt;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
}

.registerStepRight
{
	width: 30%;
	background-color: #fff;
	border-color: #e7e7e7;
	border-bottom-width: 2pt;
	text-align: right;
}

.editDetailsHeading
{
	width: 50%;
	background-color: #e7e7e7;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	vertical-align: middle;
	padding: 4px 0px 0px 4px;
}

.editDetailsField
{
	width: 50%;
	background-color: #e7e7e7;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	vertical-align: middle;
	padding: 0px 0px 4px 4px;
}

.customerDetail
{
	float: left;
	width: 663px;
}

.customerDetail table { width: 100%; }
.customerDetail input { font-size: 93%; }

.customerDetailHeader
{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.customerDetailAddress
{
	clear: left;
	float: left;
	width: 696px;
	margin: 0;
	padding:2px;
}

.customerDetailAddress table { width: 100%; }

.submitCustomerDetail
{
	float: left;
	width: 100%;
	text-align: center;
}

.productattrib
{
	float: left;
	
	width: 692px;
	padding: 4px;
	margin-top: 5px;

	background-color: white;
	background-image: url(../gbimages/fancydivider2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;

}

.product1
{
	
	float: left;
	background-color: #FFFFFF;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	width: 230px;
}

.product2
{
	float: left;
	background-color: #FFFFFF;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding 2px: ;
	width: 230px;
}

.product3
{
	float: left;
	background-color: #FFFFFF;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	width:220px;
}

input.qty
{
	padding: 2px;
	font-family: Verdana , Arial , Helvetica , sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	border: #bac198;
	border-style: solid;
	border-width: 1px;
	width: 20px;
}

.productInfo
{
	
	margin: 0;
	padding: 4px;
	width: 692px;
	font-size: 12px;
}

.productShowImage
{
	clear: left;
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px 0 10px 0;
	margin: 0px;
	border: #bac198;
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
}

.productDetail
{
     clear:left;
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 50%;
	text-align: left;
}

.productDetail span.title { font-weight: bold; }

.productOrder
{
	float: left;
	margin: 0 0 0 20px;
	padding: 25px 0 10px 0;
	width: 200px;
	text-align: left;
}

.productDescription
{
	clear: both;
	width: 100%;
	background-color: #FFFFCC;
	padding: 10px 0 10px 0;
	text-align: left;
}

/*
.description
{
	clear:left;
	float:left;
	width: 45%;
	background-color: #FFFFCC;
	padding-left: 4px;
	text-align: left;
	border: #ddd;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
}
*/

.addToOrder { /* not used this template */ }
.addToEnquiry { /* not used this template */ }
.printerFriendly { /* not used in this template */ }

.price
{
	clear: both;
	width: 100%;
	background-color: #ece4ce;
	color: #303;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 10px 0;
	font-size: 14px;
}

.productShowOptions
{
	margin: 0;
	padding: 0 4px 0 4px;
	width: 650px;
}

.option, .optionsAvailable
{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #e8e8e8;
	font-size: 11px;
	border-bottom: 1px #ccc solid;
}

.option1, .optionsAvailable1
{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

.option2, .optionsAvailable2
{
	float: right;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

.optionHeader, .optionsAvailableHeader
{
	clear: left;
	float: left;
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #ddd;
	border: #ddd 1px 0 1px 0 solid;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

.optionHeader1, .optionsAvailableHeader1
{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.optionHeader2, .optionsAvailableHeader2
{
	float: right;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.productShowAddress
{
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mainorder
{
	width: 669px;
	color: #333333;
	font-size: 10px;
	background-color: #FFFFFF;
	border: #5870a1;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
}

.mainOrderTotal
{
	width: 663px;
	margin: 6px 0 6px 0;
	padding: 2px 0 2px 0;
	background-color: #FBFFE8;
	background-repeat: no-repeat;
	vertical-align: top;
	border: #bac198;
	border-style: double;
	border-top-width: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bac198;
	border-left-color: #bac198;
	border-left-style: solid;
	border-bottom-width: 3px;
	border-left-width: 1px;
}

.mainOrderTotal table
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	text-transform: none;
}

.mainOrderTotal td
{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;

}

.mainOrderTotal th, .mainOrderDelivery th
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
     text-align:left;
     background-color:#efefef;
     padding:4px 0 4px 2px;
     border-bottom:1px solid #bac198;
}

.mainOrderDelivery
{
	width: 663px;
	margin: 6px 0 6px 0;
	padding: 0px 0 2px 0;
	background-color: #FBFFE8;
	background-repeat: no-repeat;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #bac198;

}

.mainOrderDelivery table
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	text-transform: none;
}

.mainOrderDelivery td
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
     text-align:left;
}

.submitOrder
{
	width: 663px;
	margin: 0px;
	padding: 0px;
	background-color: #ece4ce;
	background-repeat: no-repeat;
	vertical-align: top;
	border: #bac198;
	border-style: double;
	border-top-width: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bac198;
	border-left-color: #bac198;
	border-left-style: solid;
	border-bottom-width: 3px;
	border-left-width: 1px;
	text-align: right;
}

.submitOrder table
{
	text-align: right;
	text-transform: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.submitOrder td
{
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.showproduct
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}

.textprice
{
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px #FF9900 solid;
	font-size: 11px;
}

.productdivider
{
	background-color: #ddd;
	height: 1px;
}

.countries
{
	font-size: 9px;
	font-weight: bold;
	color: #003300;
	background-color: #fff;
	width: 180px;
}

.states
{
	font-family: Verdana , Arial , Helvetica , sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003300;
	width: 95px;
	background-color: #fff;
}

.label
{
	font-size: 9px;
	font-weight: bold;
	color: black;
}


.bottom
{
	margin: 0px 0px 0 0px;
	padding: 0px 0 0px 0;
	width: 730px;
	font-size: 9px;
	background-color:transparent;
	background-image: url(../gbimages/shadowbg-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 34px;
	clear:left;
	float:left;
	text-align:center;
}

div.bottom a
{
   clear:both;
   margin:0 15% 0 25%;
   /*IE5 Mac hack \*/
	display:inline;
	width:100%;
	float:none;
	margin:0;
	/*end hack */  
}

table.adminProdDescription
{
	clear: both;
	width: 75%;
	margin-top:4px;
	text-align: center;
     border-collapse:collapse;
	border-top:1px solid #777;
	border-left:1px solid #777;
}

table.adminProdDescription thead
{
     background-color:#bac198;
}

table.adminProdDescription tbody
{
     background-color: #dadbcb;
}

table.adminProdDescription td, table.adminProdDescription th
{
     padding: 2px;
     border-right:1px solid #777;
     border-bottom: 1px solid #777;
}

table.paypalDescription
{
	clear: both;
	width: 75%;
	margin-top:4px;
	text-align: center;
     border-collapse:collapse;
	border:1px solid #777;
	font-size:9px;
	font-weight:normal;
	font-style:italic;

}

table.paypalDescription thead
{
     background-color:#bac198;
     padding:2px;
    
}