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

.rsWrapper{
position:relative;
display:inline;
float:left;
width:160px;
height:190px;
border:0px solid blue;
margin:3px;
}
.rsBoxgray,.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;
}
.rsBoximg{
position:absolute;
top:99px;
left:9px;
border:1px solid white;
margin-bottom:-3px;
width:140px;
height:79px;
}

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

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