div.website_download{
	overflow: hidden;
}
.website_download {
    padding: 0;
    margin:0;
    background: #F2F3F5;
    float: left;
}
.website_download ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    display: block;
}
.website_download ul li {
    padding: 0px;
    margin: 0;
    float: left;
    border-bottom: 1px solid white;
    width: 100%;
}
.website_download span.website_number {
  padding-right: 5px;
  font-weight: bold;
}
.website_download ul li .website_description {
    float: left;
    width: 100%;
}
.website_download ul li .website_clickable {
    font-weight: bold;
    display: block;
    padding: 5px;
    cursor: pointer;
    width: 100%;
    background-color: #F2F3F5;
    color:#80ACC7;
    font-size:1.4em;
    font-weight:bold;
    line-height:normal;
    text-decoration:none;
}
.website_download ul li .website_description div {
    float: left;
    display: block;
    padding: 5px;
}
.website_download ul li .website_description a, .website_download ul li .website_description a:hover, .website_download ul li .website_description a.website_icon {
	text-decoration: none;
	float: right;
	padding: 5px 5px 5px 25px;
}
.website_download ul li .website_description a.website_icon {
    background: url('../gfx/Page23_2_ico_docs_pdf.gif') no-repeat;
}
.website_download ul li ul {
    padding-left: 10px;
}
