h3 {
    font-size:1.2em;
    margin:0;
    padding:10px 0 5px 0;
    color:#c70d0d;
}

span.required {
    color:#F00;
    font-weight:bold;
    font-size:1em;
}

#right .eshop-text {
    padding:0 25px 0 25px;
}

/*
    ==========================================
    ZOZNAM PRODUKTOV
    ==========================================
*/
#produkty {
    padding:10px 15px 10px 0;
    text-align:left;
}
#produkty div.produkty {
    padding:0 0 0 20px;
}
#produkty div.produkt {
    background:url('../../files/images/produkt-separator.gif') no-repeat top right;
    padding:0 0 10px 0;
    margin:0 3px 5px 0;
    width:165px;
    float:left;
    text-align:center;
}
#produkty div.produkt h3 {
    font-size:1.1em;
    margin:0;
    padding:5px 5px 0 0;
}
#produkty div.produkt h3 a { color:#EC2121; }
#produkty div.produkt h3 a:hover { color:#000; }
#produkty div.produkt img {
    border:none;
}
#produkty div.produkt .desc {
    padding:7px 0 33px 0;
}
#produkty div.produkt span.cena {
    color:#EC2121;
    font-size:1.1em;
    font-weight:bold;
}
#produkty div.produkt form {
    margin:0;
    padding:10px 0 0 0;
}
#produkty div.produkt form div {
    text-align:center;
    padding:5px 10px 0 0;
}

#produkty table.produkt {
    margin:15px 0 15px 0;
    width:100%;
    color:#676767;
}
#produkty table.produkt img { border:none; }
#produkty table.produkt td {
    vertical-align:top;
}
#produkty table.produkt td.product-image {
    width:120px;
    text-align:left;
}
#produkty table.produkt td.product-price {
    width:140px;
    text-align:left;
    color:#000;
}
#produkty table.produkt td.product-description {
    padding:0 15px 0 0;
}
#produkty table.produkt h3 {
    font-size:1.2em;
    margin:0;
    padding:0 5px 5px 0;
    color:#c70d0d;
}
#produkty table.produkt h3 a { color:#c70d0d; }
#produkty table.produkt h3 a:hover { color:#000; }
#produkty table.produkt span.cena {
    color:#000;
    font-size:1.3em;
    font-weight:bold;
}
#produkty table.produkt span.oldprice {
    color:#676767;
    font-size:1em;
    text-decoration:line-through;
}
#produkty table.produkt form {
    margin:0;
    padding:0 0 0 0;
}
#produkty table.produkt .cartform {
    margin:0;
    padding:10px 0 0 0;
}
#produkty table.produkt table {
    margin:5px 0 5px 0;
    width:100%;
}
#produkty table.produkt table th {
    font-weight:normal;
    background:url('../../files/images/dots.gif') repeat-x bottom left;
    padding:6px 0 6px 0;
    width:100px;
}
#produkty table.produkt table td {
    font-weight:bold;
    background:url('../../files/images/dots.gif') repeat-x bottom left;
    padding:6px 0 6px 0;
}
#produkty table.produkt td.product-price table td {
    font-weight:normal;
    background:none;
    padding:2px;
}

/*
    ==========================================
    STRANKOVANIE
    ==========================================
*/
div.pages {
    padding:0 0 5px 0;
    margin:0 0 0 10px;
    border-bottom:1px solid #FFF1E2;
}
div.pages table { margin:0 0 0 auto; }
div.pages table img { border:none; }

div.pages_bottom {
    padding:5px 0 0 0;
    margin:0 0 0 10px;
    border-top:1px solid #FFF1E2;
}
div.pages_bottom table { margin:0 0 0 0; }
div.pages_bottom table img { border:none; }

/*
    ==========================================
    ZIADEM PRODUKT K ZOBRAZENIU
    ==========================================
*/
div.no_products {
    padding:15px 30px 0 30px;
}

table.description {
    margin:10px 0 10px 0;
    width:100%;
}
table.description td.data {
    vertical-align:top;
    text-align:left;
    padding:0 0 10px 10px;
}
table.description img.image {
    border:none;
    padding:3px;
}
table.description td.image {
    width:270px;
    text-align:left;
    vertical-align:top;
    padding:0 10px 10px 0;
    border-right:1px solid #EEE;
}

table.description form.cart {
    margin:0;
    padding:0 0 0 0;
}
table.description form.cart div {
    padding:10px 0 5px 0;
    border-bottom:3px solid #EC2121;
}

table.atributy {
    margin:0 0 10px 0;
    width:100%;
}
table.atributy th {
    text-align:left;
    padding:4px 5px 4px 5px;
    vertical-align:top;
    color:#000;
    background:url('../../files/images/dots.gif') repeat-x bottom left;
    font-weight:normal;
    width:140px;
}
table.atributy td {
    background:url('../../files/images/dots.gif') repeat-x bottom left;
    padding:4px 5px 4px 5px;
    color:#000;
}
table.atributy td.first { border:none; }
table.atributy td.header {
    background:#EC2121;
    color:#FFF;
    font-weight:bold;
    padding:3px 10px 3px 10px;
}


table.price {
    width:100%;
    margin-bottom: 10px;
}
table.price th {
    text-align:left;
    padding:4px 5px 4px 5px;
    vertical-align:top;
    color:#000;
    background:url('../../files/images/dots.gif') repeat-x bottom left;
    font-weight:normal;
    width:140px;
}
table.price td {
    background:url('../../files/images/dots.gif') repeat-x bottom left;
    padding:4px 5px 4px 5px;
    color:#000;
}
table.price td.first { border:none; }
table.price td.first table { width:100%; }
table.price td.first table td { padding:3px 0; }
table.price td.first table td.amount { text-align:right; }
table.price td.first table td.amount .oldprice { text-decoration:line-through; }
table.price td.first table tr.last td { background:none; }

table.price .cena {
    color:#D40000;
    font-weight:bold;
    font-size:1.3em;
}

/*
    ==========================================
    FOTOGALERIA
    ==========================================
*/
#gallery img {
    border-bottom:2px solid #DDD;
    padding:3px;
}

/*
    ==========================================
    DOKUMENTY
    ==========================================
*/
#files {
    margin:0;
    clear:both;
    background:#EFEFEF;
    border:1px solid #DDDDDD;
    border-bottom:3px solid #DDDDDD;
    color:#000;
    padding:10px 10px 10px 10px;
    min-height:1px;
    _height:1px;
}
#files img#download {
    border:none;
    position:absolute;
    top:0;
    left:0;
}
#files div.file {
    padding:0 0 5px 22px;
    margin-bottom:5px;
    border-bottom:1px solid #FFF;
    min-height:1px;
    _height:1px;
    position:relative;
}
#files div.last {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}
#files div.file a { color:#C70D0D; font-weight:bold; text-decoration:none; }
#files div.file a:hover { color:#000; font-weight:bold; text-decoration:underline; }

/*
    ==========================================
    ORDER STEPS
    ==========================================
*/

ol.steps {
    padding:10px 0 15px 35px;
    text-align:left;
    margin:0 1px 0 1px;
    float:left;
    line-height:16px;
    font-size:1em;
    color:#999;
}
ol.steps li { padding:0 24px 0 0; }
ol.steps li a { color:#EC2121; font-weight:bold; }
ol.steps li a:hover { color:#000; }
ol.steps li.active {
    /*background:url('../images/fajka.gif') no-repeat top right;*/
}

div.order_process_description {
    border:1px solid #DDD;
    border-top:none;
    background:#EFEFEF;
    color:#000;
    padding:10px 10px 10px 10px;
    margin:0 25px 0 270px;
    line-height:1.2em;
}
div.order_process_description span {
    display:block;
    font-family:Arial,sans-serif;
    font-size:1.2em;
    font-weight:bold;
    padding:0 0 10px 0;
}

/*
    ==========================================
    NAKUPNY KOSIK
    ==========================================
*/

div.special_discount {
    background:url('../images/special-discount.gif') no-repeat 0 0 #e7f6d9;
    border:1px solid #999999;
    padding:5px 10px 5px 140px;
    margin:0 0 10px 0;
    min-height:95px;
    _height:95px;
}
div.special_discount span.title {
    display:block;
    border-bottom:1px solid #c5e2a9;
    padding:5px 0 5px 0;
    margin:0 0 5px 0;
    font-size:1.5em;
    font-weight:bold;
    color:#EC2121;
}
div.button {
    background:url('../images/button.gif') no-repeat 0 0;
    width:58px;
    min-height:22px;
    _height:22px;
    float:left;
    margin:5px 5px 0 0;
}
div.button a {
    display:block;
    padding:3px 5px 3px 5px;
    text-align:center;
    color:#FFF;
}
div.button a:hover { color:#FFF; }

table.cart {
    width:100%;
    clear:both;
    color:#000;
}
table.cart img {
    border:none;
}
table.cart th {
    background:#EC2121;
    color:#FFF;
    padding:5px 3px 5px 3px;
}
table.cart td {
    vertical-align:bottom;
    border-bottom:1px solid #DDD;
    padding:3px;
}

table.cart .row1 { background:#FFF; }
table.cart .row2 { background:#FFF; }

table.cart .column1 { width:87px; text-align:center; }
table.cart .column2 { width:auto; text-align:left; }
table.cart .column3 { width:35px; text-align:right; }
table.cart .column4 { width:70px; text-align:right; }
table.cart .column5 { width:70px; text-align:right; }

table.cart th.column1 { background:url('../images/cart-tl-corner.gif') no-repeat top left #EC2121; }
table.cart th.column5 { background:url('../images/cart-tr-corner.gif') no-repeat top right #EC2121; }

table.cart td.column1 {
    padding:2px 0 0 0;
    background:#FFF;
    border-right:1px solid #DDD;
    border-left:1px solid #DDD;
}
table.cart td.column5 {
    border-right:1px solid #DDD;
}
table.cart .column2 h3 {
    color:#000;
    font-size:1.2em;
    margin:0;
    padding:2px 65px 2px 5px;
}
table.cart td.column2 .info {
    float:right;
    width:65px;
    text-align:center;
}

table.cart .total td {
    background:url('../images/cart-bottom.gif') no-repeat top left #FFF;
    border:none;
    text-align:right;
    font-weight:bold;
    vertical-align:top;
    padding-top:10px;
}
table.cart .total td.column5 { background:url('../images/cart-bottom.gif') no-repeat top right #FFF; }
table.cart .total_logged td {
    background:#FFF;
    border:none;
    text-align:right;
    font-weight:bold;
    vertical-align:top;
}
table.cart .total_logged td span {
    font-weight:normal;
}
table.cart div.discount_info {
    padding:0 0 0 5px;
    font-weight:bold;
}
table.cart div.discount_info strong {
    color:#F00;
    font-size:1.1em;
}

input.pocet {
    width:20px;
    border:1px solid #C2C2C2;
    font-size:1em;
    padding:2px;
}

/*
    ==========================================
    UPDATE BUTTON
    ==========================================
*/
div.update {
    text-align:right;
    padding:5px 0 10px 0;
}
input.update {
    float:right;
    background:url('../images/update.gif') no-repeat 0 1px;
    width:170px;
    height:32px;
    border:none;
    cursor:pointer;
    color:#FFF;
    text-align:left;
    font-size:1em;
    font-weight:bold;
    padding:0 0 0 18px;
}

/*
    ==========================================
    DELETE ITEM BUTTON
    ==========================================
*/
div.delete_item {
    background:url('../images/delete.gif') no-repeat 0 0;
    width:120px;
    text-align:left;
}
div.delete_item a {
    display:block;
    padding:9px 0 9px 20px;
    color:#EC2121;
    text-decoration:none;
    text-align:left;
    font-weight:bold;
}
div.delete_item a:hover {
    text-decoration:none;
    color:#F00;
}

/*
    ==========================================
    CANCEL ORDER BUTTON
    ==========================================
*/
div.cancel {
    background:url('../images/cancel.gif') no-repeat 0 0;
    margin:1px 0 0 0;
    float:right;
    width:170px;
    height:32px;
    text-align:center;
    font-size:1em;
    font-weight:bold;
}
div.cancel a {
    display:block;
    height:19px;
    padding:9px 0 2px 9px;
    text-decoration:none;
    color:#FFF;
}
div.cancel a:hover {
    color:#FFF;
    text-decoration:none;
}

/*
    ==========================================
    CONTINUE SHOPPING BUTTON
    ==========================================
*/
div.continue_shopping {
    width:49%;
    float:left;
    text-align:left;
    background:url('../images/continue.gif') no-repeat bottom left;
}
div.continue_shopping a {
    display:block;
    padding:9px 0 8px 50px;
    color:#FFF;
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
    width:143px;
}
div.continue_shopping a:hover { color:#FFF; }

/*
    ==========================================
    PRECEED ORDER BUTTON
    ==========================================
*/
div.order_proceed {
    width:49%;
    float:right;
    text-align:right;
    background:url('../images/proceed.gif') no-repeat bottom right;
}
div.order_proceed a {
    float:right;
    display:block;
    padding:9px 50px 8px 0;
    color:#FFF;
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
    width:143px;
}
div.order_proceed a:hover { color:#FFF; }


/*
    ==========================================
    KROK SPAT BUTTON
    ==========================================
*/
div.previous {
    display:block;
    float:left;
    background:url('../images/back.gif') no-repeat 0 0;
    width:120px;
    height:30px;
    color:#EC2121;
    text-align:left;
    font-size:1em;
    font-weight:bold;
    margin:1px 0 0 0;
    border:none;
    padding:0;
}
div.previous a {
    display:block;
    height:16px;
    color:#EC2121;
    padding:9px 0 7px 40px;
    text-decoration:none;
}
div.previous a:hover {
    text-decoration:none;
    color:#EC2121;
}

input.next {
    float:right;
    background:url('../images/next.gif') no-repeat 0 0;
    width:141px;
    height:32px;
    border:none;
    cursor:pointer;
    color:#FFF;
    text-align:center;
    font-size:1em;
    font-weight:bold;
    padding:0 10px 0 0;
}

input.send {
    float:right;
    background:url('../images/send.gif') no-repeat 0 0;
    width:160px;
    height:32px;
    border:none;
    cursor:pointer;
    color:#FFF;
    text-align:center;
    font-size:1em;
    font-weight:bold;
    padding:0 10px 0 0;
}

/*
    ==========================================
    FORMULARE
    ==========================================
*/
fieldset.info {
    border:1px solid #999999;
    margin:10px 0 5px 0;
    padding:10px;
}
fieldset.step {
    width:298px;
    float:left;
    border:1px solid #999999;
    margin:0 3px 5px 3px;
    padding:3px;
}
fieldset legend {
    background:#EC2121;
    padding:3px 13px 3px 13px;
    color:#FFF;
    font-weight:bold;
}

fieldset.info table td { vertical-align:top; }
fieldset.info label {
    cursor:pointer;
    text-align:right;
}

label.td {
    display:block;
    float:left;
    width:130px;
    text-align:right;
    background:#EFEFEF;
    padding:3px 2px 3px 2px;
    margin:0 1px 0 0;
}
input.td {
    font-size:1em;
    padding:2px 3px 2px 3px;
    margin:0 0 1px 0;
    width:250px;
    border:1px solid #999;
}
input.psc {
    font-size:1em;
    padding:2px 3px 2px 3px;
    margin:0 0 1px 0;
    width:50px;
    border:1px solid #999;
}
textarea.td {
    font-family: Tahoma, sans-serif;
    font-size:1em;
    width:242px;
    padding:5px;
    height:60px;
    border:1px solid #999;
}

div#delivery_address {
    padding:10px 0 0 30px;
}
div#order_info {
    border:1px solid #DDD;
    background:#EFEFEF;
    margin:5px 0 5px 0;
    padding:10px;
    text-align:center;
}

div.obchodne_podmienky {
    border:1px solid #CCC;
    background:#EFEFEF;
    border-right:none;
    padding:0 10px 0 10px;
    margin:10px 0 5px 0;
    height:120px;
    overflow:auto;
}

div.obchodne_podmienky_summary {
    border:1px solid #CCC;
    background:#EFEFEF;
    border-right:none;
    padding:0 10px 0 10px;
    margin:10px 0 5px 0;
    height:120px;
    overflow:auto;
}

div.order-submit {
    border:none;
    text-align:center;
    color:#777;
    background:#FFF;
}
div.msg {
    color:#F00;
    font-weight:bold;
    text-align:center;
    padding:0 0 10px 0;
    font-size:1.3em;
}
div.result {
    font-size:1.3em;
    font-weight:bold;
    color:#000;
    text-align:center;
    padding:10px 0 10px 0;
}
div.result a {
    font-size:0.8em;
    font-weight:normal;
    color:#EC2121;
}
div.result a:hover {
    color:#000;
}

/*
    
*/
table.cart-summary {
    width:100%;
    margin:5px 0 0 0;
    color:#000;
    clear:both;
}
table.cart-summary th {
    padding:2px 3px 2px 3px;
    background:#EC2121;
    color:#FFF;
}
table.cart-summary td {
    padding:1px 3px 1px 3px;
    border:1px solid #DDD;
}
table.cart-summary .column1 { width:auto; }
table.cart-summary .column2 { width:40px; text-align:center; }
table.cart-summary .column3 { width:80px; text-align:right; }
table.cart-summary .column4 { width:100px; text-align:right; }
table.cart-summary .total { font-weight:normal; }
table.cart-summary .column6 { padding:5px 10px 5px 10px; background:#EFEFEF; }
table.cart-summary td.column1 { background:#EFEFEF; }

table.cart-summary .total td { font-weight:normal; text-align:right; }
table.cart-summary .total td.column4 { font-weight:bold; }
table.cart-summary .summary td {
    font-weight:bold;
    font-size:1.3em;
    font-family:Arial,sans-serif;
    text-align:right;
}
table.cart-summary .summary td.column4 {
    background:#EC2121;
    color:#FFF;
    border:none;
}

table.summary {
    margin:5px 0 0 0;
    color:#000;
}
table.summary th {
    padding:2px 3px 2px 3px;
    background:#EFEFEF;
    width:200px;
    font-weight:normal;
    text-align:right;
}
table.summary td {
    padding:2px 3px 2px 3px;
    border:1px solid #DDD;
    width:130px;
    font-weight:bold;
    text-align:right;
}
table.summary .total th {
    background:#FFF;
    text-align:right;
    font-weight:bold;
    font-size:1.3em;
}
table.summary .total td {
    background:#EC2121;
    color:#FFF;
    font-weight:bold;
    border:none;
    font-size:1.3em;
}

table.step {
    width:100%;
    margin:0 0 0 0;
    color:#000;
}
table.step th {
    padding:1px 3px 1px 3px;
    background:#EFEFEF;
    width:100px;
    text-align:right;
}
table.step td {
    padding:1px 3px 1px 3px;
    border:1px solid #DDD;
}

/*
    ==========================================
    MESSAGE
    ==========================================
*/
div.message {
    color:#000;
    font-size:1.6em;
    font-weight:bold;
    text-align:center;
    padding:30px 0 20px 0;
}
div.message a {
    font-size:0.6em;
}

table.step0 {
    margin:0 auto;
}
table.step0 td {
    width:170px;
    color:#FFF;
    padding:10px 15px 10px 15px;
}
table.step0 td a {
    color:#FFF;
    text-decoration:none;
    font-size:1.6em;
    font-weight:normal;
}
table.step0 td a:hover { color:#FFF; }
table.step0 td.column1 { background:#EC2121; text-align:center; }
table.step0 td.column2 { background:#B19569; }
table.step0 td.column3 { background:#9F0400; text-align:center; }
table.step0 td.column2 form {
    margin:0;
    padding:10px 10px 0 0;
    line-height:20px;
    text-align:right;
}
table.step0 td.column2 p.message {
    color:#FF0;
    padding:10px 0 0 0;
    margin:0;
    font-weight:bold;
}
table.step0 td.column2 strong {
    color:#FFF;
    text-decoration:none;
    font-size:1.6em;
    font-weight:normal;
}
table.step0 td.column2 input {
    background:#FFF;
    border:1px solid #8D7249;
    color:#000;
    padding:2px;
}
table.step0 td.column2 input.login {
    background:none;
    border:none;
    color:#FFF;
    font-weight:bold;
    cursor:pointer;
    text-align:left;
    width:100px;
}
