.storvFrontpage{
    margin-left: 0px;    
    background-color: #ffffff;
}

.storvFrontpage .header{ 
    background: url(/application/img/modules/storv.gif) no-repeat left top;       
    height: 33px; 
}

.storvFrontpage .content{     
    border:1px #f5f5f5 solid;
    background-color: #f5f5f5;
    font-size: 10px;
    width: 292px;
  /*  height: 260px; */
    min-height: 135px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
}

.storvFrontpage .content .adv{     
    margin-bottom: 5px;
}

.storvFrontpage ul {
    list-style: none;   
    margin: 0;
    padding: 0;
    border: none;
}

.storvFrontpage li {
    margin-bottom: 2px;
}    

.storvFrontpage li a {
    color: #005180;
    font-size: 9px;
    font-weight: 600;        
    display: block;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;       
    padding: 3px;
    width: 284px;
    margin-bottom: 3px;
}

.storvFrontpage li a:hover {

    background-color: #78a8ce;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}        

.storvFrontpage .more{ 
    background-color: #78a8ce;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;   
    width: 90px;    
    height: 16px;
    float: right;
    margin-right: 5px;
    margin-top : 4px;
    vertical-align: middle;
    font-family: sans-serif;    
    text-align: center; 
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 2px;
}

.storvFrontpage .more:hover{ 
    background-color: #6e99ba;
}
        
.storvFrontpage .more a{ 
    color: #ffffff;
}

.storvFrontpage .more a:hover{ 
    color: #f5f5f5;
}       
