html
{
	height: 100%;
    margin: 0px;
}
body
{
	height: 100%;
	margin: 0px;
	font-family:Tahoma;
	font-size:12px;
	background-image: url(../images/bg.gif);
}
.open {
	background-image: url(../images/open.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 71px;
}
.login {
	font-family: Tahoma;
	font-size: 9px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.auction_label {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 25px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.closed {
	background-image: url(../images/closed.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 61px;
}
.prod_img {
	border: 1px solid #666666;
	background-position: center center;
	text-align: center;
}
.search {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.search_title {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #C1FFFF;
	text-decoration: none;
	
}
.products {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: right;
}
.labels {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
}
.products_data {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: right;
}
.buttons {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	text-align: center;
	height: 22px;
	width: 60px;
	border: 0.5px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 5px;
}
.bids {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.auction_txt {
	border: 1px solid #006699;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #E1F3FF;
	text-align: center;
	height: 16px;
	width: 120px;
}
.buttons:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	height: 22px;
	width: 60px;
	border: 0.5px solid #000000;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	padding-bottom: 5px;

}
.bid_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.main_menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #165567;
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
}
.details_butt {
	background-image: url(../images/auction_butt_05.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 80px;
}
.details_butt:hover {
	background-image: url(../images/auction_hover_05.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 80px;
	cursor:pointer;
}
.inactive {
	background-image: url(../images/inactive.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 69px;
}

.main_menu:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000506;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	padding-bottom: 5px;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
}
.product_desc {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
}
.price {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #818181;
	text-decoration: none;
	text-align: center;
}


.top_menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	text-decoration: none;
}
.text_box {
	background-color: #E3F4FD;
	height: 20px;
	width: 130px;
	border: 1px solid #006699;
	font-family: Tahoma;
	font-size: 9px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
	background-position: center center;
}
.category_titles {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
}

.login_textbox {
	background-color: #E3F4FD;
	height: 17px;
	width: 90px;
	border: 1px solid #006699;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
	background-position: center center;
}
.product_title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	line-height: 25px;
	text-decoration: none;
}
.newsletter_textbox {
	background-color: #E3F4FD;
	height: 17px;
	width: 140px;
	border: 1px solid #006699;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
	background-position: center center;
}
.top_menu:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #00A4F2;
	line-height: 25px;
	text-decoration: none;
	cursor:pointer;
}


