.detail-img {
   width: 300px; height: 250px;"
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }

        .hdrBnr {
        float: right;
        width: 320px;
        height: 250px;
        padding: 0;
        margin-top: 0;
        display: block;
        }

        .listDesc {
        min-width: 20px;
        }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }

        .hdrBnr {
        float: right;
        width: 768px;
        height: 250px;
        padding: 0;
        margin-top: 0;
        display: block;
        }

        .listDesc {
        min-width: 40px;
        }
}

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        background: #555454;
        color: #1d1d20;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding: 0px;
	margin: 0px;

}
.topTxt {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#pageWrapper {
	position: relative;
	margin: 2px auto 0px;
	/*width: 70%;*/
	align: center;
	/*min-width:320px;*/
    	/* IE Dynamic Expression to set the width */
    	/*width:expression(document.body.clientWidth < 1050 ? "950px" : "70%" );*/
}
#pageStats {
        padding: 4px;
	color: #BBBBBB;
	text-align: right;
}

h3 {
	font-size: 16px;
}

#header {
	/*background: url(/images/headerbg.jpg) center right no-repeat;*/
        background-color: #E8ECEE;
        padding: 10px;
        text-align: left;
        border: 3px solid #000000;
        display: block;
}

#header h1 {
	font-size: 20px;
	padding: 0px;
	margin: -20px;
	text-indent: -3000px;
	float: left;
}
#header h3 {
	font-size: 20px;
        padding: 0px;
        margin: 0px;
}

#header .hdrMsg {
        background: url(/images/headerbg.jpg) top center no-repeat;
	float: left; 
	width: 270px; 
	height: 10px;
	margin: 0 0 0 20px;
	padding: 100px 0 0 10px; 
	font-size: 24px; 
	font-weight: bold;
}
#header .hdrBnr {
	float: right;
	width: 728px;
	height: 90px;
	padding: 0;
	margin-top: 0;
        display: block;
}
#topNav {
        padding: 6px 20px 6px 20px;
        text-align: left;
	font-size: 12px;
	color: #999999;
}
#topNav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topNav a:hover {
	text-decoration: underline;
}
#mainBody {
	padding: 20px;
	text-align: center;
        background: #FFFFFF;
        border: 3px solid #000000;
}

#gooa {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#searchTbl, #listingTbl, #sponsTbl {
        font-size: 11px;
        border-collapse: collapse;
        empty-cells: show;
        border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
        width: 90%;
        align: center;
}
#searchTbl td, #sponsTbl td {
	padding: 3px;
}
#listingTbl th {
	padding: 2px;
	background-color: #A0C241;
	color: #FFFFFF;
}
#listingTbl td {
	padding: 6px;
}
#listingTbl td.uline {
	border-bottom: 1px solid #CCCCCC;
}

#sponsTbl {
       border: 1px solid #DDDDDD;
       background-color: #FFFFFF;
	color: #999999;
	margin-bottom: 4px;
}
#sponsTbl a {
	color: #666666;
}
#sponsTbl a:hover {
	text-decoration: none;
	color: #333333;
}
.ga {
	margin-top: 4px;
	margin-top: 2px;
        /*height: 17px;*/
        height: 21px;
	width: 286px;
        text-indent: 0;
        overflow: hidden;
        display: block;
	/*border-bottom: 1px solid #990000;*/
}

/*
.ga {
        margin-top: -13px;
        height: 30px;
        text-indent: 0;
        overflow: hidden;
        display: block;
}
*/

.sa {
        margin-top: -2px;
        height: 128px;
        text-indent: 0;
        overflow: hidden;
        display: block;
}


.txtField {
        font-size: 11px;
        color: #333333;
        text-decoration: none;
        background-color: #ECF6D7;
        border: 1px solid #99CC33;
        text-decoration: none;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
}
.priceField {
        font-size: 11px;
        color: #333333;
        text-decoration: none;
        background: url(images/dollar_sign_bg.gif) top left no-repeat;
        background-color: #ECF6D7;
        border: 1px solid #99CC33;
        text-decoration: none;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 11px;
}
.findBtn {
        font-size: 11px;
	background-color: #A0C241;
	border: 1px solid #AAAAAA;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
}

#postListDiv {
        font-size: 12px;
        border: 1px solid #333333;
        width: 90%;
        margin: auto;
}

#postListDiv a {
        color: #990000;
        /*font-weight: bold;*/
}
#postListDiv a:hover {
        text-decoration: underline;
}
#postListDiv img {
        border: 1px solid #333333;
}

.listLineContainer {
	border-bottom: 1px solid #cccccc;
   	clear: both;
	display: block;
	height: 44px;

}

.listImg, .listDesc, .listPrice, .listLoc, .listDate {
   	float: left;
	padding: 8px 0 0 0;
}
.listPrice, .listLoc, .listDate {
   	float: right;
}

.listImg {
   min-width: 54px;
	padding: 2px;
}
#postListDiv img {
	max-height: 38px;
}
.bf {
	font-size: 16px;
}
.listDesc {
	min-width: 320px;
	/*max-width: 320px;*/
	overflow: hidden;
	padding-left: 5px;
	text-align: left;
}
.listPrice {
	min-width: 100px;
}
.listLoc {
	min-width: 100px;
}
.listDate {
	min-width: 100px;
}

.listHdr {
       background-color: #A0C241;
       border-left: 1px solid #333333;
       color: #FFFFFF;
	padding: 2px 0;
}
.listHdrContainer {
       background-color: #A0C241;
       border-bottom: 1px solid #333333;
	height: 17px;
}

#postListTbl {
	font-size: 11px;
        border-collapse: collapse;
        empty-cells: show;
        border: 1px solid #333333;
	width: 90%;
	align: center;
}

#postListTbl th {
	background-color: #A0C241;
	border: 1px solid #333333;
	color: #FFFFFF;
}
#postListTbl td {
        border: 1px solid #333333;
        padding: 2px;
	text-align: center;
	line-height: 15px;
}
#postListTbl .descTd {
	text-align: left;
}

#postListTbl .altColor {
	background-color: #EEEEEE;
}
#postListTbl a {
	color: #990000;
	font-weight: bold;
	text-deocration: underline;
}
#postListTbl a:hover {
	text-decoration: none;
}
#postListTbl img {
	border: 1px solid #333333;
}
#pageNumTbl, #pageNumTbl2 {
        font-size: 12px;
        padding: 3px;
	width: 90%;
	color: #AAAAAA;
}
#pageNumTbl .darktxt, #pageNumTbl2 .darktxt {
	color: #000000;
}
#pageNumTbl .pagenav, #pageNumTbl2 .pagenav {
        font-size: 13px;
	text-align: right;
}
#pageNumTbl a, #pageNumTbl2 a {
        color: #990000;
        text-decoration: none;
}
#pageNumTbl a:hover, #pageNumTbl2 a:hover {
        color: #990000;
        text-decoration: underline;
}
#loginBox {
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin-left: 200px;
	width: 300px;
}
#loginBox td {
        border: 1px solid green;
}
#postTbl {
        font-size: 12px;
        border-collapse: collapse;
        empty-cells: show;
        border: 1px solid #333333;
        width: 90%;
        align: center;
}
#postTbl th {
        background-color: #A0C241;
        border-bottom: 1px solid #333333;
        color: #FFFFFF;
	padding: 3px 4px 3px 5px;
	text-align: left;
}
#postTbl td {
        padding: 20px;
        text-align: left;
        line-height: 17px;
}
#postTbl p {
	line-height: 19px;
}
#postTbl h2 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	line-height: 26px;
}
#postTbl .imgBox {
	text-align: center;
}
#postTbl .postMeta {
	padding: 0px 10px 10px 10px;
	float: right;
	font-size: 12px;
	line-height: 20px;
}
#postTbl .postDate {
	font-size: 11px;
	padding-top: 8px;
	margin: 0px;
	color: #666666;
}
#postTbl a {
	color: #990000;
	text-decoration: underline;
}
#postTbl a:hover {
	text-decoration: none;
}
a.backLink {
	text-align: left;
        width: 90%;
	padding-left: 20px;
	padding-bottom: 5px;
}

#splash {
	position: absolute;
        background: #FFFFFF;
        z-index: 99;
	top: 4px; 
	left: 50%;
	margin-left: -400px;
        width: 800px;
        height: 580px;
        border-top: 2px solid #FFFFEE;
	border-right: 20px solid #FFFFEE;
        border-bottom: 20px solid #FFFFEE;
        border-left: 20px solid #FFFFEE;
	display: block;
	visibility: visible;
}
#splash .closeme {
	float: right;
	padding: 3px 0;
}
#splash .i {

}
#splash .shdr {

}
#splash .sfooter {

}
