/*

	Cascading Style Sheet File
	
	Author : Furkan KARTAL
	E-Mail : mail@furkankartal.com.tr
	Year   : June 2012

	General Template
	
*/

@import url("reset.css");
@import url("fonts.css");
@import url("icons.css");
@import url("lightbox/evolution-dark/jquery.lightbox.css");
@import url("scrollbar.css");
@import url("../js/slider/themes/carbono/jquery.slider.css");

body {
    font: 8pt Trebuchet MS;
    text-align: center;
    line-height: 18px;
    background: #FEFEFE;
}

.clear, #top, #main #header, #main #nav, #main #content, #footer, div.top-bg, div.footer-bg {
    clear: both;
}

    .float, #top div, #main #header div, #main #nav div, #main #content div, #footer div, #content ul.thumb li {
        float: left;
    }

        .float-right, #main #header #menu ul li, #footer a.vendo, #footer div a.twitter, #footer div a.facebook, #content a.purple {
            float: right;
        }

    #top div, #main #header div, #main #nav div, #main #content div, #main #footer div {
    }

#main, #top, #footer {
    width: 960px;
    margin: auto;
    text-align: left;
}

a {
    text-decoration: none;
}

div.top-bg {
    background: #453460;
    color: #DEDEDE;
    font-size: 1.2em;
    height: 10px;
}

div.footer-bg {
    background: #EEE;
}

/* Top */


#top div {
    padding: 1.5% 0 0.7% 0;
}

#top .right {
    background: #453460;
    color: #BBB;
    font-size: 0.9em;
}

    #top .right a {
        color: #BBB;
    }

        #top .right a:hover {
            text-decoration: underline;
        }

/* Nav */

#main #nav .cell-100 {
    border: 5px #EDEDED solid;
    width: 950px;
}

/* Header */

#main #header #logo a {
    background: url('../img/logo.png') no-repeat;
    display: block;
    width: 317px;
    height: 100px;
    margin: 0px 0 15px 0;
}

#main #header #search input {
    margin: 3% 0 0 0;
    padding: 5px;
    border: 2px #CCC solid;
    width: 160px;
    font: 10pt Trebuchet MS;
    color: #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#main #header #menu ul li {
    margin: 4% 0 0 1%;
    border-right: 1px #333 dotted;
    display: block;
}

    #main #header #menu ul li:first-child {
        border-right: 0;
    }

        #main #header #menu ul li:first-child a {
            padding-right: 0;
            display: block;
        }

    #main #header #menu ul li a {
        color: #333;
        font-size: 10pt;
        display: block;
        padding: 10px 18px 5px 15px;
        position: relative;
    }

        #main #header #menu ul li a:hover {
            color: #453460;
        }

        #main #header #menu ul li a.active {
            color: #453460;
            opacity: 0.8;
            margin-top: 10px;
        }


/* Content */


#content h1 {
    font-size: 1.7em;
    padding: 20px 0 10px 0;
    border-bottom: 1px #333 dotted;
    margin-bottom: 10px;
}

#content h2 {
    font: 1.4em Tahoma;
    margin: 5px 0 10px 0;
}

#content a {
    color: #333;
}

    #content a:hover {
        text-decoration: underline;
    }

    #content a.red {
        color: #CC0000;
    }

    #content a.purple {
        background: #453460;
        color: #EFEFEF;
        padding: 2px 7px 2px 7px;
        margin: 5px 5px 0 0;
    }

        #content a.purple:hover {
            text-decoration: none;
            background: #6d5691;
            -webkit-transition: background-color 0.7s ease;
            -moz-transition: background-color 0.7s ease;
            -o-transition: background-color 0.7s ease;
            transition: background-color 0.7s ease;
        }

#content p {
    padding: 5px 0 0 0;
    line-height: 24px;
}

#content ul#news li {
    background: url('../img/dot.png') no-repeat left 5px;
    padding-left: 16px;
    margin-left: 5%;
}

#content ul {
    padding: 5px 0 5px 0;
}

    #content ul.square {
        padding-left: 15px;
        list-style: square;
    }

    #content ul.thumb {
        margin: auto;
    }

        #content ul.thumb li {
            margin: 0 1% 10px 1%;
        }

            #content ul.thumb li a {
                text-align: center;
                display: block;
                background: #EEE;
                font-size: 1.2em;
            }


                #content ul.thumb li a:hover {
                    background: #CC0000;
                    text-decoration: none;
                    color: #FFF;
                }

                #content ul.thumb li a img {
                    margin: 20px auto 10px auto;
                }

                #content ul.thumb li a span {
                    display: block;
                    padding: 0 0 10px 0;
                }


#content #navigation ul {
    margin: 20px 15px 10px 0;
}

    #content #navigation ul li {
        border-top: 1px #CCC dotted;
        font: 10pt Tahoma;
        width: 225px;
    }

        #content #navigation ul li ul {
            padding: 0px;
            margin: 0;
        }

            #content #navigation ul li ul li {
                border-top: 1px #CCC dotted !important;
                padding: 0 0 0 10px;
            }
            
        #content #navigation ul li ul li ul {
            padding: 0px;
            margin: 0;
        }

            #content #navigation ul li ul li ul li {
                border-top: 1px #CCC dotted !important;
                padding: 0 0 0 10px;
            }


        #content #navigation ul li:first-child {
            border-top: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }


        #content #navigation ul li a, #content #navigation ul li ul li a {
            display: block;
            background: url('../img/right-arrow.png') no-repeat center right;
            padding: 7px 0px 7px 5px;
            width: 220px;
            color: #333;
        }
        #content #navigation ul li ul li ul li a {
            padding-right: 0px;
        }


        #content #navigation ul li ul li a {
            width: 200px;
            color: #333;
            padding-right: 10px;
        }


        #content #navigation ul li a:hover {
            color: #CC0000;
            text-decoration: none;
            background: url('../img/right-arrow-hover.png') no-repeat center right;
        }

#content #mark div {
    width: 208px;
    border: 2px #CCC solid;
}

    #content #mark div:hover {
        border-color: #453460;
        -webkit-transition: border-color 0.7s ease;
        -moz-transition: border-color 0.7s ease;
        -o-transition: border-color 0.7s ease;
        transition: border-color 0.7s ease;
    }

#content #mark a img {
    width: 208px;
    height: 160px;
}
/* Footer */

#footer {
    font-size: 10px;
    padding-top: 20px;
    min-height: 145px;
}

    #footer .cell-100 {
        height: 50px;
        border-bottom: 1px #333 dotted;
        margin-bottom: 10px;
    }

    #footer #contact {
        background: url('../img/logo-small.png') no-repeat;
        min-width: 127px;
        height: 40px;
    }

    #footer p {
        margin-top: 40px;
    }

    #footer span {
        display: block;
    }

    #footer a.vendo {
        background: url('../img/vendo-footer.png') no-repeat;
        width: 49px;
        height: 35px;
        display: block;
        margin-top: 5px;
    }


        #footer a.vendo:hover {
            background-position: 0px -35px;
        }

/* Block */

#content .block {
    border: 1px #DDD solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #content .block a {
        text-align: center;
        display: block;
    }

        #content .block a:hover {
            text-decoration: none;
        }

    #content .block:hover {
        border-color: #d7cfe4;
    }

        #content .block:hover h3 {
            border-color: #d7cfe4;
            background: #eee3ff;
        }

    #content .block img {
        height: 125px;
        max-width: 95%;
        margin: 10px auto 10px auto;
        display: block;
    }

    #content .block h3 {
        background: #EEE;
        line-height: 30px;
        border-top: 1px #DDD solid;
    }

/* Paging */
#content #paging {
    clear:both;
    float: right !important;
    margin: 10px 5px 0 0;
}

    #content #paging ul li {
        display: inline-block;
    }

        #content #paging ul li a {
            padding: 5px 10px 5px 10px;
            background: #FEFEFE;
            border: 1px #d7cfe4 solid;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            #content #paging ul li a:hover, #content #paging ul li a.active {
                background: #eee3ff;
                text-decoration: none;
            }

/* Product Detail */

#content .temsili a {
    display: block;
    max-height: 300px;
    max-width: 250px;
}

    #content .temsili a:hover {
        border-color: #453460;
    }

#content .temsili img {
    max-height: 300px;
}

#content ul#multimedia {
    clear: both;
}

    #content ul#multimedia li {
        list-style: none;
        float: left;
        margin: auto 5px 10px auto;
    }

        #content ul#multimedia li:last-child {
            margin-right: 0;
        }

        #content ul#multimedia li img {
            height: 75px;
        }

        #content ul#multimedia li a {
            display: block;
            height: 75px;
            border: 2px #CCC solid;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            #content ul#multimedia li a:hover {
                border-color: #453460;
            }

#content ul#left-list {
    list-style: url('../img/dot.png');
    padding-left: 20px;
}

    #content ul#left-list li {
        line-height: 24px;
    }

        #content ul#left-list li ul {
            list-style: url('../img/tree.png');
            padding: 0;
            padding-left: 15px;
        }


/* Aligment */

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

/* Cell Width */

.cell-10 {
    width: 10%;
}

.cell-20 {
    width: 20%;
}

.cell-23 {
    width: 23%;
    margin: 0.89%;
}

.cell-25 {
    width: 25%;
}

.cell-30 {
    width: 30%;
}

.cell-31, #content ul.thumb li {
    width: 31%;
}

.cell-32 {
    width: 32%;
    margin: 0.5%;
}

.cell-33 {
    width: 33%;
}

.cell-34 {
    width: 32%;
    padding: 0 1% 0 1%;
}

.cell-34b {
    width: 30%;
    padding: 0 1% 0 1%;
    margin-left: 2%;
}

.cell-35 {
    width: 35%;
}

.cell-40 {
    width: 40%;
}

.cell-50 {
    width: 50%;
}

.cell-60 {
    width: 60%;
}

.cell-65 {
    width: 65%;
}

.cell-70 {
    width: 70%;
}

.cell-75 {
    width: 75%;
}

.cell-80 {
    width: 80%;
}

.cell-90 {
    width: 90%;
}

.cell-100 {
    width: 100%;
}
