/* BLOCK #reinsurance_block ******************************************************************** */
#emproductboxs {display:block;clear:both;margin-top:20px;}
#emproductboxs  ul{}
#emproductboxs  li {
padding:10px !important;
font-size:12px;
overflow:hidden;
list-style:none;
margin-bottom:20px;
box-shadow:0px 1px 1px rgba(0,0,0,0.1);
text-align:justify;
position:relative;
transition:All 0.3s ease;
min-height:100px;
text-align:center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#emproductboxs  li:hover {

    -moz-box-shadow: 0px 11px 11px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 11px 11px rgba(0,0,0,0.1);
    box-shadow: 0px 11px 11px rgba(0,0,0,0.1);

}
#emproductboxs  li  h4{
	font-size: 15px;
font-family:IRANSans,tahoma;

height:auto !important;
margin-bottom:10px;
padding-bottom:10px;
margin-top:0;

}
#emproductboxs li img{
max-width:32px;
float:left;
display:none
}
#emproductboxs  li span{
clear:both;
display:block;
line-height:18px
}
#emproductboxs  li p {
padding:0px !important;
margin:0px 0 5px 0 !important;

}