/* villu at adm ee */
*{
	margin:0;
	padding:0;
}
body{
	font-size:11px;
	line-height:16px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#888888;
	background-color:#FFFFFF;
}
body.bg {
	background: url(../img/bg_pop.jpg) top repeat-x;
	color: #000;
}
p{
	padding:5px 0;
}
a img{
	border:none;
}
a:link, a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover, a:active{
	color:#333333;
	text-decoration:underline;
}
input, textarea, select{
	font-size:11px;
	color:#666666;
	border:1px solid #8F7B5C;
	background-color:#f3f1EE;
	padding:2px;
}
input{
	width:50px;
}
select{
	width:56px
}
h1{
	padding-bottom:20px;
	font-size:14px;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
div.cell1, div.cell3{
	width:150px;
	float:left;
	padding:2px 0;
}
div.cell2, div.cell4{
	width:80px;
	float:left;
	padding:2px 0;
}
.row .cell2{
	border-right:1px solid #E1D7C7;
}
.row .cell3{
	margin-left:20px;
}
#auction .button, #auction .light-button{
	border:none;
}
.button, .orange-button, .light-button, .button td, .orange-button td, .light-button td{
	height:21px !important;
	border:none;
}
.button .cell1{
	width:10px !important;
	background:transparent url(../img/button.jpg) no-repeat left center;
	border:none;

}
.button .cell2{
	background:transparent url(../img/button.jpg) no-repeat center center;
	width:auto !important;
	border:none;
}
.button .cell3{
	width:10px !important;
	background:transparent url(../img/button.jpg) no-repeat right center;
	border:none;
}
.button input, .orange-button input, .light-button input{
	border:0!important;
	background:transparent!important;
	color:#FFFFFF!important;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica;
	font-size:11px!important;
	padding-bottom:2px!important;
	width:auto !important;
}
.light-button input{
	color:#000000 !important;
}
.orange-button .cell1{
	width:10px !important;
	background:transparent url(../img/orange-button.jpg) no-repeat left center;
	border:none;
}
.orange-button .cell2{
	background:transparent url(../img/orange-button.jpg) no-repeat center center;
	width: auto !important;
	border:none;
}
.orange-button .cell3{
	width:10px !important;
	background:transparent url(../img/orange-button.jpg) no-repeat right center;
	border:none;
}
.light-button .cell1{
	width:10px !important;
	background:transparent url(../img/light-button.gif) no-repeat left center;
	border:none;
}
.light-button .cell2{
	width: auto !important;
	background:transparent url(../img/light-button.gif) no-repeat center center;
	border:none;
}
.light-button .cell3{
	width:10px !important;
	background:transparent url(../img/light-button.gif) no-repeat right center;
	border:none;
}
.button, .light-button{
	margin:0 auto;
	border:none;
}
.brownspacer{
	border-top:1px solid #E1D7C7;
	height:1px;
	line-height:1px;
	font:1px;
	margin:5px 20px;
	clear:both;
}
.brownspacer-full{
	border-top:1px solid #E1D7C7;
	height:1px;
	line-height:1px;
	font:1px;
	margin:5px 0;
	clear:both;
}
.spacer{
	height:5px;
	line-height:5px;
	font-size:5px;
}

#popup-logo{
	text-align:right;
}
.close{
	text-align:right;
}
.close a{
	color:#C70000;
}
th{
	font-weight:bold;
}
th.cell1{
	width:30px;
}
th.cell2, th.cell3, th.cell4{
	width:175px;
}
#auction table{
	border:1px solid #E1D7C7;
	border-right:none; 
	border-bottom:none;
}
td, th{
	text-align:center;
	padding:2px 0;
	border-right:1px solid #E1D7C7;
	border-bottom:1px solid #E1D7C7;
}
tr.row-bg{
	background-color:#f9f7f4;
}

/* edit 080529 */
#auction, #ask-offer {
	width:550px;
	margin:0 auto 20px;
}
#ask-offer td, #ask-offer td {
	border: 0;
}
#ask-offer .brownspacer, #ask-offer .brownspacer-full {
	border-top:1px solid #b8a991;
}
#ask-offer form ul {
	list-style: none;
}
#ask-offer form li {
	clear: both;
	padding: 2px 0 6px 0;
}
#ask-offer form label {
	display: block;
	float: left;
	padding: 2px 10px 0 0;
	width: 80px;
}
#ask-offer form label.wide {
	padding: 2px 0 0 0;
	width: 240px;
}
#ask-offer form label span {
	color: #e80000;
}
#ask-offer form .form-txt {
	width: 170px;
}
#ask-offer form textarea {
	height: 140px;
	margin: 0 0 0 90px;
	width: 440px;
}
/* end edit 080529 */