body {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px #ed008c solid;
}

#gewapend_beton {
	width: 970px;
	position: relative;
}


#container2 {
	position: relative;
}

#container {
	width: 970px;
	height: 400px;
	margin: 0px auto;
	background-position: right 77px;
	background-repeat: no-repeat;
	display: table;
	position: relative;
}

.codeboxes {
	border: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

div#jongegezinnen {
	position: absolute;
	display: block;
	right: 130px;
	top: 110px;
	width: 180px;
	height: 80px;
	z-index: 1;
	text-decoration: none;
}


/*** #TOP ***/

#top {
	height: 50px;
}

#zoeken {
	float: left;
	margin-top: 6px;
	width: 248px;
	height: 20px;
	background-image: url('/images/zoekbg.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding: 2px;
}

#buttons {
	float: right;
	width: auto;
}

#buttons a {
	color: #FFFFFF;
}

#buttons ul {
	width: auto;
	margin: 0px;
}

#buttons ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
	padding-top: 8px;
	text-align: center;
	width: 150px;
	height: 17px;
	font-size: 13.33px;
}

#buttons ul li.tab_1 {
	background-image: url('/images/tab_1.jpg');
	background-repeat: no-repeat;
}

#buttons ul li.tab_2 {
	background-image: url('/images/tab_2.jpg');
	background-repeat: no-repeat;
}

#buttons ul li.tab_3 {
	background-image: url('/images/tab_3.jpg');
	background-repeat: no-repeat;
}

/*** #HEADER ***/

#header {
	position: relative;
	height: 140px;
	z-index: 99;
}

#logo {
	float: left;
	width: 248px;
}

#menu {
	float: right;
	width: auto;
	padding-right: 85px;
	position: absolute;
	right: 0;
}

#menu a { color: #6F6761; }
#menu a:hover {	color: #6F6761; }

#menul {
	width: auto;
	margin: 0px;
}

#menul li {
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 20px;
	text-align: left;
	background-image: url('/images/seperator.jpg');
	background-position: 10px 2px;
	background-repeat: no-repeat;
	width: auto;
}

#menul li.first {
	background-image: none;
}

#menul li {
	padding-bottom: 10px;
}

#menul li a:hover {
	text-decoration: none;
}

/***** SUCKERFISH DROPDOWN *****/


#menul li ul {
	background-color: #FFFFFF;
	position: absolute;
	left: -999em;
}

#menul li:hover ul a, #menul li.menuhover ul a {
	color: #66525d;
}

#menul li:hover ul a.selected, #menul li.menuhover ul a.selected {
	color: #ed008c;
}

#menul li:hover ul a:hover, #menul li.menuhover ul a:hover {
	color: #ed008c;
}

#menul li:hover ul, #menul li.menuhover ul {
	left: auto;
	padding: 7px;
	padding-left: 9px;
	padding-top: 3px;
	line-height: 18px;
	font-size: 9px;
	margin-top: -2px;
	border: 1px #000 solid;
	border-top: 0px;
	margin-left: -10px;
	margin-top: 14px;
}

#menul li:hover ul li, #menul li.menuhover ul li {
	float: none;
	display: block;
	background: none;
	padding: 0;
}


/*****    -----END-----    *****/

#breadcrumb {
	position: absolute;
	bottom: 0px;
	margin-bottom: 18px;
	margin-left: 190px;
	font-size: 12px;
	left: 0;
}

#breadcrumb a {	color: #000000; }
#breadcrumb b {	color: #ed008c; }
#breadcrumb h1 {
font-size: 12px;
color: #ed008c;
margin-bottom: 0px; 
padding-bottom: 0px;
display: inline;
}

/*** #CONTENT ***/

#content {
	width: 970px;
	margin-top: -10px;
}

#leftbar {
	float: left;
	background-image: url('/images/leftbar.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 650px;
}

#categories {
	position: relative;
	padding: 18px 0px 10px 0px;
	height: 289px;
	background-image: url('/images/categoriesbg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	text-transform: lowercase;
	z-index: 99;
}

#categories img {
	margin-left: 10px;
}

#categories a, #categories a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#categories div.notselected {
	width: 146px;
	margin-left: -10px;
	padding-left: 4px;
}

#categories div.selected {
	color: #f55cac;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	
	width: 146px;
	margin-left: -10px;
	padding-left: 4px;
}

#categories div.selected a, #categories div.selected a:hover {
	color: #f55cac;
}

#categories span {
	color: #66525d;
}



/***** SUCKERFISH DROPDOWN *****/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	white-space: nowrap;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding-left: 10px;
}

#categories #nav li:hover, #categories #nav li.sfhover {
	background-color: #ef489f;
}

#nav li ul {
	background-color: #FFFFFF;
	position: absolute;
	left: -999em;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	color: #66525d;
}

#nav li:hover ul a.selected, #nav li.sfhover ul a.selected {
	color: #ed008c;
}

#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	color: #ed008c;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 146px;
	border: 1px #f55cac solid;
	border-left: 0px;
	padding: 7px;
	padding-left: 3px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	margin-top: -2px;
}


/*****    -----END-----    *****/


#handige_lijstjes {
	position: relative;
	padding: 18px 0px 10px 0px;
	text-transform: lowercase;
	z-index: 99;
	height: 120px;
	margin-top: 8px;
	color: #66525d;
	line-height: 16px;
}

#handige_lijstjes img {
	margin-left: 10px;
}

#handige_lijstjes a, #handige_lijstjes a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#handige_lijstjes div.notselected {
	width: 140px;
	margin-left: -10px;
	padding-left: 10px;
}

#handige_lijstjes div.selected {
	color: #f55cac;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	
	width: 140px;
	margin-left: -10px;
	padding-left: 10px;
}

#handige_lijstjes div.selected span {
	color: #9DAF20;
}

#handige_lijstjes div.selected a, #handige_lijstjes div.selected a:hover {
	color: #FB9D29;
}

#handige_lijstjes span {
	color: #FFFFFF;
}

/***** SUCKERFISH DROPDOWN *****/

#nuttigl, #nuttigl ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	white-space: nowrap;
}

#nuttigl a {
	display: block;
}

#nuttigl li {
	float: left;
	padding-left: 10px;
}

#categories #nuttigl li:hover, #categories #nuttigl li.nuttighover {
	background-color: #ef489f;
}

#nuttigl li ul {
	background-color: #FFFFFF;
	position: absolute;
	left: -999em;
}

#nuttigl li:hover ul a, #nuttigl li.nuttighover ul a {
	color: #66525d;
}

#nuttigl li:hover ul a.selected, #nuttigl li.nuttighover ul a.selected {
	color: #ed008c;
}

#nuttigl li:hover ul a:hover, #nuttigl li.nuttighover ul a:hover {
	color: #ed008c;
}

#nuttigl li:hover ul, #nuttigl li.nuttighover ul {
	left: auto;
	margin-left: 146px;
	border: 1px #f55cac solid;
	border-left: 0px;
	padding: 7px;
	padding-left: 3px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	margin-top: -2px;
}

#handige_lijstjes #nuttigl li:hover, #handige_lijstjes ul#nuttigl li.nuttighover {
	background-color: #CADF37;
}

/*****    -----END-----    *****/

#tips_en_weetjes {
	position: relative;
	padding: 18px 0px 10px 0px;
	text-transform: lowercase;
	z-index: 99;
	height: 120px;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 16px;
}

#tips_en_weetjes img {
	margin-left: 10px;
}

#tips_en_weetjes a, #tips_en_weetjes a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#tips_en_weetjes div.notselected {
	width: 140px;
	margin-left: -10px;
	padding-left: 10px;
}

#tips_en_weetjes div.selected {
	color: #f55cac;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	
	width: 140px;
	margin-left: -10px;
	padding-left: 10px;
}

#tips_en_weetjes div.selected a, #tips_en_weetjes div.selected a:hover {
	color: #26BED5;
}

#tips_en_weetjes span {
	color: #66525d;
}

/***** SUCKERFISH DROPDOWN *****/

#nodigl, #nodigl ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	white-space: nowrap;
}

#nodigl a {
	display: block;
}

#nodigl li {
	float: left;
	padding-left: 10px;
}

#categories #nodigl li:hover, #categories #nodigl li.nodighover {
	background-color: #ef489f;
}

#nodigl li ul {
	background-color: #FFFFFF;
	position: absolute;
	left: -999em;
}

#nodigl li:hover ul a, #nodigl li.nodighover ul a {
	color: #66525d;
}

#nodigl li:hover ul a.selected, #nodigl li.nodighover ul a.selected {
	color: #ed008c;
}

#nodigl li:hover ul a:hover, #nodigl li.nodighover ul a:hover {
	color: #ed008c;
}

#nodigl li:hover ul, #nodigl li.nodighover ul {
	left: auto;
	margin-left: 146px;
	border: 1px #f55cac solid;
	border-left: 0px;
	padding: 7px;
	padding-left: 3px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	margin-top: -2px;
}

#tips_en_weetjes #nodigl li:hover, #tips_en_weetjes ul#nodigl li.nodighover {
	background-color: #BFABA7;
}

/*****    -----END-----    *****/

#middle {
	float: left;
	width: 652px;
	margin-left: 10px;
	font-size: 11px;
	color: #66525d;
}

#rightbar {
	margin-top: 0px;
	float: right;
	background-image: url('/images/rightbar3.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 640px;
}

#usermenu {
	text-align: center;
	padding: 0px;
	color: #f55cac;
	font-weight: bold;
	font-size: 10px;
	height: 66px !important;
	height: 74px;
}

#shoppingcart {
	margin-top: 30px !important;
	margin-top: 22px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: -3px;
}

#shoppingcart td {
	padding-top: 4px;
	font-size: 11px;
}

#shoppingcart .value {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

#top5 {
	color: #FF992A;
	font-weight: bold;
	margin-top: 15px;
	width: 150px;
	height: 255px;
	padding: 5px;

}

#top5 a{
	color: #FF992A;
	text-decoration: none;
}

#top5 a:hover{
	color: #FF992A;
	text-decoration: underline;
}


#middle h1, #middle h2, #middle h3 #middle h4, #middle p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#middle p, #middle h3 {
	margin-bottom: 20px;
}

#middle h4 {
	font-weight: normal;
	font-size: 25px;
}

#middle h2 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px #d4eb39 solid;
	text-transform: uppercase;
}

#middle h3 {
	font-size: 11px;
	color: #ed008c;
}

#middle a {
	color: #ed008c;
	font-weight: bold;
}

#middle ul {
	margin-bottom: 20px;
}

#middle li {
	margin-bottom: 10px;
}

#middle .categorie_listing {
	padding: 6px; 
	background-color: #CBB5B1; 
	line-height: 14px; 
	margin-top: -13px; 
	width: 205px; 
	height: 148px; 
	float: right; 
	position: relative;
	z-index: 0;
	background-image: url('/images/categoriekader.gif'); 
	background-position: right top; 
	background-repeat: no-repeat;
}

#middle .categorie_listing a {
	color: #FFF;
	text-decoration: none;
}

#middle .categorie_listing a span {
	color: #ed008c;
}

#middle .categorie_listing a:hover {
	color: #ed008c;
	text-decoration: none;
}

#middle .imageleft {
	float: left;
}

#middle .bovenkolom {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	width: 455px;
	height: 165px;
}

#middle .midden {
	clear: both;
	height: 333px;
	margin-bottom: -5px;
}

#middle .midden li {
	margin-bottom: 0px;
}

#middle .midden .links {
	float: left;
}

#middle .midden .rechts {
	float: right;
	width: 240px;
}

#middle .midden .linkerkolom {
	float: left;
	width: 208px;
	padding: 15px;
	padding-top: 10px;
	@padding-top: 20px;
	padding-right: 18px;
}

#middle .midden .imagemiddle {
	float: left;
	width: 151px;
	padding: 10px;
	padding-top: 7px;
}

#middle .midden .imagemiddle table {
	margin-bottom: 5px;
}

#middle .midden .imagemiddle img {
	vertical-align: middle;
}

#middle .midden .imagemiddle .kader {
	background-repeat: no-repeat;
	width: 151px;
	height: 151px;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#middle .midden .rechterkolom {
	float: right;
	padding: 15px;
	padding-top: 10px;
	@padding-top: 20px;
}

#middle .onderkolom {
	clear: both;
	padding: 15px;
	padding-top: 0px;
}

#middle .bovenkolom h2, #middle .linkerkolom h2, #middle .rechterkolom h2, #middle .onderkolom h2 {
	color: #ed008c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -4px;
	border-bottom: none;
}

#middle .bovenkolom ul, #middle .linkerkolom ul, #middle .rechterkolom ul, #middle .onderkolom ul {
	margin-top: 12px;
	margin-left: -20px !important;
	margin-left: 20px;
	margin-bottom: 0px;
}

/*** HOMEPAGE ***/

#homepage #image {
	float: left;
	width: 320px;
	height: 320px;
}

#homepage #tekst {
	float: right;
	width: 280px;
	padding: 10px 20px;
	font-size: 12px;
}

#homepage #tekstwrap {
	float: left;
	margin-bottom: 6px;
	*margin-bottom: 2px;
}

#homepage #tekst h1 {
	color: #ed008c;
	line-height: 30px;
	margin-top: 0;
	font-size: 22px;
}

#homepage #tekst h3 {
	margin: 0;
}

#homepage #tekst a, #homepage .tekst2 a {
	color: #FFFFFF;
}

#homepage .tekst2 {
	float: left;
	width: 300px;
	height: 150px;
	padding: 13px 10px 0px 12px;
	font-size: 11px;
	letter-spacing: 0.5px;
	@padding-top: 20px;
	@padding-bottom: 5px;
}

#homepage .tekst2 h2 {
	font-size: 20px;
	color: #ed008c;
	border-bottom: 0px;
	margin-bottom: -10px;
	text-transform: none;
}

#homepage .tekst2 img {
	margin-top: 15px !important;
	margin-top: 5px;
	margin-right: 10px;
}

#homepage .news {
	display: block;
	flaot: left;
	width: 645px;
	margin-top: 0px;
}

#homepage .news .item {
	float: left;
	width: 302px;
	padding: 0px 15px;
	padding-right: 5px;
	position: relative;
}

#homepage .news .item h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px; 
	@margin-top: 0px;
}

#homepage .news .item p {
	line-height: 14px;
	margin: 0px;
}

#homepage .news .left {
	float: left;
	width: 250px;
	height: 75px;
}

#homepage .news .submit {
	padding-top: 17px;
	float: right;
}

#homepage .news .image {
	float: right;
	padding-top: 5px !important;
	padding-top: 0px;
	padding-right: 3px;
	text-align: center;
	display: table-cell;
	width: 85px;
	height: 70px;
	vertical-align: middle;
}

/*** FOOTER ***/
#gewapend_beton {
	position: relative;
	display: table;	
	width: 970px;
	margin: 0 auto;
}

#footer {
	position: relative;
	width: 652px;
	margin: 0 auto;
	color: #cab5b0;
	font-size: 9px;
	display: table;
	padding-bottom: 10px;
}

#footer a {
	color: #cab5b0;
}

#footer p.left {
	float: left;
	margin: 0;
	margin-left: 20px;
	@display: inline;
	width: 520px !important;
	width: inherit;
}

#footer ul.right {
	float: right;
	margin: 0;
	margin-right: 20px;
	@display: inline;
	width: 385px !important;
	padding: 0;
}

#footer ul.right li {
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 14px;
	text-align: left;
	background-image: url('/images/seperator.jpg');
	background-position: 7px;
	background-repeat: no-repeat;
	width: auto;
}

#footer ul.right li.first {
	background-image: none;
}

/*** CLASSES ***/
#products_multi_image {
	border: 1px solid #F55CAC;
}

#products_multi_image_2 {
	border: 1px solid #fff;
}

#products_multi_image_3 {
	border: 1px solid #fff;
}

#products_multi_image_4 {
	border: 1px solid #fff;
}

#products_multi_image_5 {
	border: 1px solid #fff;
}

.product_info {
	background-image: url('/images/productkader.jpg');
	background-repeat: no-repeat;
	height: 290px;
	padding: 15px;	
}

.product_info3 {
	background: url('/images/productkader2.jpg') right top no-repeat; 
	height: 290px;
	padding: 15px;
}

.product_info4 {
	height: 100px;
}

#middle td.product_info p {
	margin: 0;
}

.product_info th {
	color: #FFFFFF;
}

#middle .product_info h2 {
	color: #ed008c;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding-left: 3px;
	text-transform: none;
}

#middle .product_info2 h2 {
	color: #ed008c;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-left: 3px;
	text-transform: none;
}

.bijpassende_producten {
	margin-top: 10px;
	background-image: url('/images/bijpassendeproductenkader.jpg');
	background-repeat: no-repeat;
	width: 654px;
	height: 310px;
}

.bijpassende_producten td {
	padding: 10px 20px 10px 20px;
}

.bijpassende_producten a {
	color: #ed008c;
	font-weight: bold;
}

.bijpassende_producten2 {
	margin-top: 10px;
	width: 615px;
}

.bijpassende_producten2 a {
	color: #ed008c;
	font-weight: bold;
}

td.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #ed008c;
}

.login {
	background-image: url('/images/tekstkader.jpg');
	background-repeat: no-repeat;
	height: 641px;
}

.login td {
	font-size: 11px;
}

td.loginHeading {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 25px;
	color: #66525d;
	text-transform: none;
}

td.productListing-heading {
	background-color: #d4eb39;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

td.productListing-data {
	font-size: 12px;
}

tr.productListing-odd {
	background-color: #e8f698;
}

SPAN.productSpecialPrice {
	color: #ed008c;
}

SPAN.orderEdit {
	color: #ed008c;
}

SPAN.error {
	color: #FD0000;
	font-size: 9px;
	border-bottom: 1px #FD0000 solid;
}

.messageStackError {
	background-color: #e8fb68;
}

.productHeading {
	font-size: 12px;
}

.productHeading b {
	color: #ed008c;
}

.moduleRowSelected {
	background-color: #E8F698;
}
.moduleRowOver { 
	background-color: #FDFFEF; 
	cursor: pointer; 
	cursor: hand; 
}

#middle .kadolijst td h2 {
	border-bottom: 0px;
	margin: 0;
	margin-top: -2px;
	margin-bottom: -10px;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	color: #ed008c;
}

/*** SLIDESHOW ***/

#mySlideshow {
	width: 296px !important;
	height: 296px !important;
	display: table;
	text-align: center;
}

#loginmain{
	color: gray;
	
};

#loginlink{ 
  color: gray;
}


#loginlink A{ 
  color: gray;
}

#loginlink a:hover {
  color: gray;
}

#infotitle{
	margin-top: 10px; 
  	font-weight: normal;
	font-size: 25px;
}