/* CSS Document */
.rentalHeading{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
th{
border-top: 1px solid #FFFFFF;
border-right: 1px solid #337FCB;
border-bottom: 1px solid #337FCB;
border-left: 1px solid #FFFFFF;
background-color: #7CBAF7;
}
#rentalBG{
background-color:#E0F4FC;
border: 1px solid #2DBAF0;
padding: 10px 10px 10px 10px;
/*background-color:#F3F2EE;*/
}
img.propPic{
border: 1px solid #2DBAF0;
margin: 5px 10px 10px 0px;
}
.infoBox{
padding: 10px 10px 10px 10px;
border: 1px solid #CCCCCC;
margin: 5px;
background-color:#FFFFFF;
display: block;
text-align: left;
}
.comments{
padding: 10px;
text-align: center;
}
.addendum{
text-align: center;
}
html>body .infoBox {
/*width:315px;*/
}
dl{
display:block;
clear:both;
}
dt{
font-weight: bold;
border-bottom: 1px dashed #CCCCCC;
}
dd ul{
display:block;
width: 500px;
}
dd ul li{
display: inline;
float: left;
}
