body
{
	font-family: verdana, arial;
	font-size: 9pt;
	margin: 0px;
}

.twocolfeaturelist
{
	width: 48%;
	float: left;
}

.fourcolfeaturelist
{
	width: 24%;
	float: left;
}

.onecolfeaturelist
{
	width: 98%;
	float: left;
}

.featurelist
{
	margin-top:0px;
}

.featureitem
{
	font-family: verdana, arial;
	font-size: 8pt;
	line-height: 13px;
}

.featureitembig
{
	font-family: verdana, arial;
	font-size: 10pt;
}

.features
{
	width:48%;
	height: 120px;
	float: left;
}

.featuresonly
{
	width:100%;
	height: 120px;
}

.comments
{
	width:48%; 
	float:left;
	border-left: 1px solid gray;
	padding-left: 15px;
	font-family: verdana, arial;
	font-size: 9pt;
	font-style: italic;
	overflow-y: auto;
	height: 120px;
}

.commentsonly
{
	width:98%;
	padding-left: 15px;
	font-family: verdana, arial;
	font-size: 9pt;
	font-style: italic;
	overflow-y: auto;
	height: 120px;
}

.roomname
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 5px;
}

.propfeatures
{
	padding-top:10px;
}

.propprice
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-style: italic;
	border-bottom: solid 1px gray;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.address
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight:bold;
	border-bottom: solid 1px gray;
	padding-bottom: 5px;
	text-align: center;
	cursor: default;
}

.nophoto
{
	width:100%;
	height:100%;
	text-align:center;
	margin-top:25%;
	font-family: Verdana, Arial;
	font-size: 18pt;
	color: Gray;
	font-weight: bold;	
}

.ddlpages
{
	position:absolute;
	width:100px;
}

.infocontainer
{
	width:100%; 
	height:200px;
}

.imgcontainer
{
	width:40%; 
	height:100%;
	float:left;
}

.imgdiv
{
	
}

.img
{
	
}

.sketchimg
{
}

.roomimage
{
	width: 210px;	
}

.featcontainer
{
	width:60%; 
	height:100%;
	float:left;	
}

.bordertable
{
}

.bordertablegradient
{
	background-image:url(img/Gradient.png);
	background-repeat: repeat-x;
}

.boxm
{
	
}

.boxtl 
{
	width:9px;
	height:10px;
	background-image:url(img/TopLeft.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.boxl 
{
	width:9px;
	background-image:url(img/Left.gif);
	background-position:left;
	background-repeat: repeat-y;
}

.boxr 
{
	width:14px;
	background-image:url(img/Right.gif);
	background-position:right;
	background-repeat: repeat-y;
}

.boxt 
{
	height:10px;
	background-image:url(img/Top.gif);
	background-position:top;
	background-repeat: repeat-x;
}

.boxtr
{
	width:14px;
	height:10px;
	background-image:url(img/TopRight.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.boxbr
{
	background-image:url(img/BottomRight.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}

.boxbl
{
	background-image:url(img/BottomLeft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:9px;
	height:14px;
}

.boxb 
{
	height:14px;
	background-image:url(img/Bottom.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}