html,body {
    line-height:8px;
    margin:0;
    padding:0;
}

p, ol, li {line-height:16px; }
img { border: 0 }
form {display: inline;}
input {
	font-family: Tahoma, Arial;
	font-size: xx-small;
}
.input {
	width:200px;
}
label.plain input {
    margin-bottom: -2px;
}

label.textred input {
    margin-bottom: -2px;
}

.textblack {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
 line-height:12px;
}

.textblue {color: #003399; line-height:12px;}

body,td,th {
	font-family: Tahoma;
	font-size: 10px;
}

.textdarkblue {
	color: #45515C;
}
select {
	font-family: Tahoma;
	font-size: x-small;
}
.textbold {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #515151;
 line-height:12px;
}
a.textbold:link,a.textbold:visited,a.textbold:hover,a.textbold:active {
 text-decoration: underline;
	color: #515151;
}
.textgreen {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
 line-height:12px;
}
.textred {
	color: #3b5b06;
	font-family: Tahoma;
	font-size: 11px;
	line-height:12px;
}
.textwhite {
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
 line-height:12px;
}
a.textwhite:link,a.textwhite:visited,a.textwhite:hover,a.textwhite:active {
 text-decoration: underline;
	color: #FFFFFF;
}
.plain {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
 line-height:12px;
}
a.plain:link,a.plain:visited,a.plain:hover,a.plain:active {
	color: #000000;
}
.textwhiteplain {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
 line-height:12px;
}
.top_bg {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_nav {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_search {
	background-image: url(../images/bg_search.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_title {
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dot_line {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height:2px;
}
.bg_title01 {
	background-image: url(../images/bg_title01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_bg {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_bottom {
	background-image: url(../images/bottom_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.error {
    color:#ff0000;
    font-weight: bold;
    line-height:12px;
    padding: 10px;
    text-align: center;
    font-family: Tahoma, Arial;
	font-size: 11px;
}

.admintext {
    color: #000000;
    line-height: 14px;
}

.style2 {color: #000000;line-height:12px;}
.pgnav {
	font-family: Tahoma;
	font-size: 11px;
	color: #802300;
}

.loginbox {background-color:#5c8715; width:225px }

.altrowcolor1 {
    background-color:#F1E3D0;
}
.altrowcolor2 {
    background-color:#FFFFFF;
}

.altrowwatching1 {
    background-color:#ffffff;
}

.altrowwatching2 {
    background-color:#F1E3D0;
}

.category_border {
  width:530px; background-color:#E0DFE3;
}
.category_bg {
  height:12px; background-color:#F0EBDA;
}
.category_mainbg {
  height:19px; background-color:#C8B59D;
}
.table_header_bg {
      background-color:#F3f3f3;
}
.table_border {
    width:100%; background-color:#E0DFE3;
}
.table_bg {
    background-color:#C2C2C2;
}
.feedback_tbl_border {
    width:100%; background-color:#999999;
}
.feedback_middle_bg {
    background-color:#F3F3F3;
}
.feedback_grph_border {
    background-color:#999999;
    width:100%;
}
.auction_bg {
    background-color:#F3F3F3;
}
.auction_border {
    background-color:#CCCCCC;
    width:100%;
}

.table_body {
    background-color:#FEF9EC;
}

.table_body2 {
    background-color:#E7E7E7;
    height:25px;
}

.table_heading {
    background-color:#F4F4F6;
}

ul.ucat {
    margin: 0px 0px 5px 0px;
}

* html ul.ucat {margin-left:15px;}

ul.ucat li {
    padding:5px 0px 0px 0px;
}

.product_descr_bg {
  background-color:#C9C9C9;
}

.product_text_bg {
  background-color:#F2F2F2;
}



#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color: #EFEFEF;
visibility: hidden;
font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
z-index: 100;
line-height:12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

