
/*backgrounds and headings */
.leth_bg {
	background-color: #E9D026;

}
.leth_bg_gray {
	background-color: #999999;

}

.leth_hd1 {
	background-color: #000000;
    font-weight:bold;
    color: #E9D026;
    font-size: 24px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
} 
.leth_hd2 {
	background-color: #000000;
    font-weight:bold;
    color: #E9D026;
    font-size: 18px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
} 
.leth_hd3 {
	background-color: #000000;
    font-weight:bold;
    color: #E9D026;
    font-size: 14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.leth_hd4 {
	background-color: #666666;
    font-weight:bold;
    color: #F0D627;
    font-size: 14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.leth_text_bk {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.leth_text_wht {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.leth_hd5 {
	background-color: #999999; font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
}

/* Table for Shopping Cart Buttons */
table.buyitem {
	width: 85%;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	background-color: #FFFFFF;
	
}  


table.buyitem caption {
	background: #FFCC66;
	padding: 2px 2px;
	text-align: left;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	font-weight:bold;

}

table.buyitem tr.alt  { background-color: #FFF7E7; }

table.buyitem td {
	margin: 0;
	padding: 2px 2px;
	text-align: left;
	border-bottom: 1px solid #336633;
}

table.buyitem col.size1{
	width:20%;
	font-weight:bold;
	
}

table.buyitem col.size2{
	width:70%;
	font-size:50%;
}

table.buyitem col.size3{
	width:10%;
	font-weight:bold;
	text-align: right;
}

table.buyitem col.size4{
	width:102px;
	text-align: right;
}

table.red101{background-color:#eeeeee;}
table.red101 td{ text-decoration:none;}
#indextext a:link{font-family:  Arial; font-size: 14px; font-weight: bold; color: #000099; text-decoration: underline;}
#indextext a:visited{font-family: Arial; font-size: 14px; font-weight: bold; color: #000099; text-decoration: underline;}
#indextext a:hover{font-family: Arial; font-size: 14px; font-weight: bold; color: #ff0000; text-decoration: underline;}
