/* TILE_SLIDER */
#tile_slider{
    width: 100%;
    height: 150px;
    margin-top: 200px;
    position: absolute;
    text-align: center;
}
#tile_slider .left_arrow{
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url(images/trans_white.png); 
    top: 60px;
    left: -40px;
}
#tile_slider .right_arrow{
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url(images/trans_white.png); 
    top: 60px;
    left: 970px;
}
#tile_slider_content{
    overflow: hidden;
    width: 960px;
    height: 150px;
    position: relative;
    text-align: center;
}
#tile_slider ul {
    display: inline-block;
    margin: 0 auto;
    margin: 0px;
    padding: 0px;
    height: 100%;
    position: relative;
    z-index: 2;
}
#tile_slider .active a{
    background-color: #fff;
    background-image: none;
}
#tile_slider ul li{
    position: relative;
    display: block;
    float: left;
    margin: 0px 6px 0px 6px;
    width: 180px;
    height: 100%;
    text-align: center;
}
#tile_slider ul li a{
    display: block;
    width: 180px;
    height: 100%;       
    background-image: url(images/tile_slider_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
#tile_slider ul li a span{
	size: 8pt;
}
#tile_slider ul li a:hover{
    background-color: #fff;
}
/* --- Style for Big DownloadLib --- */
.downlib{

}
.downlib .search{
    border-top: 1px #e0dede solid;
    border-bottom: 1px #e0dede solid;
    padding: 20px 0px 20px 0px;
}
.downlib .search .search_box{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.cf:before, .cf:after{
    content:"";
    display:table;
}
.cf:after{
    clear:both;
}
.downlib .search_box input[type="text"] {
    width: 75%;
    float: left;   
}
.downlib .search_box [type="button"] {
    float: right;
    width: 20%;
    float: left; 
}
.downlib table{
    width: 100%;
    margin: 10px 0 20px 0;
    border-collapse: collapse;
}
.downlib tbody .category td{
    text-align: left;
    font-family: 'AliquamReg', 'Century Gothic', Verdana;
    font-weight: normal;
    font-size: 25pt;
    color: #5f5f5f;
    min-height: 30px;
    background-image: url(images/downlib_head.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 45px;
}
.downlib tbody .category:hover{
    background-color: transparent;
}
.downlib tbody tr:hover{
    background-color: #eaf1f9;
}
.downlib tbody td {
    border-bottom: 1px solid #b9cce6;
    padding: 10px 4px;
}
.downlib tbody .category td{
    border-bottom: none;
}
.downlib tbody tr:last-child td{
    border-bottom: none;
}
.downlib .button{
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 20px;
}
/* --- Style for Short DownloadLib --- */
.downlib_short{
    background-color: #f1f1f1;
    border-top: 4px solid #6497e1;
    padding: 10px;
}
.downlib_short h1{
    font-size: 25pt;
    margin-top: 0px;
}
.downlib_short table{
    margin: 10px 0 10px 0;
    border-collapse: collapse;
    font-size: 8pt;
}
.downlib_short tbody .category{
    text-align: left;
    font-family: 'Century Gothic', Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #5f5f5f;
}
.downlib_short tbody .category:hover{
    background-color: transparent;
}
.downlib_short tbody tr:hover{
    background-color: #fff;
}
.downlib_short tbody td {
    border-bottom: 1px solid #b9cce6;
    padding: 5px 4px;
}
.downlib_short tbody tr:last-child td{
    border-bottom: none;
}
.downlib_short .button{
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 20px;
}
