/* override standaard maincontent om gekleurde balken over de hele breedte te kunnen maken */
div#maincontent
{
   width: 758px;
   margin-left: 8px;
   padding-right: 0px;
}


div#maincontent h1
{
   margin-left: 15px;
   margin-bottom: 3px;
}

div#brandheader
{
   float: left;
   margin-top: -10px;
   width: 758px;
   min-height: 110px;
   background-color: #FFF;
   background-repeat: no-repeat;
}

#brandheader h1
{
   margin-top: 10px;
}



#brandheadertext
{
  width: 740px;
  margin-top: 0px;
  margin-left: 10px;
}

#brandheader #brandheadertext
{
   width: 455px;

}


/* product list   */
div#productlist
{
   margin-left: 0px;
   width: 760px;
   margin-bottom: 10px;
}

                                        
.productlist-item
{
   width: 176px;
   height: 290px;
   float: left;
   margin-top: 10px;
   margin-left: 10px;
}

.productlist-item-top{
	float:left;
	width: 176px;
	height:20px;
}

.productlist-item-top-text {
	  background-color: #747474;
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 3px;
	 
}


.productlist-item-corner{
	background-image: url('/images/layout/thumb/corner-top.png');
	width: 20px;
   	height: 20px;
   	float: left;
}

.productlist-item-content{
	background-image: url('/images/layout/thumb/background.jpg');
	width: 176px;
   	height: 270px;
   	float: left;
}

.productlist-breaker{
	background-image: url("/images/layout/thumb/breaker.png");
    height: 1px;
    margin-bottom: 1px;
    margin-left: 12px;
    margin-top: 1px;
    width: 152px;
}


.productlist-item img.instock
{
   position: absolute;
   margin-top: -25px;
   margin-left: 148px !important;
   margin-left: 138px;
}

.compare-part{
	text-align: center;
	margin-left:1px;
    width: 174px 
	
}

.productlist-item img.newcollection
{
   position: absolute;
   margin-top: -201px;
   margin-left: 0px;
}



.productlist-item .productlistimage
{
   background-color: #FFFFFF;
    cursor: pointer;
    height: 200px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
    width: 174px;
}

.productlist-item .productlistimage img
{
   border: none;
}


.price_values
{
	max-height: 30px;
    margin-left: 1px;
    text-align: center;
    width: 174px;
}

.productlist-item .price
{
	font-size: 16px;
    font-weight: bold;
}

.productlist-item .old_price
{
	color: #FF0000;
    font-size: 10px;
    font-weight: bold;
}



.productlist-item .price small
{
  font-weight: normal;
  font-size: 10px;
  color: #2AB904;
}

.productlist-item .name
{      
   margin-left: 1px;
    max-height: 25px;
    text-align: center;
    width: 174px;
}
.productlist-item .name a, .productlist-item .name a:link, .productlist-item .name a:visited, .productlist-item .name a:active 
{
   color:#747474;
}

.productlist-item .name a:hover{
	color:#125500;
}






/* balk met pagina numemrs */
.pagesbar
{
   width: 100%;
   background-color: #747474;
   height: 32px;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
   clear: both;
}

/* sorteer blokje */
.pagesbar .sortby
{
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
  padding: 0px;
}

.pagesbar .sortby ul
{
  margin-top: 0px;
}

.pagesbar .sortby li
{
    float: left;
    list-style-type: none;
    font-size: 12px;
    color: #DEDEDE;
    font-weight: bold;
    height: 23px !important;
    height: 28px;
    padding-top: 5px;
}

.pagesbar .sortby li.left
{
   background-image: url('/images/productlist/productlist-sortorder-left.jpg');
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 10px;
   padding-right: 5px;
   border-right: 1px solid black;
   color: #585858;

}
.pagesbar .sortby li img
{
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.pagesbar .sortby li a
{
   color: #585858;
   font-size: 12px;
}

.pagesbar .sortby li.middle
{
   background-image: url('/images/productlist/productlist-sortorder.jpg');
   background-repeat:repeat-x;
   background-position: left;
   padding-left: 10px;
   padding-right: 5px;
   border-right: 1px solid black;
   border-left: 1px solid white;
   color: #585858;
}


.pagesbar .sortby li.right
{
   background-image: url('/images/productlist/productlist-sortorder-right.jpg');
   background-repeat:no-repeat;
   background-position: right;
   padding-left: 10px;
   padding-right: 15px;
   border-left: 1px solid white;
   color: #585858;

}


.pages
{
   height: 22px;
   margin-top: 7px;
   padding-right: 0px;
   margin-right: 5px;
   float: right;
}
.pages .pagelink,.pages .pagelink:visited,.pages .pagelink:active
{
   width: 22px;
   height: 22px;
   float: left;
   font-size: 12px;
   text-align: center;
   font-weight: bold;
   color: #DEDEDE;
}

.pages .selected
{
   color: #393939;
}

.pagelink img
{
  border: none;
  margin-top: 3px;
}

.filters
{
	clear: both;
}

.filters ul
{
	width: 175px;
	float: left;
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
    overflow: hidden;
}

.filters ul li
{
  white-space: nowrap;
}

.filters ul#filter-material
{
  /* width: 220px; */
}


.applied_filters
{
	list-style-type: none;
    height: 26px;
	padding: 0px;
	margin: 10px 0 3px;

	width: 100%;
    border-bottom: 1px solid #C0C0C0;
    float: left;
}

.applied_filters li
{
	float: left;
	background-color: #bababa;
	border: 1px solid #b0b0b0;
	padding: 3px;
	margin-left: 3px;
    height: 19px !important;
    height: 30px;
}

.applied_filters li.intro
{
  background: none;
  border: none;
  font-weight: bold;
  padding-left: 10px;
}

.filterblock
{
  width: 185px;
  float: left;
  padding-bottom: 5px;
  min-height: 75px;
}

.filterblock a
{
  cursor: pointer;
}


/* Brand Information */
.brand_info_stripe
{
	width: 758px;
	float: left;
	margin-top: 10px;
	background-color: #747474;
	height:1px;
}

.brand_info_header
{
	margin: 10px;
	float: left;
	width: 738px;
}
          
.brand_info
{
	margin-left: 10px;
	float: left;
	width: 738px;
}

.related_block
{
	float:left;	
}

.compare-text{
	float: left;
    height: 15px;
    margin-left: 30px;
    margin-top: 3px;
}

.compare-part input{
	float:left;
	margin-bottom:0px;
}
