﻿@charset "utf-8";

/*E-Products*/

/*colors

#747474   donker grijs
#ddd      licht grijs
#849dcb   paars

*/



body {
  margin: 0;
  background: #f4f4f4;
  font-family: Tahoma, Verdana, Arial;
  font-size: 9pt;
  line-height: 14pt;
  color: #747474;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
  font-family: Tahoma, Verdana, Arial;
  font-size: 9pt;
  color: #747474;
}

img, div { 
  behavior: url('/pngfix/iepngfix.htc');
}

input {
  border: 1px solid #ddd;
}

select {
  border: 1px solid #ddd;
}

textarea {
  border: 1px solid #ddd;
}

a {
  color: #849dcb;
}

a:hover {
  color: #747474;
}

#container {
  width: 908px;
  margin: auto;
}

#topMenu {
  height: 20px;
  margin: 5px 0 5px 15px;
}

  #topMenu li {
    float: left;
    padding: 0 10px;
    background: url('/img/menuSplit_small.jpg') no-repeat center right;
  }
  
  #topMenu li a {
    font-size: 8pt;
    color: #747474;
  }

  #topMenu li a:hover {
    color: #849dcb;
  }

#header {
  height: 92px;
  background: url('/img/headerBg.png');
}

#logo{
  float: left;
  width: 150px;
  margin: 20px 0 0 25px;
  behavior: url('/pngfix/iepngfix.htc');  
}

#headerRight {
  text-align: right;
  margin-right: 15px;
}

#search {
  margin: 5px 0 28px 0;
}

#content {
  background: url('/img/contentBg.png');
  padding: 0 15px;
}

#menu {
  height: 32px;
  background: url('/img/menuBg.jpg') repeat-x;
  border: 1px solid #ddd;
  line-height: 30px;
}

  #menu li {
    float: left;
    padding: 0 10px;
    background: url('/img/menuSplit.jpg') no-repeat center right;
  }
  
  #menu li a {
    color: #fff;
    font-weight: bold;
  }

  #menu li a:hover {
    color: #747474;
  }

#breadcrumb {
  height: 30px;
  margin: 0 25px;
  line-height: 30px;
}

#mainColumn {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
}

#frameHomepagePhoto {
  position: relative;
  height: 266px;
}

#homepagePhoto {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 266px;
  overflow: hidden;
}

#homepageCategories {
  position: absolute;
  width: 536px;
  bottom: 10px;
  background-color: #849dcb;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	z-index: 100;
	text-align: center;
	padding: 10px 0;
	
}

#homepageCategories a {
  font-size: 11pt;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#homepageCategories a:hover {
	color: #ddd;
}

#footer {
  height: 14px;
  background: url('/img/footer.png') no-repeat top left;
}

#footerMenu {
  margin-left: 15px;
}

  #footerMenu li {
    float: left;
    padding: 0 10px;
    background: url('/img/menuSplit_small.jpg') no-repeat center right;
  }
  
  #footerMenu  li a {
    color: #747474;
    font-size: 8pt;
  }

  #footerMenu  li a:hover {
    color: #849dcb;
  }

.columnLeft, .columnRight {
  float: left;
  width: 143px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.columnLeft p, .columnRight p{
  padding: 10px;
}

.main {
  float: left;
  width: 555px;
  margin: 0 15px;
}

.columnTitle {
  height: 26px;
  background: url('/img/titleBg.jpg') repeat-x;
  padding-left: 10px;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  color: #fff;
  font-weight: bold;
}

.prodColumn{
  float: left;
  width: 170px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 15px;
}

.prodColumn img{
  margin: 10px 0;
}

.left {
  clear: both;
  float: left;
  margin-left: 0px;
}

.prodTitle {
  height: 26px;
  background: url('/img/titleBg.jpg') repeat-x;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}

#cats {
  padding: 10px 10px;
  padding-left: 27px;
}

  #cats li {
    list-style-image: url('/img/list-style-image.jpg');
  }

  #cats li a {
    color: #747474;
  }
  
  #cats li a:hover {
    color: #849dcb;
  }

.clearFloat {
  clear: both;
}

.search {
  height: 18px;
  width: 200px;
  padding: 6px 0 0 5px;
}

.submitBtn {
  width: 51px;
  height: 26px;
  background: url('/img/defaultBtn.jpg');
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.optionField {
  border: 1px solid #ddd;
  width: 100px;
}

td.odd {
    background: #ddd;
}

#productList li {
    list-style-type: decimal;
    margin: 20px;
}

#productList li label {
    display: inline-block;
    width: 250px;
}

#productList li select {
    border: solid 1px #ddd;
}

#productList td {
    padding: 5px;
    vertical-align: top;
}

#cartLoader {
    text-align: center;
}

input[type=image] {
    border: none;
}

div.input {
    display: inline;
}

div.submit {
    display: inline;
    vertical-align: middle;
}

div.submit img {
    vertical-align: middle;
}

form.inline {
    display: inline;
}

/*popup*/

.popupContainer {
  width: 735px;
}

.popupTop {
  height: 9px;
  background: url('../img/popupBgTop.png');
}

.popupBottom {
  height: 9px;
  background: url('../img/popupBgBottom.png');
}

.popupContent {
  padding: 20px;
  background: url('../img/popupBg.png') repeat-y;
}

.popupProd {
  margin-right: 15px;
}

.popupPrice {
  margin-right: 67px;
}

.floatL {
  float: left;
}

/*popup*/

.error-message {
    color: #ff0000;
}

.form-error {
    border: solid 1px #ff0000;
}

div.input {
    display: block;
}

.input label {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

#cartElement {
    font-size: 8pt;
}

table.cart td {
    border: solid 1px #ddd;
    padding: 3px;
}

#content div.disabled {
    display: none;
}

#content textarea.mceEditor {
  width: 700px;
  height: 500px;
}
