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

#extended-search {
    background:url('../images/search-bottom.gif') no-repeat bottom left;
    min-height:1px;
    _height:1px;
    padding:0px 0px 10px 0px;
    margin:10px 0px 0px 0px;
}
#extended-search form {
    background:url('../images/search-top.gif') no-repeat top left;
    min-height:1px;
    _height:1px;
    padding:10px 15px 5px 15px;
    margin:0px;
}
#extended-search form select {
    width:120px;
}
#extended-search form table th {
    width:110px;
    text-align:right;
    padding:0px 10px 5px 0px;
    background:url('../images/dot.gif') repeat-x bottom left;
}
#extended-search form table td {
    padding:0px 5px 0px 5px;
}

/*
    ==========================================
    ZOZNAM PRODUKTOV
    ==========================================
*/
#produkty {
    padding:0px 0px 0px 2px;
    text-align:left;
}
#produkty div.produkt {
    width:265px;
    float:left;
    background:url('../images/produkt-bg.gif') repeat-y top left;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color:#555555;
}
#produkty div.produkt-top { background:url('../images/produkt-top.gif') no-repeat top left; }
#produkty div.produkt-bottom {
    background:url('../images/produkt-bottom.gif') no-repeat bottom left;
    min-height:123px;
    _height:123px;
    padding:10px 10px 10px 10px;
}
#produkty div.produkt h3 {
    font-size:1.1em;
    margin:0px;
    padding:0px 0px 10px 0px;
}
#produkty div.produkt h3 a { color:#ce171a; }
#produkty div.produkt h3 a:hover { color:#000; }
#produkty div.produkt img {
    border:none;
}
#produkty div.produkt .desc {
    padding:0px 0px 13px 0px;
    margin:0px 0px 8px 0px;
    background:url('../images/dot.gif') repeat-x bottom left;
}
#produkty div.produkt span.cena {
    color:#E00000;
    font-size:1.2em;
    font-weight:bold;
}
#produkty div.produkt span.eur_cena {
    color:#000;
    font-size:1em;
    font-weight:bold;
    padding:0px 0px 0px 32px;
}
#produkty div.produkt form {
    margin:0px;
    padding:0px 0px 0px 0px;
}
#produkty div.produkt form div {
    padding:5px 10px 0px 0px;
}
#produkty div.produkt form div strong { color:#555555; }
#produkty div.produkt table {
    width:100%;
}
#produkty div.produkt table td.produkt-image {
    vertical-align:top;
    width:90px;
    text-align:left;
    background:url('../images/dot.gif') repeat-y top right;
}
#produkty div.produkt table td.produkt-desc {
    background:url('../images/ornament.gif') no-repeat 0px 0px;
    vertical-align:top;
    width:auto;
    padding:0px 5px 0px 10px;
}

#produkty div.produkt-small {
    width:168px;
    float:left;
    background:url('../images/produkt-small-bg.gif') repeat-y top left;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color:#555555;
}
#produkty div.produkt-small-top { background:url('../images/produkt-small-top.gif') no-repeat top left; }
#produkty div.produkt-small-bottom {
    background:url('../images/produkt-small-bottom.gif') no-repeat bottom left;
    min-height:123px;
    _height:123px;
    padding:10px 10px 10px 10px;
}
#produkty div.produkt-small h3 {
    font-size:1.1em;
    margin:0px;
    padding:0px 0px 10px 0px;
}
#produkty div.produkt-small h3 a { color:#ce171a; }
#produkty div.produkt-small h3 a:hover { color:#000; }
#produkty div.produkt-small img {
    border:none;
}
#produkty div.produkt-small span.cena {
    color:#E00000;
    font-size:1.2em;
    font-weight:bold;
}
#produkty div.produkt-small form {
    margin:0px;
    padding:5px 0px 0px 0px;
    background:url('../images/dot.gif') repeat-x top left;
}
#produkty div.produkt-small form div {
    padding:5px 10px 0px 0px;
}
#produkty div.produkt-small form div strong { color:#555555; }
#produkty div.produkt-small table {
    width:100%;
}
#produkty div.produkt-small table td.produkt-small-image {
    vertical-align:top;
    width:60px;
    text-align:left;
}
#produkty div.produkt-small table td.produkt-small-desc {
    background:url('../images/ornament.gif') no-repeat 0px 0px;
    vertical-align:top;
    width:auto;
    padding:0px 5px 0px 10px;
}


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

table.description {
    margin:10px 0px 0px 0px;
}
table.description td { vertical-align:top; }
table.description img { border:none; }
table.description td.description-image {
    width:170px;
    text-align:left;
    background:url('../images/dot.gif') repeat-y top right;
}
table.description td.description-data {
    text-align:left;
    padding:0px 0px 0px 10px;
}

table.description form.cart {
    margin:0px 0px 0px 0px;
    padding:10px 0px 0px 0px;
}

table.atributy {
    width:100%;
    margin:0px 15px 10px 0px;
    border-left:1px solid #FFCFD0;
    border-bottom:1px solid #FFCFD0;
}
table.atributy th {
    text-align:left;
    border-top:1px solid #FFCFD0;
    border-right:1px solid #FFCFD0;
    padding:4px 5px 4px 5px;
    vertical-align:top;
    color:#000;
    background:#FDF7F7;
    font-weight:bold;
    width:130px;
}
table.atributy td {
    border-top:1px solid #FFCFD0;
    border-right:1px solid #FFCFD0;
    padding:4px 5px 4px 5px;
    color:#000;
    white-space:nowrap;
}
table.atributy td.header {
    background:#CE171A;
    color:#FFF;
    font-weight:bold;
    padding:3px 10px 3px 10px;
}

table.price {
    width:100%;
}
table.price th {
    width:130px;
    padding:1px 5px 7px 5px;
    vertical-align: bottom;
    background:url('../images/dot.gif') repeat-x bottom left;
}
table.price td {
    width:auto;
    padding:1px 0px 7px 5px;
    vertical-align: bottom;
    background:url('../images/dot.gif') repeat-x bottom left;
}
table.price .cena {
    color:#D40000;
    font-weight:bold;
    font-size:1.3em;
}


/*
    ==========================================
    DOKUMENTY
    ==========================================
*/
#files {
    margin:0px;
    clear:both;
    border:1px solid #FFCFD0;
    background:#FDF2F2;
    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 #FFCFD0;
    min-height:1px;
    _height:1px;
    position:relative;
}
#files div.last {
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:none;
}
#files div.file a { color:#CE171A; 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 0px 15px 25px;
    text-align:left;
    margin:0px 1px 0px 1px;
    float:left;
    line-height:16px;
}
ol.steps a { color:#CE171A; font-weight:bold; }
ol.steps a:hover { color:#000; }

div.order_process_description {
    border:1px solid #FFF759;
    background:#FFFEDF;
    color:#000;
    padding:10px 10px 10px 10px;
    margin:10px 0px 10px 250px;
}
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
    ==========================================
*/
table.cart {
    width:100%;
    clear:both;
    color:#000;
}
table.cart img {
    border:none;
}
table.cart th {
    background:#CE171A;
    color:#FFF;
    padding:5px 3px 5px 3px;
}
table.cart td {
    vertical-align:bottom;
    border-bottom:1px solid #FFCFD0;
    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 td.column1 {
    padding:2px 0px 0px 0px;
    background:#FFF;
    border-right:1px solid #FFCFD0;
    border-left:1px solid #FFCFD0;
}
table.cart td.column5 {
    border-right:1px solid #FFCFD0;
}
table.cart .column2 h3 {
    color:#CE171A;
    font-size:1.1em;
    margin:0px;
    padding:2px 5px 2px 5px;
}
table.cart td.column2 .info {
    float:right;
    width:65px;
    text-align:center;
}

table.cart .total td {
    background:#FFF;
    border:none;
    border-top:2px solid #CE171A;
    text-align:right;
    font-weight:bold;
    vertical-align:top;
}
table.cart .total_logged td {
    background:#FFF;
    border:none;
    text-align:right;
    font-weight:bold;
    vertical-align:top;
}

/*
    ==========================================
    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:#CE171A;
    text-decoration:none;
    text-align:left;
    font-weight:bold;
}
div.delete_item a:hover {
    text-decoration:none;
    color:#000;
}

/*
    ==========================================
    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:center;
    font-size:1em;
    font-weight:bold;
}
div.cancel a {
    display:block;
    height:19px;
    padding:9px 0px 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 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:right;
    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:#FD6715;
    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:#FD6715;
    padding:9px 0px 7px 40px;
    text-decoration:none;
}
div.previous a:hover {
    text-decoration:none;
    color:#FD6715;
}

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 #FFCFD0;
    margin:10px 0px 5px 0px;
    padding:10px;
}
fieldset.step {
    width:250px;
    float:left;
    border:1px solid #FFCFD0;
    margin:0px 3px 5px 3px;
    padding:3px;
}
fieldset legend {
    background:#FD6715;
    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:200px;
    text-align:right;
    background:#FFF1EA;
    border:1px solid #FED8C3;
    padding:2px 2px 2px 2px;
    margin:0px 2px 0px 0px;
    _margin:0px;
}
input.td {
    font-size:1em;
    padding:1px;
    margin:1px;
    _margin:0px;
    width:200px;
}
input.psc {
    font-size:1em;
    padding:1px;
    margin:1px;
    _margin:0px;
    width:50px;
}
textarea.td {
    font-family:Tahoma,Sans-serif;
    font-size:1em;
    width:242px;
    padding:5px;
    height:60px;
}

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

div.obchodne_podmienky {
    border:1px solid #FFCFD0;
    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:#777;
    background:#FFF;
}
div.msg {
    color:#F00;
    font-weight:bold;
    text-align:center;
    padding:0px 0px 10px 0px;
    font-size:1.3em;
}
div.result {
    font-size:1.3em;
    font-weight:bold;
    color:#000;
    text-align:center;
    padding:10px 0px 10px 0px;
}
div.result a {
    font-size:0.8em;
    font-weight:normal;
    color:#CE171A;
}
div.result a:hover {
    color:#000;
}

/*
    
*/
table.cart-summary {
    width:100%;
    margin:5px 0px 0px 0px;
    color:#000;
    clear:both;
}
table.cart-summary th {
    padding:2px 3px 2px 3px;
    background:#FD6715;
    color:#FFF1EA;
}
table.cart-summary td {
    padding:1px 3px 1px 3px;
    border:1px solid #FFCFD0;
}
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:#FFF1EA; }
table.cart-summary td.column1 { background:#FFF1EA; }

table.cart-summary .total td { font-weight:normal; }
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;
}
table.cart-summary .summary td.column4 {
    background:#FD6715;
    color:#FFF1EA;
    border:none;
}

table.summary {
    margin:5px 0px 0px 0px;
    color:#000;
}
table.summary th {
    padding:2px 3px 2px 3px;
    background:#FFF1EA;
    width:200px;
    font-weight:normal;
    text-align:right;
}
table.summary td {
    padding:2px 3px 2px 3px;
    border:1px solid #FFCFD0;
    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:#FD6715;
    color:#FFF;
    font-weight:bold;
    border:none;
    font-size:1.3em;
}

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

/*
    ==========================================
    MESSAGE
    ==========================================
*/
div.message {
    color:#000;
    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:33%;
    color:#FFF;
    padding:10px 15px 10px 15px;
}
table.step0 td a {
    color:#FFF;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
}
table.step0 td a:hover { color:#FFF; }
table.step0 td.column1 { background:#FD6918; text-align:center; }
table.step0 td.column2 { background:#73B600; }
table.step0 td.column3 { background:#C20000; 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.2em;
    font-weight:bold;
}
table.step0 td.column2 input {
    background:#FFF;
    border:1px solid #408B00;
    color:#000;
    padding:2px;
    width:80px;
}
table.step0 td.column2 input.login {
    background:none;
    border:none;
    color:#FFF;
    font-weight:bold;
    cursor:pointer;
    text-align:left;
    width:80px;
}

div.compare_msg {
    background:#FFFEEA;
    border:2px solid #FFF366;
    margin:5px 35px 0px 0px;
    padding:5px 10px 5px 10px;
}
#produkty div.produkt table table.compare, table.compare {
    margin:5px auto;
    width:80px;
}
