@font-face
{
    font-family: ubuntuL;
    src: url('fonts/Ubuntu-L_0.ttf');
}
@font-face
{
    font-family: ubuntuM;
    src: url('fonts/Ubuntu-M_0.ttf');
}
@font-face
{
    font-family: ubuntuB;
    src: url('fonts/Ubuntu-B_0.ttf');
}
@font-face
{
    font-family: ubuntuR;
    src: url('fonts/Ubuntu-R_0.ttf');
}

body{
    background-color: #FFFFFF;
    font-size: 0.8em;
    font-family:Arial,Sans-Serif;
    margin:0em;
    padding:0em;
    color:#44281C;
}
#topPanel {
    background: #563C30;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    font-family: ubuntuR, Arial, Sans-serif;
}
#topPanelCenter {
    width: 970px;
    margin: 0 auto;
}
.topPanel-left {
    float: left;
}
.topPanel-right {
    float: right;
}
.phone {
    color: #E7CEB9;
    padding: 0 0 0 20px;
    margin: 0 30px 0 0;
    background: url('images/ico-phone.png') no-repeat center left #563C30;
}
.mail {
    color: #E7CEB9;
    padding: 0 0 0 20px;
    background: url('images/ico-mail.png') no-repeat center left #563C30;
}
.mail a {
    color: #E7CEB9;
}
.login {
    margin: 0 55px 0 0;
}
.login a {
    color: #fff;
    margin: 0 23px 0 0;
}
.my-account {
    padding: 0 0 0 20px;
    background: url('images/ico-lock.png') no-repeat center left #563C30;
}
#flags {
    margin: 0 10px 0 0;
}
.flag {
    display: block;
    float: left;
    height: 10px;
    margin: 8px 0 0 10px;
    width: 16px;
}
.flag-sk {
    background: url('images/ico-flag-sk.png') no-repeat top left #F7F5EE;
}
.flag-cz {
    background: url('images/ico-flag-cz.png') no-repeat top left #F7F5EE;
}
.flag-au {
    background: url('images/ico-flag-au.png') no-repeat top left #F7F5EE;
}
#body{
    width: 970px;
    margin: 0 auto;
}
/* TOP PART */
#logo{
    display: block;
    position: relative;
    height: 107px;
    background: url(images/white/bg-logo-hands.png) no-repeat top left;
}
#logo-image {
    position: absolute;
    top: 0;
    left: -115px;
    width: 276px;
    height: 149px;
}
#logo-image h1 {
    width: 275px;
    height: 115px;
}
#logo-image h1 span {
    visibility: hidden;
}
.logo{
    background: url(images/bg-logo.png) no-repeat top left rgba(0, 0, 0, 0);
}
/*
.logo-at{
    background: url(images/logoAt.png) no-repeat center top;
}
.logo-cz{
    background: url(images/logoCz.png) no-repeat center top;
}
*/
#logo a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#logo-text {
    position: absolute;
    top: 39px;
    left: 163px;
}
#logo-cart {
    font-family: ubuntuR, Arial, Sans-serif;
    float: right;
    background: url(images/ico-cart.gif) no-repeat right top;
    height: 37px;
    position: relative;
    margin: 25px 10px 0;
}
.cart-count {
    position: absolute;
    top: -14px;
    right: -11px;
    border: 3px solid white;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: white;
    background: #AB0100;
    border-radius: 20px;
}
.cart-link {
    padding: 40px 0 0;
}
.cart-link a {
    color: #AB0100;
}
.cart-price {
    text-align: right;
    color: #5F5F5F;
}
#logo-sale {
    position: absolute;
    top: 8px;
    left: 400px;
    background: url(images/bg-sale.png) no-repeat left top;
    height: 120px;
    width: 124px;
    text-align: center;
    padding: 22px 0 0 0;
}
#logo-search {
    font-family: ubuntuR, Arial, Sans-serif;
    margin: 40px 15px 0 0;
    float: right;
    position: relative;
}
#logo-search a {
    color: #8D6C5D;
    text-decoration: underline;
    padding: 3px 0 0 3px;
}
.search-container {
    background: url(images/bg-search-left.png) no-repeat left top;
}
.search-container input {
    background: url(images/bg-search-right.png) no-repeat right top;
    border: none;
    height: 31px;
    padding: 0 30px 0 10px;
    width: 262px;
}
.search-container form .submit {
    height: 31px;
    width: 32px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.search-popup-hint {
    position: absolute;
    height: 60px;
    width: 190px;
    top: -25px;
    left: -220px;
    background: #FFF;
    border: 1px solid white;
    border-radius: 15px;
    box-shadow: 0 0 8px #555;
    text-align: center;
    padding: 15px 7px 0;
    display: none;
}
.search-popup-hint-arrow {
    position: absolute;
    top: 22px;
    right: -27px;
    height: 27px;
    width: 28px;
    background: url(images/bg-search-popup-right.png) no-repeat top right;
}
#logo-search .search-popup-hint-close {
    background: url(images/bg-search-popup-x.png) no-repeat right top;
    right: 5px;
    position: absolute;
    top: 6px;
    height: 7px;
    width: 7px;
    padding: 0;
}
.search-popup-results {
    position: absolute;
    top: 37px;
    right: 0;
    width: 300px;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 5px 5px #555;
    z-index: 999;
    background: #F7F4ED;
    display: none;
}
.search-popup-results-arrow {
    position: absolute;
    top: -7px;
    left: 147px;
    height: 6px;
    width: 11px;
    background: url(images/bg-search-popup-arrow.png) no-repeat top left rgba(0, 0, 0, 0);
}
.search-popup-result {
    height: 49px;
    border-bottom: 1px solid #E8E3D9;
    background: url(images/bg-search-popup-standard.png) repeat-x top left;
    padding: 10px 14px;
}
.search-popup-result-image {
    height: 50px;
    width: 50px;
    border: 1px solid #E8E3D9;
    float: left;
}
.search-popup-result-text {
    float: left;
    padding: 0 0 0 15px;
}
.search-popup-result:hover {
    background: url(images/bg-search-popup-selected.png) repeat-x top left;
}
.search-popup-results-showAll {
    text-align: center;
    padding: 10px;
}
#logo-search .search-popup-results-showAll a {
    color: #AB0100;
}
#slogan{
    width: 753px;
    /*background: url(images/slogan.png) no-repeat center top;*/
    background: url(images/slogan3.png) no-repeat center top;
    float: right;
    margin-top: 20px;
}
#slogan div.left{
    width:400px;
    float: left;
    height: 65px;
}
#slogan div.left span{
    font-family:Times New Roman;
    font-size:1.6em;
    font-style:italic;
    font-weight:bold;
    padding-left: 10px;
}
#slogan div.right{
    width:190px;
    float: right;
    height: 55px;
}
#slogan div.right p{
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
    margin: 0;
}
#searchPanel{
    width: 100%;
    background: #E1C6AF url(images/topsearch-top.png) no-repeat center top;
    margin-bottom:1px;
}
#searchPanel a {
    color:#472D1F;
}
#searchPanel div.container {
    width: 733px;
    padding: 0 10px;
    background: url(images/topsearch-bottom.png) no-repeat center bottom;
}
#searchPanel div.elements {
    float:right;
}
#searchPanel div.element {
    padding: 5px 3px 0px 38px;
    color: #4E2E20;
    font-size: 0.75em;
    text-align: left;
    float: left;
    min-height:35px;
    _height:35px;
}
#searchPanel div.search{
    padding: 5px 2px 0px 0px;
    background: url(images/separator.gif) no-repeat 0px 5px;
}
#searchPanel div.search a.search{
    background: url(images/button-search-orange.png) no-repeat right center;
    display:block;
    font-size:1.1em;
    font-weight:bold;
    min-height:29px;
    padding:5px 43px 5px 3px;
    text-align:right;
    width:75px;
}

#searchPanel div.contact{
    background: url(images/contact.gif) no-repeat 0px 5px;
}
#searchPanel div.account{
    background: url(images/my-account.gif) no-repeat 0px 5px;
}
#searchPanel div.account-active{
    background: url(images/my-account-active.gif) no-repeat 0px 5px;
}
#searchPanel div.pushcart{
    background: url(images/pushcart.gif) no-repeat 0px 5px;
    cursor:pointer;
}
#searchPanel div.pushcart-active{
    background: url(images/pushcart-active.gif) no-repeat 0px 5px;
    cursor:pointer;
}
/*#searchPanelForm {*/
/*float:left;*/
/*padding-top:4px;*/
/*}*/
/*#searchPanelForm div.shadow {*/
/*background:#44281C;*/
/*float: left;*/
/*margin-top:12px;*/
/*}*/
/*#searchPanelForm input.text{*/
/*width: 155px;*/
/*background:#FFF;*/
/*border:none;*/
/*padding:2px;*/
/*}*/
/*#searchPanelForm div.shadow input.text {*/
/*position:relative;*/
/*top:-2px;*/
/*left:2px;*/
/*}*/
/*#searchPanelForm input.submit{*/
/*width: 45px;*/
/*height: 45px;*/
/*margin: 0 0 0 5px;*/
/*background: url(images/button-search-orange.png) no-repeat center center;*/
/*float: left;*/
/*border:none;*/
/*}*/

#topMenu {
    background: #563C30;
    height: 44px;
    position: relative;
}
#topMenu div.container{
    text-transform: uppercase;
    height: 100%;
}
#topMenu ul.menu{
    height: 100%;
    line-height: 44px;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
#topMenu ul.menu li{
    display: block;
    float: left;
    height: 44px;

}
#topMenu ul.menu .arrow {
    padding: 0 0 0 14px;
}
#topMenu ul.menu li a {
    color: #FFF;
    text-decoration:none;
    border-right: 1px #E1C6AF solid;
    padding: 0 14px 0 0;
}
#topMenu ul.menu li .pageSubmenu a {
    border-right: none;
}
#topMenu ul.menu li.last a {
    border: none;
}
#topMenu ul.menu li.hover {
    background: url(images/bg-menu-active.png) repeat-x top left;
}
#topMenu ul.menu li.hover .arrow {
    background: url("images/bg-menu-arrow.png") no-repeat bottom center;
}
#topMenu ul.menu li.hover a {
    color: #fff;
}
#topMenu ul.menu li.action {
    background: url(images/bg-menu-sale.png) repeat-x top left;
}
#topMenu ul.menu li.nohover a:hover {
    text-decoration:underline;
}
#topMenu ul.menu li.hover div.pageSubmenu {
    display:block;
}
#topMenu ul.menu div.pageSubmenu {
    position:absolute;
    top:100%;
    left:0px;
    background:#f0e7dc;
    text-align:left;
    font-family:Arial,Sans-Serif;
    font-size:0.8em;
    width:970px;
    display:none;
    z-index:1000;
    box-shadow: 0 5px 8px #555;
}
#topMenu ul.menu div.pageSubmenu ul {
    margin:0em;
    padding:0em;
    list-style:none;
}
#topMenu ul.menu div.pageSubmenu ul li {
    display:block;
    border:none;
    padding:1px 0em;
}
#topMenu ul.menu div.pageSubmenu ul li a {
    color:#4D3122;
    border:none;
    font-size:1.2em;
}
#topMenu ul.menu div.pageSubmenu ul li a:hover {
    text-decoration:underline;
}
#topMenu ul.menu div.pageSubmenu-float ul li {
    display:block;
    float:left;
    padding:0.2em;
}

#topSubmenu{
    width: 282px;
    margin-top: 5px;
    background: #4F3222 url(images/topsubmenu-gradient.png) repeat-y center top;
    float: right;
    font-size: 0.9em;
    line-height: 0.9em;
    /*font-family:"Times New Roman", "Times", serif;*/
}
#topSubmenu div.top{
    background: url(images/topsubmenu-top.png) no-repeat center top;
}
#topSubmenu div.bottom{
    padding: 6px 10px;
    background: url(images/topsubmenu-bottom.png) no-repeat center bottom;
    min-height:22px;
    _height:22px;
}
#topSubmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align:center;
}
#topSubmenu li{
    border-right: 1px #C1AD99 solid;
    padding: 0 5px;
    float: left;
}
#topSubmenu li.pos1{
    width: 40%;
}
#topSubmenu li.pos2{
    width: 20%;
}
#topSubmenu li.pos3{
    width: 25%;
}
#topSubmenu li.last{
    border: none;
}
#topSubmenu li a{
    color: #FFF;
}
#topMenu .pageSubmenu .sale-content {
    float: left;
    padding: 10px;
    width: 221px;
    border-right: 1px solid #CEBAA7;
    border-left: 1px solid #FFF;
    background: #F1E9DF;
    height: 100%;
    text-align: center;
    line-height: 2.5em;
}

#topMenu .pageSubmenu .sale-content a{
    padding: 0;
    color: rgb(128, 0, 0);
}
#topMenu .pageSubmenu .sale-content a img{
    float: none;
}
#topMenu .pageSubmenu .sale-content:hover {
    background: #ECDED1;
}
#topMenu .pageSubmenu .sale-content.first {
    border-left: none;
}
#topMenu .pageSubmenu .sale-content.last {
    border-right: none;
}

/* Menu grid default style */
#topMenu .pageSubmenu .menu-grid {
    float: left;
    width: 322px;
    background: #F0E7DC;
    border-right: 1px solid #fff;
    border-left: 1px solid #cebaa7;
    font-family: ubuntuR;
    text-transform: none;
    line-height: normal;
}
#topMenu .pageSubmenu .menu-grid.left { border-left: none; }
#topMenu .pageSubmenu .menu-grid.right { border-right: none; }
#topMenu .pageSubmenu .menu-item {
    height: 100px;
    padding: 15px 53px 15px 15px;
    width: 254px;
    border-bottom: 1px solid #cebaa7;
    border-top: 1px solid #fff;
    position: relative;
}
#topMenu .pageSubmenu .menu-item.top { border-top: none; }
#topMenu .pageSubmenu .menu-item.bottom { border-bottom: none; }
#topMenu .pageSubmenu .menu-item:hover {
    background: url(images/bg-arrow-big.png) no-repeat right center #ecded1;
}
#topMenu .pageSubmenu .menu-item.nohover:hover {
    background: #f1e9df;
}
#topMenu .pageSubmenu .menu-item-image {
    float: left;
    border: 1px solid #cebaa7;
    height: 83px;
    width: 83px;
    margin: 5px;
}
#topMenu .pageSubmenu .menu-item-text {
    float: left;
    font-size: 1em;
    width: 159px;
    padding: 27px 0 0 0;
}
#topMenu .pageSubmenu .menu-item-text-small {
    font-size: 1.2em;
    padding: 0 0 0 15px;
}
#topMenu .pageSubmenu .menu-item-text-big {
    font-size: 1.7em;
    padding: 0 0 0 15px;
}
#topMenu .pageSubmenu .menu-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* Menu grid derived style */
#topMenu .pageSubmenu.themes .menu-grid,
#topMenu .pageSubmenu.styles .menu-grid {
    width: 160px;
    margin: 20px 0;
}
#topMenu .pageSubmenu.themes .menu-item,
#topMenu .pageSubmenu.styles .menu-item {
    width: 130px;
    height: 35px;
    border: none;
    padding: 6px 15px;
}

#topMenu .pageSubmenu.pictures .menu-item.white {
    background: #FFF;

}
#topMenu .pageSubmenu.pictures .menu-item.red {
    background: #FFF;
    color: #AB0100;
}

#topMenu .pageSubmenu.themes .menu-item:hover,
#topMenu .pageSubmenu.styles .menu-item:hover {
    background: url(images/bg-arrow-small.png) no-repeat right center #ecded1;
}
#topMenu .pageSubmenu.themes .menu-item-image,
#topMenu .pageSubmenu.styles .menu-item-image {
    margin: 0;
}
#topMenu .pageSubmenu.themes .menu-item-image,
#topMenu .pageSubmenu.styles .menu-item-image,
#topMenu .pageSubmenu.themes .menu-item-image img,
#topMenu .pageSubmenu.styles .menu-item-image img{
    height: 35px;
    width: 35px;
}
#topMenu .pageSubmenu.themes .menu-item-text,
#topMenu .pageSubmenu.styles .menu-item-text {
    width: 74px;
    padding: 13px 0 0 10px;
}
#topMenu .pageSubmenu.pictures .menu-item-text-big {
    text-transform: uppercase;
}

#topMenu .pageSubmenu .contact-text {
    float: left;
    padding: 0 25px;
    width: 350px;
}
#topMenu .pageSubmenu .contact-map {
    float: left;
    width: 500px;
    height: 300px;
    padding: 50px 0 70px;
}

#topMenu .pageSubmenu .contact-button {
    padding: 13px;
    float: right;
}

#topMenu .pageSubmenu .red-button-left {
    background: url(images/bg-button-left.png) no-repeat top left;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
}
#topMenu .pageSubmenu .red-button-right {
    background: url(images/bg-button-right.png) no-repeat top right;
    display: block;
    padding: 0 38px 0 0;
}
#topMenu .pageSubmenu .red-button {
    background: url(images/bg-button.png) repeat-x top right;
    display: block;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
}

#map-canvas {
    width: 500px;
    height: 300px;
}

/* MIDDLE PART */
#sideBar {
    width: 206px;
    margin-top: 10px;
    clear: both;
    float: left;
    font-size: 0.95em;
}
#sideBar div.section {
    margin-bottom:5px;
}
#sideBar div.topic {
    background: #E1C6AF url(images/sidemenu-top.png) no-repeat center top;
}
#sideBar div.topic-container {
    padding: 3px 11px;
    background: url(images/sidemenu-bottom.png) no-repeat center bottom;
    color: #4B2E2E;
    font-size: 1.15em;
    text-align: left;
    /*font-family:"Times New Roman", "Times", serif;*/
    font-weight:bold;
}
#sideBar div.topic-container a {
    color: #4B2E2E;
}

#sideBar div.block {
    background: #E1C6AF url(images/sidemenu-top.png) no-repeat center top;
}
#sideBar div.block-container {
    padding: 3px 4px;
    background: url(images/sidemenu-bottom.png) no-repeat center bottom;
    color: #4B2E2E;
    text-align: left;
}
#sideBar div.topic-container a {
    color: #4B2E2E;
}
/* reverzny nadpis */
#sideBar div.topic-inv {
    background: #4B2E2E url(images/sidemenu-top-inv.png) no-repeat center top;
}
#sideBar div.topic-inv div.topic-container {
    background: url(images/sidemenu-bottom-inv.png) no-repeat center bottom;
    color: #E1C6AF;
}
#sideBar div.topic-inv div.topic-container a {
    color: #E1C6AF;
}


#sideBar ul.menu-old {
    margin: 0;
    padding: 0.5em 11px 0em 11px;
    list-style: none;
    font-size:1em;
}
#sideBar ul.menu-old li {
    padding:0em 0em 0em 0em;
}
#sideBar ul.menu-old li div.item {
    border-bottom: 1px #B29680 dotted;
    margin:0.2em 0em;
    padding-right:3em;
    position:relative;
    min-height:1px;
    _height:1px;
}
#sideBar ul.menu-old li a {
    color: #4B2E2E;
    background: #F7F4ED;
    padding-bottom:0.2em;
    padding-right:0.2em;
}
/* pocet produktov */
#sideBar ul.menu-old li div.item .pc {
    background:red;
    position:absolute;
    bottom:-2px;
    right:0px;
    width:auto;
    text-align:right;
    background: #F7F4ED;
    color:#b19979;
    padding:0px 0px 2px 0.5em;
    font-size:0.9em;
}
#sideBar ul.menu-old li.more {
    text-align:right;
    font-size:0.9em;
    padding:0.5em 0em 0em 0em;
}
#sideBar ul.menu-old li.more span.more {
    padding-left:7px;
    background:url(images/item1.gif) no-repeat 0px 0.4em;
}
#sideBar ul.menu-old li.more a {
    color:#4b2e20;
    padding:0em;
}
/* submenu */
#sideBar ul.menu-old ul {
    list-style:none;
    margin:0em 0 0 5px;
    padding:0em;
    font-size:0.9em;
}
#sideBar ul.menu-old ul ul {
    font-size:1em;
}




#sideBar ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size:1em;
}
#sideBar ul.menu li {
    background: #F0E7DC url(images/categories-right-arrow.png) no-repeat 190px 10px;
    border-bottom: 1px dotted #B29680;
    padding: 2px 0;
}
#sideBar ul.menu li.red {
    background: #FFFEFE url(images/categories-right-arrow3.png) no-repeat 190px 10px;
}

#sideBar ul.menu li div.item {
    border-left: 3px solid #B09878;
    min-height: 1px;
    padding: 7px 10px 7px 15px;
    position: relative;
    _height:1px;
}
/*
#sideBar ul.menu li div.item span.submenu{
	text-transform: lowercase;
}
*/
#sideBar ul.menu li a {
    color: #4B2E2E;
    padding-bottom:0.2em;
    padding-right:0.2em;
}

#sideBar ul.menu li.active {
    background: url(images/categories-down-arrow.png) no-repeat 190px 12px;
    border-bottom: 1px dotted #B29680;
    padding: 2px 0;
}

#sideBar ul.menu li.active div.item {
    min-height: 1px;
    position: relative;
    _height:1px;
}
#sideBar ul.menu li.active ul li div.item {
    min-height: 1px;
    padding: 0 10px 2px 10px;
    position: relative;
    _height:1px;
}
#sideBar ul.menu li.active a {
    color: #4B2E2E;
    padding-bottom:0.2em;
    padding-right:0.2em;
}

#sideBar ul.menu li ul {
    background: none;
    padding: 5px 0 5px 5px;
}
#sideBar ul.menu li ul li{
    background: url(images/categories-right-arrow2.png) no-repeat 7px 4px;
    border-bottom: none;
    padding: 2px 15px;
}

#sideBar ul.menu li ul li div.item {
    border-left: none;
    min-height: 1px;
    padding: 0 0 3px 3px;
    position: relative;
    text-transform: none;
    _height:1px;
    border-bottom: 1px dotted #B29680;
}
#sideBar ul.menu li ul li.last div.item {
    border-bottom: none;
}
#sideBar ul.menu li ul li a {
    color: #4B2E2E;
    padding-bottom:0.2em;
    padding-right:0.2em;
}

#sideBar ul.menu li.red div.item {
    border-left: 3px solid #BC0700;
}
#sideBar ul.menu li.red a {
    color: #BC0700;
    font-weight: bold;
}
#sideBar ul.menu li.red ul a {
    color: #4B2E2E;
    padding-bottom:0.2em;
    padding-right:0.2em;
    font-weight: normal;
}

#sideBar ul.menu li.ng {
    background: #FFFEFE url(images/categories-right-arrow3.png) no-repeat 190px 10px;
}
#sideBar ul.menu li.ng div.item {
    border-left: 3px solid #ffce00;
    background: url(images/ng.gif) no-repeat 160px center;
}
#sideBar ul.menu li.ng a {
    color: #000000;
    font-weight: bold;
}
#sideBar ul.menu li.ng ul a {
    color: #000000;
    padding-bottom:0.2em;
    padding-right:0.2em;
    font-weight: normal;
}

/* pocet produktov */
#sideBar ul.menu li div.item .pc {
    background:red;
    position:absolute;
    bottom:-2px;
    right:0px;
    width:auto;
    text-align:right;
    background: #F7F4ED;
    color:#b19979;
    padding:0px 0px 2px 0.5em;
    font-size:0.9em;
}
#sideBar ul.menu li.more {
    text-align:right;
    font-size:0.9em;
    padding:0.5em 0em 0em 0em;
}
#sideBar ul.menu li.more span.more {
    padding-left:7px;
    background:url(images/item1.gif) no-repeat 0px 0.4em;
}
#sideBar ul.menu li.more a {
    color:#4b2e20;
    padding:0em;
}
/* submenu */
#sideBar ul.menu ul {
    list-style:none;
    margin:0em 0 0 5px;
    padding:0em;
    font-size:0.9em;
}
#sideBar ul.menu ul ul {
    font-size:1em;
}
#sideBar .content {
    padding: 10px 11px 10px 11px;
}

#middle{
    width: 753px;
    padding:10px 0;
    float: right;
}
#content{
    padding: 0px 0px 15px 20px;
    text-align: left;
}
/* TIRAZ */
#tiraz{
    width: 100%;
    background: #E1C6Af url(images/tiraz-top.png) no-repeat center top;
    clear: both;
    font-size:0.85em;
}
#tiraz div.container{
    padding: 10px 0;
    background: url(images/tiraz-bottom.png) no-repeat center bottom;
}
#tiraz div.cell{
    min-height: 60px;
    _height: 60px;
    padding: 0 15px;
    background: url(images/tiraz-separator.png) no-repeat 100% 0px;
    color: #4E2E20;
    font-family: Arial,Sans-Serif;
    text-align: left;
    float: left
}
#tiraz div.last{
    background: none;
}
#tiraz ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#tiraz li a{
    color: #4E2E20;
}
div.cell p{
    margin: 0;
}
/* FOOTER */
#footer{
    margin: 20px 0;
    padding: 0 20px;
    color: #4E2E20;
    font-family: Arial,Sans-Serif;
    font-size: 0.8em;
    text-align: right;
}
#footer a{
    color: #4E2E20;
}

/* KONTEXT MENU */
#kontextMenu{
    text-align:right;
    margin: 0px 0;
    padding: 0;
    font-size:0.9em;
}


#mailinglistForm div.shadow {
    background:#44281C;
    margin-top:12px;
    float:left;
}
#mailinglistForm input.text{
    width: 135px;
    border: none;
    background:#FFF;
    padding:2px;
}
#mailinglistForm input.submit{
    width: 45px;
    height: 45px;
    margin-left: 5px;
    background: #E1C6AF url(images/button-search-brown.png) no-repeat center center;
    float:left;
    border:none;
}
#mailinglistForm div.shadow input.text {
    position:relative;
    top:-2px;
    left:2px;
}

h2 a.info {
    font-size:70%;
    font-weight:normal;
}

/* PAGER */
div.pager {
    clear:both;
    margin:0.5em 0em 0em 0em;
    padding:8px 0em 0.5em 0em;
}
div.nextprev {
    float:right;
}

div.pager .page-active {
    font-weight:bold;
}

/* Vyhladavac podla farieb + farebne ikonky */
div.color-icon {
    width: 180px;
    height:15px;
    border:1px solid #44281C;
    float:none;
    margin:0px 0px 2px 0px;
}
div.color-icon a {
    display:block;
    width: 180px;
    height:15px;
}
span.color-selected, a.color-selected {
    padding:0em 2.5em;
    border:1px solid #44281C;
    text-decoration:none;
    cursor:pointer;
}
div.color-palette {
    padding:0px;
    width:730px;
    margin-bottom:2.5em;
}
div.color-palette-hidden {
    display:none;
}
div.color-palette input {
    cursor:pointer;
}

/**
 * TABULKA - zoznam
**/
table.list {
    border-collapse:separate;
    margin:0em;
    padding:0em;
    font-size:1em;
    empty-cells:show;
}
table.list th, table.list td {
    padding:3px 5px;
}
table.list th {
    font-weight:bold;
    text-align:left;
    background:#3D0000;
    color:#FFF;
    vertical-align:top;
    padding:3px 5px;
}
table.list td {
    font-size:0.95em;
    font-weight:normal;
    color:#000;
    text-align:left;
    border-bottom:1px solid #FFF;
    border-top:1px solid #D0D0D0;
}
table.list .c { text-align:center; }
table.list .r { text-align:right; }
table.list .l { text-align:left; }
table.list a {
    color:#000000;
}
table.list th a {
    color:#FFFFFF;
    text-decoration:underline;
}
table.list-full {
    width:100%;
}
table.zebra tr.odd td {
    background:#F4F4F4;
}
table.zebra tr.even td {
    background:#EFEFEF;
}
table.highlight tr td.highlight, table.highlight tr.highlight td.highlight {
    background:#FFFDD5;
}
/* Zvyraznenie tabulkoveho riadku */
table.list tr.highlight td {
    background:#E4FFD7;
}

/**
 * TABULKA - informacie - horizontalna tabulka - 1 stlpec - <th>, druhy <td>
**/
table.info {
    border-collapse:separate;
    margin:0em;
    padding:0em;
    font-size:1em;
    empty-cells:show;
}
table.info th, table.info td {
    padding:3px 5px;
}
table.info th {
    font-weight:bold;
    text-align:left;
    background:#3D0000;
    color:#FFF;
    vertical-align:top;
    padding:3px 5px;
}
table.info td {
    font-size:0.95em;
    font-weight:normal;
    color:#000;
    text-align:left;
    border-bottom:1px solid #FFF;
    border-top:1px solid #D0D0D0;
}
table.info td.label {
    width:200px;
}
table.info .c { text-align:center; }
table.info .r { text-align:right; }
table.info .l { text-align:left; }
table.info a {
    color:#000000;
}
table.info th a {
    color:#FFFFFF;
    text-decoration:underline;
}
table.info-full {
    width:100%;
}

/* Tienovany obrazok */
table.shadow-image {
    border-collapse:collapse;
    margin:0em auto;
}
table.shadow-image td {
    padding:0em;
}
table.shadow-image td.img img {
    float:left;
}
table.shadow-image td.shadow-r {
    width:10px;
    background:url(images/shadow-r.png) no-repeat left top;
    _background:none;
    font-size:0.1em;
}
table.shadow-image td.shadow-b {
    /*height:10px;*/
    font-size:0.1em;
    background:url(images/shadow-b.png) no-repeat left top;
    _background:none;
}
table.shadow-image td.shadow-br {
    /*height:10px;*/
    font-size:0.1em;
    background:url(images/shadow-br.png) no-repeat left top;
    _background:none;
}

/* Zoznam produktov v tabulke */
table.product-list {
    width:730px;
    border-collapse:collapse;
    border-spacing:0em;
    empty-cells: show;
}
table.product-list td.list-item {
    border-left:1px solid #B8A28C;
    border-right:1px solid #B8A28C;
    width:25%;
    vertical-align:top;
    font-size:0.9em;
    padding:10px;
    text-align:center;
}
table.product-list td.list-item-salenew {
    border-top:1px solid #B8A28C;
    padding:0px;
    height:1px;
}
table.product-list td.list-item-image {
    vertical-align:bottom;
    padding:10px 0 0 0;
}
table.product-list td.list-item-func {
    border-bottom:1px solid #B8A28C;
    padding:0 10px 10px 10px;
}
table.product-list td.list-item div.image {
    text-align:center;
    padding:0px 10px 0px 20px;
}
table.product-list td.list-item div.image a.preview {
    display:none;
}
table.product-list .title a {
    color:#3D0000;

}

table.product-list .title a{
    color: #005d9f !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

table.product-list td.list-item div.artist a {
    color:#A10C11;
}
table.product-list td.list-item div.oldprice {
    text-align:center;
    color:#999999;
}
table.product-list td.list-item div.oldprice .amount {
    text-decoration: line-through;
}
table.product-list td.list-item div.price {
    color: #44281c;
    text-align: center;
}
table.product-list td.list-item div.salenew {
    position:relative;
    height:1px;
    width:100%;
}
table.product-list td.list-item div.salenew div.icostar {
    position:absolute;
    top:-1px;
    right:-1px;
    width:87px;
    height:87px;
}
table.product-list td.list-item div.salenew div.icostar-new {
    display:none;
}
table.product-list td.list-item div.salenew div.icostar-new span {
    display:none;
}
table.product-list td.list-item div.salenew div.icostar-sale {
    background:url(images/akcia1.gif) no-repeat 100% 0;
}
table.product-list td.list-item div.salenew div.icostar-sale span {
    display:none;
}
table.product-list td.list-item ul.funcs {
    margin:0em;
    padding:0.5em 0 0 0;
    list-style:none;
    font-size:90%;
}
table.product-list td.list-item ul.funcs li {
    margin:0em;
    padding:0px 0px 0px 0px;
    width:53px;
    min-height:10px;
    _height:10px;
    display: inline-block;
    text-align:center;
    background-image:url(images/funcs1.png);
    background-repeat:no-repeat;
    background-position:0px -100px;
}
table.product-list td.list-item ul.funcs li.gallery   { background-position:0px 0px; }
table.product-list td.list-item ul.funcs li.galleryon {
    background-image:url(images/funcs2.png);
    background-repeat:no-repeat;
    background-position:-287px -5px;
}
table.product-list td.list-item ul.funcs li.interior  { background-position:-61px 0px; }
table.product-list td.list-item ul.funcs li.cart      { background-position:-122px 0px; }
table.product-list td.list-item ul.funcs li a {
    display:block;
    padding-top:30px;
}
table.product-list td.list-item ul.funcs li.cart{
    background: url("images/icon-detail.png") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
}

/* Zakladna tabulka */
table.border {
    width:100%;
    border-collapse:collapse;
    border-spacing:0em;
    empty-cells: show;
}
table.border td {
    border:1px solid #B8A28C;
    padding:0.3em;
    vertical-align:top;
}
table.center td {
    text-align:center;
}

/* Abecedna tabulka */
table.abc td {
    text-align:center;
    padding:0em;
}
table.abc td a {
    display:block;
    color:#472D1F;
    padding:0.3em 0.2em;
}
table.abc td.active {
    background:#AF1F24;
    color:#FFF;
    font-weight:bold;
}
table.abc td.active a {
    color:#FFF;
}
table.abcbig td {
    width:20%;
    font-size:0.9em;
    padding:0.5em 1em;
}
table.abcbig td a {
    color:#472D1F;
}
table.abcbig .letter {
    font-size:4em;
    font-family:"Times New Roman", "Times", serif;
    font-style:italic;
}
table.abcbig span.letter {
    color:#999999;
}
table.abcbig td ul {
    margin:0em;
    padding:0em;
    list-style:none;
}

/* Zoznam autorov - stlpce */
ul.artist-list {
    margin:1em 0em;
    padding:0em 1em 0em 0em;
    float:left;
    list-style:none;
    width:27%;
}
ul.artist-list a {
    color:#472D1F;
}


/* Stylish select */
.sselect-container {
    color:#000;
    padding:0;
    height:17px;
    width:110px;
    background-color:#FFF;
    border:1px solid #c0a286;
    font-size:0.85em;
    position:relative;
}
.sselect-container .text {
    overflow:hidden;
    white-space:nowrap;
    padding:2px 19px 1px 2px;
    cursor:default;
}
.sselect-container .trigger {
    width:17px;
    height:17px;
    position:absolute;
    top:0px;
    right:0px;
    _right:0px;
    background-image:url(images/sselect.png);
    background-repeat:no-repeat;
    background-position:top right;
}
ul.sselect-list {
    margin:0;
    padding:0;
    list-style:none;
    color:#000;
    width:120px;
    background:#FFF;
    position:absolute;
    border:1px solid #c0a286;
    top:19px;
    left:-1px;
    overflow:auto;
    z-index:9999;
    font-size:0.9em;
}
ul.sselect-list li {
    padding:1px 3px;
}
ul.sselect-list li.hiLite {
    background-color:#c0a286;
    color:#000;
    cursor:default;
}
ul.sselect-list li.hover {
    background-color:#C10100;
    color:#FFF;
    cursor:default;
}

/* Vyhladavaci formular */
#advancedSearchContainer {
    text-align:left;
    min-height:1px;
    _height:1px;
}
#advancedSearchContainer div.slogan{
    padding: 0px 0px;
    color: #C4AC95;
    font-size: 1.3em;
    line-height: 1.3em;
}
#advancedSearchContainer input.submit {
    width: 45px;
    height: 45px;
    background: url(images/button-search.png) no-repeat right bottom;
    border: none;
}
#advancedSearchContainer input.text, #advancedSearchContainer select {
    margin:0px 0px;
}
#advancedSearchContainer input.text {
    width: 126px;
    color: #000;
    font-size: 0.9em;
    background-color:#FFF;
    border:1px solid #c0a286;
    height:15px;
    padding:1px 2px;
}
#advancedSearchContainer select{
    font-size: 0.9em;
}
#advancedSearchContainer select.search-large{
    width: 130px;
}
#advancedSearchContainer select.search-medium{
    width: 120px;
}
#advancedSearchContainer select.search-small{
    width: 90px;
}
#advancedSearchParams td {
    padding:0px 5px 5px 0px;
}
#advancedSearchContainer .title {
    font-size:1.3em;
    color:#AF1F24;
}
#advancedSearchContainer .title-right {
    text-align:right;
    min-height:1px;
    _height:1px;
}

/* Interaktivne vyhladavanie v sidebare */
#sidebarSearchSize {
    width:183px;
    height:71px;
    background:url(images/search-size-sk.png) no-repeat top left;
    position:relative;
}
#sidebarSearchSize div.option {
    display:none;
    width:25px;
    height:71px;
    position:absolute;
    top:0;
}
#sidebarSearchSize div.option1 { display:block;left:-10px; }
#sidebarSearchSize div.option2 { display:block;left:37px; }
#sidebarSearchSize div.option3 { display:block;left:79px; }
#sidebarSearchSize div.option4 { display:block;left:122px; }
#sidebarSearchSize div.option5 { display:block;left:165px; }
#sidebarSearchSize a:hover, #sidebarSearchSize div.option-active {
    background:url(images/arrow1.png) no-repeat 50% 8px;
}
#sidebarSearchSize a {
    display:block;
    width:25px;
    height:71px;
}
#sidebarSearchSize a span {
    display:none;
}

#sidebarSearchTvar {
    width:183px;
    height:126px;
    background:url(images/search-tvar-sk.png) no-repeat top left;
    position:relative;
}
#sidebarSearchTvar a.option {
    display:none;
    width:25px;
    height:126px;
    position:absolute;
    top:0;
}
#sidebarSearchTvar a.option span {
    display:none;
}
#sidebarSearchTvar a.option1 { display:block;left:0px;width:30px; }
#sidebarSearchTvar a.option2 { display:block;left:39px;width:37px; }
#sidebarSearchTvar a.option3 { display:block;left:87px;width:19px; }
#sidebarSearchTvar a.option4 { display:block;left:111px;width:20px; }
#sidebarSearchTvar a.option5 { display:block;left:135px;width:48px; }
#sidebarSearchTvar a:hover, #sidebarSearchTvar a.option-active {
    background:url(images/arrow1.png) no-repeat 50% 50px;
}

#sidebarSearchPrice {
    width:183px;
    height:82px;
    background:url(images/search-price-sk.png) no-repeat top left;
    position:relative;
}
#sidebarSearchPrice div.option {
    display:none;
    width:25px;
    height:82px;
    position:absolute;
    top:0;
}
#sidebarSearchPrice div.option1 { display:block;left:-8px; }
#sidebarSearchPrice div.option2 { display:block;left:39px; }
#sidebarSearchPrice div.option3 { display:block;left:81px; }
#sidebarSearchPrice div.option4 { display:block;left:124px; }
#sidebarSearchPrice div.option5 { display:block;left:165px; }
#sidebarSearchPrice a:hover, #sidebarSearchPrice div.option-active {
    background:url(images/arrow1.png) no-repeat 50% 8px;
}
#sidebarSearchPrice a {
    display:block;
    width:25px;
    height:82px;
}
#sidebarSearchPrice a span {
    display:none;
}

/* Stromove zobrazenie */
ul.tree {
    margin:0em;
    padding:0em;
    list-style:none;
}
ul.tree li {
    margin:0em;
    padding:0em;
}
ul.tree li div.item {
    padding:0.3em 0em 0.2em 25px;
    background:url(images/folder.gif) no-repeat top left;
}
ul.tree li ul {
    margin:0em 0em 0em 13px;
    padding:0em 0em 0em 5px;
    list-style:none;
    border-left:1px dotted #C6CCD3;
}

.popupinfo {
    width:350px;
    padding:10px 25px 10px 10px;
    background:#FFFFFF;
    border-top:   5px solid #472D1F;
    border-left:  5px solid #472D1F;
    border-right: 5px solid #472D1F;
    border-bottom:5px solid #472D1F;
    -moz-border-radius:8px;
    position:absolute;
    top:0px;
    left:0px;
    font-size:0.9em;
    text-align:left;
}
.popupinfo .title {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:10px;
}
.popupinfo .descr {
    font-size:1em;
}
.popupinfo .descr p {
    margin:0 0 0.5em 0;
    padding:0;
}
.popupinfo .loading {
    background:url(images/progress1.gif) no-repeat 50% 50%;
    min-height:100px;
    _height:100px;
}
.popupinfo .close {
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
    display:block;
    width:21px;
    height:21px;
    background:url(images/close.gif) no-repeat top left;
}
.popupinfo .close span {
    display:none;
}

.artistPopupinfo {
    padding:10px;
    display:none;
}
.artistPopupinfo .title .birthdeath {
    font-size:70%;
    font-weight:normal;
}
.artistPopupinfo .close {
    display:none;
}

.stylePopupinfo {
    display:none;
}

.waregroupPopupinfo {
    display:none;
}

/* popupreview obrazku */
div.productImagePreview {
    position:absolute;
    top:0px;
    top:0px;
    background:url(images/progress1.gif) no-repeat 50% 50% #FFFFFF;
    min-width:60px;
    _width:60px;
    min-height:30px;
    _height:30px;
    line-height:1px;
    border:1px solid #000;
    text-align:center;
}

div.loadingContainer {
    background:url(images/progress1.gif) no-repeat 50% 50%;
    min-height:100px;
    _height:100px;
}

a.stylePopup {
    font-size:80%;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete-loading { background: white url('ui/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    color:#000;
    background:#FFF;
    border:1px solid #c0a286;
    font-size:0.9em;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding:0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:1px 3px;
    color:#000;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background-color:#C10100;
    color:#FFF;
    cursor:default;
}

.giftcardsPrice {
    color: #FF0000;
}


.homepagetext {
    /*padding: 10px 0;*/
}

.subthemes {
    padding: 0 0 40px 0;
    line-height: 1.5em;
    text-align: justify;
}
.subthemes a{
    /*font-size: 0.8em;*/
    white-space: nowrap;
}

.frame_it {
    width: 310px;
    height: 55px;
    background: url(images/btn-frame-it.png) no-repeat center center;
}
.frame_it a{
    width: 310px;
    height: 55px;
    display: block;
}
.frame_it a span{
    display: none;
}

ul.left-panel {
    list-style: none;
    padding: 0 0 0 10px;
}
ul.left-panel li a {
    list-style: none;
    color: #44281C;
}

#likeBox {
    position: fixed;
    _position: relative;
    top: 80px;
    left: 0;
    width: 80px;
    _border: 1px solid #999999;
@border: 1px solid #999999;
-moz-border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
-moz-box-shadow: 4px 4px 8px #999999;
-webkit-box-shadow: 4px 4px 8px #999999;
box-shadow: 4px 4px 8px #999999;
background: #F7F4ED;
    }
#likeBox .inner{
    padding:  5px;
}

/* Product tags */
div.sectionTags {
    background:#e2c6b0;
    position:relative;
    z-index:10;
}

div.sectionTags div.sectionTitle {
    background:url(images/bg-section-tags-title-top.png) no-repeat left top #553b2f;
    color:#FFF;
    font-size:1.1em;
}

div.sectionTags div.sectionTitle div.sectionTitleCase {
    padding:10px 15px;
    background:url(images/bg-section-tags-title-bottom.png) no-repeat left bottom;
}

div.sectionTags div.sectionTitle .bigText {
    text-transform:uppercase;
    font-size:1.3em;
    font-weight:bold;
}

div.sectionTags div.sectionContent {
    position:relative;
    padding:10px 15px;
    background:#e2c6b0;
    overflow:hidden;
}

div.sectionTags div.sectionContent ul {
    list-style:none;
    margin:0;
    padding:0 0 10px 0;
    float:left;
    width:176px;
}

div.sectionTags div.sectionContent ul li {
    color:#000;
    padding-right:15px
}

div.sectionTags div.sectionContent ul li a {
    color:#282525;
}

div.sectionTags div.sectionContent .moreTags {
    text-align:right;
}

div.sectionTags div.sectionContent .moreTags .moreTagsTrigger span.hide {
    display:none;
}

.price-sizes {
    border-top: 1px solid #44281c;
    color: #44281c;
    margin-top: 10px;
    padding-top: 10px;
}
.price_switch {
    padding: 10px 0;
}
table.product-list div.price_switch a.active {
    color: #9E0B0F;
}
table.product-list div.price-sizes a {
    color: #005D9F;
}
.price-sizes table{
    width: 100%;
    font-size: 0.9em;
}
.price-sizes table td.th{
    text-align: right;
    width: 10px;
}
.price-sizes table td{
    text-align: left;

}

.menuLetterBox {
    float: left;
    width: 161px;
    background: #cebaa7;
    line-height: 1.5em;
    color: #563c30;
}
#topMenu ul.menu li .menuLetterBox a {
    color: #563c30;
    font-size: 1.1em;
}
#topMenu ul.menu li .menuLetterBox a:hover {
    text-decoration: underline;
}

.menuLetterBoxLast {
    width: 165px;
}

.menuLetterBox .border{
    margin: 0 1px 1px 0;
    background: #F0E7DC;
}
.menuLetterBoxLast .border{
    margin: 0 0 1px 0;
}
.menuLetterBox .inner{
    padding: 10px 0 10px 10px;
    height: 100px;
}

.menuLetterBox .inner .letter {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
#topMenu .pageSubmenu .contact-text {
    line-height: 1.5em;
    padding: 20px 25px 5px 25px;
}
#topMenu ul.menu li .pageSubmenu .contact-text a{
    color: #BC0700;
}
a.mailinglistLink {
    color: #44281C !important;
    text-decoration: none !important;
}
a.mailinglistLink:hover {
    text-decoration: none;
}
