body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 9px;
}

a img {
	border: 0;
}

div#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 970px;
	height: 79px;
	padding-top: 10px;
}

div#header h1 {
	position: absolute;
	right: 0px;
	top: 50px;
	display: block;
	width: 267px;
	height: 83px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: normal;
	color: white;
	text-align: center;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/title-bg.jpg');
	background-repeat: no-repeat;
}

div#header #lang {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#menu {
	height: 44px;
	border-bottom: 1px solid white;
	background-color: rgb(30,147,0);
	/*background-image: url('http://nl.seurenroses.nl/template/seuren/img/menu-fade.jpg');
	background-repeat: no-repeat;
	background-position: right top;*/
}

div#menu ul {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	list-style: none;
}

div#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

div#menu ul li a {
	display: block;
	float: left;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 8px;
	height: 44px;
	line-height: 44px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

div#menu ul li.active a {
	background-color: rgb(61,166,44);
}

div#menu ul li a:hover {
	background-color: rgb(61,166,44);
}

div#content-frame {
	padding-bottom: 0px;
	background-color: rgb(255,255,255);
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/content-bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

div#content {
	position: relative;
	padding-top: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	min-height: 150px;
	text-align: left;
}

div#content div#txt {
	position: relative;
	margin-left: 265px;
	color: black;
	font-size: 12px;
	min-height: 250px;
	width: 680px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/content-footer.jpg');
	background-repeat: no-repeat;
	background-position: -10px bottom;
}

div#content div#txt h1, h2, h3 {
	color: rgb(234,2,2);
	margin: 0;
	padding: 0;
}

div#content div#txt h1 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -20px;
	line-height: 44px;
	height: 44px;
	padding-left: 52px;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/deco.png');
	background-repeat: no-repeat;
	background-position: 10px 0px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://nl.seurenroses.nl/template/seuren/img/deco-ie.png', sizingMethod='crop');
}

div#content div#txt h2 {
	font-size: 16px;
	margin-top: 14px;
}

div#content div#txt h3 {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 1px;
}

div#content div#txt p {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 7px;
}

div#content div#txt a {
	color: rgb(234,2,2);
	text-decoration: none;
	/*border-bottom: 1px dotted rgb(234,2,2);*/
}

div#content div#txt a:hover {
	/*color: rgb(20,146,0);*/
	color: black;
}

div#content div#txt img {
	border: 7px solid white;
}

div#sidebar {
	float: left;
	margin-left: 8px;
}

div#sidebar h1 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 216px;
	height: 35px;
	line-height: 35px;
	color: white;
	font-size: 16px;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/submenu-top.gif');
	background-repeat: no-repeat;
}

div#sidebar div#submenu {
	position: relative;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 8px;
}

div#sidebar div#submenu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 60px;
	list-style: none;
	width: 226px;
	background-color: rgb(252,252,250);
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/submenu-bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#sidebar div#submenu ul li {
	margin: 0;
	padding: 0;
}

div#sidebar div#submenu ul li a {
	display: block;
	width: 196px;
	height: 28px;
	line-height: 28px;
	margin-left: 4px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	color: rgb(157,0,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(204,204,204);
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/submenu-dot.gif');
	background-repeat: no-repeat;
	background-position: 7px 15px;
}

div#sidebar div#submenu ul li a:hover {
	color: rgb(20,146,0);
}

div#sidebar div#submenu ul li.active a,
div#sidebar div#submenu ul li a.active {
	color: rgb(20,146,0);
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/submenu-dot-active.gif');
	background-position: 2px 11px;
}

div#sidebar div#submenu ul ul {
	background-color: transparent;
	background-image: none;
	padding: 0;
	padding-left: 22px;
	width: 204px;
}

div#sidebar div#submenu ul ul li a {
	width: 170px;
	height: 19px;
	line-height: 19px;
	color: black;
	border-bottom: none;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/subsubmenu-dot.gif');
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

div#sidebar div#submenu ul ul li a:hover {
	color: rgb(20,146,0);
}

div#sidebar div#submenu ul ul li a.active {
	color: rgb(20,146,0);
	background-position: 2px 7px;
}

div#footer {
	clear: both;
	height: 220px;
	padding-top: 119px;
	border-top: 1px solid white;
	background-color: rgb(220,12,12);
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/footer-bg.jpg');
	background-repeat: repeat-x;
}

div#footer div#copy {
	position: relative;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	padding-top: 10px;
	border-top: 1px solid rgb(165,43,43);
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 12px;
	color: white;
}

div#footer div#copy a {
	color: white;
	text-decoration: none;
}

div#footer div#copy a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

div#footer div#copy p {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

div#footer div#copy img#footer-logo {
	position: absolute;
	top: -14px;
	left: 438px;
}

div#footer div#copy img#forwart {
	position: relative;
	top: 2px;
	left: 10px;
}

/* Catalog styles */

div#content div#txt div.childlist {
	position: relative;
	width: 650px;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/cat/product.jpg');
	background-repeat: no-repeat;
}

div#content div#txt div.childlist h2 {
	margin: 0;
}

div#content div#txt div.bar-content {
	padding-bottom: 10px;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/cat/product-btm.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#content div#txt div.bar-content a {
	color: black;
}

div#content div#txt div.bar-content a:hover {
	color: rgb(234,2,2);
}

div#content div#txt div.bar-content div.childlist a {
	color: rgb(234,2,2);
}

div#content div#txt div.bar-content div.childlist a:hover {
	color: black;
}

div.childlist .imgfloat {
	position: absolute;
	left: 580px;
	margin-top: 5px;
	width: 70px;
	text-align: center;
	height: 52px;
	padding-top: 6px;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/cat/imgframe.gif');
	background-repeat: no-repeat;
}

div#content div#txt div.childlist .imgfloat img {
	border: 0;
}

div#content div#txt div.childlist .imgfloat a {
	border: 0;
}

div#content div#txt div.catframe a {
	display: block;
	float: left;
	width: 261px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-right: 50px;
	border: 0;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/cat/catchoice.png');
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://nl.seurenroses.nl/template/seuren/img/cat/catchoice.png', sizingMethod='scale');
}

div#content div#txt div.catframe {
	width: 650px;
	padding-top: 20px;
	margin-left: 45px;
	overflow: hidden;
}

div#content div#txt div.relatedProducts {
	width: 650px;
	padding-left: 15px;
	margin-top: -10px;
}

div#content div#txt div.bar-bottom {
	text-align: right;
	padding-right: 40px;
}

div#content div#txt .productListing-data {
	padding-left: 10px;
}

div#sidebar h1.search {
	margin-top: 25px;
}

div#sidebar div#search {
	padding: 10px;
	width: 206px;
	background-color: #e6ead3;
}

div#sidebar div#search h3 {
	font-size: 14px;
}

div#sidebar div#search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

div#sidebar div#search input.text {
	height: 20px;
	width: 195px;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid white;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px -40px;
}

div#sidebar div#search input.submit {
	height: 35px;
	width: 90px;
	border: 0;
	margin-right: 2px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 12px;
	color: rgb(157,0,0);
	cursor: pointer;
	outline: none;
	float: right;
	background-color: transparent;
	background-image: url('http://nl.seurenroses.nl/template/seuren/img/cat/btn-s.jpg');
	background-repeat: no-repeat;
}

div.letter {
	border-top: 1px solid rgb(220,220,220);
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	margin-top: 6px;
	position: relative;
	zoom: 1;
	padding-left: 8px;
	padding-top: 4px;
}

div.letter div.letter-info {
	position: absolute;
	right: 2px;
	top: 0px;
	font-size: 200px;
	line-height: 160px;
	color: rgb(240,240,240);
}

div.letter div.letter-info-xsmall {
	font-size: 20px;
	line-height: 20px;
	top: 3px;
}

div.letter div.letter-info-small {
	font-size: 40px;
	line-height: 45px;
	right: 30px;
}

div.letter div.letter-info-medium {
	font-size: 150px;
	line-height: 120px;
}

div#content div#txt {
	width: 680px;
}

/* ############# 3rd Party Lightbox elements ############# */

#lightbox {
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; } 
#overlay img{ border: none; }