/*
genereal
col
title
button
list
detail
module
scrolling
*/


/* general */
.mainheader {
    margin: 0;
    padding: 0;
}

.mainpadding {
    padding: 30px 60px;
    background: #fff url(../images/degree/degree.gif) repeat-x 0 0;
    color: inherit;
    min-height: 250px;
    width: 674px;
    overflow-x: hidden;
}
.page_navigation {
    text-align: center;
}
.page_navigation .previous {
    float: left;
    display: inline;
}
.page_navigation .next {
    float: right;
    display: inline;
}





/* col */
.col_60_40 {
    clear: both;
    width: 100%;
}
    .col_60_40 .left_col {
        float: left;
        display: inline;
        width: 58%;
    }
    .col_60_40 .right_col {
        float: right;
        display: inline;
        width: 38%;
    }




/* title */
.titleA {
    font-size: 1.4em;
    color: #999;
    background-color: transparent;
}




/*button*/
.button,a.button:hover {
    background: transparent url(../images/button/button.gif) no-repeat 0 50%;
    color: #fff;
    width: 110px;
    height: 28px;
    text-align: center;
    padding: 0 0 0 30px;
    border: 0;
    cursor: pointer;
}
a.button, a.button:hover {
    text-decoration: none;
    display: block;
    line-height:28px;
    width: 80px;
}




/* list */
ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    ul.listA {
        margin-left: -70px;
    }
    ul.listA li {
        float: left;
        display: inline;
        margin: 0 0 0 70px;
        padding-bottom: 35px;
        width: 178px;
    }
    ul.listA .image_holder {
        background: #5b5b5d;
        color: #fff;
    }
    ul.listA .image, ul.listA .more {
        float: left;
        display: inline;
    }
    ul.listA .image img {
        border-right: 1px solid #fff;
    }
    ul.listA .title, ul.listA .subtitle {
        padding: 0 8px;
    }
    ul.listA .title {
        margin: 1em 0 0.5em;
    }
        ul.listA .title a {
            color: #000;
            background-color: transparent;
            text-decoration: none;
        }
    ul.listA .subtitle {
        color: #999;
        background-color: transparent;
    }

    
    
 
 

/* detail */
.detail .title {
    color: #000;
    background-color: transparent;
    font-size: 1.1em;
    font-weight: bold;
}
.detailA .images_list {
    height: 100px;
    border-top: 1px solid #fff;
    font-size: 0;
}
.detailA ul.list li {
    float: none;
    display: inline;
    padding: 0;
    margin: 0 0 0 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
.detailA ul.list li.last {
    border-right: 0;
}



/* module */
.moduleA {
    padding: 20px;
    background: #e1e1e1 url(../images/degree/darkgrey-v.gif) repeat-x 0 0;
    color: inherit;
}
    .moduleA strong {
        color: #333;
        background-color: transparent;
    }
    .moduleA ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .moduleA li {
        padding: 0 0 1em 0;
        margin: 0 0 1em 0;
        border-bottom: 1px solid #d3d3d3;
    }
    .moduleA li.last {
        padding: 0;
        border-bottom: 0;
        margin: 0;
    }


/* scrolling */
#scrollable {
    width: 669px;
    height: 96px;
    overflow: hidden;
    white-space: nowrap;
}
    #wrap {
        width: 670px;
        background: transparent url(../images/ico/slider-bar.gif) no-repeat 50% 30%;
    }
    #handle {
        width: 17px;
        height: 20px;
    }   
