@charset "utf-8";
/* CSS Document */

#tab
{ list-style:none; margin:0; padding:0;}

.cat_listing input
{ border-bottom:1px solid #ccc; border-top:none; border-left:none; border-right:none; font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin:5px; padding:5px;
height:50px; width:225px; text-align:left; cursor:pointer;}

.cat_listing input:hover { text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.content table { font-family:Verdana, Geneva, sans-serif; margin:0; padding:0; }
.content th { text-align:left; height:35px; font-size:14px; font-weight:bold; background-color:#f1f1f1;}
.content table td { height:25px; border-bottom:1px solid #CCC; font-size:11px;}

.vendors input { background-color:#FFF; height:50px; width:110px; padding:0; margin-right:25px; border:0; cursor:pointer;}