h2.title{
    color: #fff;
    background: url(images/title-top.png) no-repeat top left;
    padding: 0;
    margin: 0 0 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: normal;
}
h2.title .bg{
    display: block;
    padding:8px 20px;
    background: url(images/title-bottom.png) no-repeat top bottom;
}
h2.homepage-title{
    color: #3366FF;
    text-align: center;
}
#homepage-text{
    margin: 20px  0;
}
#pageContainer {
    background-image:url(images/hmpage-bg.gif);
}
#pageTop {
    background-image:url(images/hmpage-bgt.gif);
}
#page {
    background-image:url(images/hmpage-bgb.gif);
}

#pageContent {
    width:455px;
    padding:35px 19px 35px 40px;
    float:left;
}

#hmpgScr {
    width:241px;
    float:right;
    background:url(images/hmpage-scr-bg.jpg) no-repeat top right;
    padding-top:221px;
}
#hmpgScr .hmpgScrContent {
    margin-left:21px;
    padding:22px 23px;
    min-height:215px;
    _height:215px;
}
#sale-new {
}
#sale-new .sale{
    color: #f00;
    text-decoration: line-through;
}
#sale-new .akcia-panel{
    border-bottom: 1px solid #ddd;
    padding: 10px 23px; 
    margin: 0 0 10px 21px;
}
#sale-new .title{
    width: 221px; 
    margin: 0 0 0 21px;
}
#sale-new .title .bg{
    padding: 10px 20px; 
    font-size:1.2em;
    font-weight:bold;
    color: #fff;
    text-align: center;
}
#sale-new .akcia{
    background: url(images/akcia-top.png) no-repeat scroll left top;
}
#sale-new .novinka{
    background: url(images/novinky-top.png) no-repeat scroll left top;
}
#sale-new .akcia .bg{
    background: url(images/akcia-bottom.png) no-repeat scroll left bottom;
}
#sale-new .novinka .bg{
    background: url(images/novinky-bottom.png) no-repeat scroll left bottom;
}
#sale-new .akcia-title .title{
    
}  
#sale-new .product-link{
    position: relative;
}

#sale-new .icon{
    width: 41px;
    height:41px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}  
#sale-new .akcia-link{

}  
#sale-new .akcia-link span{
    padding: 0 0 0 10px;
    background: url(images/arrow_black.png) no-repeat left center;
} 

div.list-item-container {
    background:url(images/clanky-bg.gif) repeat-y top left;
}
div.list-item-container .list-item-top {
    background:url(images/clanky-bgb.jpg) no-repeat bottom left;
}

dl.list-item {
    margin:0em 0em 1em 0;
    padding:10px 20px;
    background:url(images/clanky-bgt.jpg) no-repeat top left;
}

/* anketa */
.poll_question {
    font-weight: bold;
    margin: 5px 0px;
    color: #000;
}
.poll_descr {
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    color: #000;
}
.poll_item {
    margin: 0px 0px 5px 0px;
}

.anketa-container {
    position:relative;
    min-height:1px;
    _height:1px;
}
.anketa-container .anketa-disabler {
    position:absolute;
    top:0px;
    left:0px;
    background:URL(images/ajax-loader3.gif) no-repeat 90% 10% #F4F4F4;
    opacity:0.7;
    filter:alpha(opacity=70);
}

.progres_bar {
    /* margin: 0px auto; */
    background: url(images/poll_bg.gif) no-repeat left top;
    width: 117px;
    height: 10px;
    position: relative;
    float: left;
    margin: 2px 0px 0px 0px;
}
.pctg {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.progres_bar .bar {
    background: url(images/poll_progres.gif) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 117px;
    height: 10px;
}

/* Zoznam TOP produktov */
#products-top dl.list-item-product {
    float: left;
    display: inline;
    width:150px;
    margin:0;
    padding:0;
    background: url(images/top-product-bg.png) no-repeat center top;
}
#products-top dl.list-item-product dt, #products-top dl.list-item-product dd {
    margin:0em;
    padding:0em;
}
#products-top dl.list-item-product dt {
    width: 130px;
    padding:5px 10px;
    text-align: center;
    float:left;
}
#products-top dl.list-item-product dt span.ttl {
    font-weight:bold;
    color:#242424;
    
}
#products-top dl.list-item-product dt a {
    color:#242424;
    font-size: 1.1em;
    font-weight: bold;
}
#products-top dl.list-item-product dd.img {
    float:left;
    width:150px;
    height:90px;
    margin: 0;
    overflow:hidden;
    background:none;
}
#products-top dl.list-item-product dd.img a {
    display:block;
    width: 130px;
    position: relative;
    padding: 4px 10px;
    _display: inline-block;
    height:auto;
}
#products-top dl.list-item-product dd.img a span {
    display: block
}
#products-top dl.list-item-product dd.price {
    float:left;
    width: 130px;
    margin: 0 10px 20px 10px;
    _margin: 0 5px 20px 5px;
    text-align: center;
}
#products-top dd.price span.price{
    font-size: 1.1em;
    font-weight: bold;
    color:#000;
}
#products-top dd.price span.sale{
    font-size: 1.0em;
    color:#f00;
}
#products-top dd.price span.currency{
    font-size: 0.9em;
    font-weight: bold;
    color:#666;
}
#products-top dd.price span.units{
    font-size: 0.8em;
    font-weight: normal;
    color:#666;
}
#products-top dl.list-item-product dd.img a .icon{
    width: 41px;
    height:41px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
} 
#products-top .sale{
    color: #f00;
    text-decoration: line-through;
}
#products-top dl.list-item-product dd.more {
    float:right;
    margin:0;
    padding:0 20px 2px 0px;
    font-weight:bold;
    text-align:right;
    background:url(images/listitem-more.gif) no-repeat 100% 50%;
}
#products-top dl.list-item-product dd.more a {
    color:#242424;
}



