  /** custom css file**/
.msspan{
  position: absolute;
  margin:0px 0px 0px 25px;
  background-color: #F7F7F7;
  max-width:230;
  max-width:150;
  padding: 5px 10px 5px 10px;
  border: 1px solid #CCCCCC;
  color: #000;
  text-align:left;
  display: none;
} 

/** font size fix for section highlights**/
.offers_list .description h2 {
font-size:137%;
}

/*left file download box*/
.msbox {
border:1px solid #CCCCCC;
margin:10px 0 0;
padding:4px 10px;
}

.msbox h2{
margin:5px 0 0 0;
padding:0px;
}

.msbox ul.msdoclist li a, .msbox ul.msdoclist li a img {
padding:0 0 6px 26px;
}

div.msbox ul.msdoclist {
margin:0 0 10px 0;
padding:5px 0 0;
}

ul.msdoclist{
margin:0;
padding:10px 0 0;
}

ul.msdoclist {
margin-bottom:0;
background-image:none;
list-style-type:none;
margin-left:0;
padding:0;
}

ul.msdoclist li.msfiledown a {
margin:5px 0 5px 0;
background:transparent url(/res/custom/img/download.gif) no-repeat scroll left top;
display:block;
}

ul.msdoclist li.msfilecall a {
margin:5px 0 8px 0;
background:transparent url(/res/custom/img/call.gif) no-repeat scroll left top;
display:block;
}

ul.msdoclist li.msfileinfo a {
margin:5px 0 5px 0;
background:transparent url(/res/custom/img/help.gif) no-repeat scroll left top;
display:block;
}
/*--*/

