﻿#breadcrumbCon {
    position: relative;
    z-index: 2;
}

#breadcrumb {
    background: #f08104;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    margin: 0;
}

    #breadcrumb a {
        color: #fff;
        font-size: 15px;
    }

    #breadcrumb > li + li::before {
        display: none;
    }

    #breadcrumb li {
        padding: 10px 15px;
        position: relative;
    }

        #breadcrumb li a:before {
            content: '';
            width: 1px;
            height: 24px;
            background: #f5ac5a;
            position: absolute;
            left: 0;
            top: 9px;
        }

        #breadcrumb li:first-child a:before {
            display: none;
        }

        #breadcrumb li.active,
        #breadcrumb li:last-child {
            background: #fff;
        }

            #breadcrumb li.active a,
            #breadcrumb li:last-child a {
                color: #f08104;
            }

                #breadcrumb li.active a:before,
                #breadcrumb li:last-child a:before {
                    display: none;
                }

#submenu {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
    background: #fff;
}

    #submenu li {
        display: inline-block;
        position: relative;
    }

        #submenu li a {
            font-weight: 400;
            color: #000;
            transition: color .5s ease;
            -moz-transition: color .5s ease;
            -webkit-transition: color .5s ease;
            -o-transition: color .5s ease;
        }

        #submenu li.active a,
        #submenu li:hover a {
            color: #f08104;
        }

        #submenu li:before {
            content: '';
            width: 8px;
            height: 8px;
            background: #f08104;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -o-border-radius: 8px;
            float: left;
            margin: 6px 8px;
        }

        #submenu li:first-child:before {
            margin-left: 0;
        }

        #submenu li.active:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 20px 0 20px;
            border-color: #ffffff transparent transparent transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
            left: -moz-calc(50% - 20px);
            left: -webkit-calc(50% - 20px);
            left: -o-calc(50% - 20px);
        }

#breadcrumbCon.noimage #breadcrumb li.active {
    background: #eee;
}

#breadcrumbCon.noimage #submenu {
    background: #eee;
}

    #breadcrumbCon.noimage #submenu li.active:after {
        border-color: #eee transparent transparent transparent;
    }

#masterImage {
    margin: -41px 0 0;
    position: relative;
    z-index: 1;
}

    #masterImage .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        font-size: 20px;
    }

        #masterImage .text .wrap {
            max-width: 500px;
            /*text-shadow: 1px 1px 1px rgba(0,0,0,.8);*/
            background: #F08104;
            padding: 10px 15px;
            /*box-shadow: 0 -10px 5px rgba(0,0,0,.8);*/
            border-right: 10px #fff solid;
        }

#masterText {
    margin: 20px auto 60px;
}

    #masterText .wrapper {
        padding: 25px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
        margin-bottom: 30px;
        /*border-top: 5px #F08104 solid;*/
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
    }

#masterTitle {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    /*background: url("/images/master-title-bg.png") 0 center no-repeat;*/
    /*padding: 6px 0 6px 80px;*/
    padding: 6px 0;
    margin: 0 0 20px;
}

#textContent {
    font: 14px/22px 'Arial';
    color: #000;
}

    #textContent h3 {
        font: 400 19px 'Roboto' !important;
        color: #F08104;
    }

    #textContent ul {
        list-style-type: square;
    }

.graybox {
    font: 400 13px 'Roboto';
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

    .graybox h3 {
        margin: 0 0 10px;
        font-family: 'Oswald';
        font-size: 19px;
    }

    .graybox p {
        color: #5e585b;
        font-weight: 300;
        font-size: 14px;
    }

    .graybox .button {
        background: #f08104;
        color: #fff;
        display: block;
        text-align: center;
        padding: 5px 0;
    }

#productSocial {
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
    padding: 13px 15px 10px;
    margin: 20px 0 -25px;
    overflow: hidden;
}

    #productSocial .fl {
        margin-right: 10px;
    }

.panel.panel-default {
    border-color: #ffa84c;
    border-radius: 0;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

    .panel.panel-default .panel-heading {
        background: #ffa84c;
        background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
        background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
        background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
        color: #fff;
        border-radius: 0;
        border: none;
    }

    .panel.panel-default th {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    }

    .panel.panel-default .form-control {
        border-radius: 0;
        padding: 2px 5px;
        height: 28px;
    }

.security .thumbnail {
    margin: 0;
}

#submenu1 {
    padding: 20px 10px;
    background: #fff;
    margin: 0 0 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

    #submenu1 a {
        font: 300 15px 'Oswald';
    }

.product {
    border: 1px #F08104 solid;
    border-bottom: none;
    padding: 10px;
    text-align: center;
}

    .product img {
        display: inline-block;
    }

.productCon {
    margin-bottom: 20px;
    text-align: center;
}

    .productCon .title a {
        background: #F08104;
        color: #fff;
        display: block;
        padding: 5px 0;
        font-size: 12px;
    }

    .productCon p {
        margin: 0;
        background: #373735;
    }

        .productCon p a {
            color: #fff;
            background: none !important;
        }

    .productCon:hover p {
        background: #000;
    }

#productDetail table {
    margin-bottom: 10px;
    border: 1px #F08104 solid;
    width: 100%;
}

    #productDetail table td {
        padding: 5px;
        font-size: 13px;
    }


    #productDetail table tr.ozellik td {
    }

        #productDetail table tr.ozellik td:first-child {
            background: #F08104;
            width: 220px;
            color: #fff;
        }

    #productDetail table tr.ozellikaciklama {
        background: #eee;
        color: #666;
        font-size: 11px;
    }

#productCode {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

    #productCode span {
        padding: 13px 10px;
        background: #f08104;
        float: left;
    }

        #productCode span.black {
            background: #000;
        }

#productShortCode {
    font: 400 15px 'Roboto';
    background: url("../images/shortcut-pattern.jpg") center center;
    padding: 10px 15px;
    text-align: center;
    margin: 20px 0 0;
    color: #000;
    border: 1px #eee solid;
    display: none;
}

#productImage {
    border: 1px #F08104 solid;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    background: #F08104;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

    #productImage img {
        display: inline-block;
    }

#ozellikTablo {
    width: 100%;
    font-size: 12px;
    border: 1px #ccc solid;
}

    #ozellikTablo td {
        border-top: 1px #ccc solid;
        padding: 9px 10px;
        background: #fff;
    }

        #ozellikTablo td:first-child {
            background: #f8f8f8;
            width: 50%;
            font-weight: bold;
        }

    #ozellikTablo tr:first-child td {
        border: none;
    }

    #ozellikTablo tr:hover td:first-child {
        background: #f08104;
        color: #fff;
    }

    #ozellikTablo tr td .icon {
        position: absolute;
        right: 25px;
    }

    #ozellikTablo tr td .more {
        position: absolute;
        background: #000;
        color: #fff;
        padding: 5px 10px;
        right: 15px;
        margin: 10px 0 0;
        z-index: 100;
        display: none;
        width: calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -o-calc(100% - 30px);
    }

    #ozellikTablo tr:hover td .more {
        display: block;
    }

        #ozellikTablo tr:hover td .more:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #000000 transparent;
            position: absolute;
            right: 4px;
            top: -8px;
        }

#productDetails,
#productDetails2,
#productDetails3 {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: arial;
}

#productDetails2 {
    font-size: 12px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    border: 1px #eee solid;
}

    #productDetails2 .alert {
        text-align: center;
        margin: 0 0 10px;
        padding: 5px;
    }

    #productDetails2 p {
        margin: 0 0 10px;
    }

#productText div {
    border: 1px #d9d9d9 solid;
    text-align: center;
    padding: 10px;
    margin: 0 0 15px;
}

#zoom {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

#productImage:hover #zoom {
    opacity: 1;
    filter: alpha(opacity=100);
}


.form.kariyer {
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    margin: 0 0 20px;
}

    .form.kariyer .cv-wrapper {
        background: rgb(239,64,53);
        background: -moz-linear-gradient(-45deg, rgba(239,64,53,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(23,70,158,1) 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(239,64,53,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(23,70,158,1)));
        background: -webkit-linear-gradient(-45deg, rgba(239,64,53,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(23,70,158,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(239,64,53,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(23,70,158,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(239,64,53,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(23,70,158,1) 100%);
        background: linear-gradient(135deg, rgba(239,64,53,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(23,70,158,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4035', endColorstr='#17469e',GradientType=1 );
        padding: 10px 20px;
    }

        .form.kariyer .cv-wrapper .form-group {
            margin: 0;
        }

        .form.kariyer .cv-wrapper h3 {
            margin: 10px 0 !important;
            color: #fff !important;
        }

        .form.kariyer .cv-wrapper p.helper {
            color: #fff;
        }

        .form.kariyer .cv-wrapper input {
            margin: 0 0 10px;
        }

.cv {
    padding: 0 !important;
}

    .cv .row {
        margin: 0;
    }

        .cv .row div[class^=col] {
            padding: 0;
        }

    .cv .wrapper h3 {
        text-align: left !important;
    }

#careerControl {
    background: url("../images/stripe.html");
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    padding: 10px;
}


.kariyer h3 {
    color: #0A2D6D;
    margin: 10px 0 15px;
}

.kariyer label {
    font-size: 14px;
    color: #444e4e;
}

.kariyer table {
    border: 1px #ccc solid;
    padding: 0;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

    .kariyer table label {
        color: #7e8a8a;
        margin: 0 7px 0 3px;
        background: none;
        padding: 0;
        font-weight: normal;
    }

    .kariyer table th {
        background: #f1f4ef;
        background: -moz-linear-gradient(top, #f1f4ef 0%, #dee4e4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4ef), color-stop(100%,#dee4e4));
        background: -webkit-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
        background: -o-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
        background: -ms-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
        background: linear-gradient(to bottom, #f1f4ef 0%,#dee4e4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4ef', endColorstr='#dee4e4',GradientType=0 );
        color: #7e8a8a;
        border: none !important;
        font-weight: 400;
    }

.kariyer p {
    margin-top: 10px;
}

.kariyer .form-group table {
    padding: 0;
    border: none;
}

    .kariyer .form-group table.table {
        padding: 0;
        border-color: #ccc;
    }

.control.panel {
    margin: 0;
    background: #0B2E6E;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.kariyerSolMenu {
    padding: 0;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

    .kariyerSolMenu li {
        padding: 9px 10px !important;
        cursor: pointer;
        border-top: 1px solid #eee;
    }

        .kariyerSolMenu li.selected {
            background: #DE082A;
            color: #fff;
        }

        .kariyerSolMenu li span {
            background: #082E6D;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            text-align: center;
            color: #fff;
            font-size: 10px;
            padding: 2px 0 0;
            margin-right: 5px;
        }

        .kariyerSolMenu li.selected span {
            background: rgb(204,0,0);
            background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1)));
            background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
            background: -o-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
            background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
            background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
        }

        .kariyerSolMenu li:first-child {
            border-top: none;
        }

#ce, #tse, #g {
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    border: 1px #F08104 solid;
    background: #fff;
}

    #ce span,
    #tse span,
    #g span {
        font-size: 12px;
        color: #F08104;
        margin-left: 10px;
    }

    #ce:hover,
    #tse:hover,
    #g:hover {
        background: #F08104;
    }

        #ce:hover span,
        #tse:hover span,
        #g:hover span {
            color: #fff;
        }

#talepFormu {
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    border: 1px #F08104 solid;
    background: #fff;
}

    #talepFormu span {
        font-size: 12px;
        color: #F08104;
        margin-left: 10px;
    }

    #talepFormu:hover {
        background: #F08104;
    }

        #talepFormu:hover span {
            color: #fff;
        }


.categoryCon {
    margin-bottom: 40px;
}

    .categoryCon .image {
        border: 3px #eee solid;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        transition: border-color .3s ease;
        -moz-transition: border-color .3s ease;
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
    }

    .categoryCon .title {
        text-align: center;
        margin: 5px 0 0;
        transition: color .3s ease;
        -moz-transition: color .3s ease;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
    }

        .categoryCon .title a {
            color: #F08104;
            font: 400 19px 'Oswald';
        }

    .categoryCon .more {
        text-align: center;
        display: block;
        background: #f5f5f5;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 2px 0;
        margin: 5px 0 0;
        position: relative;
    }

        .categoryCon .more a {
            color: #000;
            font: 300 14px 'Oswald';
        }

        .categoryCon .more:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 5px 10px;
            border-color: transparent transparent #f5f5f5 transparent;
            position: absolute;
            top: -5px;
            left: calc(50% - 10px);
            left: -moz-calc(50% - 10px);
            left: -webkit-calc(50% - 10px);
            left: -o-calc(50% - 10px);
        }

    .categoryCon:hover .more {
        background: #F08104;
    }

        .categoryCon:hover .more a {
            color: #fff;
        }

        .categoryCon:hover .more:before {
            border-color: transparent transparent #F08104 transparent;
        }

    .categoryCon:hover .image {
        border-color: #F08104;
    }

    .categoryCon:hover .title a {
        color: #000;
    }

.kalitebelgeleri {
    text-align: center;
}

    .kalitebelgeleri .panel-heading {
        font-size: 15px;
        text-align: center;
    }

    .kalitebelgeleri img {
        max-height: 240px;
        display: inline-block;
    }


#productNav {
    background: #F2F2F2;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}

    #productNav .btn {
        font-weight: 400;
        font-size: 16px;
    }

#kalitepolitikamiz td {
    padding: 0 0 10px 5px;
}

    #kalitepolitikamiz td:first-child {
        vertical-align: top;
        font-size: 30px;
        padding: 0 5px 0 0;
        line-height: 1;
        color: #F08104;
        font-weight: 700;
    }


#productBg {
    background: url("../images/shortcut-pattern.jpg") 0 0;
    box-shadow: inset 0 10px 10px rgba(0,0,0,.1);
}


#submenu1.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

#submenu1.max {
    position: relative;
}

#catchword {
    margin: -20px 0 10px;
    font: 400 25px 'Oswald';
    color: #F08104;
    background: #fff;
    padding: 10px 0 10px 20px;
    position: relative;
}

    #catchword:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #f08204;
        position: absolute;
        left: 0;
        top: 15px;
    }

.panel-heading {
    font: 400 14px 'Roboto';
}

.newsInfo {
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.newsInfo .date {
    background: url("../images/date.png") 0 center no-repeat;
    padding-left: 20px;
    font-size: 12px;
    color: #666;
    display:inline-block;
}

