body {
	background: #93d3c2 url(/templates/pscom/images/bg.png) repeat-x top;
	overflow-y: scroll;
}
body.mceContentBody {
	background: #ffffff;
	margin : 10px;
	overflow-y: auto;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #891811;
	text-align: left;
	margin: 0 0 0 0;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #891811;
	text-align: left;
	margin: 15px 0 0 0;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #891811;
	text-align: left;
	margin: 15px 0 0 0;
}

.blue {
	color: #597141;
}

p, ul {
	margin: 0 0 15px 0;
}

p, li, td {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: black;
}

td {
	vertical-align : top;
}

img {
	border: none;
}

a, a:visited {
	color : #597141;
	text-decoration : none;
}
a:hover, a:active {
	color : #891811;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
	/* Voor IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=100, Color='#000000')";
	/* Voor IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=100, Color='#000000');
}

#header {
	width: 960px;
	background: #CFE0DC;
	display: block;
	padding: 0 20px;
	height: 130px;
	overflow: hidden;
}

#menu {
	margin: 108px 0 0 187px;
	list-style: none;
}

#menu li {
	background: #597141;
	display: inline-block;
	line-height: normal;
	width: 132px;
	height: 25px;
	text-align: center;
	letter-spacing: 1px;
	padding: 1px 0 0 0;
	margin: 0 15px 0 0;

	border: 2px solid #597141;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;

	/* IE 7 Hack starts here */
	zoom:1;
	*display:inline;
}

#menu .active {
	background: #ffffff;
}

#menu a, #menu a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	text-transform: lowercase;
}
#menu a:active, #menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	color: #597141;
}

#main {
	width: 960px;
	clear: both;
	display: block;
	padding: 0 20px;
	min-height: 120px;
}

#leftbar, #rightbar {
	margin-top: 15px;
	margin-bottom: 15px;
}

#leftbar input[type="text"] {
	background : url(/templates/pscom/images/search_field.jpg) no-repeat left;
	font : 10px Arial, Helvetica, sans-serif;
	width : 123px;
	height : 18px;
	padding : 3px 3px 3px 6px;
	line-height : 18px;
	border : 0;
	margin : 0;
	vertical-align : middle;
}
#leftbar input[type="submit"], #leftcol input[type="submit"]:visited {
	color : transparent;
	font : 0px;
	overflow : hidden;
	background : url(/templates/pscom/images/search_button.jpg) no-repeat left;
	width : 28px;
	height : 24px;
	line-height : 24px;
	border : 0;
	margin : 0;
	padding : 0;
	vertical-align : middle;
}
#leftbar input[type="submit"]:hover, #leftcol input[type="submit"]:active {
	background : url(/templates/pscom/images/search_button_on.jpg) no-repeat top;
}

#sidemenu, #leftbar ul.green {
	background: #891811;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 7px 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: white;

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidemenu ul, #leftbar ul.green ul {
	border-top: 1px dotted #fff;
	list-style: none;
	padding: 5px 0 5px 30px;
	margin: 0;

	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#sidemenu a, #sidemenu a:visited, #leftbar ul.green a, #leftbar ul.green a:visited {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#sidemenu a:hover, #sidemenu a:active, #leftbar ul.green a:hover, #leftbar ul.green a:active {
	text-decoration: underline;
}

#sidemenu ul li a, #leftbar ul.green ul li a {
	font-weight: normal;
	font-size: 12px;
}

#leftbar ul.green {
	background: #597141;
}

#content {
	padding: 0 5px;
	margin-top: 12px;
	text-align: justify;
}
#content.mceContentBody {
	width : 590px;
	float : none;
	margin : 10px;
}

#cart {
	background: #891811;
	color: white;
	float: right;
	height: 80px;
	width: 150px;
	text-transform: lowercase;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#cart img {
	vertical-align: top;
}

#cart .label {
	padding: 7px 10px 5px 10px;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 49px;
	color: white;
	text-align: center;
}

#cart .contents {
	background: #B06471;
	color: white;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 0;

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart a, #cart a:visited {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#cart a:hover, #cart a:active {
	color: #eee;
}

.button, .button:visited {
	display: inline;
	border: 0;
	background: #597141;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	padding: 4px 15px;
	border-radius: 5px;
}
.button:hover, .button:active {
	color: white;
	background-color: #891811;
}

.mini_button {
	padding: 2px 4px;
}

a.add2cart, a.add2cart:visited {
	display: inline;
	border: 0;
	background: #597141 url(/templates/pscom/images/add2cart_off.jpg) 140px 8px no-repeat;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: white;
	padding: 10px 73px 10px 25px;
	margin-bottom: 10px;
	border-radius: 5px;
}
a.add2cart:hover, a.add2cart:active {
	color: white;
	background-color: #891811;
	background-image: url(/templates/pscom/images/add2cart_on.jpg);
}

.overlay {
	background-color:#fff;
	display:none;
	z-index:10000;
	width: 750px;
	height: 500px;
	padding: 20px;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0 0 50px #ccc;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.widescreen {
	width: 900px;
	height: 525px;
}

.overlay .overlay_image {
	max-height: 500px;
	max-width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
}

.overlay .close {
	background-image: url(/templates/pscom/images/close.png);
	position:absolute;
	right: -15px;
	top: -15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay .order-button {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 8px 30px 8px 30px;
	border-radius: 5px;
}

.overlay .contentWrap {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.overlay .contentWrap table {
	margin-bottom: 0;
}

.overlay .contentWrap table td {
	padding: 0;
}

.checkout_method_item {
	padding: 0 5px;
	margin: 10px 0;
}
.checkout_method_item  h3 {
	color: #597141;
}
.checkout_method_item h3, .checkout_method_item p {
	margin: 0;
	padding: 0;
}
.checkout_method_hover{
	background-color: #bfeff5;
}
.checkout_method_active {
	background-color: #aedfe4;
}

.errors {
	padding: 0 0 0 30px;
	margin: 5px 0;
}

.errors li {
	color: red;
	font-weight: bold;
}