body
	{

    background-image: url(img/back_gray.png);
	margin: 3px;
	overflow:scroll; 
	
}

#overall {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        text-align: center;
}

#total
      {
      border-collapse: collapse;
      width: 994px;
      height: 100%;
      border: 1px solid #b7b8b8;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-color: #ffffff;
      }

#header
      {
      height: 105px;
      }

img{
	border:none;
}


.prod_list {
border:0px ;
border-right:1px solid #CCCCCC;
/* width:750px; */
}

.prod_list th, .prod_list td {
border-bottom:1px solid #CCCCCC;
padding:2px 3px;
vertical-align: middle ;
}

.prod_list th a,.prod_list td a {
text-decoration: none;
color:#669900;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

.prod_list th a:hover,.prod_list td a:hover {
/* height:30px; */
text-decoration:none;
color:#AE0000;
font-weight: bold;
}

