h3 {
    font-size:1.2em;
    margin:0px;
    padding:5px 0px 5px 0px;
    color:#7E0122;
}
/*
    ==========================================
    ZOZNAM PRODUKTOV
    ==========================================
*/
#produkty {
    padding:0px 0px 0px 6px;
}
#produkty div.produkt {
    position:relative;
    margin:0px 0px 10px 0px;
    border:1px solid #EFEFEF;
    background:url('../images/variant-top.gif') repeat-x top left;
    min-height:1px;
    _height:1px;
}
#produkty table.produkt { width:100%; }
#produkty table.produkt h3 {
    font-size:1.3em;
    margin:0px;
    padding:0px 0px 5px 0px;
}
#produkty table.produkt h3 a { color:#7E0122; }
#produkty table.produkt h3 a:hover { color:#000; }
#produkty table.produkt td.produkt-image {
    width:170px;
    text-align:left;
    vertical-align:top;
}
#produkty table.produkt td.produkt-image img {
    border:none;
    border-right:1px solid #EFEFEF;
}
#produkty table.produkt td.produkt-info {
    width:auto;
    text-align:left;
    vertical-align:top;
    padding:5px 5px 30px 0px;
}
#produkty table.produkt span.produkt-more {
    display:block;
    position:absolute;
    bottom:0px;
    right:0px;
    text-align:right;
    background:url('../images/cart-icon.gif') no-repeat 10px 4px #7E0122;
    color:#FFF;
    padding:3px 20px 3px 30px;
    font-weight:bold;
    min-height:1px;
    _height:1px;
}
#produkty table.produkt span.produkt-more a { color:#FFF; }
#produkty table.produkt span.produkt-more a:hover { color:#FFF; }

div.info {
    font-weight:bold;
    color:#F00;
    text-align:center;
    padding:10px 0px 0px 0px;
}

/*
    ==========================================
    STRANKOVANIE
    ==========================================
*/
div.pages {
    clear:both;
    text-align:right;
    background:url('../../files/images/page/dots.gif') repeat-x bottom left;
    padding:0px 0px 5px 0px;
    min-height:1px;
    _height:1px;
}
div.pages table {
    margin:0px auto;
    min-height:1px;
    _height:1px;
}
div.pages table img {
    border:none;
}

div.pages_bottom {
    clear:both;
    background:url('../../files/images/page/dots.gif') repeat-x top left;
    padding:5px 0px 0px 0px;
    min-height:1px;
    _height:1px;
}
div.pages_bottom table {
    margin:0px auto;
    min-height:1px;
    _height:1px;
}
div.pages_bottom table img {
    border:none;
}

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

table.description { width:100%; }
table.description td { vertical-align:top; }
table.description img { border:none; }
table.description td.description-image {
    width:335px;
    padding-right: 10px;
    text-align:left;
}

div.variant {
    width:156px;
    float:left;
    margin:0px 5px 5px 0px;
    padding:5px;
    text-align:center;
    border:1px solid #D6D6D6;
    background:url('../images/variant-top.gif') repeat-x top left;
}
div.variant h3 {
    min-height:30px;
    _height:30px;
    margin:0px;
    padding:0px 0px 3px 0px;
    font-size:1.2em;
}
div.variant span.cena {
    color:#FF0000;
    font-weight:bold;
    font-size:1.1em;
}
div.variant span.cena_povodna {
    text-decoration: line-through;
}
div.variant img.colours {
    border:none;
    margin:3px 0px 3px 0px;
}
div.colours {
    height:85px;
    overflow:auto;
    margin:3px 0px 3px 0px;
    background:url('../images/without-colours.gif') no-repeat top left;
    position:relative;
    z-index:10;
}

div.colour {
    width:39px;
    height:39px;
    float:left;
    position:relative;
    border:1px solid #D6D6D6;
    margin:0px 2px 2px 0px;
    background:#FFF;
}
div.colour img {
    float:left;
    position:absolute;
    top:2px;
    left:2px;
    width:35px;
    height:35px;
    cursor:pointer;
    border:none;
}
div.colour input {
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}

table.add-to-cart {
    width:100%;
    background:url('../images/add-to-cart-bg.gif') repeat-x top left #97032A;
    color:#FFF;
    margin:10px 0px 0px 0px;
}
table.add-to-cart td {
    padding:2px 2px 2px 2px;
}

table.prices {
    width:100%;
    margin:5px 0 0 0;
}
table.prices th {
    font-weight:normal;
    font-size:0.8em;
}
table.prices .pcol0 {
    text-align:left;
}
table.prices .pcol0 strong { font-size:0.9em; }
table.prices .pcol0 span { font-size:0.9em; }
table.prices .pcol1 {
    text-align:right;
    white-space:nowrap;
    width:50px;
}
table.prices .pcol2 {
    text-align:right;
    font-size:0.8em;
    color:#666;
    white-space:nowrap;
    width:50px;
}

table.atributy {
    margin:10px 0px 10px 0px;
    border:1px solid #D6D6D6;
    width:100%;
}
table.atributy th {
    text-align:right;
    padding:5px 5px 3px 5px;
    vertical-align:top;
    color:#000;
    background:url('../images/variant-top.gif') repeat-x 0px -3px;
    font-weight:normal;
    border-right:1px solid #D6D6D6;
    width:120px;
}
table.atributy td {
    background:url('../../files/images/dot.gif') repeat-x top left;
    font-weight:bold;
    padding:5px 5px 3px 5px;
    color:#000;
}
table.atributy td.first { border:none; }
table.atributy td.header {
    background:#860225;
    color:#FFF;
    font-weight:bold;
    padding:3px 10px 3px 10px;
}

#gallery {
    clear:both;
}
#gallery img {
    border:1px solid #EFEFEF;
    float:left;
    padding:3px;
    margin:1px;
}

/*
    ==========================================
    DOKUMENTY
    ==========================================
*/
h3.files {
    clear:both;
}
#files {
    margin:0px;
    clear:both;
    background:#EFEFEF;
    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 #FFF;
    min-height:1px;
    _height:1px;
    position:relative;
}
#files div.last {
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:none;
}
#files div.file a { color:#780121; 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:#7B0122; 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:#7B0122;
    color:#FFF;
    padding:5px 3px 5px 3px;
}
table.cart td {
    vertical-align:bottom;
    border-bottom:1px solid #AEAEAE;
    padding:3px;
}

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

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 .column6 { width:80px; text-align:right; }

table.cart td.column1 {
    padding:2px 0px 0px 0px;
    background:#FFF;
    border-left:1px solid #AEAEAE;
}
table.cart td.column2 { border-left:1px solid #AEAEAE; }
table.cart td.column5 { border-right:1px solid #AEAEAE; }
table.cart td.column7 { padding:0px; }
table.cart .column2 h3 {
    color:#7B0122;
    font-size:1em;
    margin:0px;
    padding:2px 5px 2px 5px;
}
table.cart .column2 p {
    color:#FF0000;
    font-size:1em;
    margin:0px;
    padding:2px 0px 2px 5px;
}
table.cart td.column2 .info {
    float:right;
    width:65px;
    text-align:center;
}
table.cart .row-info td { height:33px; }
table.cart .row-info td.column3 { line-height:1em; }
table.cart .row-info td.column4 { line-height:1em; }
table.cart .row-info td.column5 { line-height:1em; }
table.cart .row-info td.column6 { line-height:1em; }

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

input.pocet {
    width:20px;
    border:1px solid #5A0117;
    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:#7B0122;
    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: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:#000;
    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:#000;
    padding:9px 0px 7px 40px;
    text-decoration:none;
}
div.previous a:hover {
    text-decoration:none;
    color:#000;
}

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 #AEAEAE;
    margin:10px 0px 5px 0px;
    padding:10px;
}
fieldset.step {
    width:249px;
    float:left;
    border:1px solid #AEAEAE;
    margin:0px 3px 5px 3px;
    padding:3px;
}
fieldset legend {
    background:#7B0122;
    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:2px 2px 2px 2px;
    margin:0px 2px 0px 0px;
    _margin:0px;
}
input.td {
    font-size:1em;
    padding:1px;
    margin:1px;
    _margin:0px;
    width:250px;
}
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 #AEAEAE;
    background:#EFEFEF;
    margin:5px 0px 5px 0px;
    padding:10px;
    text-align:center;
}

div.obchodne_podmienky {
    border:1px solid #AEAEAE;
    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;
}

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

table.summary {
    margin:5px 0px 0px 0px;
    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 #AEAEAE;
    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:#7B0122;
    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:#EFEFEF;
    width:100px;
    text-align:right;
}
table.step td {
    padding:1px 3px 1px 3px;
    border:1px solid #AEAEAE;
}

/*
    ==========================================
    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: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:#1D82CD; text-align:center; }
table.step0 td.column2 { background:#383838; }
table.step0 td.column3 { background:#850125; 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 #535353;
    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;
}

.product_info {
    margin: 0px 5px 10px 0px;
    padding: 0px;
    width: 165px;
    float: left;
    border: 1px solid #EFEFEF;
    min-height:220px;
    _height:220px;
}
.product_info dt {
    margin: 0px;
    padding: 6px 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    background: url(../../files/images/line-bg.gif) repeat-x scroll left top #9B032B;
}
.product_info dt a { color:#FFF; }
.product_info dt a:hover { color:#E1BA00; }
.product_info dd {
    margin: 0px;
    padding: 0px;
}
.product_info dd.img {
    text-align: center;
    padding:3px 0px;
}
.product_info dd.desc {
    padding: 5px 10px 5px 10px;
    background: url(../../e-shop/images/variant-top.gif) repeat-x scroll left top;
}
.product_info a img {
    border: none;
}
.product_info .desc-text {
    background: url(../../files/images/dot.gif) repeat-x scroll bottom left;
    text-align:left;
    padding:5px 0px 10px 0px;
    color:#666;
    line-height:1.2em;
}
.product_info .price {
    text-align:left;
    padding:5px 0px 0px 0px;
    font-size: 0.9em;
}
.product_info .price strong {
    color: #FF0000;
    font-size: 1.2em;
    font-weight: bold;
}

