@charset "UTF-8";

/* CSS Document */

.topGraphic {
	background: url("../images/detailspage/bidsTop.png") no-repeat;
	width: 529px;
	height: 183px;
	display: block;
	float: left;
}

.bottomBid {
	background: url("../images/detailspage/bid.png") top left no-repeat;
	width: 236px;
	height: 312px;
	display: block;
	clear: left;
	float: left;
	hasLayout: 1;
}

.bottomBid:hover {
	background: url("../images/detailspage/bid.png") top right no-repeat;
	hasLayout: 1;
}

.bottomBidSelected {
	background: url("../images/detailspage/smallbid.png") top left no-repeat;
	width: 175px;
	height: 232px;
	display: block;
	float: left;
	hasLayout: 1;
}
.bottomBidSelected:hover {
	background: url("../images/detailspage/smallbid.png") top right no-repeat;
	hasLayout: 1;
}

.bottomNyp {
	background: url("../images/detailspage/nyp.png") top left no-repeat;
	width: 236px;
	height: 312px;
	display: block;
	float: left;
	hasLayout: 1;
}

.bottomNyp:hover {
	background: url("../images/detailspage/nyp.png") top right no-repeat;
	hasLayout: 1;
}

.bottomNypSelected {
	background: url("../images/detailspage/smallnyp.png") top left no-repeat;
	width: 175px;
	height: 232px;
	display: block;
	float: left;
	hasLayout: 1;
}
.bottomNypSelected:hover {
	background: url("../images/detailspage/smallnyp.png") top right no-repeat;
	hasLayout: 1;
}

.textLabel {
	margin-top: 11px;
}

.checkBoxLabel {
	margin-top: 6px;
}

input.radio {
	float: left;
	margin: 10px 10px 0 0;
}

.underline {
	text-decoration: underline;
}

.questionMark {
	margin-top: 25px
}



#spaceTop {
	margin-top: 75px
}

#charges div.top {
	background: url("../images/browse/charges-top.png");
	width: 399px;
	height: 7px;
	overflow: hidden;
}

#charges div.content {
	background: #e6e6e6;
	width: 399px;
}

#charges div.bottom {
	background: url("../images/browse/charges-bottom.png");
	width: 399px;
	height: 7px;
	overflow: hidden;
	margin-bottom: 5px;
}


a.updateprice {
	background: url("../images/buttons/button-update-price.png") top left no-repeat;
	text-indent: -99999px;
	height: 25px;
	width: 104px;
	text-indent: -99999px;
	display: block;
	float:left;
	margin:3px 10px;
	hasLayout: 1;
}

a.updateprice:hover {
	background: url("../images/buttons/button-update-price.png") bottom left no-repeat;
	hasLayout: 1;
}

.radiobig{
	display:inline;
	font-size:16px;
	font-weight:bold;
}