#main{

}

.productCategory{
    color: #FFFFFF;
    font-size: 24px;
}

#productNav li{
    padding-left: 20px;
    float: left;
}
li#productCategory{
    margin-left:40px;
    font-size:22px;
} 
    
#productNav a{
    color: #AB8F5D;
    font-size: 20px;
    letter-spacing: -0.0125em;
}
#productNav a:hover{
    color: #FFFFFF;
}

#productNav li.active a{
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: -0.0125em;
}
#productFactory{
    width:180px;
    float:left;
    margin-right:10px;
    color:#583f26

}
#productFactory p{
    font-size: 14px;
    font-weight:bold;
    padding-bottom:10px;
}
#productFactory a, #productFactory span{
    float:left;
    padding:20px;
    font-size:14px;
    font-weight:normal;
    color:#583f26;
    text-decoration:underline;
}
#productFactory img{
    float:left;
    border:3px solid #583f26;
}           

#aboutText{
    font-size: 16px;
    color:#583f26;
    line-height:25px;
}

#tarihce{
    color:#F9F5C8;
    height: 100px;
    position: relative;
    background-color: transparent;
    overflow:visible;
}

#scrollLeft{
    position: absolute;
    top: 0;
    left: 0;
}

#scrollRight{
    position: absolute;
    right: 0;
    top: 0;
}

    #scrollRight img{
        background: transparent url(/static/images/rs.gif) no-repeat top left;
        width: 20px;
        height: 23px;
        vertical-align: middle;
    }
    #scrollRight:hover img{
        background: transparent url(/static/images/rsover.gif) no-repeat top left;
    }
    #scrollLeft img{
        background: transparent url(/static/images/ls.gif) no-repeat top left;
        width: 20px;
        height: 23px;
        vertical-align: middle;
    }
    #scrollLeft:hover img{
        background: transparent url(/static/images/lsover.gif) no-repeat top left;
    }
    
#timelineContainer{
    overflow: hidden;
}

.timeline{
    width: 2000px;
}

.timeline li{
    float: left;
    width: 100px;
    color: #AC8A64;
    font-size: 13px;
    cursor: pointer;
}    

.historyDate{
    background-color: #583f27;
    line-height: 23px;
}

.timeline li:hover .historyDate{
    color: #FFFFFF;
}

.historyDetail{
    display: none;
    position: relative;
    border: 2px solid #583F27;
    -moz-border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    background-color: #FAF4C9;
    color: #583F26;
    -webkit-border-radius:5px;
    width: 140px;
}

.timeline li:hover .historyDetail{
    display: block;
}

.line{
    display: none;
    position: relative;
    background-color:#583F27;
    margin-left:10px;
    text-indent:-9999px;
    width:2px;
}

.timeline li:hover .line{
    display: block;
}

#aboutText a{
    color:#3399FF;
}
#aboutText a:hover{
    color:#c4c4c4;
    text-decoration:underline;
}

