 /* *** Search Results List *** */
.rsBoxblue{
background:#2D64BE;
}
.rsBoxgray{
background:#B6B6B6;
}
.rsBoxbluebr{
background:#2D64BE;
}
.rsBoxgraybr{
background:#B6B6B6;
}
#rsContainer{
position:relative;
border:0px solid red;
text-align:center;
width:680px; 
height:100%;
}

.rsWrapper{
position:relative;
display:inline;
float:left;
width:100%;

border:1px solid #4E4E4E;
margin:3px;
overflow:hidden;
}
.rsBoxgray,.rsBoxblue{
display:block;
border:0px solid purple;
position:relative;
color:white;
padding:10px;
width:100%; /*160 is the true width of the background*/
height:95px; /*173 is the true height of the background*/
font-family:verdana;
font-size:8pt;
margin:0px;
text-align:left;
}
.rsBoximg{
position:absolute;
border:1px solid white;
margin-bottom:-3px;
width:140px;
height:79px;
}

.rsL1{
position:absolute;
left:160px;
top:+1em;
font-weight:bold;
padding-right:3px;
z-index:2;

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

