* {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	color: #4e1515;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 8px;
}

h2 a {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 8px;
}

h3 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 12px;
}

a img {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
/*	background: url('images/bg_body.gif') top center repeat-y #ccc; */
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 110px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header_top {
	height: 110px;
	background: url('images/header.jpg') top left no-repeat;
}

#header_bottom {
	height: 37px;
	background: url('images/sliver.jpg') top left no-repeat;
}

#logline {
	/*	text-align: right;*/
	color: #fff;
	position: absolute;
	top: 14px;
	right: 39px;
}

#logline strong {
	font-weight: normal;
	font-size: 14px;
}

#logline a img {
	position: relative;
	top: 10px;
	left: 6px;
}

#topnav {
	list-style-type: none;
	position: absolute;
	bottom: 8px;
	left: 197px;
	width: 631px;
}

#topnav li {
	display: inline;
	border-right: 1px solid #330032;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

#topnav li.current {
	background-color: #ffffcc;
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav li.current a {
	color: #000;
	font-weight: bold;
}

#topnav a {
	font-size: 14px;
	padding: 6px 0;
}

#main {
	position: relative;
}

#col1 {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 12px;
	width: 190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #330032;
}

#col2 {
	position: absolute;
	top: 0;
	left: 185px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	width: 738px;
}

#col2 h1 {
	font-weight: bold;
	font-size: 16px;
}

#col2 ul {
	margin-left: 12px;
}

#col3 {
	position: absolute;
	top: 5px;
	padding: 14px 20px;
	left: 188px;
}

#col3 h1 {
	font-weight: normal;
	font-size: 20px;
}

#col3 ul {
	margin-left: 12px;
}

#leftnav {
	padding-bottom: 12px;
}

#searchbox {
	border-top: 1px solid #330032;
	padding-top: 20px;
}

#searchbox, #leftnav h2 {
	padding-left: 14px;
	padding-right: 10px;
}

#searchbox input {
	margin-top: 3px;
}

#leftnav {
	padding-bottom: 20px;
}

#btn_go {
/*	position: relative;
	top: -14px;
	right: 16px;
*/
	display: block;
	text-align: right;
}

#bid_box {
	color: #fff;
	font-size: 14px;
	position: relative;
	width: 750px;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 16px;
	background-image: url(images/bid-header.jpg);
}

#bid_box strong {
	font-weight: normal;
	font-size: 18px;
}

#btn_placebid {
	position: absolute;
	top: 8px;
	right: 5px;
}

#lot_info {
	padding-left: 20px;
}

#lot_photo {
	position: absolute;
	top: 40px;
	left: 0;
}

.subnav {
	padding: 8px 14px;
}

#leftnav .current {
	background-color: #FF9900;
}

#leftnav .current a {
	color: #000;
	font-weight: bold;
}

.item .title {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.view-lots {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #330;
	text-decoration: none;
	background-color: #FFF;
	height: 49px;
	width: 150px;
	padding: 8px;
}

.item {
	vertical-align: middle;
	padding: 4px 8px;
	/*	padding: 8px 16px;*/
	background-color: #ffeec4;
}

.item h4 {
	margin-bottom: 4px;
}

.item ul {
	margin-top: 3px;
	list-style-type: square;
}

#confirm_bid {
	margin-top: 14px;
	padding: 36px;
	background-color: #FFFFFF;
}

.confirm_photo {
	float: left;
	margin-right: 12px;
}

.buttons {
	text-align: right;
	width: 150px;
}

.buttons input {
	font-size: 16px;
	margin-left: 12px;
	background-color: #f6dc98;
	width: 100px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-weight: bold;
}

#warning {
	position: absolute;
	width: 460px;
	top: 20px;
	left: 100px;
	margin-top: 14px;
	padding: 36px;
	background-color: #f9f6e2;
	text-align: center;
}

#warning h1 {
	font-size: 26px;
	margin-bottom: 6px;
}
#warning p {
	margin-top: 12px;
	font-size: 16px;
}

#warning strong {
	font-size: 20px;
}

#warning .buttons {
	text-align: center;
	margin: 24px 0;
}

#bid_history th {
	background-color: #f6dc98;
}

#bid_history th.currency, #bid_history td.currency {
	text-align: right;
}

#bid_history td, #bid_history th {
	text-align: left;
	padding: 4px 8px;
	font-size: 14px;
}

#bid_history .even td {
	background-color: #f9f6e2;
}

.question {
	font-weight: bold;
	font-size: 16px;
}

#help_content {
	width: 700px;
}

#help_content ol, #help_content ul {
	margin: 12px 20px 12px 40px;
}
.bidText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

