html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
body {
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
}
.red{
	color:#FF0000;
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 1 pixel high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
}
/* \*/* html .clear{height:auto} /*** a fix for IE Win ***/

/* Hides from IE5-mac \*/
* html div#small_content_panel_padder {height: 1%;}
/* End hide from IE5-mac */ 

/* Hides from IE5-mac \*/
* html div#panel_padder {
	height: 1%;
}
/* End hide from IE5-mac */ 

table#main_table {
	background-color:#FFFFFF;	
}
div#content {
	margin-bottom: 10px;
}
div#bg {
	background-color:#73B9BB;
	background-image:url(img/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#panel_header {
	margin-top: 15px;
	background-image: url(img/tab_header_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	background-color: #C5DB3B;
	
}
div#panel_header h1 {
	float:left;
	display: block;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 10px;
	color: #66760C;
}
div#panel_header h2 {
	float:right;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/tab_header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}
div#panel{
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-right: thin solid #C5DB3B;
	border-bottom: thin solid #C5DB3B;
	border-left: thin solid #C5DB3B;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}

div#panel_padder{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
}
div#small_content_panel_padder {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
div#panel h2 {
	background-color: #798A1A;
	color:#FFFFFF;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 18px;
}
div#panel h3 {
	font-size: 1.1em;
	margin-top: 5px;
}
div#panel_content {
}
.main_spacer {
	clear:both;
	height: 40px;
}
div#small_price {
	color:#666666;
}
iframe {
}
div#product_tabs {
	border: thin none;
	width: 250px;
	float: left;
	left: 0px;
	font-size: 10px;
	list-style-type: none;
}
div#product_tabs2 {
	float: left;
	border: thin none;
	width: 380px;
	font-size: 10px;
	list-style-type: none;
}
div#content li {
	list-style-image: url(img/clear_bullet.jpg);
	vertical-align: middle;
}
div#content ul {
	margin-left: 1.5em;
	line-height: 1.5em;
}
div#float_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	border: none;
}
