@import url("objectpreview.css");

div.orderListContent { 
	margin-top: 33px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 5px; 
}
div#Main { height: 1000px; }

div.format, div.technique, div.signature, div.remarks {
	display: none;
}

div.bidpanel {
	margin-top: 20px;
}

div.bidpanel input.textbox {
	float: right;
	width: 88px;
	text-align: right;
	height: 15px;
	padding-right: 2px;
	border: 1px solid #AFB2BA;
	border-right: none;
	font-size: 12px;
}

div.bidpanel span.radio {
	margin-left: 3px;
}

div.controls { margin-top: 0px; }

/* FIXME! */
div.morelink {
	/*position: static;*/
	clear: right;
	width: 90px;
}

div.bidpanel div {
	display: inline;
	font-weight: bold;
}

div.removelink {
	/*clear: right;*/
	float: right;
	width: 90px;
	height: 17px;
	margin: 8px 0px 6px 0px;
	background-color: white;
	text-align: right;
}

div.removelink a {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 8px;
}

div.removelink a:hover { color: #E6C800; }

/* navigation at top right */
div#LocalNavigation {
	position: absolute;
	top: 18px;
	left: 370px;
	width: 266px;	
	z-index: 10;
}

div#LocalNavigation div {
	width: 100%;;
	height: 17px;
	background-color: white;
	margin-bottom: 5px;
}

div#LocalNavigation a {
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	text-transform: uppercase;
}

div#LocalNavigation a:hover { color: #e6c800; }

div.orderListContent a { text-decoration: underline; }

div.nextStep {
	height:17px;
	width:266px;	
	clear:right;
	float:right;
	margin-bottom:5px;
	margin-top:20px;
	background-color:white;
	text-align: right;
}

div.nextStep a {
	text-transform: uppercase;
	margin-right: 8px;
}
div.nextStep a:hover  { color:#E6C800; }