A{
color:rgb(63,68,73);
}


      #message_box { 
       position: absolute; 
       top: 0; left: 0; 
       z-index: 10; 
	   background:rgb(230,237,193);
	   padding:5px;
       border:1px solid rgb(166,206,57);
       width:280px;
      }
      
      .cart_item{
	  	height:21px;
	  	width:100%;
	  	font-size:13px;
	  	font-family:tahoma;
	  	border-bottom:1px solid white;
	  }
	  
	  .cart_item IMG{
	  	margin-bottom:-3px;
	  	margin-left:5px;
	  	float:right;
	  	cursor:pointer;
	  }
	  .order_id{
	  	display:none;
	  }
	  


body {
position:relative;
height:100%;
margin:0pt;
padding:0pt;
width:100%;
background: url('../img/body.jpeg') repeat-y center top;
font-family:Arial,Tahoma,Helvetica,sans-serif;
}
/*----------- Rounded corners --------------------------------------*/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px;margin:0 5px;}
.b2f {height:1px;margin:0 3px;}
.b3f {height:1px;margin:0 2px;}
.b4f {height:2px;margin:0 1px;}
/*------------------------------------------------------------------*/
.c_1 {background:rgb(255,255,255);}
.c_3 {background:rgb(166,206,57);}
.tile_bar{
	width:100%;
	height:25px;
	color:white;
	font-weight:bold;
	background-image:url('../img/header.gif');
}
IMG {
border:0px;
}
.h1{
color:#313431;
font-family:arial !important;
font-size:14px;
font-weight:bold;
height:16px;
text-align:left;
}
.line-dot{
border-top:1px dotted #BFBFBF;
font-size:0;
height:10px;
margin-top:3px;
width:98%;
}



