/* ------------------------------------------------------------------

content-wrapper

------------------------------------------------------------------ */

#content-wrapper 
{
	/*background: #FFF url(../../Graphics/bg_content_vlakken_groot.gif) top left no-repeat;*/
	background:none;
	
}

#background-repeat
{
	background: none;
}

#content-wrapper .padding-wrapper
{
	/*background:  url(../../Graphics/bg_content_vlakken_groot_bot.gif) bottom left no-repeat;*/
	background:none;
	padding:0;
}

/* ------------------------------------------------------------------

content blokken product pagina

------------------------------------------------------------------ */
#productContentBlocks
{
	width:720px;
	height: auto;
}

#productContentBlocks #topBlocks
{
	width:720px;
	margin: 0 0 10px 0;
	height: auto;
	float: left;
}

#productContentBlocks #bottomBlocks
{
	width:720px;
	clear: both;
}

#productContentBlocks .padding-wrapper
{
	padding: 0 10px;
}

/*content blokken producten pagina*/
#content1, 
#content2, 
#content3, 
#content4, 
#content5
{
	background-color:#fff;
	float: left;
}

#content1, #content2
{
	width: 355px;
	margin: 0;
	background: #fff url(../../Graphics/bg_content_vlakken_products.gif) top left no-repeat;
}

#content1
{
	margin:0 10px 0 0;
}

#content1 .padding-wrapper, 
#content2 .padding-wrapper
{
	background:  url(../../Graphics/bg_content_vlakken_products_bot.gif) bottom left no-repeat;
	/*min-height: 310px;
	height:auto !important;*/
	height: 318px!important;
	padding: 0 10px 10px 10px
}

#content3, #content4, #content5
{
	width: 232px;
	background: transparent url(../../Graphics/bg_content_vlakken_products_small.gif) top left no-repeat;
}

#content3 .padding-wrapper, 
#content4 .padding-wrapper, 
#content5 .padding-wrapper
{
	background: transparent url(../../Graphics/bg_content_vlakken_products_small_bot.gif) bottom left no-repeat;
	/*min-height: 318px;
	height:auto !important;*/
	height: 325px!important;
	padding: 0 10px 10px 10px;
}

#content3, #content4
{
	margin:0 12px 0 0;
}

/* ------------------------------------------------------------------

content blokken detail intro

------------------------------------------------------------------ */

#productListPage .category-intro
{
	background: transparent url(../../Graphics/bg_content_vlakken_groot.gif) top left no-repeat;
}

#productListPage .category-intro .padding-wrapper p
{
	padding: 0;
	margin: 10px 0 0 0;
}

#productListPage .category-intro .padding-wrapper
{
	padding:0 10px 10px 10px;
	min-height: 100px;
	height:auto !important;
	height: 100px;
	background: transparent url(../../Graphics/bg_content_vlakken_groot_bot.gif) bottom left no-repeat;
}

#productListTable 
{
	background: transparent url(../../Graphics/bg_content_vlakken_groot_repeat.gif) top left repeat-y;
	margin:10px 0 0 0;
}

#productListTable .padding-wrapper
{
	background: transparent url(../../Graphics/bg_content_vlakken_groot_bot.gif) bottom left no-repeat;
	padding:20px 10px 10px 10px;
	min-height: 100px;
	height:auto !important;
	height: 100px;
}

#productListTable #background-repeat
{
	background: transparent url(../../Graphics/bg_content_vlakken_groot_top.gif) top left no-repeat;
}


/* ------------------------------------------------------------------

content blokken detail table

------------------------------------------------------------------ */


#products
{
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #FFF;
	margin: 0;
	padding: 0;
	width:100%;
	font-size:11px;
	clear:both;
}

#products th
{
	background-color:#666;
	border: 0;
	color: #FFF;
	padding: 0 10px;
	font-size:11px;
	line-height: 18px;
	border-bottom: 6px solid #fff;
}

#products tr
{
	
}

#products tr td
{
	border-bottom: 1px solid #e8e4e5;
	padding: 0 0 0 10px;
	line-height: 18px;
}

#products tr.spacer td
{
	padding: 0 10px 10px 10px;
}

#productListPage .no-items-found
{
	display:block;
	background-color: red;
	background: transparent url(../../Graphics/bg_content_vlakken_noitemsfound.gif) top left no-repeat;
	width: 700px;
	padding: 20px 10px;
	color: red;
	margin:10px 0 0 0;
}

/* ------------------------------------------------------------------

legenda

------------------------------------------------------------------ */

#extra-product-info
{
	width: 720px;
	margin:10px 0 0 0 ;
	clear: both;
}

#extra-product-info .warning
{
	color: red;
	width: 720px;
	float: left;
	line-height: 18px;
	margin:0 0 6px 0 ;
}

#extra-product-info .legend
{
	width: 600px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: normal;
	float: left;
}

#extra-product-info .legend li
{
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 5px;
	width: auto;
}