/* LPO-689 1.0 */

.colWrapper {
    width: 1000px;
    height: 398px;
    background-color: #000;
    padding-top: 10px;
    margin-bottom: 20px; 
    }
A.logo  {
    width: 205px;
    height: 20px;
    }     
A.logo:hover  {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none;
    }
.leftCol,
.rightCol {
    width: 500px;
    }        
A.damen,
A.herren { 
    width: 485px;
    height: 300px; 
    background-image: url("//media.ztat.net/media/A1276/lp/data/images/lp/onsite/brand-shops/vagabond/de/vagabondBackSprite.jpg");
    margin-bottom: 10px;
    }
A.damen { 
    background-position: 0 0;
    margin-left: 10px;
    }    
A.damen:hover {
    background-position: -485px 0;
    }
A.damenHovered {
    background-position: -485px 0;
    }    
A.herren  {
    background-position: 0 -300px;
    margin-right: 10px;
    }
A.herren:hover  { 
    background-position: -485px -300px; 
    }  
A.herrenHovered  {
    background-position: -485px -300px; 
    }         
.deeplinks {
    width: 500px;
    height: 59px;
    overflow: hidden;
    background-color: #fff; 
    }    
.deeplinks UL {
    height: 47px;
    margin-top: 4px;
    background-color: #000;
    padding: 8px 0 0 40px; 
    }
.rightCol .deeplinks UL {
    margin-left: 2px;
    } 
.leftCol .deeplinks UL {
    margin-right: 2px;
    }            
.deeplinks UL LI {
    width: 150px;
    float: left; 
    }    
.deeplinks UL LI A {
    color: #fff;
    display: block;
    }
.deeplinks UL LI A SPAN {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
    display: block;
    float: left;
    line-height: 18px;
    }
.deeplinks UL LI A:hover  {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none;   
    }
.deeplinks UL LI A:hover SPAN  {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;   
    }      

