/*
    Document   : vervolg
    Created on : 14-aug-2009, 11:09:44
    Author     : Arjen Zwerver & MrTinus
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@import url("../../BBCommon/css/main.css");
#maincontent h1 {
    font-size: 24px;
    margin-bottom: 2px;
    margin-top: 0;
    padding-top: 2px;
    color: #7c4b35;
    font-weight: normal;
}
#contentLeft img {
	border: 1px solid #B5B7B7;
	padding: 1px;
}
#productsRight h1{
  color       : #7c4b35;
  margin-top  : 0px;
  margin-bottom: 7px;
  font-size   : 24px;
  padding-top: 2px;
}
#maincontent ul {
	list-style: none;
	margin: 25px 0 25px 20px;
	padding: 0;
}
#contentLeft{
  position    : relative;
  float       : left;
  width: 610px;
  padding: 0 0 0 30px;
    margin: 22px 0 0px 0;
}
#contentLeft #contentText {
  padding     : 0px 20px 0 0px;
  border-right: 1px solid #DEDEDE;
  width: 605px;
}
#contentLeft p {
    margin: 3px 0 20px 0;
    line-height: 22px;
}
#contentLeft p.images{
    text-align: center;
}
#contentLeft p.images img{
    margin: 10px;
}
#buttonbar{
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    margin: 0 15px 0 0px;;
}
#buttonbar a {
    background: url(../../BBCommon/images/search.jpg) no-repeat;
    display: block;
    text-decoration:none;
    float: left;
    width: 102px;
    height: 28px;
    font-family : tahoma;
    font-weight : bold;
    font-size: 11px;
    line-height: 26px;
    color       : #FFFFFF;
    text-align: center;
    border: none;
}
#contentRight{
  position    : relative;
  width       : 305px;
  float       : left;
  margin: 22px 0 22px 0;
  padding-left: 32px;
}
/* productsRight */
#productsRight{
  /*Boosdoener*/
    zoom: 1;
  float       : left;
  position    : relative;
  width       : 298px;
    margin: 22px 0 22px 0;
  padding-left: 32px;
}



#productsRight h2{
  margin       : 0 0 0 90px;
  padding      : 0;
  color        : #df1c85;
  font-size    : 12px;
  line-height  : 18px;
}
#productsRight h2 span{
  background   : url(../../BBCommon/images/h2Dotted.png) repeat-x  left bottom;
  padding-bottom: 3px;
}

#productsRight p{
  margin-top  : 5px;
  margin-left : 90px;
  padding-right: 10px;
  margin-bottom:20px;
}

#productsRight img{
  border      : 1px solid #B5B7B7;
  float       : left;
  padding     : 1px;
  margin-right: 20px;
}

#productsRight hr{
  clear       : left;
  color       : #c8c8c8;
  margin      : 0 0 20px 0;
  height      : 1px;
  border-top  : 1px solid #c8c8c8;
}

#orderSample h1 {
    margin-top: 0px;
    padding: 15px 0 5px 0;
}
#orderSample p {
    width: 140px;
    margin: 0;
}



/* contactform */

input[type="text"] {
    width: 582px;
    border: 1px solid #764934;
    height: 14px;
    padding: 6px 7px;
    margin-bottom: 9px;
}
textarea {
    width: 582px;
    height: 163px;
    border: 1px solid #764934;
    padding: 6px 7px;
    margin-bottom: 9px;
    font-family: tahoma;
    font-size: 11px;
    background: url(../../BBCommon/images/textarea.jpg) no-repeat;
}
input[type="text"].tfvHighlight, textarea.tfvHighlight {
    background: #df4497;
    color: white;
}
form#contactformulier span {
    clear: left;
    color: #df4497;
}
input[type="submit"] {
    width: 102px;
    height: 28px;
    font-family: tahoma;
    font-weight: bold;
    color: #FFFFFF;
    background: url("../../BBCommon/images/search.jpg") no-repeat;
    border: none;
    margin-left: 4px;
    font-size: 11px;
    padding-bottom: 3px;
    float: right;
    margin-right: 18px;
}

form.formulier fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form.formulier fieldset legend {
	display: none;
}