  BODY{
  	color: #000000; 
  	font-family : Verdana, Helvetica, Arial, sans-serif;
  	font-size: 9px;
  	margin: 0px 5px 0px 0px;
  	/* background: white; */
  }
  
  TD   {
  	font-family : Verdana, Helvetica, Arial, sans-serif;
  	font-size : 9px;
  	/*text-align: left;*/
	/* vertical-align: top; */
  }
  
  small_input{
  	font-family: verdana, sans-serif; 
  	font-size: 8px;
  }
  
  .defaultbutton   {
  	font-family : Verdana, Helvetica, Arial, sans-serif;
  	font-size : 7pt;
	vertical-align: top;
	color: #ffffff;
  }
  
  .cart_info{
 	border: 1px dashed #2a4576;
 	width: 120px;
 	background: white;
  }
  
  A    {
	text-decoration : none;
  	/*color: #99A686;*/
  	color: #98B278;
  	font-weight: bold;
  }
  
  a:hover{
  /*	background-color: #ffffaa;*/
  	background-color: lightyellow;
  }
  
  .item_head {
    padding-left: 3px;
    height: 40px;
    font-size: 10px; 
 	/* background: #becfa5; */
 	color: #666666;
	background: #ecf1e5;
	border-width: 0px 0px 1px;
	border-style: dashed;
	border-color: #becfa5;
 }
 
 
   .seller_head {
    color: #666666;
    padding-left: 3px;
    padding-bottom: 5px;
    font-size: 10px; 
	background: #ecf1e5;
	border-width: 0px 0px 1px;
	border-style: dashed;
	border-color: #becfa5;
 }
 
 .seller_head td {
 		font-size: 10px;
 	}
 
 
   .cart_head {
    border: 1px solid #becfa5;
 	background: #becfa5;
 	color: #ffffff;
 	}
 
  .item_table {
 	border: 1px dashed #becfa5;
 	height: 280px;
 	background: white;
  }
  

  .whitebox{
  	background: white;
  	border: 1px solid #d1ddc0; 
  	border-width: 1px 2px 2px 1px;
  	/* border-color: #d1ddc0 #C2D2AC #abc18c #C2D2AC; */
  	margin-bottom: 5px;
  }
  
  
  .item_body {
 	background: #ffffff;
 	color: #666666;
  }
  
  .seller_details {
  	border: 1px dashed #becfa5;
  	border-width: 1px 0px 1px 0px;
  	padding-bottom: 10px;
  	padding-top: 10px;
  	margin-bottom: 10px;
  }
  
   hr {
  	border: 1px dashed #becfa5;
  }
  
  .content_table {
  	background: white;
 	border: 1px dashed #becfa5;
  }
  
  .price {
  	font-size: 9px;
  	color: #999999;
  	}
  
  .greybox{
  	background: #eeeeee;
  	border: 1px solid #dddddd; 
  }
  
  
  /* BLOG STUFF ==========================================================*/
  
  .blog_text{
  	margin-left: 20px;
  	margin-right: 5px;
  	font-size: 10px;
  	background: #ecf1e5;
  }
  
  .blog_footer{
  	color: #999999;
  	font-style: italic;
  	text-align: right;
  	margin-right: 5px;
  }
  
  .blog_header{
  	font-weight: bold;
  	background: white;
  	margin-top: 10px;
  	margin-right: 5px;
	padding-left: 5px;
  }
  
  .big_title {
  	font-weight: bold;
  	font-size: 11px;
  }


  /* FORM STYLESZZZZZZ ===================================================*/  

  .required{
  	color: red;
  	font-weight: bold;
  	font-size: 10px;
  	/* float: right; */
  }
  
  input[type=submit] {
	font-weight: bold;
	/*font-family: verdana;*/
  }

  .status_msg{
  	background: red;
  	color: white;
  	font-weight: bold;
  	padding: 10px;
  }
  
  
  /* LIVE SEARCH STUFF ===================================================*/

  .LSRes{
    width: 105px;
  	border: 1px solid #dddddd;
  	border-width: 0px 1px 1px 1px;
  	/*margin-bottom: 3px; */
  	padding: 3px;
  }
  
  .LSRow a {
  	font-weight: normal;
  }
  
  .LSRow{
  	margin-bottom: 10px;
  }
  
  .LSHighlight { background: lightyellow; }
  
  
  /* FAQ STUFF ============================================================*/

  .question{
  	font-weight: bold;
  	font-size: 12px;
  	margin-bottom: 10px;
  }
  
  .answer{
  	font-size: 12px;
  	margin-bottom: 20px;
  	margin-left: 20px;
  	color: #666666;
  	line-height: 150%;
  }



  /* ANCHOR BOX STUFF ====================================================*/

  .anchorbox{
  	background: #ecf1e5;
  	border: 1px solid #d1ddc0; 
  	border-width: 1px 2px 2px 1px;
  	/* border-color: #d1ddc0 #C2D2AC #abc18c #C2D2AC; */
  	margin-bottom: 5px;
  	padding: 10px;
  	display: block;
  	width: 580px;
  }
  
  
  .anchorbox span{
  	color: black;
  	font-weight: normal;
  }


.list_sortable{
	border: 1px solid #cccccc;
	background-color: #FFF3D6;
	padding: 5px;
	margin-bottom: 5px;
}

.handle{
	font-size: 9px;
	background-color: #DBE0E8;
	color: white;
	padding: 5px;
	cursor: move;
	-moz-border-radius: 5px;
}


  /* TABLE STUFF =========================================================*/  
  
.color1 {background-color: #fafafa; color: #666666;}
.color1 td { font-size: 11px; padding: 3px;} 
.color2 {background-color: #eeeeee; color: #666666;}
.color2 td {font-size: 11px; padding: 3px; }
.head { color: white; background-color: #d1ddc0; font-weight: bold;}
.head td {font-size: 11px; padding: 3px; }
