html, body, td {
    margin: 0;
	color: #000;
	font: bold 11px Verdana,Tahoma,Geneva,Arial,Helvetica,sans-serif;
	}
table {
	border-collapse: collapse
	}
th {
    font-size: 12px;
	color: #fff;
	}
a:link, a:visited { 
    color: #000;
    text-decoration: none;
	}
a:active, a:hover {
	border-color: #e10000;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
	}
b { 
	color: #c00;
	}
.news { 
	color: #000;
    font-size: 9px;
	font-weight: normal;
	} 
.input { 
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
	border: solid;  border-width: 1px;
	}
.cart_hd {
	background: #c00;
	}
.cart {
	background: #a9a9a9;
	}
.cart2 {
	background: #808080;
	}
.doubleline {
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	}
small, a small {
	font-size: 9px;
	color: #fff; 
	}
input#botton {
   padding:2px;
   background-color:#c00;
   font-size:12px;
   font-weight:bold;
   }
