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

/*
    ==========================================
    ZOZNAM PRODUKTOV
    ==========================================
*/
#produkty {
    padding:0px 0px 0px 0px;
    text-align:left;
}
#produkty div.produkty {
    padding:0px 0px 0px 0px;
}
#produkty div.produkt h3 a { color:#FFF; }
#produkty div.produkt h3 a:hover { color:#FFF; }
#produkty div.produkt img {
    border:none;
    width:230px;
    height:230px;
}
#produkty div.produkt span.cena {
    color:#F10000;
    font-size:1.3em;
    font-weight:bold;
}
#produkty div.produkt p.price strong {
    color:#F10000;
}

#price {
    margin:0px;
    padding:0px 0px 0px 0px;
}
#price span.cena {
    color:#F10000;
    font-size:1.3em;
    font-weight:bold;
}
#price strong {
    color:#F10000;
}


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

/*
    ==========================================
    FOTOGALERIA
    ==========================================
*/
#gallery img {
    border:1px solid #F4EBD6;
    padding:3px;
}

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

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

ol.steps {
    padding:10px 0px 15px 35px;
    text-align:left;
    margin:0px 1px 0px 1px;
    float:left;
    line-height:16px;
    font-size:1em;
    color:#FFF;
}
ol.steps a { color:#F00; font-weight:bold; }
ol.steps a:hover { color:#F00; }

div.order_process_description {
    border:1px solid #333333;
    background:#000;
    color:#FFF;
    padding:10px 10px 10px 10px;
    margin:0px 25px 0px 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:0px 0px 10px 0px;
}

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

div.special_discount {
    background:url('../images/special-discount.gif') no-repeat 0px 0px #181818;
    border:1px solid #323232;
    padding:5px 10px 5px 140px;
    margin:0px 0px 10px 0px;
    min-height:95px;
    _height:95px;
}
div.special_discount span.title {
    display:block;
    border-bottom:1px solid #323232;
    padding:5px 0px 5px 0px;
    margin:0px 0px 5px 0px;
    font-size:1.5em;
    font-weight:bold;
    color:#FF0000;
}
div.button {
    background:url('../images/button.gif') no-repeat 0px 0px;
    width:58px;
    min-height:22px;
    _height:22px;
    float:left;
    margin:5px 5px 0px 0px;
}
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:#FFF;
}
table.cart img {
    border:none;
}
table.cart th {
    background:#646464;
    color:#FFF;
    padding:5px 3px 5px 3px;
}
table.cart td {
    vertical-align:bottom;
    border-bottom:1px solid #333;
    padding:3px;
    color:#FFF;
}

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

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

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

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

table.cart td.column4 strong { font-size:1.2em; }
table.cart td.column5 strong { font-size:1.2em; }


table.cart .total td {
    background:url('../images/cart-bottom.gif') no-repeat top left #000;
    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 #000; }
table.cart .total td.column5 strong { font-size:1.2em; }
table.cart .total_logged td {
    background:#000;
    border:none;
    text-align:right;
    vertical-align:top;
}

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

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

/*
    ==========================================
    DELETE ITEM BUTTON
    ==========================================
*/
div.delete_item {
    background:url('../images/delete.gif') no-repeat 0px 0px;
    width:120px;
    text-align:left;
}
div.delete_item a {
    display:block;
    padding:9px 0px 9px 20px;
    color:#FFF;
    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 0px 0px;
    margin:1px 0px 0px 0px;
    float:right;
    width:170px;
    height:32px;
    text-align:right;
    font-size:1em;
    font-weight:bold;
}
div.cancel a {
    display:block;
    height:19px;
    padding:9px 20px 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:center;
    background:url('../images/continue.gif') no-repeat bottom left;
}
div.continue_shopping a {
    display:block;
    padding:9px 0px 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:center;
    background:url('../images/proceed.gif') no-repeat bottom right;
}
div.order_proceed a {
    float:right;
    display:block;
    padding:9px 50px 8px 0px;
    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 0px 0px;
    width:120px;
    height:30px;
    color:#CF0000;
    text-align:left;
    font-size:1em;
    font-weight:bold;
    margin:1px 0px 0px 0px;
    border:none;
    padding:0px;
}
div.previous a {
    display:block;
    height:16px;
    color:#FFFFFF;
    padding:9px 0px 7px 40px;
    text-decoration:none;
}
div.previous a:hover {
    text-decoration:none;
    color:#FFFFFF;
}

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

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

/*
    ==========================================
    FORMULARE
    ==========================================
*/
fieldset.info {
    border:1px solid #333333;
    margin:10px 0px 5px 0px;
    padding:10px;
}
fieldset.step {
    width:340px;
    float:left;
    border:1px solid #333333;
    margin:0px 3px 5px 3px;
    padding:3px;
}
fieldset legend {
    background:#CF0000;
    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;
}
fieldset.info label strong {
    font-size:1.2em;
}

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

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

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

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

div.order-submit {
    border:none;
    text-align:center;
    color:#AAA;
    background:#000;
}
div.msg {
    color:#F00;
    font-weight:bold;
    text-align:center;
    padding:0px 0px 10px 0px;
    font-size:1.3em;
}
div.result {
    text-align:center;
    padding:50px 50px 10px 50px;
}
div.result a {
    font-size:1em;
    font-weight:normal;
    color:#CF0000;
}
div.result a:hover {
    color:#FFF;
}
div.result_msg {
    font-size:1.6em;
    font-weight:normal;
    color:#FFF;
    border:3px solid #1A1B1C;
    padding:10px 10px 10px 10px;
}

/*
    
*/
table.cart-summary {
    width:100%;
    margin:5px 0px 0px 0px;
    color:#FFF;
    clear:both;
}
table.cart-summary th {
    padding:2px 3px 2px 3px;
    background:#CF0000;
    color:#FFF;
}
table.cart-summary td {
    padding:1px 3px 1px 3px;
    border:1px solid #333333;
}
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 .column3 span { font-size:1.1em; }
table.cart-summary .column4 span { font-size:1.1em; }

table.cart-summary .total { font-weight:normal; }
table.cart-summary .column6 { padding:5px 10px 5px 10px; background:#ECF7FF; }
table.cart-summary td.column1 { background:#151515; }

table.cart-summary .total td { font-weight:normal; }
table.cart-summary .total td.column4 { font-weight:bold; }
table.cart-summary .total td.column4 strong { font-size:1.2em; }
table.cart-summary .summary td {
    font-weight:bold;
    font-size:1em;
    font-family:Arial,sans-serif;
}
table.cart-summary .summary td.column4 {
    background:#CF0000;
    color:#FFF;
    border:none;
}
table.cart-summary .summary td.column4 strong { font-size:1.3em; }

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

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

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

table.step0 {
    margin:0px auto;
}
table.step0 td {
    width:180px;
    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:#000; 
    text-align:center;
    background:url('../../files/images/dots.gif') repeat-y top right #000;
}
table.step0 td.column2 {
    background:#000;
    background:url('../../files/images/dots.gif') repeat-y top right #000;
}
table.step0 td.column3 {
    text-align:center;
}

table.step0 td.column2 form {
    margin:0px;
    padding:10px 10px 0px 0px;
    line-height:20px;
    text-align:right;
}
table.step0 td.column2 p.message {
    color:#FF0;
    padding:10px 0px 0px 0px;
    margin:0px;
    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 #333;
    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;
}

table.step0 td.column1 form div {
    padding:10px 0px 0px 10px;
}
table.step0 td.column1 form div select { width:120px; }
table.step0 td.column1 form div table {
    margin:5px 0px 0px 0px;
    background:url('../../files/images/dots.gif') repeat-x top left;
}
table.step0 td.column1 form div table td {
    padding:8px 0px 0px 0px;
}
table.step0 td.column1 strong {
    color:#FFF;
    text-decoration:none;
    font-size:1.6em;
    font-weight:normal;
}

