
body {
   	/*background-image:url('/img/background1.gif');*/
	font:12px Verdana;
    margin-top:40px;
}

/*menu*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
width:100%;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #ffffcc;/* #f6ffd5;*/
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #ffa044;/*#DBFF6C;*/
color: black;
}

/*menu ends*/



a {
	text-decoration:none;
}

.row{
	clear:both;
}

.footer {

text-align:center;
}


.singleProduct{

    padding:5px;
	font:12px Verdana;

}

.singleProduct a {
	color:black;
}

.singleProduct .description
{
	float:none;
}

.singleProduct h1{
	font:16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	float:left;
	margin-left:4px;
	margin-top:4px;
	color:#555555;
}

.singleProduct h1 a{
	
}

/*.singleProduct .image*/

img.productImage {
	float:left;
	border: 1px solid Silver;
    max-width:250px;
    max-height:250px;
}

.singleProduct span.category {
	float:left;
	margin-left:15px;
}

.singleProduct .brand_title{	

}
.brand_title a
{
color:red;


}

a.category{
	font-weight:bold;
	text-decoration:underline;
}

.singleProduct h2{
	font-size:12px;
}

.singleProduct .information{

}




.links{
float:left;
}
.rechts{
float:right;
}

.categoryOverviewSingle{
	padding:0px;
	width:140px;
	height:160px;
	float:left;
	margin:5px;
	border:1px solid #dddddd;
	text-align:center;

}
.categoryOverviewSingle img{
	border:0px;
	
	/*width:140px;
	height:140px;*/
	margin:auto;	
	margin:10px auto auto 0;
	/*position: absolute; */
	
}




.multiProductBorder {

	padding:0px;
	margin:5px;
	padding:2px;
	float: left;
	border: 1px solid #dddddd;
	border-radius:4px;
	-moz-border-radius: 4px;

}

.multiProductBorder:hover
{
	border: 1px solid Gold;
	border-radius:4px;
	-moz-border-radius: 4x;
	cursor:pointer;
}

.multiProduct {
	padding:0px;
	margin:0px;
    float:left;
	width:200px;
	height:270px;
	text-align:left;
	padding:3px;

	
}


.multiProduct a {
	color:#09F;

}

.multiProduct .storeLink {

    text-decoration:underline;
}


.multiProduct div.productInfo{
  float:left;
  margin-left:0px;
  margin-top:5px;
}

.multiProduct img {
  /*float:left;*/
  /*margin-top:5px;*/
  vertical-align:bottom;
  max-width:195px;
  max-height:195px;
  
  /*position: absolute; */
   
  /*width:170px;
  height:170px;*/
}


.multiProduct div.description {
    text-align:left;
    float:left;
    width:200px;
    vertical-align: middle;
    
    font:10px Verdana;
    
}
.multiProduct div.descriptionTitle{
	height:25px;
}
.multiProduct div.descriptionBody{
	height:25px;
}

.multiProduct div.image{
  /*float:left;*/
  width:200px;
  text-align:center;
  /*border:2px solid red;*/
  height:200px;

}


.multiProduct span.title {

	font:10px Arial, Helvetica, sans-serif;
}
.multiProduct span.title a {

	color:#04a;

}

.multiProduct span.vanaf {	
	font:10px Verdana, Geneva, sans-serif;
	color:green;
	margin-right:20px;
	margin-top:10px;
	
}

.categoryNavigation{
	font:10px Verdana, Geneva, sans-serif;
	width:15%;
	max-width:200px;
	float:left;
    padding-left:10px; 
	background-color:white;
/*	border:1px solid lightblue;*/
}

.categoryNavigation div.toggle_button{
margin:10px;
padding:5px;
width:150px;
background-color:#dddddd;
cursor:pointer;
}

.categoryNavigation div.menu_widget{
margin-left:20px;
}

.categoryNavigation h2{
    margin-top:10px;
    margin-bottom:5px;
    font:14px Verdana, Geneva, sans-serif;
    color:black;
    font-weight:bold;
}

.categoryNavigation a{
	/*color:#09F;*/
	color:#333333;
	text-decoration:none;
}

.categoryNavigation ul {
    padding-left:0px;
    margin-left:0px;
    margin-top:5px;
}

.categoryNavigation li{
	list-style:none;
}

.categoryNavigation ul li ul {
	padding-left:15px;
}

.categoryNavigation .selected{
	font-weight:bold;
}

.navigationForm{
	clear:both;
}


.topNavigation {
	margin-left:0px;
	padding:0px;
}

.topNavigation ul {
   margin-bottom:0px;
   float:none;
   border-left:1px solid silver;
   margin-left:0px;
   padding:0px;
   height:10px;
}

.topNavigation ul li {
    float:left;
    margin:0px;
    padding:10px;
    border-top:1px solid Silver;   
    border-right:1px solid Silver;
}

.header {
	text-align:center;
	
}

.largeContainer {
	width:100%;
	/*border:2px solid orange;*/
}

.contentColumn {
	width:80%;
/*	border:1px solid green;*/
	float:left;
    background-color:#fff;
	padding:10px;   
}

.leftMargin{
	width:1px;
	height:100%;
	float:left;
}

.rightMargin{
    padding:10px;
	float:left;
    background-color:#ffffff;
}

img.logo {
	margin-right:20px;
}

.title {
	float:left;
    margin-top:10px;
    margin-bottom:10px;
    color:black;
	font-weight:bold;
	font:34px Verdana, Geneva, sans-serif;
}

.title a{
color:orange;
}

.subtitle {  
  font:14px Verdana, Geneva, sans-serif;
  margin-top:1px;
  font-weight:bold;
    /*color:#09f;*/
	color:#333333;
}

/* widgets */
.brand_select_box{
border:1px solid grey;
}

.searchTextField {
	width: 256px;
	height:33px;
	font-size:22px;
	border:0px;
	padding:5px;
	
	color:grey;
	margin:0px;
	border:1px solid lightgrey;/*#09f;*/

    /*display:inline;*/
    
}

.searchSubmit {
	width:50px;
	height:33px;
	color:grey;
	font-size:22px;
	padding:5px;
	
	margin:0px;
	/*border:2px solid lightgrey;*/
	border:1px solid lightgrey;

	background-color:#eeeeee;
    
}

.breadCrumb {
  margin-left:5px;
    margin-bottom:10px;
  font:12px Verdana;
    font-weight:bold;
    color:#555555;
}
.breadCrumb a {
    text-decoration:underline;
    color:#555555;
}

/**Product Page **/
.productPage {
  background-color:white;
  margin:5px;
  /*border:1px solid Silver;*/
}
.productImage {
   margin-right:15px;
   margin-left:15px;
   margin-bottom:15px;
   border:1px solid silver;
   padding:5px;
   max-width:200px;
   max-height:200px;

}

.productPage.storeLink {

}

.storeLink
{
  color:#09f;
}
a.storeLink
{

    text-decoration:underline;
    color:#0099ff;
    font-weight:bold;
}


.btn {
	float: left;
	clear: both;
	background: url(http://www.designgrutter.nl/img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
}
.btn a{
	float: left;
	height: 40px;
	background: url(http://www.designgrutter.nl/img/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(http://www.designgrutter.nl/img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_winkel { background-color:#f70; }
.btn_winkel:hover {
  background-color:green;
}


.btnSmall {
	float: right;
	clear: both;
	background: url(http://www.designgrutter.nl/img/btn_left_small.png) no-repeat;
	padding: 0 0 0 5px;
	font-weight:bold;
}
.btnSmall a{
	float: left;
	height: 20px;
	background: url(http://www.designgrutter.nl/img/btn_stretch_small.png) repeat-x left top;
	line-height: 20px;
	padding: 0 5px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btnSmall span {
	background: url(http://www.designgrutter.nl/img/btn_right_small.png) no-repeat;
	float: left;
	width: 5px;
	height: 20px;
}

.btn_winkelSmall { background-color:#f70; }



.clear {
	clear: both;
}

/* form css */

div.formRow {
  	clear: both;
  	padding-top: 10px;
  }


div.formRow span.formLabel{
	float:left;
	text-align:right;
	width:100px;
	margin:3px;
	font-size:12px;

}

div.formRow span.formField {
	float:left;


}

.formField input {
  border:1px solid Silver;
}

.formField textarea{
  border:1px solid Silver;
}

div.paginationBox {
  border:1px solid Silver;
  margin:2px;
  padding:2px;
  font-size:12px;
  float:left;
}

div.pagination {
  float:center;
  margin-right:5px;
  margin-top:-5px;
}

/** 26-01 **/
/*USER INTERFACE*/

.subCategoryList {
  font-size:12px;
  padding-left:20px;
  font-weight:normal;
  margin-top:-10px;

}

.categoryList {
  font-size:12px;
  font-weight:normal;
}
.categoryList li{
	margin:0px;
	padding-top:0px;

}
.bullet{
	color:#09f;
	font-weight:bold;
}



