/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algemene informatie / Common information
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: url(../images/infinite.png) repeat top left;
}

img {
border: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    cursor: pointer;
}

h2 {
    font-size: 16px !important;
}

h3 {
    font-size: 16px;
    display: inline;
}

h4{
    letter-spacing: -5px;
}

h5#pullquote {
    letter-spacing: -4px;
}

h6{
    font-size: 20px;
    font-weight: normal;
    font-family: "Arial narrow", sans-serif;
}
.current .headerLeft h2 {
    font-size: 16px !important;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Container
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container{
    background: url(../images/background-hor.png) repeat-x top left;
    text-align: center;
    min-height: 620px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper{
    padding: 23px 80px 0 80px;
    width: 830px;
    margin: 0 auto;
    position: relative;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Topmenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#topmenu {
    height: 35px;
    text-align: right;
}

#topmenu img {
    vertical-align: top;
    margin: 0 5px;
}

#topmenu ul {
    list-style-type: none;
}

#topmenu ul li {
    display: inline;
    background: url(../images/topmenu/streep.png) no-repeat right top;
    padding: 0 10px;
    height: 10px;
}

#topmenu ul li img {
    vertical-align: top;
}

.last {
    background: none !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#menu {
    width: 226px;
    float: left;
    text-align: left;
}

#hoofdmenu {
    margin: -45px 0 0 10px;
    width: 197px;
    list-style-type: none;
}

#hoofdmenu li {
    width: 197px;
    height: 33px;
    margin: 8px 0;
    background: url(../images/menu.png) no-repeat left top;
}

#hoofdmenu li table {
    width: 197px;
    height: 33px;
}

#hoofdmenu li td.image {
    padding: 2px 0 0 15px;
    width: 30px;
    float: left;
    text-align: center;
}


#hoofdmenu li table .imagePijl {
    padding: 4px 0 0 6px;
    width: 26px;
}

#hoofdmenu li table .imagePijlRight {
    padding: 4px 10px 0 0;
    width: 26px;
}

#hoofdmenu li table .header {
    text-align: left;
    padding: 2px 0 0 10px;
}

#hoofdmenu li table .header a{
    font-family:"Arial", sans-serif;
    font-size:20px;
    margin: 0px;
    padding: 2px 0 0 0;
}


#hoofdmenu li table .header a:hover {
   color:#fff799;
}

#hoofdmenu li table .headerSecondbutton {
    text-align: left;
    padding: 2px 0 0 20px;
    background: url(../images/menu/streep.jpg) no-repeat left;
    background-position: 0 6px;
}

#hoofdmenu li table .headerSecondbutton a{
    font-family:"Arial", sans-serif;
    font-size:20px;
    margin: 0px;
    padding:0px;
}

#hoofdmenu li table .headerSecondbutton a:hover {
   color:#fff799;
}



#hoofdmenu li table .imageSecondPijlRight {
    padding: 4px 0 0 0;
    width: 26px;

}

#hoofdmenu li table .headerLeft {
    text-align: left;
    padding: 4px 0 0 43px;
    width: 50px;
}

#hoofdmenu h6 a{
    display: block;
    width: 145px;
    height: 28px;
    margin: -2px 0 0 -53px;
    padding: 4px 0 0 50px;
}

#hoofdmenu #contact h6 a{
    width: 180px;
    margin-left: -9px;
    padding-left: 15px;
}

#hoofdmenu li:hover {
    background: url(../images/menucurrent.png) no-repeat left top;
}

#hoofdmenu h6 a:hover{
    color: #fff799;
}

#hoofdmenu li.current {
    background: url(../images/menucurrent.png) no-repeat left top;
}


.submenuitem {
    background: none !important;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Submenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#submenu {
    list-style-type: none;
    margin: 0 0 0 10px !important;
}

#submenu li {
    background: url(../images/submenu/submenu-item.png) no-repeat left top;
    width: 196px;
    height: 33px;
    margin: 0;
    padding: 0;
}

#submenu li:hover  {
    background: url(../images/submenu/submenu_current.png) no-repeat left top;
    color: #fff799;
}
#submenu li.current {
    background: url(../images/submenu/submenu_current.png) no-repeat left top;
}
#submenu li.current h6 a{
    color: #fff799;
}


#submenu li.eerste {
    background: url(../images/submenu/submenu-top.png) no-repeat left top;
}
#submenu li.eerste:hover {
    background: url(../images/submenu/submenu-top_current.png) no-repeat left top;
}
#submenu li.eerste-current{
    background: url(../images/submenu/submenu-top_current.png) no-repeat left top;
}
#submenu li.eerste-current h6 a{
    color: #fff799;
}

#submenu li.laatste {
    background: url(../images/submenu/submenu-bottom.png) no-repeat left top;
}
#submenu li.laatste:hover {
    background: url(../images/submenu/submenu-bottom_current.png) no-repeat left top;
}
#submenu li.laatste-current {
    background: url(../images/submenu/submenu-bottom_current.png) no-repeat left top;
}
#submenu li.laatste-current h6 a{
    color: #fff799;
}

#submenu li h6 {
    margin: 0;
    font-size: 18px;
}

#submenu li h6 a{
    display: block;
    width: 196px;
    height: 33px;
    padding: 4px 0 0 6px;
}

#submenu li h6 a:hover{
    color: #fff799;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nieuwbijeliseo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nieuwbijeliseo {
    width: 211px;
    height: 157px;
    background: url(../images/nieuwbijeliseo.png) no-repeat left top;
    margin: 30px 0 0 0;
    padding: 90px 0 0 115px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
    float: left;
    width: 604px;
    padding: 10px 0 0 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Zoekbalk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#zoekbalk{
visibility: hidden;
}

#zoekbalk td.content {
    background: url(../images/glaszoekbalk.png) repeat-x;
    height: 33px;
    width: 100%;
    text-align: left;
    padding: 8px 0 0 10px;
}

#zoekbalk td.content img {
    vertical-align: top;
    float: left;
    margin-top: 1px;
}
#zoekbalk td.alignright img {
    margin-top: -3px;
}

#zoekbalk td.content #dropdownbutton {
    margin: -3px 0 0 -32px;
    float: left;
}

select {
  display: block;
  width: 134px;
}
select.replaced {
  display: none;
}
ul.selectReplacement {
  background: url(../images/zoekbalk/dropdown.png) top left no-repeat;
  margin: -3px 0 0 85px;
  padding: 0;
  height: 24px;
  width: 134px;
  float: left;
  text-align: left;
  position: absolute;
}
ul.selectReplacement li {
  color: black;
  cursor: pointer;
  display: none;
  list-style: none;
  margin: 0;
  padding: 4px 0 0 4px;
  width: 130px;
  height: 20px;
  text-align: left;
}
ul.selectOpen li {
  display: block;
  text-align: left;
  background: url(../images/zoekbalk/dropdown-button.png) top left no-repeat;
  height: 19px;
}
ul.selectReplacement li.selected {
  color: black;
  display: block;
}
ul.selectOpen li:hover,
ul.selectOpen li.hover{
  color: black;
}
ul.selectOpen li.selected,
ul.selectOpen li.selected:hover     {
  display: block;
}
ul.selectOpen li:hover  {
  background: url(../images/zoekbalk/dropdown-button-hover.png) top left no-repeat;
  color: #fff799;
}
ul.selectOpen li.first,
ul.selectOpen li.first:hover    {   
    background: url(../images/zoekbalk/dropdown.png) top left no-repeat;
    height: 20px;
    color: black;
}

#zoekbalk td.content #search {
    background: url(../images/zoekbalk/zoekbalk_groot.png) no-repeat;
    border: none;
    margin: -3px 0 0 160px;
    width: 133px;
    height: 24px;
    padding: 3px 4px 0 4px;
    vertical-align: top;
    float: left;
}

#zoekbalk td.content #searchbutton {
    margin: -3px 20px 0 -3px;
    float: left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Flashbanner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#flashbanner {
    width: 604px;
    height: 226px;
    border: 0;
    margin: 10px 0;
}

#flashbannerContent {
   text-align:left;
   color:#fff;
   font-weight:bold;
   font-size:9pt;
   position:relative;
   top:80px;
   left:30px;
   width:300px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tussenbalk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tussenbalk {
    width: 604px;
    height: 33px;
    margin: 16px 0 0 0;
}

#tussenbalk td.content {
    background: url(../images/tussenbalk.png) repeat-x;
    height: 33px;
    width: 500%;
    text-align: left;
    padding: 5px 0;
}

#tussenbalk td.content_1 {
    background: url(../images/tussenbalk.png) repeat-x;
    height: 33px;
    width: 500%;
    text-align: left;
    padding: 5px 0;
}

#tussenbalk td.content_2 {
    background: url(../images/tussenbalk.png) repeat-x;
    height: 33px;
    width: 50%;
    text-align: right;
    padding: 5px 0;
}


#tussenbalk td.content table.breadcrump {
   height:100%;
   width:100%;
   border:none;
   margin:0px;
   padding:0px
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reclame
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#reclame {
    width: 604px;
    height: 234px;
    margin: 12px 0 0 0;
}

#reclame td.content {
    background: url(../images/reclame.png) repeat-x;
    height: 234px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

#reclame td.content img {
    margin: 0 0 0 14px;
}

#reclame td.content img.eerste {
    margin: 0;
}

 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.linkspage A{
  text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Productvenster
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#productvenster {
    width: 604px;
    min-height: 534px;
    background: url(../images/productvenster_main.png) repeat-y left top;
    text-align: left;
    padding: 10px;
}

#productvenster-top {
    width: 605px;
    height: 18px;
    background: url(../images/productvenster_top.png) no-repeat left top;
    margin: 10px 0 0 0;
}

#productvenster-bottom {
    width: 605px;
    height: 13px;
    background: url(../images/productvenster_bottom.png) no-repeat left top;
}

#productvenster-groot {
    width: 605px;
    min-height: 618px;
    background: url(../images/productvenster_main.png) repeat-y left top;
    text-align: left;
    padding: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Singleproduct
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#singleproduct {
    width: 605px;
    min-height: 600px;
    background: url(../images/productvenster_main.png) repeat-y left top;
    padding: 20px;
    text-align: left;
}

.alignleft{
    text-align: left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Winkelwagen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#cart{
    width: 560px;
}

#cart #firstRow td {
    font-weight: bold;
    border-bottom: 1px solid white;
}

#cart #lastRow td{
    font-weight: bold;
    border-top: 1px solid white;
}

#cart input, #cartBottom input, fieldset input{
    border: 1px solid black;
    background-color: white;
    padding: 0;
    margin: 0;
}

#cart td {
    padding: 5px 4px;
}

#cart td.tdPrice{
    text-align: right;
    width: 70px;
}

#cart td.alignRight{
    text-align: right;
}

#cart input.smallField{
    width: 40px;
    height: 18px;
    text-align: left;
}

#cart input.button{
    height: 20px;
    width: 70px;
    cursor: pointer;
}

p#cartBottom{
    text-align: right;
    display: block;
    width: 560px;
}

#cartBottom input{
    width: 150px;
}

.logo_venster {
    background: url(../images/logo_venster_winkelwagen.png) no-repeat left top;
    width:100%;
    height:80px;
    padding: 15px;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
fieldset{
    width: 530px;
    border: 1px solid white;
    padding: 10px 10px 10px 20px;
    margin: 0 0 20px 0;
}

fieldset#bank{
    width: 500px;
}


fieldset#login{
    width: 320px;
    margin-left: 40px;
}


fieldset#extraBillData{
    width: 470px;
}

fieldset legend{
    font-weight: bold;
    padding: 0 2px;
    color: white;
}

fieldset label{
    width: 100px;
    display: block;
    float: left;
    cursor: pointer;
}

fieldset .bigField, fieldset #customerCountry, fieldset #customerBillBank, fieldset #customerBillCountry, fieldset #customerPayment{
    width: 190px;
}

fieldset .smallField{
    width: 50px;
}

fieldset .tinyField{
    width: 30px;
}

fieldset textarea{
    width: 300px;
    height: 120px;
}

fieldset #agreement, fieldset #createPassword{
    margin: 0 0 0 100px;
    float: left;
}

fieldset #agreement-label, fieldset #createPassword-label{
    width: 300px;
    float: left;
    margin: 0 0 0 10px;
}

fieldset a, fieldset a:visited{
    text-decoration: underline;
}

fieldset a:hover{
    text-decoration: none;
}

.radio {
    border: none;
    background: none;
}

.radioIndent, .formButtonIndent{
    margin-left: 100px;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Productimage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#productImage {
    position: absolute;
    right: 120px;
    left: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Liefhebbers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#liefhebbers {
    width: 565px;
    height: 110px;
    border-top: 1px solid #ffffff;
    margin: 0 0 10px 0;
}

#liefhebbers p {
    margin: 5px 0 10px 0 !important;
    padding: 0 !important;
}

.liefhebbersProduct {
    float: left;
    width: 140px;
    height: 110px;
    margin: 0 23px;
}

.liefhebbersOmschrijving {
    margin: 0 0 0 10px;
    width: 120px;
}

.liefhebbersOmschrijving p {
    margin: 0 !important;
    padding: 0 !important;
    width: 120px;
}

.liefhebbersTitel a {
    color: #d02f26 !important;
    font-size: 14px !important;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
    padding: 20px 0 30px 0;
    text-align: left;
    clear: both;
    width: 830px;
}

#footer p {
    font-family: "Arial", sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

#footer p.alignright{
    text-align: right;
    float: right;
}

#footer a:hover{
    text-decoration: underline;
}

#H1infooter{
   font-size:10px;
   color: #000;
   font-size: 10px;
   font-weight: bold;
   font-family: "Arial", sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Voorwaarden popup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#voorwaarden-popup{
    padding: 3px;
    line-height: 20px;
}

#voorwaarden-popup a, #voorwaarden-popup a:visited{
    text-decoration: underline;
}

#voorwaarden-popup a:hover{
    text-decoration: none;
}

#voorwaarden-popup h2, #voorwaarden-popup p{
    margin: 0 0 15px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#hoofdmenu li a.insideh1 {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: none !important;
}

#hoofdmenu li.current a.insideh1 {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: none !important;
}

br.break{
    width: 100%;
    clear: both;
    display: block;
}