﻿ul.social-icons {
    list-style-type: square;
    list-style-position: inside;
    color: #333;
}

    ul.social-icons li {
        display: inline-block;
        margin-bottom: 2px;
        float: none;
        padding: 13px;
        width: 0;
        height: 0;
        position: relative;
        background-color: #333;
    }

        ul.social-icons li i {
            position: absolute;
            font-size: 14px;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            left: 50%;
            top: 50%;
            margin-left: -10px;
            margin-top: -10px;
        }

        ul.social-icons li a {
            color: #fff;
        }

            ul.social-icons li a i {
                -webkit-transition-duration: 0.8s;
                -moz-transition-duration: 0.8s;
                -o-transition-duration: 0.8s;
                transition-duration: 0.8s;
                -webkit-transition-property: -webkit-transform;
                -moz-transition-property: -moz-transform;
                -o-transition-property: -o-transform;
                transition-property: transform;
                overflow: hidden;
            }

                ul.social-icons li a i:hover {
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                }

            ul.social-icons li a:hover {
                text-decoration: none;
                color: #fff;
            }

    ul.social-icons span {
        position: relative;
        color: #000;
        top: -10px;
    }

.captchaimg {
    margin-bottom: -10px;
}

table.album {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    border: 0px solid #efefef;
}

    table.album th {
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    table.album td {
        padding: 10px 15px;
        border-top: 0px solid #efefef;
        text-align: center;
    }

    table.album tr.alt {
        background-color: #f5f5f5;
    }

table.KurTablo {
    font-family: 'Open Sans', Arial;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #efefef;
    width: 100%;
}

    table.KurTablo th {
        padding: 4px;
        text-transform: uppercase;
        font-weight: bold;
    }

    table.KurTablo td {
        padding: 4px;
        border: 1px solid #efefef;
    }

h6 {
    font-weight: bold;
    border-bottom: 1px solid #efefef;
    padding-bottom: 4px;
}

.pagerline {
    text-align: center;
}

.pager {
    padding: 6px 10px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    margin: 4px;
}

.pagerselected {
    font-weight: bold;
    padding: 6px 10px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    margin: 4px;
    text-decoration: underline;
    color: navy;
    font-weight: bold;
}

ul.galleryedit {
    list-style-type: none;
}

li.galleryedit img {
    float: left;
    margin: 10px;
    border: 5px solid #fff;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

    li.galleryedit img:hover {
        -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
        box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
    }

.cd {
    background: #5d9bcc url(/Themes/A1001/bg/background.jpg) fixed no-repeat top center;
}

.product-banner {
    margin-bottom: -5px;
}

.ulBgListItem {
    LIST-STYLE-TYPE: none;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 0px;
    MARGIN: 0px;
    PADDING-RIGHT: 0px;
}

    .ulBgListItem .dvImg {
        WIDTH: 148px;
        FLOAT: left;
        MIN-HEIGHT: 60px;
    }

    .ulBgListItem .liContent {
        WIDTH: 470px;
        FLOAT: left;
        PADDING-LEFT: 14px;
    }

        .ulBgListItem .liContent P {
            MARGIN: 10px 0px 0px;
        }

.detailDv {
    padding-top: 10px;
}

.ulBgListItem .innerContainer {
    OVERFLOW: hidden;
    PADDING-BOTTOM: 14px;
    PADDING-TOP: 18px;
    PADDING-LEFT: 0px;
    MARGIN: 0px 0px 12px;
    PADDING-RIGHT: 0px;
}
