/*

COLORS:

text:	#505050
yellow: #e8b116
green:	#3e7730
l green: #4fae32
footer: #899682

*/


* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

body {
	background: #fff;
	color: #505050;
}

body, input, button, textarea, select {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

h1, h2, h3, p {margin-bottom: 20px}

h1, h2, h3 {text-transform: uppercase}

h1 {font-size: 32px; line-height: 32px}
h2 {font-size: 16px; line-height: 22px}
h3 {font-size: 14px; line-height: 20px;}

h1 {color: #e8b116}
h2 {color: #3e7730}

h2 a {text-decoration: none}
h2 a:hover, h2 a.active {color: #e8b116}
h2 em {
	background: none;
	color: #999;
	font-size: 16px;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	border-left: 1px solid #3e7730;
}

h2 em a {color: #999}
h2 em a:hover {color: #000}

.select-box h2 {
	color: #fff;
	margin-bottom: 10px;
}

a {
	color: #3e7730;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {font-weight: bold}
em {
	background: #f4f4f4;
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
}

em.nostyle { background: transparent; font-style: italic; font-weight: normal; padding: 0px; }

ul.bullets,
ol {
	margin: 0 0 20px 30px;
}

ul.bullets li {list-style: disc}

ol li {list-style: decimal}

.section ul, .section ul li, .text ul, .text ul li { list-style: disc outside; }
.section ul, .text ul { margin-left: 20px; }
.section ul li, .text ul li { margin-bottom: 8px; }

ul.links, ul.links li,
ul.tabs, ul.tabs li,
ul.tabs-partners, ul.tabs-partners li,
ul.tabs-large, ul.tabs-large li,
ul.tabs-small, ul.tabs-small li,
ul.social, ul.social li,
ul.media-list, ul.media-list li,
ul.description, ul.description li,
ul.tags, ul.tags li,
ul.prices, ul.prices li,
ul.form, ul.form li,
ul.download-list, ul.download-list li,
ul.side-nav, ul.side-nav li { list-style: none; margin-left: 0px; }

.home .description { margin-left: -10px; }

.head {color: #4fae32}
strong.head,
p.head {font-style: italic}
p.head {
	font-weight: bold;
	margin-bottom: 0;
}

.intro {font-size: 16px; line-height: 22px; margin-bottom: 40px;}

.p {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
}

@font-face {
    font-family: 'TrashHandRegular';
    src: url('../fonts/TrashHand-webfont.eot');
    src: url('../fonts/TrashHand-webfont.eot?iefix') format('eot'),
         url('../fonts/TrashHand-webfont.woff') format('woff'),
         url('../fonts/TrashHand-webfont.ttf') format('truetype'),
         url('../fonts/TrashHand-webfont.svg#webfontUuZAnujX') format('svg');
    font-weight: normal;
    font-style: normal;
}

.box.w5 h3,
.box.w6 h3,
.boog h3 {
	font-family: "TrashHandRegular", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0;
}

#top-nav a,
#main-nav a,
#languages a,
h1,
h2,
.h2,
.view,
.view-alt,
.tab-box h4,
#thumbNav a,
.sitemap,
.circle .title,
.circle .link,
#sub-nav a,
.big-btn,
.large-btn,
.med-btn,
.date-label,
.info-label,
.section.yel h2 em,
#abo-popup .close  {
	text-transform: uppercase;
	text-decoration: none;
}

/* @group LIBRARY */

/* @group header */

h2.label,
h2.label-alt,
.date-label,
.info-label,
.info-label.alt,
.info-label.red {
	background: url("../img/backgrounds/h2-label.png") no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	line-height: 44px;
	height: 42px;
	padding: 0 10px 0 14px;
	margin: 0 0 20px -14px;
}

h2.label-alt,
.date-label,
.info-label {background: url("../img/backgrounds/h2-label-alt.png") no-repeat}

.info-label.red {background: url("../img/backgrounds/h2-label-red.png") no-repeat} 

.date-label {
	position: absolute;
	font-size: 18px;
	right: 20px;
	top: 0;
	z-index: 6;
}

.section-label {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 6;
}

.info-label,
.info-label.red {
	font-size: 18px;	
}

.h2 {
	display: block;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.box.w5 h3,
.box.w6 h3,
.boog h3 {
	color: #b8b8b8;
	font-size: 28px;
	line-height: 30px;
}

.boog h3 {
	position: absolute;
	top: 30px;
	left: 300px;
}

.tab-box h4 {
	color: #3e7730;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px 0;
}

.section h2 {
	margin-bottom: 10px;
}

#footer h2 {color: #899682}

/* @end */

/* @group columns */

.col {float: left}
.col1 {margin: 0 20px 0 0}

.side-box {
	background: url("/img/backgrounds/side-box.png") no-repeat right top;
	color: #fff;
	position: absolute;
	width: 180px;
	height: 584px;
	top: 0;
	right: 0;
	padding: 20px;
}

.side-box a {
	color: #fff;
}

.label .side-box {
	width: 80px;
	margin-top: 4px;
}

.contact {
	border-bottom: 1px dotted #84a57c;
	padding: 0 0 20px 0;
}

/* @end */

/* @group lists */

.description {
	background: url("../img/backgrounds/description.png") no-repeat;
	margin: 0 0 10px -10px;
	padding: 5px 10px;
	width: 170px;
	line-height: 16px;
}

.box.w6 .description {
	background: url("../img/backgrounds/description-large.png") no-repeat;
	margin: 0 0 10px -10px;
	padding: 5px 10px;
	width: 200px;
	line-height: 16px;
}


.description li {
	color: #fff;
	font-weight: bold;
}

.description li span {
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	width: 80px;
}

.side-box .description {
	background: none;
	width: auto;
}

.side-box .description li {
	border-bottom: 1px dotted #84a57c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.side-box .description li.last {
	border: none;
	padding: 0;
}

.scroll-pane {
	margin: 32px 0 0 0;
}

.scroll-list {
	border-top: 1px dotted #c5c3c2;
	width: 270px
}

.scroll-list .date,
.scroll-list .link {
	display: block;
	width: 135px;
}

.scroll-list .item {
	background: #e9e9e9;
	border-bottom: 1px dotted #c5c3c2;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.scroll-list .item.odd {
	background: #eeeeee;
}

.scroll-list .date {
	font-style: italic;
	margin-bottom: 0;
}
.scroll-list .link {
	font-weight: bold;
}

.scroll-list .links {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.social li,
.logos li {
	float: left;
	margin: 0 10px 0 0;
}

.logos {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.logos li {
	margin: 0 20px 0 0;
}

.social a {
	background: url("../img/buttons/social.png") no-repeat;
	display: block;
	height: 21px;
	text-indent: -9999px;
}

.facebook a,
.twitter a {width: 21px}
.twitter a {background-position: -21px 0}
.youtube a {
	background-position: -42px 0;
	width: 50px;
}

.facebook a:hover {background-position: 0 -21px}
.twitter a:hover {background-position: -21px -21px}
.youtube a:hover {background-position: -42px -21px}

.logos a {
	background: url("../img/buttons/logos.png") no-repeat;
	display: block;
	height: 70px;
	text-indent: -9999px;
}

.provincie-limburg a {
	background-position: 0 0;
	width: 121px;
}

.euro-museum a {
	background-position: -121px 0;
	width: 61px;
}

.vlaamse-overheid a {
	background-position: -182px 0;
	width: 51px;
}

.museum-prijs a {
	background-position: -233px 0;
	width: 114px;
}

.groene-sleutel a {
	background-position: -349px 0;
	width: 44px;
}

.provincie-limburg a:hover {background-position: 0 -71px}
.euro-museum a:hover {background-position: -121px -71px}
.vlaamse-overheid a:hover {background-position: -182px -71px}
.museum-prijs a:hover {background-position: -233px -71px}
.groene-sleutel a:hover {background-position: -349px -70px}

.download-list {
	border-top: 1px dotted #ccc;
}
.download-list li {border-bottom: 1px dotted #ccc}
.download-list li.last {border-bottom: none}

.download-list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 10px 10px;
}

.download-list a .title {
	color: #505050;
	text-decoration: underline;
}

.download-list a .download-area {
	float: right;
}

.download-list a .download {
	background: url("../img/buttons/download.png") no-repeat;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 4px 0 30px;
	margin: 0 10px 0 0;
	line-height: 20px;
	color: #fff;
	display: inline-block;
}

.download-list a .type,
.download-list a .filetype {
	color: #4fae32;
	font-weight: bold;
	text-align: right;
}

.download-list a:hover,
.media-list a:hover {background: #fefbf1}
.download-list a:hover .title {text-decoration: none}
.download-list a:hover .download {background-position: 0 -20px}

.prices {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.prices li {
	display: inline-block;
	padding: 0 4px;
}

.prices li.odd {background: #f0f0f0}

.prices .desc {
	display: inline-block;
	width: 200px;
	float: left;
}

.prices .price {
	display: inline-block;
	float: right;
	font-style: italic;
	width: 60px;
	text-align: right;
}

.prices.wide li {
	width: 880px
}

.prices.wide .desc {width: 700px}

.pagination {
	overflow: hidden;
	margin-bottom: 20px;
}

.media-list {
	float: left;
}

.media-list a {
	color: #666;
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;
	
}

.media-list img {
	background: #fff;
	border: 1px solid #d3d3d3;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
}

.section .media-list img {
	margin-bottom: 0;
}

.media-list span {
	display: block;
}

.media-list .text-wrap {
	overflow: hidden;
}

.media-list .p {
	font-size: 11px;
}

.media-list .new {
	background: #bdbdbd;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 0 4px;
}

/* @end */

/* @group width */

.w1 {width: 620px}
.w2 {width: 300px}
.w3 {width: 210px}
.w4 {width: 300px}
.w5 {width: 190px}
.w6 {width: 220px}
.w7 {width: 440px}
.w8 {width: 700px}
.w9 {width: 200px}
.w10 {width: 550px}
.w11 {width: 285px}
.w12 {width: 220px}

/* @end */

/* @group scrollable */

.scrollable {
	position:relative;
	overflow:hidden;
}

.scrollable .items {
	width:20000em;
	position:absolute;
}

.items div {float:left}

#cta {
	background: #fff url("../img/backgrounds/cta.png") repeat-x left top;	
}

.home #cta,
#sub-nav {
	background: url("../img/backgrounds/header-edge.png") repeat-x left top;	
	margin-top: -18px;
	position: relative;
	z-index: 3;
}

.slider-wrap,
.box-wrap {
	margin-bottom: 40px;
	position: relative;
}

.box-wrap {
	overflow: hidden;
}

.cta-slider {
	position: relative;
	padding: 30px 0 30px 0;
}

.img-slider {
	position: relative;
	padding: 0;
	width: 660px;
	padding-top: 10px;
}

.scrollable {width: 940px}

.cta-slider .scrollable{height: 190px}
.partners-slider .scrollable {height: 75px}
.img-slider .scrollable {height: 100px; width: 570px; margin: 0 0 0 50px}

.scrollable .items div {
	width: 960px;
}

.img-slider .scrollable .items div {width: 570px}

.cta-slider .scrollable .items a {
	background: url("../img/backgrounds/frame.png") no-repeat;
	display: block;
	width: 272px;
	height: 162px;
	float: left;
	margin: 0 20px 0 0;
	padding: 14px;
	text-decoration: none;
}

.cta-slider .scrollable .items a:hover {background-position: 0 -190px}

.cta-slider .scrollable .items a .text {
	background: #922914;
	color: #fff;
	display: block;
	float: left;
	width: 114px;
	height: 142px;
	margin: 0 0 0 6px;
	padding: 10px;
}

.prev, .next,
.backward, .forward {
	cursor: pointer;
}

.prev,
.next,
.backward, 
.forward  {
	background: url("../img/buttons/arrows.png") no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 90px;
	z-index: 10;
}

.prev,
.backward  {
	background-position: 0 0;
	left: -60px;

}

.next,
.forward {
	background-position: -50px 0;
	right: -60px;
}

.prev:hover, .backward:hover {background-position: 0 -50px}
.next:hover, .forward:hover {background-position: -50px -50px}

.boog .backward, .boog .forward {top: 220px}

.partners-slider {
	margin: 10px 0 0 0;
}

.partners-slider .scrollable .items a {
	display: block;
	width: 150px;
	height: 75px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}

.img-slider .prev,
.img-slider .next {
	top: 20px;
}

.img-slider .prev {
	left: -10px;
}

.img-slider .next {
	right: -10px;
}

.img-slider .scrollable .items a {
	display: block;
	width: 85px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}

.img-slider .scrollable .items a .cover {
	background: url("../img/backgrounds/thumb-cover.png") no-repeat 0 -200px;
	display: block;
	position: absolute;
	width: 85px;
	height: 73px;
}

.img-slider .scrollable .items a:hover .cover {background-position: 0 0}

/* @end */

/* @group section */

.section {
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.panes .section {
	margin-bottom: 5px;
}

.section.left {margin-right: 20px}

.section.label {
	padding-top: 4px;
}

.section.sb .body {width: 780px}

.section.label.sb .body {
	padding: 30px 0 0 0;
}

.section-top,
.section-bottom {
	background: url("../img/backgrounds/section-top-btm.gif") no-repeat;
	height: 15px;
}

.section.yel {
	color: #8f2611;
}

.section.yel h2 {
	color: #8f2611;
	font-size: 20px;
	line-height: 26px;
}

.section.yel h2 em {
	color: #8f2611;
	border: none;
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
	font-size: 20px;
}

.section.yel p em {
	background: url("../img/backgrounds/em.png") repeat-x;
	display: inline-block;
}

.section.yel h2 em {
	background: url("../img/backgrounds/h2-em.png") repeat-x center -2px;
	display: inline-block;
}

.section.yel h2 strong {
	color: #fff;
	font-weight: normal;
}

.section.yel h2 strong a {
	background: url("../img/backgrounds/h2-strong.png") no-repeat center 15px;
}

.section.yel h2 a {color: #fff}
.section.yel h2 a:hover {color: #8f2611}

.section.yel .section-top,
.section.yel .section-bottom {
	background: url("../img/backgrounds/section-top-btm-yellow.gif") no-repeat;
	height: 15px;
}

.section.yel p {
	font-weight: bold;
}

.section-bottom {
	background-position: 0 -15px;
}

.section.yel .section-bottom {
	background-position: 0 -15px;
}

.section-body {
	background: url("../img/backgrounds/section-body.gif") repeat-y;
	padding: 5px 20px 0 20px;
}

.section.yel .section-body {
	background: url("../img/backgrounds/section-body-yellow.gif") repeat-y;
	padding: 5px 20px 0 20px;
}

.section img,
.section iframe {
	margin-bottom: 20px;
}

.section .img-caption {
	margin-bottom: 20px;
	overflow: hidden;
}
.section .img-caption.left {margin: 0 20px 20px 0}
.section .img-caption.right {margin: 0 0 20px 20px}
.section .img-caption img {margin-bottom: 5px}
.section .img-caption p {
	color: #969696;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}

.section-body,
.body {overflow: hidden}

.did-you .section-body,
.section.img-left .section-body,
.section.img-right .section-body {
	overflow: visible;
}

.section.img-left .section-body.vacature, .section.img-right .section-body.vacature { height: 25px; overflow:hidden; }

.section.img-left .body,
.section.img-right .body {
	min-height: 165px;
}

.section.label.img-right .body {
	padding: 30px 0 0 0;
	min-height: 135px;
}

.section.alt.img-left .body,
.section.alt.img-right .body {
	min-height: 135px;
}

.section.img-slide .body  {height: 133px}

.section .img-wrap {
	width: 290px;
	text-align: center;
}

.section.map .img-wrap {
	width: 460px;
	text-align: center;
}

.section.alt,
.section.did-you {
	margin-bottom: 20px;
}

.section.alt .img-wrap {
	padding: 10px 0 0 0;
}

.section .img-wrap img {margin-bottom: 0}
.section.alt .img-wrap img {margin-bottom: 0}

.section.img-left .img-wrap { float: left; margin: -20px 20px 0 -20px; position: relative}
.section.img-right .img-wrap { float: right; margin: -20px -20px 0 20px; position: relative}

.section .cover {
	width: 290px;
	height: 200px;
	position: absolute;	
	top: 0;
}

.section.img-left .cover {
	background: url("../img/backgrounds/cover-left.png") no-repeat;
	left: 0;
}

.section.img-right .cover {
	background: url("../img/backgrounds/cover-right.png") no-repeat;
	right: 0;
}

.collapse {display: none}
.expanded .collapse {display: block}

h2 .expand {
	background: url("../img/buttons/plusmin.png") no-repeat left 4px;	
	padding-left: 18px;
}

h2 .expand:hover {background-position: left -165px}
h2 .expand.active {background-position: left -331px}
h2 .expand.active:hover {background-position: left -497px}

.menu h2 {
	margin-bottom: 0;
	font-size: 15px;
}

.section.menu {
	margin-bottom: 10px;
}

.section img.left,
.section iframe.left {
	display: block;
 	margin: 0 20px 0 0;
}

.select-box {
	background: url("../img/backgrounds/select-box.png") no-repeat;
	width: 420px;
	height: 98px;
	padding: 20px;
	margin-bottom: 20px;
}

.select-box.wide {
	background: url("../img/backgrounds/select-box-wide.png") no-repeat;
	width: 900px;
	height: 46px;
	padding: 20px;
	margin-bottom: 20px;
}

.select-box.b1 {
	margin-right: 20px;
}

.title-box.wide {
	background: url("../img/backgrounds/title-box-wide.png") no-repeat;
	width: 900px;
	height: 46px;
	padding: 20px;
}

.title-box.wide h2 { color: #fff; }

.section.img-left.label.sb .img-wrap {
	width: 170px;	
}

.section.img-left.label.sb .cover {
	width: 170px;
	height: 200px
}

.section.img-left.label.sb .body {
	width: 610px;
	padding-top: 0;
}

.boog .section.img-left .img-wrap { float: left; top: 0; left: 0; position: absolute; height: 453px} 
.boog .section.img-left .img-wrap img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.boog .section {
	padding-top: 91px;
}

.boog .section .body {
	height: 308px;
	width: 320px;
	margin: 0 0 0 280px;
}

.boog .section .side-box {
	margin-top: 91px;
	width: 260px;
}

.boog .description span {
	display: block;
	width: auto;
}

.section.map .tabs.tabs-small a {
	width: auto;
}

.section.img-left.label.sb.circ .body,
.section.did-you.l .body {
	margin-left: 170px;
}

.section.did-you.r .body {
	margin-right: 170px;
}





/* @end */

/* @group gallery */

.gallery {}

.gallery img {display: block}

.gallery a {
	background: url("../img/backgrounds/gallery-bg.png") no-repeat;
	display: block;
	position: relative;
	float: left;
	font-weight: bold;
	width: 220px;
	height: 186px;
	text-decoration: none;
}

.gallery a:hover {
	background-position: -220px 0;
	color: #fff;
}

.gallery.pop a {
	background: none;
	height: 146px;
}

.gallery li {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

.gallery li.last {margin-right: 0}

.gallery .cover {
	background: url("../img/backgrounds/gallery-cover.png") no-repeat;
	display: block;
	position: absolute;
	width: 220px;
	height: 146px;
}

.gallery.pop .cover {background-position: -440px}

.gallery .text {
	display: block;
	padding: 8px 10px;
}

.gallery a:hover .cover {background-position: -220px 0}
.gallery.pop a:hover .cover {background-position: -660px 0}

/* @end */


/* @group box */

.box {
	float: left;
	margin-right: 20px;
}

#footer .box {
	margin-right: 65px;
}

.box.last,
#footer .box.last {margin-right: 0}

.box.w5,
.box.w6 {margin-top: 20px}

.tab-box {
	background: url("../img/backgrounds/tab-box.gif") no-repeat;
	height: 312px;
	padding: 10px;
	position: relative;
}

.box.w6 .tab-box {
	background: url("../img/backgrounds/tab-box-large.gif") no-repeat;
	height: 400px;
	padding: 10px;
	position: relative;
}

.tab-box img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* @end */

/* @group buttons */

.links li,
.breadcrumbs li,
.tags li {margin: 0 2px 0 0}

.tags {
	overflow: hidden;
	margin: -10px 0 20px 0;
}

.breadcrumbs-bar {
	margin: 20px 0 0 0;
}

.breadcrumbs {
	float: right;
}

.big-btn {
	background: url("../img/buttons/big-btn.png") no-repeat;
	color: #fff;
	display: block;
	height: 42px;
	width: 295px;
	font-size: 13px;
	line-height: 42px;
	padding: 0 0 0 36px;
	margin: 0 0 10px 0;
}

.big-btn:hover,
.med-btn:hover,
.big-btn.alt {
	background-position: 0 -42px;
}

.big-btn.alt:hover {
	background-position: 0 0;
}

.download-field {
	background: url("../img/backgrounds/download-field.png") no-repeat;
	display: block;
	width: 265px;
	height: 70px;
	padding: 10px;
}

.download-field h2 {
	color: #fff;
	font-size: 13px;
	padding: 0 0 0 16px;
}

.fr .download-field h2 {
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 16px;
}

.large-btn {
	background: url("../img/buttons/banner.png") no-repeat;
	color: #fff;
	display: block;
	font-size: 22px;
	width: 590px;
	height: 57px;
	padding: 20px 0 0 350px;
	margin: 20px 0 40px 0;
}

.large-btn em {
	background: none;
	color: #912914;
	display: block;
	font-size: 13px;
	margin: 0 0 0 75px;
}

.large-btn:hover,
.large-btn.map:hover {background-position: 0 -77px}
.large-btn:hover span {color: #fff}

.large-btn.map {
	background: url("../img/buttons/banner2.png") no-repeat;	
	padding: 20px 0 0 250px;
	width: 690px;
}

.large-btn.map em {
	margin: 0 0 0 166px;	
}

.large-btn:hover em,
.large-btn.map:hover em {
	color: #fff;
}

.med-btn {
	background: url("../img/buttons/med-btn.png") no-repeat;
	color: #fff;
	display: block;
	height: 42px;
	width: 183px;
	font-size: 13px;
	line-height: 42px;
	padding: 0 0 0 36px;
	margin: 60px 0 0 0;
	z-index: 6;
	position: relative;
}

.more-btn,
.map-btn,
.breadcrumbs a,
.backtotop,
.fb,
input[type="submit"],
input[type="reset"],
.sec-btn,
.backtotop,
.tags a {
	color: #fff;
	display: inline-block;
	padding: 2px 4px;
	text-decoration: none;
}

.more-btn,
.breadcrumbs a,
input[type="submit"],
input[type="reset"],
.sec-btn,
.backtotop,
.tags a,
.section.map .tabs.tabs-small a,
.section.map .tabs.tabs-small a:hover,
.section.map .tabs.tabs-small a.active {
	background: url("../img/buttons/button.png") no-repeat;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 4px;
	line-height: 20px;
}

.tags a {
	background-position: 0 -80px;
	color: #505050;
}

.backtotop {
	background: url("../img/buttons/backtotop.png") no-repeat;
	color: #3e7730;	
	padding: 0 4px 0 30px;
}

.backtotop:hover {
	background-position: 0 -20px;
	color: #fff;
}

.fb {
	background: url("../img/buttons/fb.png") no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 0 4px;
	line-height: 20px;
	text-indent: -9999px;
	width: 41px;
}

/*.more-btn:hover,*/
.fb:hover,
.sec-btn,
.tags a.poplink:hover,
.section.map .tabs.tabs-small a {
	background-position: 0 -20px;
}

.tags a.poplink:hover,
.section.map .tabs.tabs-small a {
	color: #fff;
}

.breadcrumbs a {
	background-position: 0 -60px;
	color: #3e7730;
	text-transform: uppercase;
}

.sec-btn:hover,
.breadcrumbs a:hover,
.breadcrumbs a.last {
	background-position: 0 0;
	color: #fff;
}

.view,
.view-alt  {
	background: url("../img/buttons/view.png") repeat-x;
	color: #969696;
	display: inline-block;
	font-size: 16px;
	height: 31px;
	line-height: 34px;
	padding: 0 6px;
	margin: 0 0 0 -4px;
}

.view-alt {background-position: 0 -31px}

.view:hover,
.view-alt:hover {
	background-position: 0 -62px;
	color: #fff;
}

.tabs, .tabs-partners {overflow: hidden;}
.tabs-small {margin: 2px 0 0 0; float: left;}
.tabs-large {margin: 0 0 5px 0}
.tabs-partners {margin: 0 0 5px 0}

.list {margin-top: 2px}

.tabs li,
.pagination li,
.tabs-partners li
{float: left}

.tabs a,
.pagination a,
.tabs-partners a,
.reserve{
	display: block;
	font-weight: bold;	
	text-decoration: none;
}

.tabs.tabs-small a,
.pagination a {
	background: url("../img/buttons/tabs.png") no-repeat;
	width: 21px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 0 2px 0 0;
}

.tabs-partners a, .tabs.tabs-large a,
.reserve {
	background: url("../img/buttons/tabs-large.png") no-repeat;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	margin: 0 2px 0 0;
	padding: 0 10px;
}

.reserve {
	display: inline-block;
	width: 180px;
	margin-top: 10px;
}

.reserve:hover {
	background-position: 0 1px;
	color: #3e7730;
}


.tabs.tabs-small a:hover,
.tabs.tabs-small a.active,
.list:hover,
.pagination a.page:hover,
.pagination a:hover,
.pagination .active a {
	background-position: 0 -24px;
	color: #fff;
}

.tabs-partners a:hover,
.tabs-partners a.active,
.tabs.tabs-large a:hover,
.tabs.tabs-large a.active,
.reserve  {
	background-position: 0 -32px;
	color: #fff;
}

.list,
.pagination a.page {
	background: url("../img/buttons/list.png") no-repeat;
	color: #969696;
	display: inline-block;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 5px;
	float: right;
	text-decoration: none;
}

.pagination a.page {
	float: none;
	width: auto;
}

.circle {
	background: url("../img/buttons/circle.png") no-repeat;
	display: block;
	width: 179px;
	height: 175px;
	text-decoration: none;
	text-align: center;
	padding: 60px 30px 0 30px;
	-webkit-transform: rotate(-15deg); 
	-moz-transform: rotate(-15deg);	
	transform: rotate(-15deg);	
}

.circle.small {
	height: 55px;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);	
	transform: rotate(0deg);	
	position: relative;
}

.circle.small.left {
	background-position: -20px -30px;	
	margin: -20px 0 0 -20px;
	width: 189px;
	padding: 40px 20px 0 20px; 
	height: auto;
}

.body .circle.small.left {
	background-position: -30px 0px;	
	margin: 80px 0 0 -20px;
	width: 170px;
	height: 60px;
	padding: 60px 20px 0 20px;
	position: absolute; 
	text-align: center;
	left: 0;
	bottom: 0;
}

.body a.circle.small.left:hover  {
	background-position: -30px -470px;
}

.circle.small.right {
	background-position: 10px 0;	
	padding: 40px 20px 0 60px; 
	width: 149px;
	height: auto;
}

.body .circle.small.right {
	background-position: 10px 0;	
	padding: 60px 20px 0 60px; 
	width: 149px;
	height: 60px;
	position: absolute; 
	text-align: center;
	right: 0;
	bottom: 0;
}

.circle.small .title,
.circle.small .link  {
	-webkit-transform: rotate(15deg); 
	-moz-transform: rotate(15deg);	
	transform: rotate(15deg);
}

.circle.pos1 {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 0;
}

.circle.pos2 {margin: -60px auto 40px auto}

.circle.pos3 {
	position: absolute;
	top: 5px;
	right: 150px;
	z-index: 0;
}

#header .circle {
	position: absolute;
	right: 100px;
	top: 40px;
}

.circle .title,
.circle .link {color: #e8b116}

.circle .title {
	display: block;
	font-size: 19px;
	margin-bottom: 5px;
}

.circle .p {
	color: #505050;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

#header .circle .p {color: #fff}

.circle .link {
	display: block;
	font-size: 14px;
}

a.circle:hover {background-position: 0 -470px}
a.circle:hover .title,
a.circle:hover .link {color: #3e7730}
#header a.circle:hover {background-position: 0 -235px}
#header a.circle:hover .title,
#header a.circle:hover .link {color: #fff}

/* @end */

/* @group tag cloud */

.tag-cloud {
	border-bottom: 1px dotted #899682;
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
}
.tag-cloud li { display: inline; line-height: 20px }
.tag-cloud .not-popular { font-size: 12px; }
.tag-cloud .not-very-popular { font-size: 14px; }
.tag-cloud .somewhat-popular { font-size: 16px; }
.tag-cloud .popular { font-size: 18px; }
.tag-cloud .very-popular { font-size: 20px; }
.tag-cloud .ultra-popular { font-size: 24px; }

/* @end */

/* @group forms */

fieldset p {
	border-bottom: 1px dotted #ccc;
	color: #4fae32;
	display: inline-block;
	font-weight: bold;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

fieldset p.req {
	border-top: 1px dotted #ccc;
	border-bottom: none;
	font-weight: normal;
	padding: 10px 0 0 0;
}

fieldset {
	margin: 0 0 40px 0;
}

.form li {
	margin-bottom: 20px;
	overflow: hidden;
}

fieldset em {
	background: url("../img/icons/required.png") no-repeat;
	display: inline-block;
	height: 28px;
	width: 28px;
	text-indent: -9999px;
}

.form label {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}

#footer .form label {
	vertical-align: middle;
}

.form label.error {
	color: #ff3333;
}

.form label.bg {
	background: url("../img/backgrounds/label.png") no-repeat;
	color: #fff;
	padding: 0 5px;
	height: 28px;
	line-height: 27px;
	width: 70px;
}

.form label.bg.wide {
	width: 200px;
}

.form label.radiocheck {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 5px;
	margin: 0 10px 0 0;
}

.form label.radiocheck.last {
	border: none;
	margin: 0;
}

.form input[type="text"], textarea {
	border: 2px solid #efefef;
	padding: 4px;
}


input[type="text"].error, textarea.error {
	border: 2px solid #ff3333;
}

.form input[type="text"].wide {width: 602px}
.form input[type="text"].wide2 {width: 732px}

textarea {
	width: 816px;
	height: 200px
}

.form input[type="text"] {height: 16px}

#footer .form input[type="text"] {
	border: 2px solid #fff;
}

input[type="submit"],
input[type="reset"] {
	cursor: pointer;	
}

.form input[type="submit"] {
	background-position: 0 -40px;
	color: #122408;
	float: right;
	font-weight: bold;
	padding: 0 6px;
}

input[type="submit"]:hover {
	background-position: 0 -20px;
	color: #fff;
}

.select-box input[type="submit"],
.select-box input[type="reset"]:hover,
.download-field input[type="submit"] {
	background-position: 0 -80px;	
	color: #a12f17;
}

.select-box input[type="submit"],
.select-box input[type="reset"] {
	margin-top: 3px;
} 

.select-box input[type="reset"] {
	margin-left: 10px;
}

.select-box input[type="submit"]:hover,
.download-field input[type="submit"]:hover {
	background-position: 0 0;	
	color: #fff;
}

.download-field input[type="submit"] {
	margin-top: 3px;
}

#footer .form label {width: 60px}
#footer .form input[type="text"] {
	border: 2px solid #112408;
	width: 224px
}

.form input[type="text"]:focus,
#footer .form input[type="text"]:focus,
textarea:focus {
	border: 2px solid #e8b116;
}

.form input[type="text"] {
	line-height: 17px;
}


/* @end */

/* @group utils */

.left {float: left}
.right {float: right}
.clear {clear: both}

.group:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden
}

/* @end */

/* @end */

/* @group LAYOUT */

.inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#header .inner {width: 960px}

#main {
	background: url("../img/backgrounds/main.png") repeat;
	padding: 40px 0 40px 0;
	position: relative;
	z-index: 4;
}

#main-top {
	background: url("../img/backgrounds/main-top.png") repeat-x;	
	height: 15px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	margin-top: -18px;
}

.home #main {
	padding-top: 2px;
	background: #f2f2f2 url("../img/backgrounds/main-home.png") repeat-x;
}

#content.w1 {
	float: left;
	margin: 0 20px 0 0;
}

#content.w8 {
	float: left;
}

/* @group navigation */

#top-nav li,
#languages li,
#main-nav li,
.links li,
.breadcrumbs li,
#sub-nav li,
.tags li {
	float: left;
}

#top-nav,
#languages,
#main-nav {
	position: absolute;
	z-index: 2;
}

#top-nav li{
	margin: 0 0 0 20px;
}

#top-nav {
	right: 240px;
	top: 0;
}

#languages {
	right: 130px;
	top: 0;
}

#main-nav {
	bottom: 10px;
	right: 130px;
}

#sub-nav {
	height: 50px;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#sub-nav ul {
	margin-left: -20px;
}

#sub-nav a {
	background: url("../img/backgrounds/divider.png") no-repeat right top;
	color: #969696;
	display: block;
	font-size: 14px;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
}

#sub-nav a.last {
	background: none;
}

#sub-nav a:hover,
#sub-nav .active a {
	color: #3e7730;
}

#top-nav a,
#main-nav a,
#languages a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#top-nav a {
	line-height: 29px;
}

#languages a {
	background: url("../img/buttons/languages.png") no-repeat;
	color: #122408;
	display: block;
	height: 29px;
	width: 29px;
	line-height: 29px;
	text-align: center;
}

#languages a:hover,
#languages .active a {color: #fff}

#languages #nl a {background-position: 0 0}
#languages #fr a {background-position: -29px 0}
#languages #en a {background-position: -58px 0}
#languages #nl a:hover,
#languages #nl.active a {background-position: 0 -29px}
#languages #fr a:hover,
#languages #fr.active a {background-position: -29px -29px}
#languages #en a:hover,
#languages #en.active a {background-position: -58px -29px}

#main-nav a {
	background: url("../img/buttons/main-nav.png") no-repeat;
	display: block;
	font-size: 16px;
	height: 56px;
	padding: 30px 0 0 10px;
}

body.fr #main-nav a {font-size: 14px}

#nav1 a {width: 100px;background-position: 0 0}
#nav2 a {width: 138px;background-position: -111px 0}
#nav3 a {width: 170px;background-position: -259px 0}
#nav4 a {width: 152px;background-position: -439px 0}
#nav5 a {width: 129px;background-position: -601px 0}

#main-nav a:hover,
#main-nav .active a {
	color: #3e7730;
	background-position: -86px;
}

#nav1 a:hover, #nav1.active a {background-position: 0 -86px}
#nav2 a:hover, #nav2.active a {background-position: -111px -86px}
#nav3 a:hover, #nav3.active a {background-position: -259px -86px}
#nav4 a:hover, #nav4.active a {background-position: -439px -86px}
#nav5 a:hover, #nav5.active a {background-position: -601px -86px}

#top-nav a:hover,
#top-nav .active a {color: #e8b116}

#main-nav a span {
	display: inline-block;
}

#main-nav #nav2 a {margin-left: -5px}
#main-nav #nav3 a,
#main-nav #nav4 a,
#main-nav #nav5 a {margin-left: -1px}

.side-nav li {border-bottom: 1px dotted #ccc}
.side-nav li.last {border-bottom: none}

.side-nav a {
	color: #505050;
	display: block;
	padding: 8px 0;
	text-decoration: none;
}

.side-nav a:hover,
.side-nav .active a {
	background: url("../img/icons/arrow.png") no-repeat left center;
	color: #4fae32;
	padding-left: 28px;
}

/* @end */

#header,
#header .inner {
	height: 290px;
	overflow: hidden;
}

#header{background: #448215 url("../img/backgrounds/header.png") repeat-x left top}

.home #header {background: #448215 url("../img/backgrounds/home-header.png") repeat-x left top}

.home #header,
.home #header .inner {
	height: 410px;
}

#header .inner {
	width: 1200px;
}

#logo {
	position: absolute;
	top: 0;
	left: 80px;
	z-index: 1;
}

.side.w6.left {
	margin-right: 20px;
}

#footer {
	background: #112408 url("../img/backgrounds/footer.png") repeat-x left top;	
	color: #899682;
	padding: 30px 0;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}

.home #footer {background: #112408 url("../img/backgrounds/footer-home.png") repeat-x left top}

#footer a:hover {color: #e8b116}

#footer fieldset,
#footer p + p {
	border-bottom: 1px dotted #899682;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

#footer p + p {
	padding: 0 0 30px 0;
}

#bokrijk {
	margin: -5px 0 0 -10px;
}

#footer a {
	color: #899682;	
}

.copy {text-transform: uppercase; font-size: 12px}
.copy a {text-decoration: none}

#partners {
	background: #fff url("../img/backgrounds/partners.png") repeat-x left top;
	padding: 1px 0 0 0;
}

#partners,
#partners .inner {
	height: 180px
}

/* @end */

/* @group popup */

#abo-popup {
	background: url("../img/backgrounds/abo-popup.png") no-repeat;	
	display:none;
	width:840px;
	height: 740px;
}

#abo-popup .popup-content {
	position: absolute;
	top: 210px;
	left: 235px;
	width: 320px;
	height: 295px;
	overflow: auto;
	overflow-x: hidden;
}

#abo-popup h2 {
	color: #c80202;
	font-size: 20px;
	width: 320px;
}

#abo-popup p,
#abo-popup p.intro {
	margin-bottom: 15px;
}

#abo-popup p {width: 320px}
#abo-popup a {color: #c80202}

#abo-popup .close {
	color: #fff;
	position: absolute;
	top: 163px;
	left: 475px;
	text-decoration: none;
}

#abo-popup .close:hover {color: #c80202}

.popup-wrap {
	display: none;
}

.popup {
	width: 800px;
	padding: 10px;
}

.popup .text {
	overflow: hidden;
	margin-right: 20px;
}

/* @end */

/* @group SLIDER */

.noslider, .slider { 
	width: 1200px; 
	height: 290px; 
	position: relative; 
	top:  0;
	left: 0;
	z-index: 0;
}

.noslider .wrapper, .slider .wrapper { 
	width: 1200px; 
	overflow: auto; 
	height: 290px; 
	position: absolute; 
	top: 0; 
	left: 0;
	overflow: hidden;  
}

.noslider .wrapper ul, .slider .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #fff; 
	margin: 0; 
}

.noslider ul li, .slider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 290px; 
	width: 1200px; 
	margin: 0; 
	position: relative;
}

.home .noslider, 
.home .noslider .wrapper,
.home .noslider .wrapper ul,
.home .noslider ul li	{height: 410px}


.noslider .arrow, .slider .arrow { display: none; }

#thumbNav { 
	position: relative; 
	top: 250px; 
	height: 30px; 
	padding: 0 10px; 
	left: 120px;
	z-index: 3;
}

.home #thumbNav { 
	top: 370px; 
}

#thumbNav a { 
	background: url("../img/buttons/thumb-nav.png") no-repeat;
	color: #122408; 
	font-size: 14px; 
	float: left;
	line-height: 30px; 
	margin: 0 1px 0 0; 
	text-align: center; 
	width: 21px;
	text-decoration: none;
	font-weight: bold;
}

#thumbNav a.cur,
#thumbNav a:hover { 
	background-position: -21px 0;
	color: #fff; 
}

#start-stop { 
	display: none;
}
#start-stop.playing                     {  }
#start-stop:hover {
	color: #2d530d; 
}

/*
  Prevents
*/
.noslider .wrapper ul ul, .slider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.noslider .wrapper ul ul li, .slider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* @end */

/* @group FANCYBOX */

 #fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('../img/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
	border: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('../img/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('../img/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('../img/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	border: none;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('../img/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('../img/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}

/* @end */

/* @group UNIFORM */
/*

Uniform Theme: #YOUR THEME NAME HERE#
Version: #VERSION NUMBER HERE#
By: #YOUR NAME HERE#
License: #THEME LICENSE HERE#
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span, 
div.radio span, 
div.uploader, 
div.uploader span.action {
  background-image: url(../img/buttons/sprite.png);
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
	height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -78px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -483px -234px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: NaNpx;
  height: NaNpx;
}

div.checker input {
  width: NaNpx;
  height: NaNpx;
}

div.checker span {
  background-position: NaNpx -260px;
  height: NaNpx;
  width: NaNpx;
}

div.checker:active span, 
div.checker.active span {
	background-position: NaNpx -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: NaNpx -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: NaNpx -260px;
}

div.checker span.checked {
	background-position: NaNpx -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: NaNpx -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: NaNpx -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: NaNpx -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: NaNpx -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: NaNpx -260px;
}

/* Radio */

div.radio {
  width: NaNpx;
  height: NaNpx;
}

div.radio input {
  width: NaNpx;
  height: NaNpx;
}

div.radio span {
  height: NaNpx;
  width: NaNpx;
  background-position: NaNpx NaNpx;
}

div.radio:active span, 
div.radio.active span {
	background-position: NaNpx NaNpx;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: NaNpx NaNpx;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: NaNpx NaNpx;
}

div.radio span.checked {
	background-position: NaNpx NaNpx;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: NaNpx NaNpx;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: NaNpx NaNpx;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: NaNpx NaNpx;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: NaNpx NaNpx;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: NaNpx NaNpx;
}

/* Uploader */

div.uploader {
  background-position: 0px NaNpx;
  height: NaNpx;
}

div.uploader span.action {
  background-position: right NaNpx;
  height: NaNpx;
  line-height: NaNpx;
}

div.uploader span.filename {
  height: NaNpx;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: NaNpx;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px NaNpx;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right NaNpx;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right NaNpx;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right NaNpx;
}

div.uploader.disabled {
  background-position: 0px NaNpx;
}

div.uploader.disabled span.action {
  background-position: right NaNpx;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 20px;
  width: 124px;
  float: left;
}

div.selector select {
  width: 124px;
	font-size: 1em;
	border: solid 1px #fff;
}

.wide div.selector,
.wide div.selector select {
  width: 185px;
}

.med div.selector,
.med div.selector select {
  width: 175px;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #a12f17;
  font-weight: bold;
  width: 92px;
}

.wide div.selector span {
	width: 153px;
}

.med div.selector span {
	width: 143px;
}

div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 10px;
}

/* Radio */
div.radio {
  margin-right: 10px;
}

/* Uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 90%;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	xwhite-space: nowrap;
}

div.selector span:after { content: "..."; }

div.selector select {
	position: absolute;
	opacity: 0;
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
	position: relative;
	float: left;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
}

/* @end */

/* @group SCROLL PANE */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
 .scroll-pane
{
	width: 100%;
	height: 406px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 406px;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: url("../img/buttons/drag.png") repeat-y;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspDrag:hover {
	background-position: -26px 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp,
.jspArrowUp.jspDisabled,
.jspArrowDown,
.jspArrowDown.jspDisabled,
.jspTrack
 {
	background: url("../img/buttons/scroll-bar.png") no-repeat;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspArrowUp.jspDisabled {
	background-position: -26px 0;
}

.jspArrowDown.jspDisabled {
	background-position: -26px -26px;
}

.jspArrowDown {
	background-position: 0 -26px;
}

.jspTrack
{
	background-position: 0 -78px;
}

.jspVerticalBar .jspArrow
{
	height: 26px;
}

.jspHorizontalBar .jspArrow
{
	width: 26px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* @end */



.buttonlink
{
color:#A12F17;
cursor:pointer;
background:url("../img/buttons/button.png") no-repeat scroll 0 -80px transparent;
font-size:13px;
font-weight:bold;
height:20px;
line-height:20px;
padding:0 5px;
display:inline-block; 
text-decoration:none;  
margin-top:5px;
}

.buttonlink:hover
{
    color:#FFF;
    background:url("../img/buttons/button.png") no-repeat scroll 0 0 transparent;
}
