
/*
P&P Webshops

=================================================================*/



/* Main Layout
=================================================================*/
* {
	margin:0;
	padding:0;
	}
*:focus {
	outline:none;
	}
img {
	border:0;
	display:block;
 }
body {
	font-family:arial;
	line-height:1.4em;
	font-size:75%;
	background-color:#cda;
	}
.noshow { /* Generally used to make things disappear when display:none; and visibility:hidden; cause bugs. */
	position:absolute;
	left:-9000px;
	}
#wrapitall {
	font-size:1em;
	width:770px;
	margin:0px auto;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #ddd;
	}
#stage {
	overflow:hidden;
	width:770px;
	padding:0px 0px 20px 0px;
	}
.nowrap {
	white-space:nowrap;
	}

/* Kruimelpad */
	ul#kruimelpad { padding: 11px 0 0px 0px; }
		ul#kruimelpad li { display: inline; color: #898989 }
		ul#kruimelpad li a { color: #898989!important; background: url(../images/bullets/bullet-grijs.gif) center right no-repeat; padding-right: 10px; margin-right: 3px; }
		ul#kruimelpad li a:hover { color: #000!important; }


/* Topbar
=================================================================*/
#topbar {
	position:relative;
	width:750px;
	height:100px;
	background:transparent url(../gfx/topbar_bg.gif) repeat-x right bottom;
	padding-left:20px;
	}
#logo {
	display:inline;
	}
#poweredby {
	position:absolute;
	top:10px;
	right:20px;
	}


/* Crumbtrail
=================================================================*/
#crumbtrail {

	}
#crumbtrail a:link,
#crumbtrail a:visited {

	}
#crumbtrail a:hover,
#crumbtrail a:visited:hover {

	}



/* Service Menu
=================================================================*/
#servicemenu {

	}
#servicemenu li {

	}
#servicemenu a:link,
#servicemenu a:visited,
#servicemenu a:hover,
#servicemenu a:visited:hover {

	}
#servicemenu a:link,
#servicemenu a:visited {

	}
#servicemenu a:hover,
#servicemenu a:visited:hover {

	}
#servicemenu a.select:link,
#servicemenu a.select:visited {

	}
#servicemenu a.select:hover,
#servicemenu a.select:visited:hover {

	}



/* Footer
=================================================================*/
#footer{
	padding:10px 20px;
	width:730px;
	text-align:center;
	border-top:1px solid #ccc;
	color:#777;
	}
	
#imgfooter {
	float: right!important;
}




/* Contentcontainer
=================================================================*/
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-size:1em;
	}
a:link {
	color:#369;
	}
a:hover {
	color:#69c;
	}
a:visited {
	color:#636;
	}
a:visited:hover {
	color:#969;
	}
.content {
	width:730px;
	padding:0px 20px 0px 20px;
	}
.content h1 {
	padding:10px 10px;
	background-color:#eee;
	color:#333;
	font-size:1.4em;
	margin-top:20px;
	}
.content p {
	padding:10px;
	}
.contentlist {
	margin-bottom:15px;
	}
.contentlist li {
	height:1%; /* Otherwise the arrows aren't shown in IE... */
	list-style:none;
	padding-left:20px;
	background:url('../gfx/listarrow.gif') no-repeat 10px 5px;
	}
.contentlist li ul li {
	padding-left:20px;
	background:url('../gfx/listsubarrow.gif') no-repeat 10px 5px;
	}
.photoleft {
	position:relative;
	float:left;
	margin:3px 15px 12px 0px;
	width:240px;
	}
.photoright {
	position:relative;
	float:right;
	margin:3px 0px 12px 15px;
	width:240px;
	}
.photoleft span,
.photoright span {
	display:block;
	width:230px;
	padding:2px 5px 2px 5px;
	font-size:0.9em;
	background:transparent url(../gfx/image_corners_bottom.gif) no-repeat left bottom;
	}
.photoresize {
	position:absolute;
	right:0px;
	top:0px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	}
.topcorners {
	position:absolute;
	left:0px;
	top:0px;
	}
.preview {
    width:80px;
    height:auto;
}



/* Blocks
=================================================================*/
.block {

	}
.block h2 {

	}
.block p {

	}



/* Contentoptions
=================================================================*/
.contentoptions {
	margin-bottom:18px;
	clear: both;
	}
.contentoptions li {
	list-style:none;
	display:inline;
	padding:0px 20px 0px 20px;
	}
.printing {
	background:url(../gfx/printicon.gif) no-repeat left top;
	}
.mailing {
	background:url(../gfx/mailicon.gif) no-repeat left 2px;
	}



/* Formulieren
=================================================================*/
input,
select,
textarea {
	font-size:1em;
	font-family:arial;
	}
.form_standard {
	padding:0px 0px 0px 0px;
	width:730px;
	margin-bottom:20px;
	clear:both;
	}
.form_standard em {
	color:#f00;
	}
.form_standard input,
.form_standard select {
	width:180px;
	}
.form_standard fieldset {
	border:0px;
	margin-bottom:10px;
	}
.form_standard div {
	padding:6px 10px 6px 10px;
	clear:both;
	border-bottom:1px solid #bbb;
	overflow:hidden;
	height:1%;
	}
.form_standard div.errorfield {
	border-top:1px solid #f00;
	border-right:1px solid #f00;
	border-bottom:1px solid #f00;
	border-left:1px solid #f00;
	padding:5px 9px 5px 9px;
	background-color:#fff;
	}
.form_standard textarea {
	width:330px;
	}
.form_standard label {
	width:120px;
	padding-right:15px;
	display:block;
	float:left;
	clear:both;
	}
.form_standard span.labelfake {
	width:120px;
	padding-right:15px;
	display:block;
	float:left;
	clear:both;
	}
.form_standard big {
	display:block;
	color:#df0024;
	font-weight:bold;
	padding:3px 0px 6px 22px;
	background:url(../gfx/alert.gif) no-repeat 0px 4px;
	}
.form_standard big span {
	font-size:0.7em;
	display:block;
	font-weight:normal;
	}
.form_standard em {
	color:#f00;
	}
a.button:link,
a.button:visited,
a.button:hover,
a.button:visited:hover {
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:80px;
	height:19px;
	padding-top:1px;
	text-align:center;
	}
a.button:link,
a.button:visited {
	background:#791 url(../gfx/button_corners.gif) no-repeat left top;
	color:#fff;
	}
a.button:hover,
a.button:visited:hover {
	background:#451 url(../gfx/button_corners.gif) no-repeat left top;
	color:#fff;
	}
.form_standard .button, .form_standard .button_wide {
	margin-left:250px;
	}
a.button_wide:link,
a.button_wide:visited,
a.button_wide:hover,
a.button_wide:visited:hover {
    text-decoration:none;
	font-weight:bold;
	display:block;
	width:95px;
	height:19px;
	padding-top:1px;
	text-align:center;
    margin-top:10px;
    margin-left:15px;
	}
a.button_wide:link,
a.button_wide:visited {
	background:#791 url(../gfx/button_corners_wide.gif) no-repeat left top;
	color:#fff;
	}
a.button_wide:hover,
a.button_wide:visited:hover {
	background:#451 url(../gfx/button_corners_wide.gif) no-repeat left top;
	color:#fff;
	}

/* Product List
=================================================================*/
.productlist {
	width:750px;
	padding:20px 0px 0px 20px;
	overflow:hidden;
	}
.productlist li {
	padding-right:20px;
	width:130px;
	height:200px;
	float:left;
	list-style:none;
	}
.productlist li a:link,
.productlist li a:visited,
.productlist li a:hover,
.productlist li a:visited:hover {
	text-decoration:none;
	display:block;
	width:130px;
	height:150px;
	}
.productlist li a span {
	cursor:pointer;
	font-size:0.9em;
	}
.productlist li a span.productitle {

	}
.productlist li a span.price {

	}
.productlist li a span.image {
    height:110px;
    overflow:hidden;
    display:block;
	}
.productlist li a:link img,
.productlist li a:visited img {
	width:128px;
	border:1px solid #eee;
	}
.productlist li a:hover img,
.productlist li a:visited:hover img {
	width:128px;
	border:1px solid #000;
	}

/* Small Shopping Cart
=================================================================*/
.small_cart {
	position:absolute;
	right:20px;
	bottom:0px;
	width:280px;
	height:30px;
	border:1px solid #eee;
	background-color:#fff;
	}
.small_cart li {
	float:left;
	list-style:none;
	}
.item_one {
	width:160px;
	height:24px;
	padding:6px 10px 0px 10px;
	}
.item_two {
	padding:5px 10px 0px 10px;
	width:80px;
	height:25px;
	}


/* Product Details
=================================================================*/
.product_details {
	padding:20px;
	overflow:hidden;
	width:770px;
	}
.detail_image {
	float:left;
	margin-right:20px;
	width:280px;
	}
.product_details p {
	float:left;
	width:430px;
	margin-bottom:20px;
	}
.product_details table {
	width:430px;
	margin-bottom:10px;
	}
.product_details table th,
.product_details table td {
	padding:10px 0px;
	border-bottom:1px solid #ddd;
	}
.product_details table th {
	font-weight:normal;
	width:150px;
	text-align:left;
	}
.product_details table td {
	font-weight:bold;
	}
.detail_form {
	float:left;
	width:430px;
	}
.detail_form fieldset {
	overflow:hidden;
	border:0px;
	}
.detail_form fieldset .variables {
	width:70px;
	}
.detail_form .button {
	float:right;
	}
.detail_form .dropdown {
    display:block;
    margin-top:10px;
}
.detail_form .dropdown select {
    width:auto;
}


/* Cart Formulier
=================================================================*/
.cart_big table {
	width:730px;
	margin-bottom:20px;
	}
.form_cart fieldset {
	border:0px;
	}
.cart_big th {
	background-color:#ccc;
	text-align:left;
	}
.cart_big td {
	border-bottom:1px solid #ddd;
	}
.cart_big th,
.cart_big td {
	padding:5px 10px;
	}
.refresh {
	width:22px;
	height:16px;
	background:transparent url(../gfx/refresh.gif) no-repeat left top;
	border:0px;
	cursor:pointer;
	}
.amount,
#amount {
	width:50px;
	}
.advertisement {
	width:430px;
	margin-right:20px;
	float:left;
	}
.cart_final {
	width:280px;
	float:left;
	background-color:#ddd;
	overflow:hidden;
	}
.cart_final table {
	width:280px;
	}
.cart_final th {
	text-align:left;
	border-bottom:1px solid #ccc;
	}
.cart_final td {
	border-bottom:1px solid #ccc;
	text-align:right;
	}
.cart_final th,
.cart_final td {
	padding:5px 10px;
	}
.cart_final .button {
	float:right;
	margin:10px;
	}



/* Page Scroller.
=================================================================*/
.pagescroller {
	overflow:hidden;
	height:1%; /* Solving problems in IE. */
	background-color:#eee;
	width:730px;
	margin:20px 0px 0px 20px;
	}
.pagescroller li {
	display:block;
	float:left;
	list-style:none;
	}
.pagescroller span {
	font-weight:bold;
	background-color:#ccc;
	}
.pagescroller a:link,
.pagescroller a:visited,
.pagescroller a:hover,
.pagescroller a:visited:hover,
.pagescroller span {
	display:block;
	float:left;
	padding:2px 5px;
	}
.pagescroller a:link,
.pagescroller a:visited,
.pagescroller span {
	border:1px solid #eee;
	}
.pagescroller a:hover,
.pagescroller a:visited:hover {
	border:1px solid #69c;
	}


/* Categories
=================================================================*/
.categories {
	width:750px;
	padding:20px 0px 0px 20px;
	overflow:hidden;
	}
.categories li {
	padding-right:20px;
	width:167px;
	height:140px;
	float:left;
	list-style:none;
    overflow:hidden;
	}
.categories li a:link,
.categories li a:visited,
.categories li a:hover,
.categories li a:visited:hover {
	text-decoration:none;
	text-align:center;
	display:block;
	width:167px;
	height:150px;
	}
.categories li a span {
	cursor:pointer;
	font-size:0.9em;
	}
.categories li a span.image {
    height:110px;
    overflow:hidden;
    display:block;
	}
.categories li a:link img,
.categories li a:visited img {
	width:167px;
	border:1px solid #eee;
	}
.categories li a:hover img,
.categories li a:visited:hover img {
	width:167px;
	border:1px solid #000;
	}
	
/*Added by PJ*/
span.red {
	color: #f00;
	font-weight: bold;
	}
.extra-check input {
	width: 15px;
}

.tbl-td-200 {
    width: 200px;
}

ul.langs {
    position:absolute;
    top:10px;
    right:20px;
    margin-top:10px;
    margin-right:20px;
    list-style:none;
    background-color:#fff;
}
ul.langs li {
    display:inline;
}
ul.langs li img {
    display:inline;
}

ul.menu-content-categories {
    list-style: none;
    display: block;
    width: auto;
    float: right;
    position: absolute;
    right: 20px;
    top: 40px;
}

ul.menu-content-categories li {
    display: inline;
    padding: 0 10px 3px 0;
}

ul.menu-content-categories li.current {
    font-weight: bold;
}