/* 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: 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;
}

/* Backgrounds and Headings */

.irhd { 
      font-size: 24px;
	  color: #ffffff;
      font-weight:bold;
         
}
.irhd1 { 
       font-size: 24px;  
	   background-color: #CC0000;
       color: #ffffff;
       font-weight:bold;
         
}
.irhd2 { 
       font-size: 12px;  
	   background-color:#CC0000;
	   color:#ffffff;
       font-weight:bold;
         
}
.irhd3 { 
       font-size: 24px;  
	   color:#CC0000;
       font-weight:bold;
         
}
.irhd4 { 
       font-size: 18px;  
	   color:#CC0000;
       font-weight:bold;
         
}

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

.irblueltbg {
	background-color: #EBF1FE;
}
	
.irbluebg {
	background-color: #335882;
}

.mtsgreenbg {
	background-color: #336633;
}


