@import "general.css";
@import "layout.css";
@import "tabset.css";

p.more a {
    font-weight: bold;
    font-size: 10px;
    color: #f58232;
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
}
#news div.container {
	padding: 14px 13px 12px 13px;
}
div.container li a, #ads p a {
	color: #325060;
}
div.container li a:hover, #ads p a:hover {
	text-decoration: none;
}
#news h2 {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    background: url("../img/dots.gif") repeat-x left bottom;
}

#news h2 img {
    margin-left: -2px;
}

*:first-child+html #news h2 {
    padding-bottom: 5px;
}

* html #news h2 {
    padding-bottom: 5px;
}

#news dd {
    background-color: #ebebeb;
}

#news ul {
    list-style: none;
    margin-bottom: -7px;
}

#news li {
    margin: 10px 0 20px;
    font-size: 10px;
    line-height: 16px;
}

#news li a img {
    vertical-align: middle;
}

#news li strong {
    font-size: 9px;
    color: #79909d;
}

#ads {
    background-color: #ebebeb;
    padding: 7px 13px;
    margin-top: 25px;
}

#ads h2 {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    background: url("../img/dots.gif") repeat-x left bottom;
}

#ads h2 img {
    margin-left: -3px;
    margin-bottom: 1px;
}

/* IE fix */
*:first-child+html #ads h2 {
    padding-bottom: 5px;
}

* html #ads h2 {
    padding-bottom: 5px;
}

#ads h3 {
    font-weight: bold;
    font-size: 11px;
    color: #f58232;
    padding: 5px 0 3px 0;
    margin-top: 2px;
}

#ads p {
    font-size: 10px;
    line-height: 16px;
}

#ads p a img {
    vertical-align: middle;
}

#ads p.more {
    padding: 13px 0 9px;
}

#promo {
    margin-top: 13px;
}

#banner {
    margin-bottom: -2px;
}

#wrapper dl.tabset {
    margin: 18px 0;
}

#managers dt {
    position: relative;
}

#managers dt img {
    position: absolute;
    left: 0px;
    top: 0px;
}

#managers dd {
    padding-left: 65px;
    min-height: 65px;
    margin-bottom: 35px;
}

* html #managers dd {
    height: 65px;
}

#managers h3 {
    font-weight: normal;
    font-size: 11px;
}

#managers p {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 0;
    color: #79909d;
}

#managers .column {
    margin-top: 10px;
    float: left;
    width: 49.9%;
}