/*
// Project: De Nieuwe Band
// Redesign web site 2005

// Main style sheet for the public web site

// Metalusions - Arjan Haringa
// De Nieuwe Band - Andre Bosma
// De Nieuwe Band - Theo Kerkhof
*/

/* End of Experiment */

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}

body, td, th {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	}

h1, h2, h3, h4, h5 {
	color: #be55ac;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	}

h1 {
	font-size: 16pt;
	margin-top: 2px;
	}

h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 11pt;
	margin: 2px 0 5px 0;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #A73D94;
	background-color: transparent;
	}

a:hover {
	text-decoration: underline;
	color: #A73D94;
	background-color: transparent;
	}

a.ext:link, a.ext:visited, a.ext:active {
	text-decoration: none;
	color: #3D4195;
	background-color: transparent;
	}

a.ext:hover {
	text-decoration: underline;
	color: #0094B7;
	background-color: transparent;
	}


div#menu {
	width: 771px;
	margin: 25px auto 0 auto;
	}

div#menu img {
	margin-bottom: 4px;
	vertical-align: top;
	}

div#menubuttons img {
	margin: 0;
	border: none;
	}

div#menubuttons a img {
	border-bottom: 8px solid #fff;
	}

div#menubuttons a.c1 img {
	border-bottom: 8px solid #3D4195;
	}

div#menubuttons a.c2 img {
	border-bottom: 8px solid #0094B7;
	}

div#menubuttons a.c3 img {
	border-bottom: 8px solid #A73D94;
	}

div#menu span img {
	margin-left: 13px;
	}

div#menu div#menubuttons span img {
	margin-left: 0;
	}

div#menu div#menubuttons span a {
	margin-left: 13px;
	}

div#header {
	width: 771px;
	margin: 0 auto;
	}

div#content {
	width: 771px;
	margin: 0 auto;
	min-height: 300px;
	}

div#content p {
	line-height: 150%;
	}

div#footer {
	width: 771px;
	margin: 3px auto 0 auto;
	background-image: url(/images/page.footer.gif);
	background-repeat: no-repeat;
	padding: 15px 0 15px 0;
	font-size: 8pt;
	clear: both;
	text-align: center;
	}

div.error {
	color: #f00;
	background-color: transparent;
	font-size: 9pt;
	border-left: 5px solid #f00;
	padding-left: 12px;
	margin-top: 5px;
	display: none;
	}

p.error {
	color: #f00;
	background-color: transparent;
	font-size: 9pt;
	font-weight: bold;
	}

.cur {
	cursor: pointer;
	}

.ar {
	text-align: right;
	}

.ac {
	text-align: center;
	}

img {
	border: none;
	}

ul li {
	list-style-type: square;
	line-height: 150%;
	}

ol li {
	line-height: 150%;
	}

div#lp {
	font-size: 11pt;
	padding: 2px 0 15px 0;
	}

div#blinks {
	font-size: 10pt;
	text-align: center;
	padding: 10px;
	letter-spacing: 0.2em;
	}

ul.nomark, ul.nomark li {
	list-style-type: none;
	line-height: 150%;
	}

ul.nomark {
	margin-left: 0;
	padding-left: 0;
	}

ul.nomark li {
	margin-left: 25px;
	padding: 1px;
	line-height: 150%;
	}

/* Breadcrumbs */

div#breadcrumbs {
	color: #aaa;
	background-color: transparent;
	font-size: 7pt;
	letter-spacing: 0.05em;
	padding: 0;
	margin-top: 5px;
	}

div#breadcrumbs a:link, div#breadcrumbs a:visited, div#breadcrumbs a:active {
	color: #aaa;
	background-color: transparent;
	text-decoration: none;
	font-size: 9pt;
	}

div#breadcrumbs a:hover {
	color: #A73D94;
	background-color: transparent;
	text-decoration: underline;
	font-size: 9pt;
	}

/* Form related stuff */

form input.smallbutton {
	border: 1px solid #000;
	width: 6em;
	color: #000;
	background-color: #fff;
	padding: 1px;
	}

form input.smallbutton:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #be55ac;
	cursor: pointer;
	}

form input.button {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 2px 8px 2px 8px;
	}

form input.button:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #be55ac;
	cursor: pointer;
	}

form input.smallfield {
	border: 1px solid #000;
	width: 4em;
	color: #000;
	background-color: #fff;
	padding: 2px;
	}

form input.field {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 2px;
	}

form select {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

form select option {
	color: #000;
	background-color: #fff;
	}

form input[type='checkbox'] {
	color: #000;
	background-color: transparent;
	}

form table td.label {
	vertical-align: top;
	width: 8em;
	text-align: right;
	}

form table td span.psearch input {
	vertical-align: middle;
	}

form table td span.psearch img {
	vertical-align: middle;
	margin: 4px;
	}

form textarea.text {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 2px;
	overflow: auto;
	}

/* Frequently asked questions */

ul.faq {
	margin: 0 0 0 20px;
	}

ul.faq, ul.faq li {
	list-style-type: none;
	padding: 0;
	line-height: 150%;
	}

ul.faq li span {
	color: #A73D94;
	background-color: transparent;
	cursor: pointer;
	line-height: 170%;
	font-weight: bold;
	}

ul.faq li span:hover {
	color: #3D4195;
	background-color: transparent;
	}

ul.faq li div {
	margin-left: 25px;
	}

/* Product group specific items */

div#productgroup {
	line-height: 150%;
	}

div#productgroup div {
	display: none;
	}

div#productgroup div table {
	border-spacing: 0;
	border-collapse: collapse;
	}

div#productgroup td {
	vertical-align: top;
	}

div#productgroup a:link, div#productgroup a:visited, div#productgroup a:active {
	text-decoration: none;
	color: #A73D94;
	background-color: transparent;
	font-weight: bold;
	}

div#productgroup a:hover {
	color: #3D4195;
	background-color: transparent;
	font-weight: bold;
	}

div#productgroup table a:link, div#productgroup table a:visited, div#productgroup table a:active {
	text-decoration: none;
	color: #A73D94;
	background-color: transparent;
	font-weight: normal;
	}

div#productgroup table a:hover {
	text-decoration: underline;
	color: #A73D94;
	background-color: transparent;
	font-weight: normal;
	}

/* Product information specific items */

div.productinfo {
	position: relative;
	width: 659px;
	}

div#s1sub, div#s2sub, div#s3sub {
	margin-bottom: 5px;
	}

div.productinfo div#thumbimg {
	width: 211px;
	height: 180px;
	float: right;
	text-align: center;
	}

div.productinfo div#miniimg {
	position: absolute;
	top: 0px;
	left: 672px;
	z-index: 5;
	width: 99px;
	text-align: center;
	}

div#fullimage div#miniimg {
	position: absolute;
	top: 0px;
	left: 560px;
	z-index: 5;
	width: 99px;
	text-align: center;
	}

div#fullimage div#fullimagelinks {
	position: absolute;
	top: 0px;
	left: -112px;
	z-index: 5;
	width: 99px;
	text-align: center;
	}

div.productinfo img, div#fullimage img {
	border: none;
	}

div.productinfo div#miniimg a, div#fullimage div#miniimg a {
	display: block;
	width: 99px;
	height: 74px;
	margin-bottom: 5px;
	}

span.bio {
	color: #ff0000;
	background-color: transparent;
	text-decoration: underline;
	}

span.eco {
	color: #0000ff;
	background-color: transparent;
	text-decoration: underline;
	}

div#s4sub {
	font-size: 8pt;
	}

/* Subproduct specific items */

table.subproducts {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	}

table.subproducts td {
	margin: 0;
	padding: 0 0 20px 0;
	vertical-align: top;
	}

table.subproducts td.c1 {
	width: 448px;
	}

table.subproducts div.subproduct {
	width: 323px;
	}

table.subproducts td div.subproduct div a {
	display: block;
	width: 99px;
	height: 74px;
	text-align: center;
	float: right;
	overflow: hidden;
	background-position: center center;
	background-color: #fff;
	background-repeat: no-repeat;
	}

table.subproducts div img {
	border: none;
	vertical-align: top;
	}

table.subproducts a {
	font-size: 110%;
	text-decoration: none;
	}

table.subproducts a:link, table.subproducts a:active, table.subproducts a:visited {
	text-decoration: none;
	color: #A73D94;
	background-color: transparent;
	font-weight: bold;
	}

table.subproducts a:hover {
	text-decoration: underline;
	color: #A73D94;
	background-color: transparent;
	font-weight: bold;
	}

table.subproducts a.shop, table.subproducts span.inactive {
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
	}

/* Producer profiles */

div#pprofile {
	}

div#pprofile div#pcontent {
	width: 547px;
	float: right;
	}

div#pprofile div#pcontent h1 {
	margin-bottom: 0;
	}

div#pprofile div#pcontent div.sub {
	color: #A73D94;
	background-color: transparent;
	font-style: italic;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 15px;
	}

div#pprofile div#pcontent h2 {
	color: #000;
	background-color: transparent;
	font-size: 10.5pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 22px;
	}

div#pprofile div#pcontent p {
	margin-top: 0;
	}

div#pprofile div#pimage {
	width: 211px;
	padding-top: 5px;
	}

div#pprofile div#pimage img {
	margin-bottom: 13px;
	}

div#producers div#producerimages {
	width: 435px;
	float: right;
	}

div#producers div#producerimages img {
	border: none;
	margin-bottom: 13px;
	vertical-align: top;
	margin-right: 13px;
	}

div#producers div#producerimages img.nm {
	margin-right: 0;
	}

div#producers div#producerlinks a {
	display: block;
	width: 323px;
	margin-bottom: 25px;
	}

/* Shopping pages specific styles */

table.shops {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	}

table.shops td {
	padding-bottom: 20px;
	font-size: 11pt;
	}

table.shops td.fc {
	width: 448px;
	}

table.shops div.icons {
	float: left;
	width: 25px;
	}

table.shops div.info {
	margin-left: 35px;
	padding-top: 3px;
	}

table.shops div.icons img {
	vertical-align: top;
	margin: 1px;
	}

table.shops span.shopname {
	font-size: 12pt;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	}

table.shops div.phone {
	margin-top: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/icon.phone.gif);
	background-position: 2px 2px;
	}

table.shops div.website {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/icon.link.gif);
	background-position: 2px 2px;
	}

p.legend img {
	vertical-align: middle;
	margin: 2px 5px 2px 2px;
	}

table.shops a:link, table.shops a:visited, table.shops a:active {
	text-decoration: none;
	color: #0094B7;
	background-color: transparent;
	}

table.shops a:hover {
	text-decoration: underline;
	color: #3D4195;
	background-color: transparent;
	}

/* Brand related stuff */

table.brands {
	margin: 0 15px;
	}

table.brands td.fc {
	width: 433px;
	}

/* Etalage */

div#fullimage {
	position: relative;
	width: 547px;
	height: 410px;
	text-align: center;
	margin: 0 auto;
	}

/* Favorites */

table.favorites {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #fff;
	}

table.favorites th {
	color: #fff;
	background-color: #be55ac;
	padding: 4px 2px 4px 4px;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
	border: 1px solid #fff;
	}

table.favorites th a:link, table.favorites th a:visited, table.favorites th a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	}

table.favorites th a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

table.favorites tr td {
	padding: 1px 3px;
	font-size: 9pt;
	}

table.favorites tr.sv td {
	color: #000;
	background-color: #eee;
	}

table.favorites tr.unavailable td {
	color: #fff;
	background-color: #f00;
	padding: 2px 3px;
	}

table.favorites input.quantity {
	width: 2.5em;
	border: 1px solid #000;
	padding: 2px;
	text-align: right;
	color: #000;
	background-color: transparent;
	}

div.favcontrol {
	color: #fff;
	background-color: #be55ac;
	padding: 3px 4px;
	text-align: right;
	}

div.favcontrol input, div.favcontrol select {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	}

div.favcontrol input:hover {
	color: #fff;
	background-color: #be55ac;
	cursor: pointer;
	}

div#storecart input.text {
	color: #000;
	background-color: #fff;
	width: 500px;
	border: 1px solid #000;
	padding: 2px;
	}

table.favorites caption {
	color: #be55ac;
	background-color: transparent;
	font-size: 11pt;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 2px;
	}

span.inactive {
	color: #999;
	background-color: transparent;
	}

span.inactive a:link, span.inactive a:visited, span.inactive a:active {
	color: #999;
	background-color: transparent;
	}

/* Quality logo display for information pages */

div.qlogo {
	padding-left: 115px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: 0 15px;
	min-height: 90px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

/* Language flags div */

div#langflag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	}

div#langflag div {
	width: 771px;
	margin: 0 auto;
	text-align: right;
	margin-top: 4px;
	}

div#langflag div img {
	margin-left: 5px;
	}

/* Mini Gallery thingy */

div.minigallery a {
	display: block;
	margin-left: 13px;
	margin-bottom: 10px;
	width: 99px;
	height: 71px;
	text-align: center;
	float: left;
	}

div#baserecipy h2 a {
	display: block;
	margin-bottom: 10px;
	margin-top: 30px;
	width: 99px;
	height: 71px;
	text-align: center;
	float: right;
	}
	
div#baserecipy h2 {
	clear: both;
	}

div#baserecipy p {
	width: 659px;
	}


/* Newsletters */

table.subproducts td div.newsletter div a {
	display: block;
	width: 99px;
	height: 136px;
	text-align: center;
	float: right;
	overflow: hidden;
	background-position: center center;
	background-color: #fff;
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-bottom: 10px;
	}

table.subproducts div.newsletter {
	width: 323px;
	}

/* Logon info */

div#logoninfo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	}

div#logoninfo div {
	width: 771px;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
	color: #aaa;
	background-color: transparent;
	font-size: 8pt;
	padding: 0;
	}

/* Illustrated gallery */

div#illustratedlinks {
	width: 323px;
	}

div#illustratedlinks div {
	height: 158px;
	font-size: 9pt;
	margin: 0 0 13px 0;
	padding: 0;
	}

div#illustratedlinks a {
	display: block;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 13px;
	}

div#illustratedlinks a.first {
	margin-top: 0;
	}

* html div#illustratedlinks div.first {
	margin-top: -10px;
	}

/* Ordercosts table */

table#ordercosts {
	border: 1px solid #A73D94;
	border-collapse: collapse;
	margin-bottom: 15px;
	}

table#ordercosts th {
	color: #A73D94;
	background-color: transparent;
	padding: 3px 10px;
	border: 1px solid #A73D94;
	}

table#ordercosts td {
	padding: 3px;
	border-right: 1px solid #A73D94;
	}
