/* 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;
   height: 110px;
}

#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;
}


.productlist-item
{
   width: 170px !important;
   width: 176px;
   height: 255px;
   float: left;
   margin-top: 10px;
   margin-left: 10px;
   background-color: #888888;
   background-image: url('/images/productlist-item.jpg');
   background-position: bottom;
   border: 3px solid #747474;
}


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



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



.productlist-item .productlistimage
{
   background-color: #FFFFFF;
   width: 100%;
   height: 200px;
   border-bottom: 1px solid #747474;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
}

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


.price_values
{
	width: 170px;
	height: 30px;
}

.productlist-item .price
{
	float: left;
  font-weight: bold;
  font-size: 16px;
	height: 18px;
	padding-left: 5px;
	padding-top: 7px;
	width: 100px;
	height: 23px;
}

.productlist-item .old_price
{
	float: left;
	width: 60px;
	color: red;
	font-weight: bold;
  font-size: 10px;
  margin-left: 5px;
	padding-top: 9px;
	height: 21px;
}


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

.productlist-item .name
{
   text-align: right;
   margin-right: 10px;
}
.productlist-item .name a
{
   color: white;
   font-weight: bold;

}






/* 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: 20px;
	padding: 0px;
	margin: 0px;
    margin-bottom: 3px;
	width: 100%;
    border-bottom: 1px solid #C0C0C0;
}

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

.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;
}