.feature{
display:block;
float:left;
width:180px;
height:380px;
overflow:hidden;
padding:10px;
margin-right:30px;

behavior:url(iepngfix.htc);
background:url(../images/bg_feature.png) top left no-repeat;
}

.feature h1{
display:block;
margin:10px 0 0 0;
padding-left:20px;
font:normal normal 16px tahoma;
background:url(../images/but_right_square_arrow.png) top right no-repeat;
background-position:0 3px;
border-bottom:1px solid #d6d6d6;
width:160px;
overflow:hidden;

}

.feature p{
padding-top:10px;
}

.feature p a, .feature p a:visited {
background:url(../images/but_right_blue_arrow.png) top right no-repeat;
background-position:right 2px;
padding:0 15px 0 0;
text-decoration:underline;
color:#407CC3;
}
.feature p a:hover{
text-decoration:none;
}

.no-margin{
margin:0;
}