/* For Shopping Cart*/
.order_error {
   font-size: 12px;
   color: #FF0000;
}

.header_cell {
   background:#D5A887 /*#D5A887 #B87F55*/;
   color: #FFFFFF; 
   font-weight: bold; font-size: 14px; 
   }

.label_cell {
   
   font-size: 12px
}


.required_cell {
   font-weight: bold;
   
   font-size: 12px
}

.value_cell {
   font-size: 12px;
}
/* Above for Shopping Cart */
body {
	background-color: #FFFFFF; /*white*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin: 4px;
	padding: 4px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	
}

p{
	font-size:12px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color:#000000; /*black*/
    font-weight: bold;
	
}


.menu {
	border-style:solid;
	border-color: #c0b77e; 
    border-width: 2px;
	background-color:#FFFFCC;
}

.desc {
    font-size:14px; font-family: verdana, geneva, helvetica, arial, sans-serif;
    text-decoration: underline; color:#336666;
}

.special {
    background-color:#FFFFCC;
	font-size:14px; font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-weight: bold;
	
	
		}	
	
	
h1 {
color:#336666; /*dark green*/
font-size:20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration:none
}

h2 {
color:#336666; /*dark green*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;

}

h3{
color:#336666; /*dark green*/
font-size:15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
background-color:#E8C698; /*beige*/

}

h4{
color:#822B17; /*burgundy*/
font-size:15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background-color:#FDE6BD; /*beige*/
}

h5{
color:#822B17; /*dark green*/
font-size:15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
background-color:#FFFFFF;
}

h6{
color:#FF0000; /*Red*/
font-size:12px;
}

hr{
	height:4px;width:100%;background-color: #336666;
}





