/* *** Search Results default *** */
#showRoomDisplay .rsBoxblue{
background:url(resultboxes/blueResultBox.gif) no-repeat;
}
#showRoomDisplay .rsBoxgray{
background:url(resultboxes/grayResultBox.gif) no-repeat;
}
#showRoomDisplay .rsBoxbluebr{
background:url(resultboxes/blueResultBox.gif) no-repeat;
}
#showRoomDisplay .rsBoxgraybr{
background:url(resultboxes/grayResultBox.gif) no-repeat;
}
#showRoomDisplay #rsContainer{
position:relative;
border:0px solid red;
text-align:center;
width:680px; 
height:100%;
}
#showRoomDisplay .searchTitle {
	padding-left:5px;
}
#showRoomDisplay .rsRow{
position:relative;
display:block;
border:0px solid green;
padding:0px;
height:190px;
width: 664px;
margin-left:auto;
margin-right:auto;
}

#showRoomDisplay .rsWrapper{
position:relative;
display:inline;
float:left;
width:160px;
height:190px;
border:0px solid blue;
margin:3px;
}
#showRoomDisplay .rsBoxgray,#showRoomDisplay .rsBoxblue{
display:block;
border:0px solid purple;
position:relative;
color:white;
padding:10px;
padding-top:15px;
width:140px; /*160 is the true width of the background*/
height:165px; /*173 is the true height of the background*/
font-family:verdana;
font-size:8pt;
margin:0px;
text-align:left;
}
#showRoomDisplay .rsBoximg{
position:absolute;
top:99px;
left:9px;
border:1px solid white;
margin-bottom:-3px;
width:140px;
height:79px;
}

#showRoomDisplay .rsL1{
position:relative;
display:inline;
float:left;
font-weight:bold;
padding-right:3px;
z-index:2;

}
#showRoomDisplay .rsL2{
position:relative;
padding-left:0px;
margin-left:0px;
font-weight:bold;
z-index:2;
}
#showRoomDisplay .rsL4{
position:relative;
font-family:verdana;
font-size:8pt;
letter-spacing:-.01em;
z-index:2;
}
#showRoomDisplay .rsL5{
position:relative;
font-size:8pt;
letter-spacing:-.01em;
z-index:2;
}
#showRoomDisplay a.rsClick:link,#showRoomDisplay a.rsClick:visited{
color:white;
position:relative;
left:0;
top:0;
}