/* 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 */

.dremelhd { 
       font-size: 24px;
       color: #336633;
       float: inherit;
       font-weight:bold;
         
}

.mainbg {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.mainfoot {
	background-color: #FFFFFF;
}

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

.drmblueltbg {
	background-color: #EBF1FE;
}
	
.drmbluebg {
	background-color: #335882;
}

.mtsgreenbg {
	background-color: #336633;
}

.whitebg {
	background-color: #FFFFFF;
}

.heading {  
          font-size:12px;
          color: #FFFFFF;
          background-color:#336633; 
}

#subtext a:link{font-family:  Arial; font-size: 28px; font-weight: bold; color: #FF0000; text-decoration: none;}
#subtext a:visited{font-family: Arial; font-size: 28px; font-weight: bold; color: #FF0000; text-decoration: none;}
#subtext a:hover{color: #FF0000; text-decoration: none;}

/* Begin Dremel Gift Wrapping Promo */
table.redbx{border: 2px dotted #FF0000; background-image:url('promobg.gif'); background-repeat:repeat;}
table.redbx2{border: 2px dotted #FF0000; background-image:url('promobg2.gif'); background-repeat:repeat;}
.prm2{font-family:  Arial; font-size: 28px; font-weight: bold; color: #FFffff; text-align:center;}
/* End Dremel Gift Wrapping Promo */
