/*
CSS style for Jaybids
Coded by Feisty Sites
URL: http://www.feistysites.com
July 2008
*/
*
{
	margin: 0;
	padding: 0;
}

TABLE
{
	margin: 10px 0;
}
/*Common Style*/
.align-right
{
	text-align: right;
}
.align-center
{
	text-align: center;
}
.bold
{
	font-weight: bold;
}
.green
{
	color: #75991E;
}
.green2
{
	color: #7EC013;
}
.red
{
	color: #B41C1C;
}
.bg-image-gray
{
	background: url(../img/bg-gray.gif) repeat-x;
}
.bg-image-blue
{
	background: url(../img/bg-blue.gif) repeat-x;
}
.bg-gray
{
	background: #F2F2F2;
}
.bg-gray
{
	background: #F6F6F6;
}
.border-yellow
{
	border: 1px solid #E1E1E1;
}
.border-blue
{
	border: 1px solid #0088AE;
}
.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%;
}
UL.no-margin-padding, UL.no-margin-padding LI
{
	margin: 0;
	padding: 0;
}
UL.no-margin-padding LI
{
	list-style: none;
}

.big-price
{
	font: bold 30px Arial, Helvetica, sans-serif;
}
.bid-status
{
	font: bold 21px Arial, Helvetica, sans-serif;
}
.timer
{
	color: #00C0FF;
}
/*Main container style*/
#container
{
	width: 930px;
	display: table;
	background: url(../img/bg-container.gif) repeat-x;
	margin: 0 auto;
	text-align: left;
}
/*Header style*/
#header
{
	float: left;
	clear: both;
	width: 100%;
}
#maincontent
{
	float: left;
	clear: both;
	width: 100%;
	background: #FFF;
}
#leftcol
{
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	text-align: left;
}
#rightcol
{
	float: left;
	width: 700px;
}

/*Header Style*/
#header .logo
{
	float: left;
	width: 330px;
	margin-right: 20px;
}
#header .top-menu-site-status
{
	float: right;
}
#header .site-status
{
	padding: 4px 0 10px;
}
/*Top Menu*/
#header .top-menu
{
}
.top-menu UL
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 1px;
}
.top-menu LI
{
	float: left;
	font-size: 15px;
	text-transform: lowercase;
	margin: 0 1px 0 0;
}
.top-menu LI A
{
	float: left;
	display: block;
	background: #002324;
	font-weight: bold;
	color: #FFF;
	padding: 5px 20px 6px;
	text-decoration: none;
}
.top-menu LI A.active
{
	background: #65B2CF;
}
/*Sub Header*/
#sub-header
{
	width: 100%;
	background: #D1D1D1;
}
#sub-header .content
{
	width: 98%;
	padding: 8px;
}
#sub-header .col1
{
	float: left;
	width: 140px;
}
#sub-header .col1 SELECT
{
	padding: 2px;
}
#sub-header .col2
{
	float: right;
	width: 510px;
}
#sub-header .user-status
{
	text-align: right;
	font-weight: bold;
}
#login-form
{
}
/*Login Form*/
#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 6px;
}
#login-form INPUT.textbox
{
	background: #F1F4F5 url(../img/bg-login-form-textbox.gif) repeat-x;
	padding: 2px;
	border: none;
	border: 1px solid #E3DCB5;
}
#login-form .go INPUT
{
	padding: 0 4px;
	padding: 1px 4px 0;
	_padding: 1px 2px 0;
}
/*Notices and Errors*/
.message
{
	clear: both;
	background: #A00;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	margin: 0px 15px 1em 10px;
}
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
{
	background: #8fc1f6;
	color: #FFF;
	font-weight: bold;
	padding:10px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:15px;
	width:95%;
}
/*Content*/
#maincontent .content
{
	padding: 10px;
}
.heading H3
{
	font-size: 15px;
	margin: 0;
	padding: 6px 10px;
}
/*News*/
#news
{
 float:left;
}
#news .col1, #news .col2, #news .col3
{
	padding: 10px;
}
#news .col1 .heading H3, #news .col2 .heading H3, #news .col3 .heading H3
{
	margin: 0 0 6px;
	padding: 2px 0;
}
#news .title
{
	color: #FF7C00;
	margin: 0 0 10px;
	line-height: 120%;

}
#news .title A
{
	font-weight: bold;
	text-decoration: none;
}
#news .col1
{
	float: left;
	width: 280px;
	margin-right: 6px;
}
.scroll
{
overflow: auto;
height:300px;
}

#news .colleft
{

	width: 150px;
	margin: 0px;
}

#news .col2
{
	float: left;
	width: 280px;
	margin-right: 6px;
}
#news .col2 P
{
	line-height: 120%;
}

#bid-now
{
	width: 740px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	float:right;

}
#bid-now .content
{
}
/*Bid List*/
UL.horizontal-bid-list
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 6px 0 0;
	position: relative;
	left: 6px;
}
UL.horizontal-bid-list LI
{
	float: left;
	width: 162px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	list-style: none;
	margin: 0 14px 10px 0;
	padding: 4px 0;
	border: 1px solid #E1E1E1;
}
UL.horizontal-bid-list LI .title H3
{
	height: 40px;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
UL.horizontal-bid-list LI .title H3 A
{
	text-decoration: none;
}
UL.horizontal-bid-list LI .thumb
{
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
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;
}
UL.vertical-bid-list LI
{
	float: left;
	clear: both;
	width: 99.5%;
	background: url(../img/bg-live-bids.gif) repeat-y;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #DFEEF8;
}
UL.vertical-bid-list LI .thumb
{
	float: left;
	margin-right: 10px;
}
UL.vertical-bid-list LI .col1
{
	float: left;
	width: 120px;
	padding: 8px;
}
UL.vertical-bid-list LI .col2
{
	float: left;
	width: 635px;
	padding: 8px;
}
UL.vertical-bid-list LI .col2 H3.heading
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
UL.vertical-bid-list LI .col2 H3.heading A
{
	color: #FF7C00;
	text-decoration: none;
}
UL.vertical-bid-list LI .col2
{
	float: left;
	width: 630px;
}
UL.vertical-bid-list LI .col2 .fixed-bid
{
	margin: 20px 0 10px;
}
UL.vertical-bid-list LI .sub-col1
{
	float: left;
	width: 400px;
	margin-right: 50px;
}
UL.vertical-bid-list LI .sub-col2
{
	float: left;
	width: 140px;
}
UL.vertical-bid-list LI .col3
{
	float: left;
	width: 80px;
	padding: 20px 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;
}
.banner
{	margin-left:250px;
	width: 280px;
}
#bid-product-details .product-image-thumb-list
{
	margin: 10px 0;
	padding: 10px 0 0;
	padding: 10px 0;
	_padding: 10px 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;
}
#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;

}
FIELDSET .checkbox LABEL
{
	float: none;
	padding-left: 4px;
}

#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-top: 0px;
}
.message
{
	background: #E60082;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
}
A IMG
{
	border: none;
}
/*Form*/



/*Paging*/
.paging
{
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}
.paging A
{
	text-decoration: none;
}
.totalresults
{
}
/*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;
	padding: 0 0 4px;
	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*/

A.purchase-bid
{
	background: url(../img/icon-cart.gif) no-repeat;
	padding-left: 20px;
}

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;
	text-align:right;

}
FIELDSET .input
{
	clear: both;
	padding: 4px 0 6px;
}
FIELDSET .text INPUT, FIELDSET .password INPUT, FIELDSET .textarea TEXTAREA
{
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border: 1px solid #020202;
}
FIELDSET .checkbox LABEL
{
	float: none;
	padding-left: 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;
}
