body.main {
	margin-right:0;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	font-family:Verdana,Helvetica;
	color:#000000;
  	scrollbar-base-color:#D9D9D9;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#ffffff;
  	scrollbar-darkshadow-color:#D9D9D9;
  	scrollbar-face-color:#D9D9D9;
  	scrollbar-highlight-color:#D9D9D9;
  	scrollbar-shadow-color:#ffffff;
  	scrollbar-track-color:#CCCCCC;		
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

div.content {
	overflow:auto;
	width:100%;
	height:100%;
	position:relative;	
	
}

.custom_bgc {
	background-color: #403A0C;
	position:relative;
	color:#ffffff;
}

.custom_border {
	border: solid 1px #403A0C;
	background-color: #ffffff;
	position:relative;
}

.custom_price {
	font-size: 12pt;
	font-weight: bold;
	color:#403A0C;
}


.custom_productname {
	font-size: 12pt;
	font-weight:bold;
}

th.custom {
	background-color: #D9D9D9;
}


b {
	color:#403A0C;
}

b.white {
	color:#ffffff;
}

b.red {
	color:#AE0B05;
}

.red {
	
}

hr {
	color: #403A0C;
	border: dashed 1px #403A0C;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height:1px;
}

td {
	font-size: 8pt;
}

th {
	font-size: 8pt;
}

td.text {
	font-size: 8pt;
	line-height: 20px;
}

td.small {
	font-size: 7pt;
	color: #cccccc;
}


h1 {
	font-size: 12pt;
	font-weigth:bold;
	color:#403A0C;
	margin-bottom:20px;
	margin-top:0px;
}

h2 {
	color:#403A0C;
	font-size:10pt;
	font-weigth:bold;
	margin-bottom:5;
	margin-top:0px;
}

h3 {
	color:#403A0C;
	font-size:8pt;
	font-weigth:bold;
	margin-bottom:5;
	margin-top:0px;
}

ul {
	margin-top:8;
	margin-bottom:8;
}

li {
	list-style-type:square;
}

.bordered {
	border: solid 1px #F1AB00;
}

input, textarea, select, button {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family:Verdana,Helvetica;
	font-size:8pt;
	height: 18px;
}

a.custom_link_bright {
	color: #ffffff;
	text-decoration:none;
}

a.custom_link_bright:hover {
	text-decoration:none;
	color: #D9D9D9;
}

a {
	color:#403A0C;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:none;
}




