/*
 * P R O D U C T    B O X
 */            
    .productboxList {
        margin:0px;
        padding:0px;
        margin-top:16px;
        color:#fff;
    }
    .firstrow  {
        margin-top:0px;
    }
        .productboxList li {
            float:left;
            list-style:none;
            width:292px;
            height:232px;
            background:url('../_images/webshop/wsBlockBg.gif') no-repeat;
            margin-right:16px;
            margin-bottom:16px;
            displaY:inline;
        }
        .productboxList li.last {
            margin-right:0px;
        }
            .webshopProductBox {
                padding:3px;
                text-align:center;
            }
                .webshopProductBox label {
                    display: block;
                }
                .webshopProductBox a {
                    text-decoration:none;
                    color:#969494;
                    cursor:pointer;
                    
                }                
                .webshopProductBoxPrice {
                    display:block;
                    font-weight:bolder;
                    color:#4d4a4a
                }             
                .webshopProductBoxNewPrice {
                    display:block;
                    font-weight:bolder;
                    color:#ff9600;
                }             
                .webshopProductBoxOldPrice {
                    display:block;
                    font-weight:bolder;
                    color:#c5c5c5;
                    height:13px;
                } 
                .webshopProductBoxOldPrice span {
                    text-decoration: line-through;
                }
                .webshopProductBox img {
                    border:none;
                }  
                .wsProductBoxCategory:hover {
                    text-decoration:underline;
                }

.energyClassLabel {
	float:left;
    width:120px;
    text-align:center;
}

.energyClass {
	margin:3px auto;
    width:41px;
    height:23px;
    color:#fff;
    padding-left:10px;
    font-weight:bold;
    font-size:15px;
    text-align:left;
}

.energyClass span {
	display:block;
	padding-top:2px;
}

.classA {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left top;
}

.classB {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left 23px;
}

.classC {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left 46px;
}

.classD {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left 69px;
    color:#000;
}

.classE {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left 92px;
    color:#000;
}

.classF {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left 115px;
}

.classG {
    background:url('../_images/webshop/wsEnergyClass.gif') repeat-y left 138px;
}

.capacity {
	float:right;
    width:140px;
    text-align:center;
}

.capacity span {
    display:block;
    margin-top:6px;
}

.accentedCorner {
    width:60px;
    height:60px;
    background:url('../_images/webshop/akciosFul.png') no-repeat;
    #background:transparent;
    #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/webshop/akciosFul.png', sizingMethod='scale');
    position:absolute;
    margin:3px;
    z-index:15;
}

.productname {
    text-align:center;
    margin-top:7px;
    margin-bottom:10px;
}

.productImage {
	display:block;
	margin:auto;
	width:266px;
	height:112px;
	margin-top:13px;
}

.productImageInner {
    display:block;
    height:112px;
    width:266px;
    background:url('../_images/webshop/wsImageTransparent.png') no-repeat center;
    #background:transparent;
    #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/webshop/wsImageTransparent.png', sizingMethod='scale');
}

.productPrice {
    height:29px;
    width:277px;
    margin-top:97px;
    text-align:right;
    font-size:17px;
    font-weight:bold;
    position:absolute;
    z-index:20;
    background:url('../_images/webshop/wsPriceBg.gif') no-repeat right;
}

.productPrice span {
    display:block;
    float:right;
    width:117px;
    padding-top:4px;
    text-align:center;
}

#WebshopProductsList {
    padding:0px 15px;
}
