@CHARSET "UTF-8";

a img
{
	border-style: none;
}

table.v2_bids
{
	border-style: solid;
	border-width: 1px;
	border-color: #95A306;
	border-spacing: 0px;
	width: 100%;
	table-layout: fixed;
}

table.v2_bids caption
{
	color:  #B2C20B;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

table.v2_bids th
{
	background-color: #CCCCCC;
	border-style: none none solid none;
	border-color: #95A306;
	border-spacing: 0px;
	border-width: 1px;
	padding: 6px;
}


table.v2_bids td
{
	border: none;
	padding: 6px 2px 6px 2px;;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 14px;
	white-space:nowrap;
}

table.v2_bids tbody.mbids
{
	background-color: #CCCCCC;
	display:		none;
}

table.v2_bids tbody.mbids td:first-child {
	background-color: #FFFFFF;
} 

#open_bids tbody.mbids td:last-child {
	background-color: #FFFFFF;
} 


.important
{
	color: #FF0000;
	font-weight: bold;
}

img.imgtoggle
{
	cursor: pointer;
}

table.v2_bids col.col_type { width: 55px; }
table.v2_bids col.col_identifier { width: 100px; }
table.v2_bids col.col_date_end { width: 150px; }

table.v2_bids col.col_price_now { width: 60px; }
table.v2_bids col.col_max_price { width: 60px; }
table.v2_bids col.col_options { width: 70px; }

#open_bids col.col_title { width: 393px; }
#open_bids col.col_status { width: 90px; }
#closed_bids col.col_title { width: 423px; }
#closed_bids col.col_status { width: 120px; }


