/* CSS Document */
#feature_container{
position:absolute;
top:132px;
left:169px;
width:801px;
}

.feature_wrapper{
float:left;
width:370px;
margin-right:30px;
cursor:pointer;
height:160px;
}
#feature_container a:hover,#feature_container a:link,#feature_container a:visited{
text-decoration:none;
color:#011C51;}

.price{
font-size:12px;
color:#011C51;
font-weight:bold;
padding-top:0px;
padding-bottom:1px;
}
.address{
padding-top:0px;
padding-bottom:1px;
font-size:11px;
color:#8A8039;
font-weight:bold;
}
.blurb{

padding-top:1px;
font-size:11px;
color:#011C51;
font-weight:bold;
}
.details{
padding-top:1px;
font-size:11px;
color:#011C51;
font-weight:bold;
}
#click{
position:absolute;
top:90px;
left:169px;
height:40px;
font-weight:bold;
overflow:hidden;
}
#click p{
/*margin-top:-40px;*/
border:1px solid #011C51;
padding:2px;
}
.img_wrapper{
width:0px;
overflow:hidden; /*necessary for effect*/
float:left;

text-align:center;


border:1px solid #8A8039;/* these two necessary if come_in() animation is not used*/
width:150px;


}

.feature_text{
background-color:#FFFFFF;
float:left;
width:195px;
display:none;
margin-left:10px;

display:block; /* this necessary if come_in() animation is not used*/
}



