/*
genereal
list
detail
button
fieldbox
box
scrolling
*/



/* general */
.mainpadding {
    padding: 30px 110px;
    min-height: 1%;
}

.page_navigation a.button {
    float: right;
    margin-left: 20px;
}

.form_actions .button {
    margin-right: 20px;
}

/* list */
.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .listA {
        margin: 0 0 0 -30px;    
    }
    .listA li {
        background: #ddd url(../images/shadow/shadow2.jpg) no-repeat 50% 100%;
        color: #666;
        float: left;
        display: inline;
        margin: 0 0 30px 30px;
        width: 236px;    
    }
    .listA .image {
        padding-bottom: 6px;
        background: url(../images/shadow/shadow.jpg) no-repeat 50% 100%;
    }
    .listA .info {
        padding: 10px 15px;  
        height: 15em;  
    }
    .listA .title {
        font-weight: bold;
        font-size: 1.2em;
        color: #313131;
        background-color: transparent;
        margin: 0 0 1em 0;
    }
    .listA .title a {
        color: #313131;
        background-color: transparent;
        text-decoration: none;        
    }
    .listA .text {
        font-size: 0.85em;
        margin: 0 0 2em 0;
    }
    .listA .more a {
        font-size: 0.85em;
        color: #851f1b;
        background-color: transparent;
    }



/* detail */
.detail {
}
    .detailA .images {
        background: #1b1b1b url(../images/shadow/shadow3.jpg) no-repeat 0 100%;
        color: inherit;
        padding-bottom: 5px;
        position: relative;
    }

    .detailA .images .main_image {
        float: left;
        display: inline;    
    }   

    .detailA .images .small_images {
        float: right;
        display: inline;
    }
    .detailA .images .small_images ul {
        margin: -5px 0 0 0;
        padding: 0;
        list-style-type: none;
    }
    .detailA .images .small_images li {
        margin: 5px 0 0 0;
    }
    
    .detailA .info {
        background: #262626 url(../images/col/lightgray.gif) repeat-y 0 0;
        color: inherit;
    }
    .detailA .info .left_col {
        float: left;
        width: 200px;
        padding: 15px;
    }
    .detailA .info .right_col {
        padding: 15px 15px 15px 245px; 
    }

    .detailA .info .left_col .title {
        font-weight: bold;
        font-size: 1.2em;
        color: #313131;
        background-color: transparent;
        margin: 0 0 1em 0;
    }
    .detailA .info .left_col .title a {
        color: #313131;
        background-color: transparent;
        text-decoration: none;        
    }
    .detailA .info .left_col .text {
        font-size: 0.85em;
        margin: 0 0 2em 0;
        color: #666;
        background-color: transparent;
    }
    .detailA .info .left_col .more a {
        font-size: 0.85em;
        color: #851f1b;
        background-color: transparent;
    }



/* button */
.button {
    background: url(../images/button/button.gif) no-repeat 0 50%;
    text-align: center;
    border: 0;
    width: 77px;
    height: 19px;
    padding: 0 0 5px 0;
    cursor: pointer;
}
a.button {
    float: left;
    display: inline;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    padding: 3px 0 0 0;
}



/* fieldbox */
.fieldbox {
    border: 1px solid #5a5a5a;
    background-color: #c8c8c8;
    color: #000;
    padding: 2px 3px;
}
.fieldbox.wide {
    width: 99%;   
}



/* box1 */
.box1 {
    width: 438px;
    background: url(../images/box/box1-bottom.gif) no-repeat 0 100%;
    padding-bottom: 13px;
}  
.box1_top  {
    background: url(../images/box/box1-top.gif) no-repeat 0 0;
    padding: 40px 20px 15px 35px;
    font-weight: bold;
    font-size: 1.2em;
}
.box1_content {
    background: transparent url(../images/box/box1-body.gif) no-repeat 0 0;
    color: #848484;
    padding: 20px 20px 0 35px;
}
.box1_content strong {
    color: #fff;
    background-color: transparent;
    font-weight: normal;
}



/* scrolling */
#scrollable {
    width: 190px;
    height: 439px;
    overflow: hidden;
}
    #wrap {
        height: 437px;
        width: 18px;
        padding: 1px;
        background: #b3b3b3;
        color: inherit;
        position: absolute;
        top: 0;
        left: 800px;
    }
	#track {
		width: 20px;
		height: 439px;
	}
    #handle {
        width: 20px;
        height: 44px;
    }   
