body  {
	background: #a5d331;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/images/Aga-ill-2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #a5d331;
	height: 25px;
	text-align:right;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

/* linker menu !!! */

#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 149px;
}

#sidebar1 li {
	margin: 3px;
	width: 149px;
	height: 30px;
	color: #ffffff;
	text-align: left;
	background: url(/images/button.gif);
	border: 0px solid black;
}

#sidebar1 li:hover {
	background: url(/images/button_over.gif);
}

#sidebar1 li a {
	margin-left: 10px;
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff;
}

#sidebar1 h1 {
	display: none;
}

/* linker menu !!! */


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
#mainContent a {
	color: #a5d331;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#footer ul li {
	display: inline;
	margin-right: 10px;
}
#header ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#header ul li {
	display: inline;
	margin-right: 10px;
}
#header li a {
	font-weight: normal;
	color: #222;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	background-color: #a5d331;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer a {
	color: #222;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.search_module {
	padding:0;
	margin:0;
}
form {
	padding:0;
	margin:0;
}
.loginform span {
	clear:both;
}


#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  height:400px;
  width:600px;
  left:50%;
  top:15%;
  margin-left:-300px; // half the width, to center
  background-color:#fff;
  border:3px solid #ccc;
}

#landingpages {
	display: inline;
	width: 900px;
}
#landingpagesmenu {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#landingpagesmenu ul {
	padding: 0;
	margin: 0;
}
#landingpagesmenu a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
#landingpagesmenu a:hover {
	text-decoration:underline;
}
#landingpagesmenu ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#landingpagesmenu ul li {
	display: inline;
	margin-right: 10px;
}
#maatpulldown{
	display:none;
}


/* Shop module */

.title h1 {
	color: #a5d331;
}

.title a {
	font-weight: bold;
	text-decoration: none;
	underline: none;
}                                                 


.shop_categoriesselector_module {
	display:block;
	color: #ffffff;
}
.shop_categoriesselector_module form {
	margin:0;
	padding:0;
}
.shop_categoriesselector_module select {
	padding:0px;
	margin:0px;
	width:170px;
}

.shop_categoriesselector_module ul li {
	padding:0px;
	margin:0px;
	width: 149px;
	height: 30px;
	text-align: center;
	background: url(/images/button.gif);
}

.shop_categories_module {
	display:block;
}
.shop_categories_module ul {
	display:block;
	margin:0;
	padding:0;
	background: url(/images/button.gif);
}
.shop_categories_module ul li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	background: url(/images/button.gif);
}
.shop_categories_module ul li a {
	display:block;
	background: url(/images/button.gif);
}
.shop_categories_module ul li a:hover {
	text-decoration:none;
	color:#333;
	background: url(/images/button.gif);
}
.shop_categories_module ul li a .name {
	display:block;
	float:left;
	background: url(/images/button.gif);
}
.shop_categories_module ul li a .amount {
	display:block;
	float:right;
	background: url(/images/button.gif);
}

.store_module {
	display:block;
	padding:0;
	margin:0;
	float:left;
}
.store_module .listing {
	display:block;
	margin-left:20px;
	margin-right:20px;
}
.store_module .page_stats {
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.store_module .tax {
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.store_module .listing div.article {
	display:block;
	float:left;
	overflow:hidden;
	width:170px;
	height:275px;
	padding:0px !important;
	margin:0px !important;
	margin-right:30px !important;
	margin-bottom:10px !important;
	padding:0px !important;
	border:1px solid #a5d331;
}
.store_module .articledata {
	padding:5px !important;
}
.store_module .listing div.article div.thumb {
	display:block;
	margin-bottom:10px;
	margin-left:20px;
}
.store_module .listing div.article div.title {
	display:block;
	font-size:12px;
	line-height:normal;
	margin:0;
	padding:0;
}
.store_module div.article div.title .item_ref {
	display:none;
}
.store_module div.article .info {
	display:none;
}
.store_module div.item_details .info {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}
.store_module .listing div.article .more_info {
	display:block;
}
.store_module div.article .prices {
	display:block;
}
.store_module div.article .price_line {
	display:block;
	font-size:10px;
	padding: 2px;
	clear:both;
}
.store_module div.article .price_line span {
	display:inline;
}
.store_module div.article .price_line span.ref {
	display:none;
}
.store_module div.article .price_line span.article {
	display:block;
}
.store_module div.article .price_line span.sold_out {
	display:none;
}
.store_module div.article .price_line div.price {
	float:left;
	display:block;
}
.store_module div.article .price_line span.price {
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
.store_module div.article .price_line .ui {
	display:block;
	float:right;
	margin:0px;
}
.store_module .spec_group_menus,
.store_module .listing_header {
	display:none !important;
}

.store_module .item_details {
	display:block;
	width:600px;
}
.store_module .item_details div.article {
	display:block;
}
.store_module .item_details div.preview {
	float:left;
	display:block;
	border:0px solid #a5d331;
	margin-right:20px;
}
.store_module .item_details div.price_line {
	display:block;
}
.store_module  .thumb .no_image {
	display: block;
	width: 100px;
	height: 150px;
	
}
.minicart {
	font-size: 10px;
}

.store_module .specs {
	display: none;
}
.shopcontainer {
	display:block;
	width:680px;
}
.store_module .manufacturerlogo {
	width:170px;
	height:25px;
	overflow:hidden;
	border-bottom:1px solid #a5d331;
}
.store_module .manufacturer {
	display:none;
}
.relatedarticlespacer {
	clear:both;
	border-bottom:1px solid #999;
	padding-top:20px;
	margin-bottom:20px;
	height: 1px;
	width:600px;
}
.relatedarticlecontainer .article {
	float:left;
	display:block;
	overflow:hidden;
	width:170px;
	height:275px;
	padding:0px !important;
	margin:0px !important;
	margin-right:30px !important;
	margin-bottom:10px !important;
	padding:0px !important;
	border:1px solid #a5d331;
}
.relatedarticlecontainer .article .thumb {
	display:block;
	margin-bottom:10px;
	margin-left:30px;
}
.relatedarticlecontainer .article .prices {
	display:block;
	margin-left:5px;
}
.leukcombineren {
	font-size: 10pt;
	padding-bottom:10px;
}
.store_module .item_details .manufacturerlogo {
	height:25px;
	background-color:#85c240;
	display:block;
}
.otherimage {
	margin: 5px;
	cursor: pointer
}
.sold_out2 {
	color:red;
	font-size:12px;
	font-weight:bolder;
}                     
.content {       
	padding: 0px;
	margin: 0px;
}