/* Table for Shopping Cart Buttons */
table.buyitem {
	width: 100%;
	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: 4px 4px;
	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;
}

.kln_border {
	border: 2px solid #0000bb;
}

.kln_brdrdrk {
	border: thin solid #012C5F;
}

.kln_gldborder {
	border: thin solid #ffcc66;
}


/* Backgrounds */

.mainbg {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.horz_line {
	background-image: url(line.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}


.mainfoot {
	background-color: #FFFFFF;
}

.hlight {
	background-color: #98FB98;
}

.klnblueltbg {
	background-color: #EBF1FE;
}
	
.klnbluebg {
	background-color: #0000BB;
}

.mtsgreenbg {
	background-color: #336633;
}

.whitebg {
	background-color: #FFFFFF;
}

/* Headings */


.kln_hd1 {
	background-color: #000000;
	color: #FFFFFF;
    font-size:large;
    font-weight:bold;
}
.kln_hd2 {
	background-color: #FFCC66;
	color: #000;
    font-size:medium;
    font-weight:bold;
}

.kln_hd3 {
	color: #ffffff;
    font-size: 14px;
    font-weight:bold;
}
.kln_bynum {
	font-size:11 px;
   }

.kln_nxhd1 {
	background-color: #0000BB;
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
	width: 95%;
	align: center;
   }
.KLN_Blue_Text {
	color: #0000BB;
}

