/* 
	TURQUOISE - #95B1BD 
	DARK BLUE - #45506E
*/

#divNoScript{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 9999;
	text-align: center;
	font-size: 24px;
	padding-top: 100px;
}

body{
	font-family: arial;
	font-size: 12px;
	color: #666666;
	background-color: black;
	
	
	/*	
	background-image: url(/_images/header/back.png);
	background-color: #18191D;
	*/
	background-position: top;
	background-image: url(/_images/header/baserepeater.jpg);
	background-repeat:repeat-x;
	background-color: #dddddd;
	
}

p{
	line-height: 1.3em;
	margin-bottom: 10px;
}

a{
	text-decoration: none;
	color: blue;
}

a:hover{
	text-decoration: underline;
}

ul,ol{
	margin-bottom: 10px;
}

ul li{
	list-style-type: circle;
}

ol li{
	list-style-type: decimal;
}

li{
	list-style-position: outside;
	margin-left: 25px;
	line-height: 1.3em;
}

.red{
	color: red;
}

.black{
	color: black;
}

div.clear{
	clear: both;
}

hr{
	margin: 5px 0px;
	padding: 0px;
	border: 0px;
	height: 1px;
	background-color: lightgray;
	clear: both;
	width: 100%;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

th,td{
	line-height: 1.3em;
	vertical-align: top;
	text-align: left;
}

table.tblForm{
	width: 100%;
}

table.tblForm th,table.tblForm td{
	padding-bottom: 5px;
}

table.tblForm th{
	padding-top: 1px;
}

table.tblForm th label{
	font-size: 12px;
}

table.tblForm td.checkradio{
	padding-top: 1px;
}

table.tblForm input.below{
	margin-top: 3px;
}

input,textarea,select{
	border: 1px solid gray;
	font-family: arial;
	color: gray;
	font-size: 11px;
	padding: 1px;
}

input:focus,textarea:focus,select:focus{
	background-color: #95B1BD;
	color: black;
}

textarea{
	height: 150px;
}

textarea.short{
	height: 50px;
}

input[type=checkbox],input[type=radio]{
	border: 0px;
	vertical-align: middle;
	margin-right: 3px;
}

input[type=button],input[type=submit]{
	padding: 2px 5px;
	cursor: pointer;
	background-color: lightgrey;
	color: black;
}

input[type=button]:hover,input[type=submit]:hover{
	background-color: #45506E;
	color: white;
}

input.small,textarea.small,select.small{
	width: 15%;
}

input.medium,textarea.medium,select.medium{
	width: 30%;
}

input.long,textarea.long,select.long{
	width: 50%;
}

input.full,textarea.full,select.full{
	width: 98%;
}

label{
	font-size: 11px;
}

#divPage{
	margin: 10px auto;
	width: 974px;
	border: 3px solid white;
	background-color: white;
}

#divHeader{
	position: relative;
}

#divLoggedIn{
	position: absolute;
	bottom: 5px;
	right: 3px;
}

#divTopNav{
	background-color: #EBEBEB;
	height: 28px;
}

#divTopNav ul{
	height: 22px;
	padding: 3px 0px;
	background-color: #95B1BD;
	margin: 0px;
}

#divTopNav li{
	float: left;
	list-style-type: none;
	margin: 0px;
	line-height: 1em;
}

#divTopNav a{
	background-color: #95B1BD;
	color: white;
	display: block;
	padding: 5px 15px 5px 35px;
	text-decoration: none;
	background-image: url(/_images/topnav/hammer_up.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 10px 2px;
	border-right: 1px solid white;
}

#divTopNav a:hover{
	background-image: url(/_images/topnav/hammer_down.jpg);
	background-color: #45506E;
}

#divTopNav a.last{
	border: 0px;
}

#divTopNav ul.left{
	float: left;
	background-color: #BFCFD7;
}

#divTopNav ul.right{
	float: right;
	font-weight: bold;
	background-color: #5E879B;
}

#divFooter{
	background-color: #EBEBEB;
	font-size: 10px;
	height: 12px;
	padding: 4px 5px 3px 5px;
	clear: both;
}

#divFooter div.left{
	float: left;
}

#divFooter div.right{
	float: right;
}

#divHammer{
	position: absolute;
	top: 65px;
	left: 585px;
}

#divHome{
	position: relative;
	padding: 20px;
	height: 450px;
	width: 932px;/*542px;*/
}

#divHome div.vert_pics{
	width: 250px;
	height: 100%;
	float: left;
	margin-right: 20px;
	position: relative;
}

#divHome div.hoz_pics{
	width: 435px;
	height: 255px;
	float: right;
	margin-top: 15px;
	position: relative;
}

#divHome div.overlay{
	position: absolute;
	width: 100%;
	z-index: 998;
}

#divVertOverlay{
	background-image: url(/_images/home/vert_overlay.png);
	height: 450px;
}

#divHozOverlay{
	background-image: url(/_images/home/hoz_overlay.png);
	height: 100%;
}

ul.ulHomeImages li{
	list-style-type: none;
	margin: 0px;
	line-height: 1em;
}

ul.ulHomeImages li.no_show{
	display: none;
}

h1{
	font-size: 24px;
	margin-bottom: 10px;
	clear: both;
}

h2{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
	clear: both;
}

h2.notop{
	margin-top: 0px;
}

h2.link{
	font-weight: normal;
}

h2.yourbid{
	color: green;
}

h2.yourbid span{
	font-size: 12px;
	color: gray;
	font-style: italic;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
	font-weight: normal;
}

#divHomeLinks{
	float: left;
}

#divInfoPage{
	position: relative;
	padding: 20px;
	min-height: 360px;
	background-image: url(/_images/infopage/hammer.jpg);
	background-repeat: no-repeat;
	background-position: 619px 10px;
}

#imgCorner{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 999;
}

#divInfoPage p,#divInfoPage table,#divInfoPage ul,#divInfoPage ol,#divInfoPage table{
	width: 580px;
}

div.tandc li{
	margin-bottom: 5px;
}

#iSite_link{
	color: gray;
}

ul.account_menu{
	margin-bottom: 25px;
}

ul.account_menu li{
	list-style-type: none;
	margin: 0px;
}

ul.account_menu a{
	display: block;
	padding-left: 80px;
	line-height: 3em;
	border-bottom: 1px solid lightgrey;
	font-size: 14px;
	color: black;
	background-image: url(/_images/account/list_item.jpg);
}

ul.account_menu a.top{
	border-top: 1px solid lightgrey;
}

ul.account_menu a:hover{
	text-decoration: none;
	background-image: url(/_images/account/list_item_on.jpg);
	color: #45506E;
}

#aBack{
	position: absolute;
	top: 20px;
	right: 350px;
	display: block;
	background-color: lightgrey;
	padding: 5px 7px;
	color: gray;
	border: 1px solid gray;
}

#aBack:hover{
	color: black;
	text-decoration: none;
}

#aBack.sales{
	right: 20px;
}

table.tblInterests td{
	width: 33%;
	padding-bottom: 5px;
}

table.tblInterests td.center{
	text-align: center;
}

#divPastSales{
	position: absolute;
	top: 50px;
	right: 85px;
}

ul.pastsales{
	margin-top: 20px;
}

ul.pastsales li{
	list-style-type: none;
	margin: 0px 10px 10px 10px;
	float: left;
	width: 125px;
	height: 150px;
	text-align: center;
	word-wrap: break-word;
	padding: 3px;
}

ul.pastsales li a{
	color: gray;
}

ul.pastsales li a:hover{
	text-decoration: none;
	color: black;
}

ul.pastsales li a img{
	margin-bottom: 3px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

ul.pastsales li a:hover img{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#divSalesPage{
	position: relative;
	padding: 20px;
	min-height: 382px;
}

#divSalesPage #imgCorner{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#divLHS{
	width: 180px;
	float: left;
}

#divRHS{
	float: right;
	width: 730px;
}

div.divLeftNav{
	width: 180px;
	background-image: url(/_images/leftnav/back.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

div.divLeftNav div.top{
	height: 35px;
	background-image: url(/_images/leftnav/header.jpg);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4em;
}

div.divLeftNav div.bottom{
	height: 20px;
	background-image: url(/_images/leftnav/footer.jpg);
}

div.divLeftNav ul{
	margin-bottom: 0px;
}

div.divLeftNav li{
	list-style-type: none;
	margin: 7px 10px 0px 10px;
	border-bottom: 1px dotted lightgrey;
	padding-bottom: 7px;
}

div.divLeftNav li a.on{
	text-decoration: underline;
	color: black;
}

table.auc_info th,table.auc_info td{
	border: 1px solid lightgrey;
	padding: 2px 4px;
}

table.auc_info th{
	background-color: #F7F7F7;
}

table.auc_info td.hide{
	text-align: center;
	background-color: gray;
	color: white;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

table.auc_info td.hide:hover{
	background-color: lightgrey;
	color: black;
}

table.tblAuction.account{
	margin-bottom: 100px;
}

table.tblAuction th,table.tblAuction td{
	text-align: center;
}

table.tblAuction th{
	width: 10%;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
}

table.tblAuction th.pic{
	width: 15%;
}

table.tblAuction th.desc{
	width: 60%;
}

table.tblAuction th.bids{
	width: 5%;
}

table.tblAuction .desc{
	text-align: left;
}

table.tblAuction .desc img{
	border: 0px;
	margin-top: 5px;
	margin-right: 5px;
	vertical-align: -35%;
}

table.tblAuction .desc img.proxy{
	margin-right: 1px;
}

table.tblAuction .desc img.tender{
	margin-right: 3px;
}

table.tblAuction .desc span.small{
	font-size: 11px;
	color: black;
}

table.tblAuction img{
	border: 1px solid gray;
}

table.tblAuction .pic{
	text-align: left;
}

table.tblAuction td{
	padding-top: 5px;
}

p.pPagination{
	font-weight: bold;
	margin-bottom: 100px;
}

p.pPagination a{
	font-weight: normal;
	margin: 3px;
}

p.pPagination a.on{
	text-decoration: underline;
	font-weight: bold;
}

p.pPagination a.off{
	color: gray;
	cursor: default;
}

p.pPagination a.off:hover{
	text-decoration: none;
}

div.divPageSort{
	margin-bottom: 10px;
	padding: 3px;
	padding-left: 6px;
	background-color: #F2F2F2;
	border: 1px dotted lightgrey;
}

div.divPageSort.search{
	background-color: #FFEFD5;
}

div.divPageSort .left{
	float: left;
}

div.divPageSort .right{
	float: right;
}

div.divPageSort .right label{
	margin-left: 10px;
}

div.divPageSort input.clear{
	background-color: orange;
}

div.divPageSort .clear:hover{
	background-color: #FFD39B;
	color: black;
}

#divSearchBox{
	padding: 7px 0px 0px 11px;
}

#divColorBoxInline{
	display: none;
}

div.divPopupMessage p{
	text-align: center;
	color: black;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

div.divPopupMessage.bids{
	padding: 10px;
}

#divRefreshing p img{
	margin-right: 10px;
}

div.divPopupMessage p.small{
	font-size: 14px;
	font-weight: normal;
}

img.imgLot{
	border: 1px solid gray;
}

#divLotInfo{
	float: left;
	margin-bottom: 15px;
	width: 410px;
}

#ulLotBoxes{
	position: relative;
	top: 1px;
}

#ulLotBoxes li{
	list-style-type: none;
	margin: 0px;
	float: left;
	margin-left: 10px;
}

#ulLotBoxes a{
	display: block;
	padding: 5px 10px;
	border: 1px solid lightgrey;
	color: gray;
	background-color: #EBEBEB;
}

#ulLotBoxes a.on{
	border-bottom: 1px solid white;
	color: black;
	background-color: white;
}

#ulLotBoxes a:hover{
	text-decoration: none;
	background-color: white;
}

#divLotBoxes{
	clear: both;
	border: 1px solid lightgrey;
	margin-bottom: 130px;
}

#divLotBoxes div.box{
	display: none;
	padding: 15px 15px 7px 15px;
}

#divLotBoxes div.desc{
	padding: 15px 20px 7px 20px;
	display: block;
}

#divLotBoxes div.images img{
	border: 1px solid gray;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}

#divLotBoxes div.images a img{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#divLotBoxes div.images a:hover img{
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

table.lotinfo{
	margin-bottom: 5px;
}

table.lotinfo tr.bid{
	font-size: 16px;
	color: green;
}

table.lotinfo tr.time{
	font-size: 14px;
	color: #CC1100;
}

table.lotinfo tr.place{
	font-size: 14px;
	color: black;
	border-bottom: 1px dashed gray;
}

table.lotinfo tr.place td{
	padding-bottom: 10px;
}

table.lotinfo tr.trBestOffer{
	font-size: 14px;
	color: black;
	border-bottom: 1px dashed gray;
}

table.lotinfo tr.trBestOffer td,table.lotinfo tr.trBestOffer th{
	padding: 5px 0px;
}

table.lotinfo tr.trBestOffer th{
	color: #9D5F00;
	font-size: 12px;
	padding-top: 7px;
}

table.lotinfo tr.first th,table.lotinfo tr.first td{
	padding-top: 8px;
}

table.lotinfo tr.place input{
	font-size: 12px;
}

table.lotinfo tr.place input[type=text]:focus{
	background-color: white;
}

#divLotButtons{
	text-align: left;
}

#divLotButtons img{
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 10px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#divLotButtons a:hover{
	text-decoration: none;
	color: black;
}

#divLotButtons a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
}

#divLotNav{
	position: absolute;
	top: 20px;
	right: 20px;
}

#divLotNav a{
	position: static;
	display: block;
	margin-left: 10px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	height: 25px;
	float: left;
}

#divLotNav a.off{
	cursor: default;
}

#divLotNav a.off:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#divLotNav a:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}

#aListings{
	background-image: url(/_images/lots/back.jpg);
	width: 65px;
}

#aPrevious{
	background-image: url(/_images/lots/left.jpg);
	width: 24px;
}

#aNext{
	background-image: url(/_images/lots/right.jpg);
	width: 24px;
}

#aPrevious.off{
	background-image: url(/_images/lots/left_off.jpg);
}

#aNext.off{
	background-image: url(/_images/lots/right_off.jpg);
}

p.pBid input{
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
}

div.divPopupTandC{
	height: 300px;
	overflow: auto;
	border: 1px solid gray;
	padding: 5px 7px;
	margin-bottom: 15px;
	background-color: #F2F2F2;
}

div.divTandCAccept{
	text-align: center;
	margin-bottom: 5px;
}

div.divTandCAccept input{
	font-size: 14px;
	padding: 5px 7px;
	margin-right: 10px;
	color: white;
}

div.divTandCAccept input.agree{
	background-color: green;
}

div.divTandCAccept input.disagree{
	background-color: red;
}

div.divTandCAccept input.agree:hover{
	background-color: #D2FFD2;
}

div.divTandCAccept input.disagree:hover{
	background-color: #FFB7B7;
}

div.divTandCAccept input:hover{
	color: black;
}

#divCredit{
	text-align: center;
	color: black;
	position: relative;
	padding-top: 30px;
	width: 180px;
}

#divCredit div{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 180px;
}

#divCredit div.bar_fill{
	background-image: url(/_images/leftnav/credit_fill.jpg);
}

#divCredit div.bar_back{
	background-image: url(/_images/leftnav/credit_back.gif);
}

#spnCredit{
	font-weight: bold;
}

#spnCredit.red{
	color: red;
}

#spnCredit.green{
	color: green;
}

#divScrollingMessage{
	position: relative;
	display: none;
	overflow: hidden;
	height: 22px;
	color: gray;
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 10px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	background-color: #C2D2DA;
}

#divScrollingMessage .scrollingtext{
	position: absolute;
	white-space: nowrap;
}

#divScrollingMessage .overlay{
	position: absolute;
	background-image: url(/_images/lots/scroll.png);
	width: 730px;
	height: 25px;
	top: 0px;
	left: 0px;
}

#divPaused{
	background-color: red;
	border: 2px dotted black;
	color: white;
	text-align: center;
	padding: 8px 10px 5px 10px;
	margin-bottom: 10px;
	display: none;
}

#divPaused .title{
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}

#divPaused p{
	margin-bottom: 3px;
}

div.divResumed{
	background-color: green;
	border: 2px dotted black;
	color: white;
	text-align: center;
	padding: 8px 10px 5px 10px;
	margin-bottom: 10px;
	display: none;
}

div.divResumed .title{
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}

div.divResumed p{
	margin-bottom: 3px;
}

#divLotPaused{
	display: none;
}

#divAuctionPaused{
	display: none;
}

#divEmailToFriend{
	width: 400px;
	font-size: 16px;
	padding: 10px;
}

#divEmailToFriend input{
	font-size: 14px;
}

#divEmailToFriend span.title{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
}

#spnEmailToFriend{
	display: none;
	text-align: center;
	font-size: 24px;
	color: black;
	font-weight: bold;
	padding-top: 80px;
}

tr.place img{
	vertical-align: middle;
	margin-left: 5px;
}

tr.place img.proxy{
	margin-right: 1px;
}

tr.place img.tender{
	margin-right: 3px;
}

tr.place span.small{
	font-size: 11px;
	color: black;
	font-weight: normal;
}

tr.trBestOffer span.small{
	font-size: 11px;
	color: black;
	font-weight: normal;
}

table.tblLotBox{
	width: 100%
}

table.tblLotBox th{
	width: 60px;
	text-align: left;
}

table.tblLotBox td{
	padding-bottom: 10px;
}

#divHomeFlashContent{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 30px;
}

#divAuctionTotals{
	position: absolute;
	top: 18px;
	right: 20px;
	float: right;
	width: 500px;
	height: 100px;
	text-align: right;
	font-size: 16px;
	line-height: 1.5em;
}

#divAuctionTotals .small{
	font-size: 12px;
}

table.tblContact{
}

table.tblContact td,table.tblContact th{
	padding: 3px;
}

span.spnAltCurrency{
	font-style: italic;
	font-size: 12px;
	color: gray;
}

table.tblSalesBoxes td{
	border-bottom: 1px dashed lightgrey;
	border-right: 1px dashed lightgrey;
	width: 33%;
	text-align: center;
	padding: 10px;
}

table.tblSalesBoxes td.noright{
	border-right: 0px;
}

table.tblSalesBoxes tr.nobottom td{
	border-bottom: 0px;
}

table.tblSalesBoxes td a{
	color: black;
}

table.tblSalesBoxes td .title{
	color: black;
	font-weight: bold;
	font-size: 14px;
}

table.tblSalesBoxes td img{
	margin: 10px 0px;
}

table.tblSalesBoxes td a:hover img{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#divHomeBottomLinks{
	position: absolute;
	top: 415px;
	left: 293px;
	height: 55px;
	width: 460px;
}

#divHomeBottomLinks a{
	margin-right: 30px;
}

#divAssetDisposal img{
	margin-right: 10px;
	margin-bottom: 10px;
}

img.imgArchived{
	float: right;
	width: 300px;
	border: 1px solid gray;
	margin-left: 10px;
	margin-bottom: 10px;
}

h2.noclear{
	clear: none;
}

a.aArchived{
	display: none;
	color: white;
}

#divLotImgs{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#divLotImgs div.main_image{
	position: relative;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
}

#divLotImgs div.main_image a.zoom{
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-image: url(/_images/lots/zoom_icon.png);
	width: 30px;
	height: 30px;
}

#divLotImgs div.main_image a.zoom_cancel{
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-image: url(/_images/lots/zoom_icon_cancel.png);
	width: 30px;
	height: 30px;
	z-index: 9999;
	display: none;
}

#divLotImgs div.thumbnails div.container{
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	float: left;
	line-height: 32px;
	text-align: center;
	margin-right: 5px;
	margin-top: 5px;
	overflow: hidden;
}

#divLotImgs div.thumbnails div.container:hover{
	border-color: #bbb;
}

#divLotImgs div.thumbnails div.container.on{
	border-color: #888;
}

#divLotImgs div.thumbnails div.container.on:hover{
	border-color: #888;
}

#divLotImgs div.thumbnails div.container img{
	vertical-align: middle;
}

#divLotZoomer{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#divLotZoomer img{
	border: 1px solid gray;
}

a.aPSC_Back{
	position: absolute;
	top: 20px;
	right: 370px;
}









#divInfoPage #aListings{
	display: block;
	height: 25px;
}

#divInfoPage #aListings:hover{
	opacity: 0.8;
}