/*
 * Version: $Revision: 1.23 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2010 BeSite
 */
 
 
html 
{
    width:100%;
    height:100%;
} 

body 
{
    background: url('/img/body_background.png') repeat-x top left;
    width:100%;
    height:100%;
}
 
a:link 
{
    color:#00DB21;
}
 
a:visited 
{
    color:#00DB21;
}
 
#MainContainer 
{
     width:990px;
     margin:0 auto;
}
 
#Header_top 
{
    width:990px;
    height:63px;
    position:relative;
    z-index:2;
}
 
#Mainmenu ul 
{
     margin:0px;
     padding:0px;
}
  
#Mainmenu li
{
    margin:0px;
    float:left;
    line-height:40px;
    padding:10px;
    list-style-type:none;
    color:#666;
    border-right:1px solid #d6d6d6;
}
 
#Mainmenu li.Selected
{ 
    background: url('/img/active-mainmenu.png') repeat-x top left;
}
 
#Mainmenu li.Selected a 
{
    border-bottom:1px solid #000;
}
 
#Mainmenu li.firstitem
{
    border-left:1px solid #d6d6d6;
} 
 
#Mainmenu li a 
{
    color:#999;
    font-size:12px;
    font-weight:bold;
}
 
li#Mainmenu a 
{
    color:#666;
}

#SearchContainer
{
    padding-top: 13px;
    position: absolute;
    left: 300px;
}

#SearchContainer FORM
{
    padding: 0;
    margin: 0;
    height: 30px;
    width: 243px;
    position: relative;
}

#SearchContainer FORM INPUT#SearchInput
{
    padding: 0;
    margin: 0 !important;
    background: url( /img/zoeken-input-bg.png );
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 7px;
    padding-right: 10px;
    height: 25px;
    width: 169px;
    border: none;
    color: #bbb;
    font-weight: bold;
    position: absolute;
    left: 0;
}

#SearchContainer FORM INPUT.Submit
{
    position: absolute;
    padding: 0;
    margin: 0;
    background: url( /img/zoeken-submit-bg.png );
    background-position: top left;
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    border: none;
    cursor: pointer;
    right: 0;
}
    
#triangle 
{
    position:absolute;
    right:15px;
    top:30px;
    z-index: 4;
    cursor:pointer;
}

#Logo 
{
    background: url('/img/logo.png') repeat-x top left; 
    width:274px;
    height:208px;
    position:absolute;
    right:35px;
    _behavior: url("/bsl/htc/iepngfix.htc");
}
 
#Header_bottom 
{
    width:990px;
    height:70px;
    padding-bottom: 0px;
    position:relative;
}
 
#Header_bottom h1
{
    margin: 0;
    padding: 25px 0px 0px 0px;
    width: 430px;
}
 
#printContainer 
{
    position:absolute;
    top: 110px;
    right: 30px;
    z-index: 999;
} 

.selectproma 
{
    background: url('/img/selectsites.png') no-repeat top left;
    _behavior: url("/bsl/htc/iepngfix.htc");
    width:311px;
    height:193px;
    position:absolute;
    padding:60px 10px 10px 10px;
    margin:0px;
    right:0px;
    top:12px;
    z-index:3;
}

.selectproma img
{
    margin: 0 10px 0 10px;
    padding:0px;
    float:left;
    
    /*filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
}
 
#contentContainer 
{
    width:990px;
}

#Content 
{
    width:620px;
    float:left;
    line-height:22px;
    font-size:12px;
    color:#666;
    margin-top: 10px;
} 

#pageNav 
{
    margin:20px 0 28px 0;
    width:990px;
    text-align:left;
    font-size:12px;
    color:#666;
}

/* 
    Submenu 
*/
DIV#Submenu 
{
    width:286px;
    float:left;
    margin:25px 0 0 80px;
}

#Submenu h1 {
    padding-bottom:4px;
    border-bottom:4px solid #00DD21;
    margin: 10px 0 0 0;
}

DIV#Submenu UL
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

DIV#Submenu UL LI
{
    padding: 0px;
    margin: 0px;
    background: url( /img/bullet.png ) no-repeat;
}

DIV#Submenu UL LI.Selected
{
    background: #E1FCE4 url( '/img/active-bullet.png' ) no-repeat !important; 
}

DIV#Submenu UL LI A
{
    display: block;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e7e7e7; 
    width: 256px;
}

DIV#Submenu UL LI UL
{
    padding: 0;
    margin: 0;
    list-style: none;    
}

DIV#Submenu UL LI UL LI
{
    padding: 0;
    margin: 0;
    background: #EDFDEF url( /img/sub-item-bullet.png ) no-repeat;
}

DIV#Submenu UL LI.Selected UL LI.Selected
{
    background: #BAF8C0 url('/img/active-sub-bullet.png') no-repeat !important; 
}

DIV#Submenu UL LI UL LI A
{
    display: block;
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid #e7e7e7;
    width: 236px;
}

DIV#Submenu UL LI UL LI UL
{
    list-style: none;
    padding: 0;
    margin: 0;    
}

DIV#Submenu UL LI UL LI UL LI
{
    padding: 0;
    margin: 0;
    background: #89F394 url( /img/active-sub-sub-bullet.png ) no-repeat 25px 0px;
}

DIV#Submenu UL LI.Selected UL LI.Selected UL LI.Selected
{
    background: #65EF73 url('/img/active-sub-sub-bullet1.png') no-repeat 25px 0px !important; 
}

DIV#Submenu UL LI UL LI UL LI A
{
    display: block;
    padding: 10px 10px 10px 60px;
    border-bottom: 1px solid #e7e7e7;
    color: #fff;
    width: 216px;
}

DIV#ShopOffersMenu .Offer
{
    background: #E1FCE4;    
    height: 100px;
    padding: 10px;
    position: relative;
    width:266px;
    margin-top: 2px;
    display: none;
}

DIV#ShopOffersMenu .Offer H3
{
    margin: 2px 0 10px 0;
    color: #000;
}

DIV#ShopOffersMenu .Offer H3 A
{ 
    color: #000;
    text-decoration: none;
}

DIV#ShopOffersMenu .Offer P.ShopPrice
{
    width:266px;  
    display: block; 
}

DIV#ShopOffersMenu .Offer P.ShopPrice SPAN
{
    width:266px;
    display: block;
    color: #00DD21;
    font-weight: bold;
}

DIV#ShopOffersMenu .Offer P.ShopPrice SPAN.PricePrefix
{
    display: none;
}

DIV#ShopOffersMenu .Offer P.ShopPrice SPAN.Vat
{
    font-size: 7pt;
    color: #999999;
}

DIV#ShopOffersMenu .Offer P.ShopPrice SPAN.OldPrice
{
    font-size: 100%;    
}

DIV#ShopOffersMenu .Offer .ShopImg
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.clear 
{
    clear:both;
}
 
#footercontainer 
{
    margin-top:40px;
    width:100%;
    background: #EFEFEF url('/img/footer_logos_background.png') repeat-x top left;
}
 
#Footer_logos 
{
    width:990px;
    height:90px;
    margin: 0 auto;
    background: url('/img/footer_logos_background.png') repeat-x top left;
    text-align: center;
} 
 
#Footer_logos img 
{
    margin: 0 10px 0 10px;
    /*filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
    /*float:left;*/
} 

#Footer 
{
    width:100%;
    height:27px;
    background-color:#DCDCDC;
    font-size:11px;
    font-family:arial;
}
 
#Footer ul 
{
    width:350px;
    margin:0px;
    padding:6px 0px 0px 6px;
    margin:0 auto;
}
 
#Footer ul li 
{
    float:left;
    margin:0 0 0 0px;
    color:#37DC50;
    background: url('/img/footer_separator.png') no-repeat top left;
    list-style-type:none;
    padding-left:10px;
    
}

#Footer ul li a{
    padding-right:8px;
    color:#666;
}
 
#Footer ul li.First_link
{ 
    list-style-type:none;
    background:none;
}
  
    
 /* Webshop */
 
.ShopCatBreadcrum { /* Webshop navigatie */
  color:#00E521;
}
 
 .ShopCatBreadcrum a { 
  color:#00E521;
}

table.ShopTable td.Empty{
    border:0px solid #000;
}


 
.Shop a{ 
    color:#00E521;
}
 
table.ShopTable td.Shop {
    border:1px solid #00DD21;
    width:60px;
}

table.ShopTable td.Shop:hover {
    border:1px solid #00DD21;
    width:60px;
    background: url('/img/shopintro_background.png') repeat-x bottom left;
}
 
.ShopName { /* Product name */
    border:0px;
}
 
.ShopCatIntro {
    background: url('/img/shopintro_background.png') repeat-x bottom left;
   
}
 
 table.ShopTable td.Empty:hover{
  background:none;
    
}

.LostPassword a{
text-align:right;
border:0px;
float:right;
}

td.Submit input{
    background-color: #00DD21;
    float: right;
}
