* {
	margin: 0;
	padding: 0;
}

body {
	background: #bbb url(../img/bg.jpg) top repeat-y;
	font: 75% Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 160%;
	margin: 5px auto;
	text-align: center;
}

a {
	font-weight: bold;
	color: #3d768e;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

ul, ol {
	margin: 0 24px;
}

h1, h2, h3 {
	margin: 10px 0;
	color: #4c4c4c;
}

table {
	margin: 10px 0;
}

/* Common Style */
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.green {
	color: #66BC29;
}

.green2 {
	color: #7ec013;
}

.red {
	color: #c41c1c;
}

.bg-image-gray {
	background: url(../img/bg-gray.gif) repeat-x;
}

.bg-image-green {
	background: url(../img/bg-green.gif) repeat-x;
}

.bg-image-blue {
	background: url(../img/bg-green.gif) repeat-x;
}

.bg-gray {
	background: #f2f2f2;
}

.bg-gray {
	background: #f6f6f6;
}

.border-yellow {
	border: 1px solid #e1e1e1;
}

.border-blue {
	border: 1px solid #B1C913;
}

.border-gray {
	border: 1px solid #e1e1e1;
}

.font-9 {
	font-size: 9px;
}

.font-11 {
	font-size: 11px;
}

.font-14 {
	font-size: 14px;
}

.font-20 {
	font-size: 20px;
	line-height: 120%;
}

.image-margin {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0 4px 4px 0;
}

.clearfix {
	float: left;
	clear: both;
	width: 100%;
}

.bid-message {
	font-size: 10px;
}

ul.no-margin-padding, ul.no-margin-padding li {
	margin: 0;
	padding: 0;
}

ul.no-margin-padding li {
	list-style: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.big-price {
	font: bold 20px Arial, Helvetica, sans-serif;
}

.bid-status {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #000044;
	width: 170px;
	text-align: center;
	margin: 0 auto;
}

.timer {
	color: #000044;
}

/* Main container style */
#container {
	background: transparent;
	width: 980px;
	display: table;
	margin: 0 auto;
	text-align: left;
	padding: 4px;
}

/* Header style */
#header {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 127px;
}

#maincontent {
	float: left;
	clear: both;
	width: 980px;
	padding-top: 5px;
}

#leftcol {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	text-align: left;
}

#rightcol {
	float: left;
	width: 700px;
}

#banner {
	clear: left;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 178px;
	display: block;
}

#pic {
	float: left;
	width: 256px;
	margin: 0;
	padding: 0;	
	height: 178px;
	margin-top: 10px;	
	background-color: #777;	
}

#flash {
	float: right;
	margin: 0;
	padding: 0;	
	width: 724px;
	height: 178px;
	margin-top: 10px;	
	background-color: #777;	
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	padding: 10px 0 0 0;
	text-align: center;
}

/* Header Style */
#header .logo {
	float: left;
	width: 230px;	
	margin-right: 20px;
	padding: 5px;
}
#topbanner {
	margin:10px 0;
}

#header .top-menu-site-status {
	float: right;
}

#header .site-status {
	padding: 0 0 0 0;
}

#header-right {
	height: 100%;
	width: 720px
}

#header-top {
	height: 91px;
}

/* Top Menu */
#header .top-menu {
	width: auto;
	display: block;
	clear: both;
}

.top-menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 1px;
}

.top-menu li {
	float: left;
	font-size: 12px;
	margin: 0 1px 0 0;
}

.top-menu li a {
	float: left;
	display: block;
	background-color: #aaa;
	font-weight: bold;
	color: #fff;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
}
.top-menu li a:hover {
	background-color: #888;
	text-decoration: none;	
}
.top-menu li a.active {
	background: #65b2cf;
	text-decoration: none;	
}

.inputsilver {
	background: url('../img/input-bg3.jpg') top left no-repeat;
	padding: 2px 3px;
	border: 0;
	width: 142px;
	height: 20px;
}

/*Sub Header */
#sub-header {
	width: 980px;
	background: silver url(../img/header_bc2.gif) bottom no-repeat;
	height: 36px;
	position: relative;
	z-index: 200;
}

#sub-header .content {
	background-color: transparent;
	width: 98%;
	padding: 8px;
}

#sub-header .col1 {
	float: left;
	width: 140px;
}

#sub-header .col1 select {
	padding: 2px;
}

#sub-header .col2 {
	float: right;
	width: 550px;
}
#sub-header .user-status{
	text-align: right;
	font-weight: bold;
}

#search_form {
	padding: 17px 0;
	height: 30px;
	float: right;
}

#search_form label {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 3px;
}

#search_form form input.submit{
	margin-bottom: 2px;
}

/* Login Form */
#login-form {
	background-color: transparent;
}

#login-form form input.submit{
	margin-bottom: 2px;
}

#login-form .uname, #login-form .pass {
	float: left;
	display: inline;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#login-form label {
	font-weight: bold;
	margin: 0 5px;
	display: inline-block;
	margin-bottom: 4px;
}

#login-form input.textbox {	
	background: url('../img/input-bg3.jpg') top left no-repeat;
	padding:2px 3px;
	border:0;
	width:142px;
	height:20px;
}

#login-form .go input {
	padding: 0 4px;
	/padding: 1px 4px 0 4px;
	_padding: 1px 2px 0 2px;
}

/* Notices and Errors */
.message {
	clear: both;
	background: #a00;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	clear: both;
	background: #d49b11;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 1em 0;
}

.success {
	clear: both;
	background: #afc84b;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	margin: 1em 0;
}
/* Content */
#maincontent div.content {
	padding: 0px;
	min-height: 580px;
    height: auto !important;
    height: 580px;
	margin: 0 auto;	
}

.heading h3 {
	font-size: 15px;
	margin: 0;
	padding: 6px 10px;
}

/* News */
#news {
	min-height:180px;
}

#news .col1, #news .col2 {
	padding: 10px;
}

#news .col3 {
	visibility:hidden;
}

#news .col1 .heading h3, #news .col2 .heading h3, #news .col3 .heading h3 {
	margin: 0 0 6px 0;
	padding: 2px 0;
}

#news .title {
	color: #ff7c00;
	margin: 0 0 10px 0;
	line-height: 120%;
}

#news .title a {
	font-weight: bold;
	text-decoration: none;
}

#news .col1 {
	float: left;
	width: 280px;
	margin-right: 6px;
}

#news .col2 {
	float: left;
	width: 280px;
	margin-right: 6px;
}

#news .col2 p {
	line-height: 120%;
}

#news .latest-winner {
	float: left;
	line-height: 130%;
	padding: 0 0 0 10px;
}

#news .latest-winner label {
	float: left;
	display: block;
	width: 60px;
}

#bid-now {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}

#bid-now .content {
}

#bid-future {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}

#bid-future .content {
}

div.content2 {

}

/* Bid List */
ul.horizontal-bid-list {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 4px 0 0 0;
	position: relative;
	left: 12px;
}

ul.horizontal-bid-list li {
	float: left;
	width: 182px;
	list-style: none;
	margin: 0 10px 2px 0;
	padding: 4px 0;	
}


div.auction-home{
	width: 182px;
	height: 305px;
	background: url('../img/bg-auction.gif') 4px 15px no-repeat;
}

div.auction-small{
	width: 182px;
	height: 250px;
	background-color: #fcfcfc;
	border: 1px solid #cfcfcf;
}

div.auction-item {
}

div.bid-bidder {
	font-weight: bold;
}

ul.horizontal-bid-list li .title h3 {
	height: 56px;	
	background: url('../img/title-bg.png') top left no-repeat;
	font: bold 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	padding-top: 12px;	
	padding-left: 10px;
	padding-right: 10px;	
}

ul.horizontal-bid-list li .title h3 a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	vertical-align: middle;	
	background: transparent;
display:inline-block;
width: 162px;
height: 44px;
}

ul.horizontal-bid-list li .thumb {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

ul.horizontal-bid-list li .thumb-small {
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

ul.horizontal-bid-list li .username a {
	font-size: 11px;
	color: #1f73a9;
	text-decoration: none;
}

/* Live Bids */
#live-bids {
	width: 100%;
	display: table;
}

#live-bids .content {
}

#live-bids .heading {
	width: 100%;
	display: table;
}

#live-bids .heading .see-more {
	padding: 6px 4px 0 0;
}

#live-bids .heading .see-more a {
	font-weight: bold;
	color: #ff7800;
	text-decoration: none;
}


ul.vertical-bid-list {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	.padding: 0 0 10px 0;
}

ul.vertical-bid-list li {
	float: left;
	clear: both;
	width: 98%;
	height: 104px;
	background: url(../img/bg-auction2.gif) bottom no-repeat;
	list-style: none;
	margin: 2px 0 3px 8px;
	padding: 0;
	border-top: 1px solid #9FBE75;
}

ul.vertical-bid-list li .thumb {
	float: left;
	margin-right: 10px;
}

ul.vertical-bid-list li .col1 {
	float: left;
	width: 108px;
	padding: 2px;
}

ul.vertical-bid-list li .col2 {
	float: left;
	width: 625px;
	padding: 8px;
}

ul.vertical-bid-list li .col2 h3.heading {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

ul.vertical-bid-list li .col2 h3.heading a {
	color: #ff7c00;
	color: #4143b1;	
	text-decoration: none;
}

ul.vertical-bid-list li .col2 {
	float: left;
	width: 620px;
}

ul.vertical-bid-list li .col2 .fixed-bid {
	margin: 20px 0 10px 0;
}

ul.vertical-bid-list li .sub-col1 {
	float: left;
	font-size: 10px;
	width: 612px;
	margin-right: 50px;
}

ul.vertical-bid-list li .sub-col2 {
	float: left;
	font-style: italic;
	width: 140px;
}

ul.vertical-bid-list li .col3 {
	float: left;
	width: 190px;
	padding: 10px 0 0 0;
}

/* Product Details */
#bid-product-details {
	padding-bottom: 10px;
}

#product-info {
	margin: 10px 0;
}

#bid-product-details .col1 {
	float: left;
	width: 350px;
	margin-right: 10px;
}

#bid-product-details .col2 {
	float: left;
	width: 290px;
	margin-right: 8px;
}

#bid-product-details .col3 {
	float: left;
	width: 225px;
}

#bid-product-details .product-image-thumb-list {
	margin: 10px 0;
	padding: 10px 0 0 0;
	\padding: 10px 0 10px 0;
	_padding: 10px 0 0 0;
	border-top: 1px solid #e1e1e1;
}

#bid-product-details .product-image-thumb-list ul {
	margin: 0 20px;
	padding: 0;
}

#bid-product-details .product-image-thumb-list ul li {
	float: left;
	border: 1px solid #cfe898;
	margin: 0 6px 0 0;
	padding: 2px;
}

#bid-product-details .bid-butler {
	background: #f5f5f5;
	padding: 6px;
	margin: 10px;
}

#bid-product-details .bid-butler fieldset {
	font-size: 11px;
}


#bid-product-details .bid-butler fieldset label {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
}

#bid-product-details .bid-butler fieldset .text label {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
	padding-bottom: 8px;
}

#bid-product-details .bid-butler fieldset .input {
	clear: both;
	padding: 4px 0 6px 0;
}

#bid-product-details .bid-butler #bid-product-details .bid-butler fieldset .text input, fieldset .password input, 
#bid-product-details .bid-butler fieldset .textarea textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border: 1px solid #dedede;
}

div.bidder {
	font-size: 11px;
}

fieldset .checkbox label {
	float: none;
	padding-left: 4px;
}


div.submit {
	margin: 10px 0;
}

div.submit input {
	background: #afafaf;
	font-weight: bold;
	color: #fff;
	border: none;
	padding: 4px 2px;
	margin: 0;
	width: 210px;
}



#bid-product-details .col3 .sub-col {
	margin-bottom: 10px;
	padding: 6px;
}

#bid-product-details .col2 .content {
	padding: 6px;
}

#bid-product-details .fixed-price-end-bid {
	margin: 10px 0;
}

#bid-product-details .fixed-price-end-bid label {
	float: left;
	width: 70px;
}

#bid-product-details .col3 h3.heading {
	margin: 0;
	padding: 0;
}

.count-saving label, .total-savings label {
	float: left;
	width: 180px;
}

.total-savings {
	border-top: 1px solid #555;
}

#bid-product-details .bid-history table {
	width: 100%;
	font-size: 11px;
}

#bid-product-details .bid-history table td {
	padding: 2px;
}

#bid-product-details .featured-product {
	width: 92%;
}

#bid-product-details .featured-product .col1 {
	float: left;
	width: 70px;
	margin-right: 4px;
}

#bid-product-details .featured-product .col2 {
	float: left;
	width: 75px;
}

.payment-delivery-info dl.form {
	display: table;
	margin: 10px 0;
}

.payment-delivery-info dl.form dt {
	float: left;
	clear: both;
	width: 90px;
	margin-right: 4px;
}

.payment-delivery-info dl.form dd {
	float: left;
	clear: none;
	width: 120px;
}

#menu_user{
	float: left;
}
.user_right{
	float: left;
	width: 720px;
}

/* Messages */
#flashMessage {
	clear: both;
	margin: 20px 0;
}

.message {
	background: #e60036;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 6px;
}

a img{
	border: none;
}

/* Form */
fieldset {
	border: none;
}

fieldset legend {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #555;
	letter-spacing: -1px;
	margin-bottom: 10px;
	.margin-left: -6px;
}

fieldset label {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
}

fieldset .text label {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
	padding-bottom: 8px;
}

fieldset .input {
	clear: both;
	padding: 4px 0 6px 0;
}

fieldset .text input, fieldset .password input, fieldset .textarea textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border: 1px solid #dedede;
}

fieldset .checkbox label {
	float: none;
	padding-left: 4px;
}

div.submit {
	margin: 10px 0;
}

div.submit input {
	background: #afafaf;
	font-weight: bold;
	color: #fff;
	border: none;
	padding: 4px;
}

fieldset .text .error-message, fieldset .select .error-message, fieldset .textarea .error-message,
fieldset .checkbox .error-message, fieldset .password .error-message {
	font-size: 11px;
	color: #e45b00;
}

fieldset .select .error-message, fieldset .textarea .error-message, div.checkbox, fieldset .password .error-message {
	margin-left: 160px;
}

fieldset .hint {
	font-size: 11px;
	color: #666;
	margin-left: 160px;
	_margin-left: 163px;
}

/* Paging */
.paging {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.paging a {
	text-decoration: none;
}

.totalresults {
}

.pagenumber ul {
	margin: 0;
	padding: 0;
}

.pagenumber ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	margin-right: 4px;
	padding: 1px 4px;
	border: 1px solid #dedede;
}

.pagenumber .current {
	color: #89583d;
}

/* Category */
ul.category-list li {
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

/* News */
ul.news {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.news li {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #dedede;
}

ul.news li h2.heading {
	margin: 4px 0;
	padding: 0;
}

ul.news li .meta, .meta {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin: 10px 0;
}
/* User Menu */
ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: url(../img/icon-list.gif) no-repeat;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 2px 2px 2px 24px;
	border-bottom: 1px solid #dedede;
}

ul.menu li a {
}

ul.to-do {
	margin: 0;
	padding: 0;
}

ul.to-do li {
	background: url(../img/icon-calendar.gif) no-repeat;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0 0 0 24px;
}

a.purchase-bid {
	background: url(../img/icon-cart.gif) no-repeat;
	padding-left: 20px;
}

/* categories */
.cat-menu {
	font-family: arial, sans-serif;
	width:256px;
	height:34px;
	position:relative;
	font-size:1.1em;
	font-weight:bold;
	z-index:100;
	padding-left:0px;
	float:left;	
	position: absolute;
	top: 1px;
	left: 0;
}
.cat-menu ul li a, .cat-menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:256px;
	height:34px;
	text-align:left;
	font-size: 14px;	
	padding-top:8px;
	padding-left:10px;
	line-height:18px;
	color:#fff;
	overflow:hidden;
	background-image: url('../img/cat-select.png');
	background-repeat: no-repeat;
	background-position:top left;
}
.cat-menu ul {padding:0; margin:0; list-style: none;}
.cat-menu ul li {
	float:left;
	position:relative;
}
.cat-menu ul li ul {display: none;}

/* specific to non IE browsers */
.cat-menu ul li:hover a {
	color:#fff; 
	background-image: url('../img/cat-select.png');
	background-repeat: no-repeat;
	background-position:top left;
}

.cat-menu ul li:hover ul {display:block; position:absolute; top:30px; left:0; width:250px;}

.cat-menu ul li:hover ul li ul {display: none;}
.cat-menu ul li:hover ul li a {display: block;
	font-size: 12px;
	padding-top: 2px;
	height: 26px;
	padding-left: 14px;
	background-image: url('../img/cat-item.png');
	background-repeat: repeat-y;
	background-position: top left;	
	color:#fff;
}
.cat-menu ul li:hover ul li#ddf a {display:block; 
	background-color: transparent;
	height:2px;
}

.cat-menu ul li:hover ul li a:hover {
	background-color: transparent;
	color: #ddd;
	text-decoration: underline;
}
.cat-menu ul li:hover ul li:hover ul {display:block; position:absolute; left:200px; top:0;}
.cat-menu ul li:hover ul li:hover ul.left {left:-200px;}


div.green-box {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
div.green-box-head {
	height: 22px;
	background: url('../img/main-title.jpg') top left no-repeat;
}
div.green-box-head h3 {
	padding-left: 5px;
	padding-top: 2px;
	color: #fff;
}
div.green-box-content{
	background: url('../img/main-content.jpg') top left repeat-y;
	min-height: 110px;
	height: auto !important;
	height: 110px;	
	overflow: hidden;
}
div.green-box-foot{
	height: 10px;
	background: url('../img/main-footer.jpg') top left no-repeat;
}


#details div.green-box-content {
	padding: 10px;
}
#details .col1 {
	float: left;
	width: 350px;
	margin-right: 10px;
	padding: 8px;
}

#details .col2 {
	float: left;
	width: 290px;
	margin-right: 8px;
	padding: 8px;	
}

#details .col3 {
	float: left;
	width: 265px;
}

#details .product-image-thumb-list {
	margin: 10px 0;
	padding: 10px 0 0 0;
	\padding: 10px 0 10px 0;
	_padding: 10px 0 0 0;
	border-top: 1px solid #e1e1e1;
}

#details .product-image-thumb-list ul {
	margin: 0 20px;
	padding: 0;
}

#details .product-image-thumb-list ul li {
	float: left;
	border: 1px solid #cfe898;
	margin: 0 6px 0 0;
	padding: 2px;
}

#details .bid-butler {
	background: #f5f5f5;
	padding: 6px;
	margin: 10px;
}

#details .bid-butler fieldset {
	font-size: 11px;
}

#details .bid-butler fieldset label {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
}

#details .bid-butler fieldset .text label {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
	padding-bottom: 8px;
}

#details .bid-butler fieldset .input {
	clear: both;
	padding: 4px 0 6px 0;
}

#details .bid-butler #details .bid-butler fieldset .text input, fieldset .password input, 
#details .bid-butler fieldset .textarea textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border: 1px solid #dedede;
}

div.bottom-menu {
	background: #85A92A url('../img/footer.jpg') top left no-repeat;
	width: 972px;
	height: 47px;
	padding: 4px;
}

div#menu_bottom{
	float: right;
	padding-top: 12px;
	padding-right: 20px;
}

.small {
	font-size: 16px;
}