/* CSS Document */

.largeImage { }

#forSale {
	width: 430px;
	background-image: url(/images/for-sale-panel-bg.jpg);
	background-repeat: repeat-x;
	background-color: #CDEB8B;
	padding: 10px;
	border: 1px solid #CC0000;
	margin: 5px 0px;
	margin-top:10px;
	color:#333333;
}
#forSale h2 { color:#CC0000; text-transform:uppercase; }
#forSale h2, #forSale p { line-height:16px; margin-bottom:12px; }
#forSale p:last-child {margin-bottom:0px; }
#buyButtons {background-color:#FFFFFF; padding:5px;}
.buyBtnHolder { font-size:11px; text-align:center; float:left; width:49%;}
.smallBox { margin:5px 0px; width:750px; padding-bottom:0px;}
.smallBox img {margin:0px; margin-bottom:10px; margin-right:10px; }
.feedback { margin-top:15px; }

	#border {
				background: #fff;
				border: 1px solid #000;
				position: absolute;
				top: 20px;
				bottom: 20px;
				left: 20px;
				right: 20px;
				overflow: hidden;
				clear:both;
				}
			#border #gaBG {z-index: 0;}
#hd a{
	background-image:url(../images/hd.png);
	width:120px;
	height:26px;
	display:block;
	margin-top:7px;
	margin-left:5px;
	position:absolute;
	}
.largeImage {border: 1px solid #333;}				

