
/* [AA] StyleExtension to override some settings  */
/* Overrides the general settings of 'WebRoot/Store/Shops/Infoshop/Styles/wtoinfoshop/StorefrontStyle.css' */

/* Text align left instead of center/right in top navigation */

.NavBarTop table.SizeContainer{
      
      margin-left:190px;
  }

/* Topsellers at homepage */

#homepageTopSellers {
  
}

  #homepageTopSellers .title {
     
     font-family: Verdana,Arial,Helvetica;
     font-size:13px;
     color:#505080;
     font-weight:bold;
     line-height:16px;
     min-height:40px;
     padding-bottom:5px;
  }
  
  #homepageTopSellers .title a {
     color:#505080;
     font-size:13px;
  }
  
  #homepageTopSellers .infos {
     padding-top:4px;
     
  }

.NavBarLeft .ContextBoxBody {
  font-size:12px;
  font-weight:bold;
}  

.NavBarLeft .ContextBoxBody.active {
  
  font-size:12px;
  font-weight:bold;
  color:#0096B5;
} 



.NavBarLeft a {

    font-size: 12px;
    color: #00386e;
    text-decoration: none;
    font-weight:bold;
}

.NavBarLeft a.active {

    font-size: 12px;
    color:#0096B5;
    text-decoration: none;
    font-weight:bold;
}

.NavBarLeft a:hover {

  color: #2464a3;
  text-decoration: underline;
  font-weight:bold;

} 

.NavBarLeft .ContextBox.CategoriesBox{
      
      margin-bottom:-1px;
}

.NavBarLeft .NavigationElement.homelink {
  margin-top:20px;
}