/************************************************************************************
*    @category  Ysebaert
*    @package   CSS
*    @author    Joram Vanhaerens <jv@guideline.be>
*    @copyright 2013 Guideline Belgium BVBA
*    @license   http://guideline.be/license.php Guideline Belgium BVBA
*    @version   SVN: $Id: ie8.css 345 2013-08-23 12:40:44Z joram $
************************************************************************************/

/* background shadow */
body {
    background: url(../i/bodyBg.png) repeat-y center;
    padding: 1% 40px 1% 40px;
    margin: 0 auto;
}

/*  */
#main .product-overviewex #content .content-item .list .list-content ul li {
    background-image: none;
    padding: 2px 0 1px 4px;
}

#main .product-overviewex #content .content-item .list .list-content ul li img {
    display: inline;
    padding: 0px 10px 0 0;
    margin: 0 0 -2px 0;
    width: 14px;
    height: 12px;
}

/* subpage - sidebar clear float*/
#main .subpage #content .col-right .content-item {
    clear: both;
}

/* subpage - gallery shadow overlay change (dark overlay -> lighter overlay) */
#main .subpage #content .col-right aside .imageBlock ul li.first a {
    background-color: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition-property: filter;
    transition-duration: 1s;
    transition-delay: 0.3s;
}

#main .subpage #content .col-right aside .imageBlock ul li.first a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition-property: filter;
    transition-duration: 1s;
    transition-delay: 0.3s;
}

#main .subpage #content .col-right aside .imageBlock ul li.first a:before {
    content: '';
    display: none;
    background-color: none;
}