/* website design */

body{
width:100%;
background:#fff;
}
p,li,td{
font-size:13px;
color:#000;
}

a{
font-size:13px;
color:#000;
}

h1{
font-size:20px;
color:#000;
}
h2{
font-size:15px;
color:#000;
}

hr{
border:0px;
border-top:1px dotted #000;
height:1px;
width:100%;
}
#menu{
display:none;
}
#page{
width:100%;
background:#fff;
border:none;
}
#header{
width:777px;
height:150px;
}
#footer a{
text-decoration:none;
}


/* listings index */

.index{
float:left;
width:561px;
height:72px;
border:1px solid #999;
border-top:0px;
padding-top:10px;
}
.index p{
margin:0px;
}
.indexLeft p{
float:left;
width:325px;
padding-left:20px;
}
.indexLeft a{
font-size:13px;
color:#00c;
font-weight:bold;
}
.indexLeftSmall{
padding-top:7px;
font-size:12px;
font-weight:normal;
}
.indexRight p{
float:right;
margin-top:2px;
width:120px;
font-size:12px;
}
.indexImg {
float:left;
width:80px;
height:60px;
margin-left:10px;
border:1px solid #333;
}
.indexBg{
background:#fff;
}
.indexBgAlt{
background:#dae9c6;
}
.indexNumRows{
text-align:center;
font-weight:bold;
margin:-3px 0 7px 0;
color:#555;
}


/* listings id */

#idDescription{
float:left;
width:100%;
border:1px solid #999;
margin-bottom:20px;
}
#idDescriptionTitle{
line-height:22px;
color:#000;
}

.idImg{
float:left;
margin:10px 0 10px 45px;
width:120px;
height:90px;
}




