.module_featzone{
    float:left;
    width:657px;
    height:177px;
    border:1px solid #caddeb;
    margin:0px 0px 15px 0px;
    -moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px#ccc;
box-shadow: 0 0 5px #ccc;
cursor:pointer;
filter: alpha(opacity=80);
opacity:0.8;
-moz-opacity:0.8;
}
.module_featzone:hover {filter: alpha(opacity=100);
opacity:1;
-moz-opacity:1;}

.module_featzone_area{
    width:231px;
    height:157px;
    float:left;
    position:relative;
    top:0px;
    left:0px;
    overflow:hidden;
    background:url('../img/bgfeatzone.png') repeat;
    padding:10px;
}
.module_featzone_area_title { width: 231px; text-shaow: 1px 1px 1px #fff; height: auto; float:left; font-size:16px; font-weight:bold;color:#10598c;}
.module_featzone_area_subtitle { width: 231px; height: auto; float:left; text-shaow: 1px 1px 1px #fff; font-size:12px; line-height:19px; padding:5px 0px 0px 0px; font-weight:normal;color:#444;}