body {
    background: url('../img/2009/background.jpg') repeat-x;
    margin: 0px;
    font-family: Arial, sans-serif;   
}

a {
    color: black;
}

a img {
    border: 0px;
}

table tr td {
    border: 0px;
}

.clear {
    clear: both;
}

.container {
    width: 942px;
    margin: 0px auto;
}

.top-panel {
    height: 24px;
    overflow: hidden;
}

.top-panel a {
    display: block;
    float: left;
    color: #fff;
    font-size: 85%;
    margin: 0px 20px 0px 0px;
    padding: 0px 10px;
    line-height: 24px;
    text-decoration: none;
}

.top-panel a:hover {
    background: #e2e2e2;
    color: #000;
}

.top-panel a.sel {
    background: #e2e2e2;
    color: #000;
}

.logo-panel {
    height: 70px;
    background: url('../img/2009/logo.jpg') no-repeat;
    margin: 1px 0px 0px 0px;
}

.logo-panel .home-link {
    display: block;
    float: left;
    width: 300px;
    height: 70px;
    text-decoration: none;
}

.logo-panel .home-link h2 {
    position: relative;
    left: -9999px;
}

.logo-panel .search-box {
    float: left;
    width: 400px;
    margin: 34px 0px 0px 58px;
}

.logo-panel .search-box input {
    border: 0px;
    background: transparent;
}

.logo-panel .search-box input.key {
    padding: 0px 5px;
    color: #404040;
    width: 153px;
}

.logo-panel .search-box input.submit {
    width: 75px;
}

.info-panel {
    height: 26px;
    background: url('../img/2009/info-background.gif') no-repeat;
    margin: 1px 0px 0px 0px;
    padding: 10px 20px 0px 0px;
    text-align: right;
}

.info-panel a {
    color: #fff;
    text-decoration: none;
}

.content-panel {
    padding: 20px 0px;
}

.content-panel .left-panel {
    float: left;
    width: 160px;
}

.menu-container .item0 {
    display: block;
    line-height: 26px;
    background: url('../img/2009/main-menu-bg.gif');
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 12px;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
}

.menu-container .item0:hover {
    background: url('../img/2009/main-menu-selected-bg.jpg');
}

.menu-container .item0.sel {
    display: block;
    line-height: 26px;
    background: url('../img/2009/main-menu-selected-bg.jpg');
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 12px;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
}

.menu-container .item1 {
    display: block;
    line-height: 20px;
    background: url('../img/2009/sub-menu-bg.jpg');
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    font-size: 85%;
}

.menu-container .item1 span {
    display: list-item;
}

.menu-container .item1.sel {
    display: block;
    line-height: 20px;
    background: url('../img/2009/sub-menu-bg.jpg');
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    font-size: 85%;
    font-weight: bold;
}

.menu-container .item1.sel span {
    display: list-item;
}

.menu-tail {
    background: url('../img/2009/menu-tail.jpg') no-repeat;
    height: 26px;
}

.advert {
    width: 60%;
    margin: 0px auto;
    height: 200px;
    background: #404040;
}

.content-panel .center-panel {
    float: left;
    width: 592px;
    margin: 0px 15px;
    _margin: 0px 9px;
}

.content-panel .center-cart-panel {
    float: left;
    width: 752px;
    margin: 0px 9px;
    _overflow: hidden;
}

.center-panel .main-header {
    font-size: 185%;
    margin: 0px;
}

.center-panel .whereami {
    margin: 5px 0px 15px 0px;
}

.center-panel .whereami a{
    color: maroon;
    font-size: 90%;
}

.pr-left-panel {
    width: 280px;
    float: left;
    margin: 0px 32px 0px 0px;
    _margin: 0px;
}

.pr-left-panel .image-panel {
    border: solid 2px #c0c0c0;
    _overflow: hidden;
}

.pr-left-panel .image-panel table {
    width: 100%;
}

.pr-left-panel .image-panel table tr td {
    height: 100%;
}

.pr-right-panel {
    width: 280px;
    _width: 250px;
    float: left;
}

.pr-right-panel .price-box {
    color: #fff;
    border: solid 4px #757575;
    background: url('../img/2009/price-box-bg.jpg') repeat-x;
    height:64px;
    padding: 5px 10px;
}

.pr-right-panel .price-box .highlight {
    text-decoration: underline;
    font-weight: bold;
}

.pr-right-panel .price-box .price {
    font-size: 170%;
    font-weight: bold;
}

.pr-right-panel .add-to-cart-box {
    background: #3b3b3b;
    color: #fff;
    padding: 10px;
    font-size: 90%;
    margin: 10px 0px 0px 0px;
}

.pr-right-panel .add-to-cart-box .quantity {
    width: 25px;    
}

.pr-right-panel .add-to-cart-box .submitBox {
    text-align: center;
    margin: 4px 0px 0px 0px;
}

.pr-right-panel .add-to-cart-box .submit {
    background: url('../img/2009/add-to-cart.jpg');
    width:83px;
    height: 23px;
    border: 0px;
}

.pr-right-panel .product-code-box {
    background: maroon;
    line-height: 14px;
    color: #fff;
    font-size: 85%;
    text-align: center;
    margin: 10px 0px;
}

.pr-right-panel .description-box {
    background: #f2f2f2;
    padding: 10px;
    font-size: 90%;
}

.contact-form-box {
    background: #effdce;
    padding: 10px 5px;
}

.contact-form-box .info {
    padding: 5px;
}

.contact-form-box .info .header {
    font-size: 120%;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.contact-form-box table {
    width: 100%;
}

.contact-form-box table tr td {
    border: 0px;
    vertical-align: top;
}

.contact-form-box input {
    color: #000;
    margin: 0px 0px 10px 0px;
}

.contact-form-box textarea {
    width: 100%;
    height: 76px;
}

.contact-form-box .submit {
    background: url('../img/2009/contact-submit.jpg') no-repeat;
    border: 0px;
    width: 91px;
    height: 28px;
}

.content-panel .right-panel {
    float: left;
    width: 160px;
}

.notice-box {
    background: #f2f2f2;
    padding: 10px;
    margin: 10px 0px;
}

.total-separator-box {
    background: url('../img/2009/total-separator.jpg');
    height: 5px;
}

.total-shader-box {
    background: url('../img/2009/total-shader.jpg');
    height: 17px;
}

.right-panel .cart {
    background: #b6ff57;
    padding: 10px;
}

.right-panel .cart .header {
    font-size: 150%;
}

.right-panel .cart .items {
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.right-panel .cart .items .item {
    background: #e3ffb3;
    height: 40px;
    border-bottom: solid 1px green;
    font-size: 90%;
    line-height: 20px;
    padding: 0px 5px;
}

.right-panel .cart .items .item a {
    text-decoration: none;
}

.right-panel .cart .items .item a:hover {
    text-decoration: underline;
}

.right-panel .cart .items .item.last {
    border: 0px;
}

.right-panel .cart .items .item .name {
    font-weight: bold;
}

.right-panel .cart .items .item .quantity {
    font-size: 85%;
}

.right-panel .cart .items .item .remove {
    float: right;
    font-weight: bold;
    color: red;
    position: relative;
    top: -20px;
}

.right-panel .cart .total {
    background: #383838;
    color: #fff;
    font-weight: 100;
    margin: 1px 0px;
}

.right-panel .cart .total .highlight {
    font-size: 150%;
    font-weight: bold;
}

.right-panel .cart .order {
    display: block;
    background: url('../img/2009/go-to-cart.jpg') no-repeat;
    width: 141px;
    height: 28px;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
}

.right-panel .brand-info {
    font-size: 90%;
}

.right-panel .brand-info .name {
    color: maroon;
    font-size: 140%;
    font-weight: bold;
}

.offset-panel {
    clear: both;
    height: 15px;
}

.foot-panel {
    background: #32394c url('../img/2009/foot-background.gif') no-repeat;
    color: #fff;
}

.foot-panel a {
    color: #fff;
}

.foot-panel .offset {
    height: 15px;
}

.foot-panel .menu {
    height: 62px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 160px;
}

.foot-panel .offset2 {
    height: 15px;
}

.foot-panel .submenu {
    background: #41485c;
    width: 910px;
    height: 22px;
    margin: 0px auto;
    text-align: center;
}

.foot-panel .sub2menu {
    width: 910px;
    height: 22px;
    margin: 0px auto;
    text-align: center;
}

.foot-panel .sub3menu {
    background: #41485c;
    width: 910px;
    height: 22px;
    margin: 0px auto;
    text-align: center;
}

.foot-panel .offset3 {
    height: 10px;
}

.copy-panel {
    text-align: center;
    margin: 10px 0px;
    color: #404040;
}

/*OLD CSS */

 .order_div {
        height: 31px;
        margin: 10px;
    }
    
     .total {
        font-weight: bold;
        padding: 5px 10px;
    }
    
     .total table {
        width: 100%;
    }
    
    .total table tr td {
        border: 0px;
    }

.order_div .add_to_cart {
        display: block;
        float: left;
        width: 230px;
        height: 31px;
        background: url(../img/add-to-cart.jpg) no-repeat;
    }

    .order_div .reset_cart {
        display: block;
        float: left;
        width: 118px;
        height: 31px;
        margin: 0px 0px 0px 10px;
        background: url(../img/reset-cart.jpg) no-repeat;
    }
    
 .insert_div {
        padding: 10px;
    }
    
     .insert_div .name {
        font-weight: bold;
        font-size: 125%;
        margin: 0px 0px 15px 0px;
    }
    
     .insert_div table {
        width: 100%;
        font-size: 90%;
    }
    
    .insert_div table tr td {
        border: 0px;
    }
    
     .insert_div table tr.head {
        background: #404040;
        color: #fff;
        font-weight: bold;
        sfont-size: 90%;
    }
    
     .insert_div table tr.bg_white {
        font-size: 1%;
        height: 0.1px;
    }
    
     .insert_div table tr.bg_white td {
        padding: 1px 0px 0px 0px;
    }
    
     .insert_div table tr.bg_grey {
        background: #404040;
        color: #fff;
        font-weight: bold;
        font-size: 1%;
    }
    
     .insert_div table tr.bg_grey td {
        padding: 1px 0px 0px 0px;
    }
    
     .insert_div table tr.variant_name {
        background: #f2f2f2;
    }
    
     .insert_div table tr td {
        padding: 0px 5px;
        width: 80px;
        line-height: 25px;
    }
    
     .insert_div table input {
        width: 90px;
        sfont-size: 90%;
        margin: 2px 0px;
        text-align: right;
    }
    
     .insert_div table tr td.total {
        text-align: right;
    }
    
    
.image-box {
        width: 304px;
        height: 250px;
        float: left;
        margin: 0px 10px 0px 0px;
        background: url(../img/bg-image-detail.jpg) no-repeat;
        border: solid 2px #e2e2e2;
    }
    
.image-box table tr td {
    border: 0px;
}
    
     .image-box a {
        display: block;
        width: 301px;
        height: 242px;
        text-align: center;
    }
    
     .image-box a table {
        width: 100%;
        height: 100%;
    }
    
    
/* OLD CSS CATEGORY */


.category_header_div {
        sbackground: url(../img/category-image.jpg) -7px 0px;
        width: 100%;
        height: 100px;
        margin: 0px 0px 10px 0px;
        padding: 5px;
    }
    
    .category_header_div .name {
        font-size: 160%;
        font-weight: bold;
        margin: 0px 0px 10px 0px;
    }
    
    .category_header_div .whereami {
        margin: 3px 0px;
        font-size: 90%;
    }
    
    .category_header_div .whereami a {
        color: #651717;
        text-decoration: underline;
    }
    
    .category_header_div .label {
        swidth: 70%;
        font-size: 90%;
    }
    
    .pagination_div {
        margin: 0px 0px 5px 0px;
        text-align: right;
    }
    
    .pagination_div a {
        color: #000;
        font-weight: bold;
    }
    
    .pagination_div a img {
        position: relative;
        top: 4px;
    }
    
    .pagination_div span.sel {
        _display: inline;
        list-style: none;
        color: #bcbcbc;
        font-weight: bold;
    }

.category_list_div {
        margin: 10px 0px;
    }
    
    .category_list_div .item {
        display: block;
        float: left;
        width: 286px;
        height: 170px;
        overflow: hidden;
    }
    
    .category_list_div .item.no1 {
    
        margin: 0px 10px 10px 0px;
    }
    
    .category_list_div .item.no2 {
        margin: 0px 0px 10px 0px;
    }
    
    .category_list_div .name {
        font-weight: bold;
        color: #4c4a62;
    }
    
    .category_list_div .item .content {
        margin: 5px 0px;
        border-top: solid 1px #000;
        padding: 5px 0px 0px 0px;
    }
    
    .category_list_div .item .content .image {
        float: left;
        width: 110px;
        height: 100px;
        overflow: hidden;
        background: url(../img/2009/bg-produkt-zoznam.gif) no-repeat;
        text-align: center;
    }
    
    .category_list_div .item .content .image table a {
    
    }
    
    .category_list_div .item .content .image table {
        width: 100%;
        height: 100px;
        text-align: center;
    }
    
    .category_list_div .item .content .image a img {
        margin: 4px;
    }
    
    .category_list_div .item .content .info {
        width: 164px;
        float: left;
        padding: 0px 6px;
    }
    
    .category_list_div .item .content .info .label {
        height: 30px;
        overflow: hidden;
        color: #5d5d5d;
        font-size: 90%;
    }
    
    .category_list_div .item .content .info .color_variant {
        background: url(../img/2009/color-variant.gif) no-repeat 2px;
        font-size: 85%;
        padding: 0px 0px 0px 20px;
    }
    
    .category_list_div .item .content .info .price_container {
        
    }
    
    .category_list_div .item .content .info .price_container .price {
        swidth: 153px;
        background: #f2f2f2;
        color: #000;
        padding: 3px 0px;
        margin: 5px 0px;
        text-align: center;
        font-size: 90%;
        line-height: 12px;
        font-weight: bold;
        font-family: Trebuchet MS;
    }
    
    .category_list_div .item .content .info .price_container .add_div {
        font-size: 90%;
    }
    
    .category_list_div .item .content .info .price_container .add_div input.quantity {
        width: 25px;
    }
    
    .category_list_div .item .content .info .add_cart {
        display: block;
        float: right;
        width: 20px;
        height: 22px;
        position: relative;
        top: -24px;
        background: #fff;
    }
    
    .category_list_div .item .content .info .code {
        font-size: 85%;
    }
    
    .category_list_div .item .add_favorite {
        clear: both;
    }
    
    .category_list_div .item .add_favorite {
        clear: both;
        font-size: 75%;
        position: relative;
        top: -10px;
    }
    
    .category_list_div .item .add_favorite a {
        color: #000;
        text-decoration: underline;
        background: url(../img/star.jpg) no-repeat 1px;
        padding: 0px 0px 0px 15px;
    }
    .shader_category_div {
        background: url(../img/shader-category.jpg);
        height: 20px;
    }
    
    .shader_comment_div {
        background: url(../img/shader-comment.jpg);
        height: 55px;
        margin: 10px 0px;
        padding: 10px;
        font-size: 85%;
        text-align: center;
    }
    
    
/* OLD CSS CART */
.krok {
        background: #f2f2f2;
        padding: 10px;
    }
    
    .krok .name {
        font-size: 170%;
        font-weight: bold;
    }
    
    .krok .label {
        font-weight: bold;
    }
    
    .krok .text {
        padding: 10px 0px 0px 0px;
    }
    
    .steps {
        height: 60px;
        margin: 10px 0px;
    }
    
    .steps .step {
        float: left;
        width: 130px;
        height: 70px;
        background: #f2f2f2;
        color: #a1a1a1;
        font-weight: bold;
        font-size: 260%;
        text-align: center;
        line-height: 60px;
        font-style: italic;
    }
    
    .steps .step.sel {
        float: left;
        width: 130px;
        height: 70px;
        background: #b6ff57;
        font-weight: bold;
        font-size: 260%;
        text-align: center;
        line-height: 60px;
        font-style: italic;
        color: #000;
    }
    
    .steps .arrow {
        float: left;
        sbackground: url(../img/cart-arrow.jpg) no-repeat;
        height: 60px;
        width: 17px;
        margin: 0px 33px;
        margin: 0px 30px;
    }
    
.table_div {
        width: 100%;
        font-size: 90%;
    }
    
    .table_div .head {
        background: #404040;
        color: #fff;
        height: 20px;
    }
    
    .table_div .head div {
        float: left;
        height: 17px;
        width: 120px;
        font-weight: bold;
        padding: 3px 0px 0px 0px;
    }
    
    .table_div .bg_white {
        background: #fff;
        height: 1px;
    }
    
    .table_div .bg_grey {
        background: #404040;
        height: 1px;
    }
    
    .table_div .table_item_div {
        clear: both;
    }
    
    .table_div .table_item_div .name {
        background: #f2f2f2;
        font-weight: bold;
        border-bottom: solid 1px #000;
        padding: 5px;
        font-size: 115%;
    }
    
    .table_div .table_item_div .name a {
        color: #4c427e;
    }
    
    .table_div .table_item_div .image {
        float: left;
        width: 120px;
        height: 100px;
        text-align: center;
    }
    
    .table_div .table_item_div .info {
        float: left;
        width: 632px;
    }
    
    .table_div .table_item_div .info .size {
        clear: both;
        height: 18px;
        margin: 5px 0px;
        padding: 5px 0px;
        border-bottom: solid 1px #000;
    }
    
    .table_div .table_item_div .info .size div {
        float: left;
        width: 120px;
        height: 20px;
    }
    
    .table_div .table_item_div .info .size div.code {
        width: 100%;
        clear: both;
        margin: 3px 0px 0px 0px;
    }
    
    .table_div input {
        width: 70px;
        text-align: right;
    }
    
    .remove {
        float: right;
        font-weight: bold;
        color: red;
        position: relative;
        stop: -15px;
    }
    
    .notice-box {
        background: #fff000;
        padding: 5px;
        font-size: 90%;
        margin: 10px 0px 0px 0px;
    }
    
    .low-price-box {
        background: red;
        color: #fff;
        padding: 5px;
        text-align: right;
        font-size: 90%;
    }
    
    .totalPriceTr {
        font-size: 120%;
        font-weight: bold;
    }
    
    .totalPriceTr .highlight {
        text-decoration: underline;
    }
    
    
.cart_navigation {
        height: 70px;
        margin: 10px 0px 0px 0px;
    }
    
    .cart_navigation .cart_back {
        display: block;
        float: left;
        background: url(../img/2009/cart-go-back.jpg) no-repeat;
        width: 60px;
        height: 40px;
        margin: 0 0 0 180px;
        _margin: 0 0 0 80px;
        padding: 10px 0px 0px 60px;
        font-size: 185%;
    }
    
    .cart_navigation .cart_back_pr {
        display: block;
        float: left;
        background: url(../img/2009/cart-go-back-pr.jpg) no-repeat;
        width: 242px;
        height: 40px;
        padding: 10px 0px 0px 60px;
        font-size: 185%;
        margin: 0px 0px 0px 200px;
        _margin: 0px 0px 0px 100px;
    }
    
    .cart_navigation .cart_next {
        display: block;
        float: left;
        background: url(../img/2009/cart-order-btn.jpg) no-repeat scroll 0px 0px;
        width: 194px;
        height: 40px;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 20px;
        font-size: 185%;
    }
    
    .cart_navigation .cart_go_next {
        display: block;
        float: left;
        background: url(../img/2009/cart-next-btn.jpg) no-repeat scroll 0px 0px;
        width: 194px;
        height: 40px;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 20px;
        font-size: 185%;
    }
    
    .shader_cart_total {
        display: block;
        background: url(../img/2009/shader-cart-total.jpg) no-repeat;
        height: 14px;
    }
    
    .cart_total {
        background: #f2f2f2;
        height: 62px;
        padding: 5px 5px 5px 5px;
        _padding: 0px 5px 5px 5px;
        _position: relative;
        _top: -2px;
    }
    
    .cart_total .num {
        float: left;
        width: 40%;
        margin: 5px 10% 0px 0px
    }
    
    .cart_total .price {
        float: left;
        width: 50%;
    }
    
    .cart_total .num table {
        width: 100%;
    }
    
    .cart_total .price table {
        width: 100%;
        text-align: right;
    }
    
    .shader_cart_total_2 {
        background: url(../img/2009/shader-cart-total2.jpg) no-repeat;
        height: 14px;
    }
    
    .delivery_type_div {
        background: #effdce;
        width: 520px;
    }
    
    .pay_type_div {
        width: 520px;
        background: #effdce;
    }
    
    .delivery_type_div .name {
        background: url('../img/2009/cart-table-bg.jpg');
        height: 18px;
        font-size: 90%;
        color: #fff;
        font-weight: bold;
        padding: 2px 0px 0px 5px;
    }
    
    .pay_type_div .name {
        background: url('../img/2009/cart-table-bg.jpg');
        height: 18px;
        font-size: 90%;
        color: #fff;
        font-weight: bold;
        padding: 2px 0px 0px 5px;
    }
    
    .type_div {
        padding: 5px 15px;
        height: 40px;
        font-size: 90%;
    }
    
    .type_div table {
        width: 490px;
    }
    
    .type_div table tr td {
        vertical-align: top;
    }
    
    .type_div table tr td.c1 {
        width: 20px;
    }
    
    .type_div table tr td.c2 {
        width: 370px;
    }
    
    .type_div table tr td.c3 {
        width: 100px;
    }
    
    .type_div input {
        position: relative;
        top: 2px;
        margin: 0px 10px 0px 0px
    }
    
    .contact_table {
        width: 100%;
    }
    
    .contact_table tr td {
        width: 25%;
        padding: 5px;
    }
    
    .contact_table tr td input{
        swidth: 200px;
    }
    
    .contact-label {
        background: url('../img/2009/cart-table-bg.jpg');
        height: 18px;
        font-size: 90%;
        color: #fff;
        font-weight: bold;
        padding: 2px 0px 0px 5px;
    }
    
    .contact-form {
        display: block;
        background: #effdce;
    }
    
    
/* CART SUMMARY */
.cart-left-panel {
    float: left;
    width: 520px;
    overflow: hidden;
}

.cart-left-panel input {
    _width: 120px;
}

.cart-left-panel .header {
    background: #cdff66;
    padding: 5px;
    font-size: 150%;
    border-bottom: solid 2px #fff;
}

.cart-right-panel {
    float: left;
    width: 202px;
    margin: 0px 0px 0px 20px;
}

.cart-summary {
    background: #effdce;
    padding: 10px;
}

.cart-summary .name {
    font-size: 120%;
    color: #404040;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.cart-summary .label {
    background: #d7fc8b;
    padding: 2px;
    border-bottom: solid 1px #000;
    font-weight: bold;
}

.cart-summary .items {
    font-size: 85%;
}

.cart-summary .items .item {
    border-bottom: solid 1px #c0c0c0;
    padding: 2px;
}

.cart-summary .items .item .right {
    display: block;
    text-align: right;
}

.cart-summary .total {
    background: #c0c0c0;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    padding: 5px;
}

.cart-summary .totalVat {
    background: #404040;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    padding: 5px;
}

.cart-summary .total .big {
    display: block;
    font-size: 150%;
    font-weight: bold;
    text-align: right;
}

.cart-summary .totalVat .big {
    display: block;
    font-size: 150%;
    font-weight: bold;
    text-align: right;
}

.cart-summary .info-price {
    font-style: italic;
    text-align: center;
    font-size: 90%;
}

.underline {
    text-decoration: underline;
}

.item-added-box {
    padding: 10px;
    background: yellow;
    font-weight: bold;
    text-align: center;
}

input.radioBtn {
    width: 14px;
}

.brandsBox {
    sclear: both;
    margin: 0px 0px 0px 120px;
    padding: 0px 0px 5px 0px;
}