.image_container
{
	width: 200px;
	float: left;
	margin-right: 16px;
	display: inline;
}

.image
{
}

.auction-list
{
	padding: 0;
	background: #fff;
	height: 100%;
}

.auction-list ul
{
	margin-left: 8px;
	padding: 0;
	list-style: none;
}

.object_name
{
	padding: 0;
	margin-top: 0;
}

.auction-list-item0
{
	background: #eee;
}

.auction-list-item1 
{	
	background: #ddd;
}	

.auction-list-item0,
.auction-list-item1
{
	padding: 8px;
	margin: 0 auto;
}

.auction-detail
{
	width: 100%;
	overflow: auto;
	font-family: verdana;
	font-size: 11px;
}

.auction-detail p span
{
	display: block;
}

.auction-detail p span label
{
	width: 200px;;
	font-weight: bold;
}


.message
{
	border: solid 1px #000;
	padding: 5px;
	margin-bottom: 5px;
	
	color: #fff;
	background: #006cab;
}

.form
{
	margin: 0;
	padding: 0;
}

.item
{
	border-collapse: collapse;
	width: 100%;
}

.item td
{
	overflow: hidden;
	padding: 3px;
}

.item .data {
	border: solid 1px #000;
	border-left: 0;
	border-right: 0;
	vertical-align: top;
}

.item .image {
	border: solid 1px #000;
	border-right: 0;
	width: 120px;
	overflow: hidden;
	vertical-align: top;
}

.item .action
{
	border: solid 1px #000;
	border-left: 0;
	width: 60px;
	vertical-align: top;
	background: #f7df52;
	color: #000;
	font-size: 75%;
}

.item .data h1 
{
	color: #000;
	font-size: 80%;
	margin: 1px 0px;
}

.item a
{
	text-decoration: none;
}

.item a:hover
{
	text-decoration: underline;
}

.item .data .summary
{
	color: #000;
	font-size: 70%;
	margin: 0;
	font-style: italic;
}

.item .data .description
{
	color: #000;
	font-size: 70%;
	margin: 0;
}

.item .details
{
	color: #000;
	font-size: 70%;
	border-collapse: collapse;
	margin-top: 4px;
}

.item .details td
{
	vertical-align: top;
	margin: 0;
	padding: 2px 0;
}

.item .details .label
{
	padding-right: 6px;
}

.item .price
{
	color: #f00;
	font-weight: bold;
}

.pin_code
{
	border: solid 1px #000;
	padding: 4px;
	margin-top: 8px;
	
	background-color: #9cb6e7;

	font-size: 80%;
}

.user_information
{
	border: solid 1px #000;
	margin-top: 8px;
	padding: 4px;
	width: 300px;
	background-color: #d6e7ff;
	color: #000;
}

.user_information p
{
	vertical-align: top;
	display: block;
	height: 16px;
	clear: left;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}

.user_information label
{
	float: left;
}

.user_information table
{
	font-size: 80%;
	color: #000;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.user_information table td
{

}

.error
{
	color: #f00;
	font-weight: bold;
	float: left;
	text-align: left;
}

.textfield
{
	border: solid 1px #000;
	background-color: #eee;
	color: #000;
	float: right;
	display: inline;
	clear: none;
}

.bid
{
	background-color: #fefb9b;
	width: 70px;
	text-align: right;
}

#content_container #content_outer #content 
{
	background-color: #ffffff;	
}

#content_container h3
{
}
