/* General */

html, body {
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #FFF7EA url(../img/background-update.jpg) repeat-x top center;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #8D7E71;
}

p {
	margin: 5px 0;
	font-size: 1.1em;
	line-height: 150%;
}

h2 {
	margin: 5px 0;
	font: italic 2em Georgia;
	color: #125E8F;
}

h3 {
	margin: 5px 0;
	font: 1.6em Georgia;
	color: #125E8F;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #3A2A20;
}

a:hover, a:active {
	color: #125E8F;
}

/* GJ dotted border fix */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img {
	display: block;
	border: none;
}

a.external, a.external:link, a.external:visited {
	padding-right: 15px;
	background: url(../img/anchor-blank.jpg) no-repeat 100% 50%;
	font-weight: bold;
}
/* Form styles */

form {
	margin: 0 0 20px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

form div.row {
	margin: 0 0 10px;
	width: 100%;
}

form div.indent {
	padding-left: 120px;
}

form label.indent {
	display: inline-block;
	margin-right: 7px;
	width: 110px;
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

input.text {
	padding: 4px;
	width: 200px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #333;
}

input.toggle-value {
	color: #CCC;
}

input.focus {
	color: #333;
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	padding: 0;
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

.new-button {
	display: inline-block;
	padding: 0 0 0 10px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/button-sprite.png) no-repeat 0 0;
	color: #4C4038;
}

.new-button .button-text {
	display: block;
	padding: 0 20px 0 0;
	height: 25px;
	line-height: 25px;
	background: url(../img/button-sprite.png) no-repeat 100% -25px;
}

.new-button:hover {
	background-position: 0 -50px;
}

.new-button:hover .button-text {
	background-position: 100% -75px;
}

/* Layout */

div#grass-wrapper {
	width: 100%;
	height: auto !important; /* Good browsers keep auto */
	height: 100%; /* IE6 */
	min-height: 100%; /* Good browsers */
	background: url(../img/grass-bg.jpg) repeat-x bottom center;
}

div#shadow-wrapper {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	min-height: 640px;
	background: url(../img/shadow-bg.jpg) repeat-x 0 200px;
}

div#wrapper {
	margin: 0 auto;
	width: 960px;
}

div#content {
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
}

body#home div#content {
	background: url(../img/gerard-bg.jpg) no-repeat top right;
}

div#sidebar {
	float: left;
	display: inline; /* Fix the IE6 double margin bug */
	margin: 10px 0 0 10px;
	width: 240px;
}

div#sidebar div.block {
	margin: 0 0 10px 0;
}


/* Block */

div.block {
	position: relative;
	float: left;
	display: inline; /* Fix the IE6 double margin bug */
	margin: 10px 0 0 10px;
	padding: 5px;
	background: #F6EAD5 url(../img/block-topleft.gif) no-repeat top left;
}

div.block div.tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: url(../img/block-topright.gif) no-repeat top right;
}

div.block div.br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: url(../img/block-bottomright.gif) no-repeat bottom right;
}

div.block div.bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: url(../img/block-bottomleft.gif) no-repeat bottom left;
}

div.block div.tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background: url(../img/block-topleft-close.gif) no-repeat top left;
}

a:hover div.block,
a.selected div.block,
div.block.dark {
	background: #D8A955 url(../img/block-topleft-dark.gif) no-repeat top left;
}

a:hover div.block div.tr,
a.selected div.block div.tr,
div.block.dark div.tr {
	background: url(../img/block-topright-dark.gif) no-repeat top right;
}

a:hover div.block div.br,
a.selected div.block div.br,
div.block.dark div.br {
	background: url(../img/block-bottomright-dark.gif) no-repeat bottom right;
}

a:hover div.block div.bl,
a.selected div.block div.bl,
div.block.dark div.bl {
	background: url(../img/block-bottomleft-dark.gif) no-repeat bottom left;
}

a:hover div.block div.tl,
a.selected div.block div.tl,
div.block.dark div.tl {
	background: url(../img/block-topleft-close-dark.gif) no-repeat top left;
}

div.block-content {
	padding: 0 5px;
	width: auto;
	height: 100%;
	background-color: white;
	overflow: hidden;
}

div.block-content h3 a,
div.block-content h3 a:link,
div.block-content h3 a:visited {
	color: #125E8F;
}

div.block-content h3 a:hover,
div.block-content h3 a:active {
	color: #3A2A20;
}

div.block-content p.date {
	margin-top: 8px;
	font: normal 1em Arial, Helvetica, sans-serif;
}

div#dove-thumb {
	float: left;
	width: 80px;
}

div.block-thumb {
	float: left;
	margin-top: 32px;
	padding: 2px;
	width: 74px;
	background-color: #E3D9CC;
	border: 1px solid #AA9C8F;
}

div.block-thumb img {
	border: 1px solid white;
}

div.block-item {
	float: left;
	margin-left: 10px;
	width: 230px;
}

a.more {
	padding-right: 18px;
	background: url(../img/arrow-right-dark.gif) no-repeat 90% 60%;
}

a.more:hover {
	background: url(../img/arrow-right-blue.gif) no-repeat 90% 60%;
}


/* Clickable block */

a.block {
	position: relative;
	display: block;
	display: inline; /* Fix the IE6 double margin bug */
	float: left;
	margin: 10px 0 0 10px;
	padding: 5px;
	background: white url(../img/block-topleft.gif) no-repeat top left;
	overflow: hidden;
}

a.block span.tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 1024px;
	background: url(../img/block-topright.gif) no-repeat top right;
}

a.block span.br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1024px;
	height: 4px;
	background: url(../img/block-bottomright.gif) no-repeat bottom right;
}

a.block span.bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 1024px;
	background: url(../img/block-bottomleft.gif) no-repeat bottom left;
}

a.block span.tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background: url(../img/block-topleft-close.gif) no-repeat top left;
}

a.block:hover,
a.block.selected {
	background: white url(../img/block-topleft-dark.gif) no-repeat top left;
}

a.block:hover span.tr,
a.block.selected span.tr {
	background: url(../img/block-topright-dark.gif) no-repeat top right;
}

a.block:hover span.br,
a.block.selected span.br {
	background: url(../img/block-bottomright-dark.gif) no-repeat bottom right;
}

a.block:hover span.bl,
a.block.selected span.bl {
	background: url(../img/block-bottomleft-dark.gif) no-repeat bottom left;
}

a.block:hover span.tl,
a.block.selected span.tl {
	background: url(../img/block-topleft-close-dark.gif) no-repeat top left;
}


span.block-content {
	position: absolute;
	display: block !important;
	padding: 0 5px;
	bottom: 5px;
	width: 160px;
	background-color: white;
}

span.block-content h3 a,
span.block-content h3 a:link,
span.block-content h3 a:visited {
	color: #125E8F;
}

span.block-content h3 a:hover,
span.block-content h3 a:active {
	color: #3A2A20;
}


/* Header */

div#header {
	position: relative;
	height: 160px;
	background: url(../img/header-bg.jpg) no-repeat top left;
}

body#home div#header {
	background: url(../img/header-home-bg.jpg) no-repeat top left;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header h1 a {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 160px;
	text-indent: -9999px;
	outline: none;
}

div#header select {
	position: absolute;
	top: 5px;
	right: 5px;
}


/* Searchbar */

div#searchbar {
	margin: 10px 0 0 10px;
	width: 940px;
	height: 55px;
	background: url(../img/searchbar-bg.jpg) no-repeat top left;
	overflow: hidden;
}

div#searchbar h2 {
	display: inline;
	float: left;
	margin: 0 10px;
	font-size: 2.8em;
	line-height: 55px;
	color: #B68E46;
}

div#searchbar h2.indent {
	text-indent: 300px;
}

div#searchbar form {
	display: inline;
	float: right;
	margin: 13px 10px 0 0;
	height: 30px;
}

div#searchbar input#search {
	padding: 3px 4px;
	height: 20px;
	font-size: 1.6em;
	vertical-align: middle;
	color: #8D7E71;
}

div#searchbar input#search-submit {
	vertical-align: middle;
}


/* Visual */

div#visual {
	position: relative;
	width: 580px;
	height: 260px;
}

div#visual div.overlay {
	position: absolute;
	bottom: 0;
	width: 580px;
	height: 50px;
	background-color: white;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

div#visual h2 {
	position: absolute;
	margin: 0 0 12px 10px;
	bottom: 0;
	width: 100%;
	font: italic 2em Georgia;
	color: #125E8F;
}

div#visual a,
div#visual a:link,
div#visual a:visited {
	color: #125E8F;
}

div#visual a:hover,
div#visual a:active {
	color: #3A2A20;
}


/* Scroller */

div#scroller {
	position: relative;
	width: 580px;
	height: 260px;
	overflow: hidden;
}

div#scroller-content {
	width: 2900px;
}

div.slide {
	float: left;
	width: 580px;
	height: 260px;
}


/* About */

div#about {
	position: relative;
	padding: 0;
	width: 342px;
	height: 120px;
	background: url(../img/about-bg.jpg) no-repeat top left;
	border: 0;
	font: italic 1.2em Georgia;
}

div#about p {
	position: absolute;
	margin: 0;
	left: 8px;
	bottom: 8px;
}


/* News */

div#news,
div#agenda {
	width: 330px;
	height: 190px;
}

div#news h2 {
	margin: 0 -5px;
	width: 330px;
	height: 34px;
	background: #4B382D url(../img/news-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}


/* Monthly */

div#monthly {
	width: 230px;
	height: 250px;
}

div#monthly h2 {
	margin: 0 -5px;
	width: 230px;
	height: 34px;
	background: #4B382D url(../img/monthly-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#monthly h3 {
	font-size: 2em;
	font-style: italic;
	text-align: center;
}

div#monthly div#buttons {
	padding: 6px;
	width: 208px;
	height: 54px;
	background: white url(../img/buttons-bg.jpg) no-repeat top left;
}

div#monthly a.button {
	display: block;
	margin-bottom: 4px;
	width: 208px;
	height: 25px;
	border: none;
	text-indent: -9999px;
}

div#monthly a.readmore.button {
	background: white url(../img/monthly-readmore-btn.jpg) no-repeat top left;
}

div#monthly a.photo.button {
	background: white url(../img/monthly-photo-btn.jpg) no-repeat top left;
}


/* Agenda */

div#agenda h2 {
	margin: 0 -5px;
	width: 330px;
	height: 34px;
	background: #4B382D url(../img/agenda-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}


/* Hall of Fame */

div#hall-of-fame {
	width: 330px;
	height: 130px;
}

div#hall-of-fame h2 {
	margin: 0 -5px 8px -5px;
	width: 330px;
	height: 34px;
	background: #D8A955 url(../img/hof-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}


/* Menu */

div#menu {
	width: 230px;
}

div#menu h2 {
	margin: 0 -5px;
	width: 230px;
	height: 34px;
	background: #4B382D url(../img/menu-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#menu ul {
	width: 230px;
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
}

div#menu ul li {
	border-bottom: 1px solid #F6EAD5;
}

div#menu ul li a {
	display: block;
	padding-left: 10px;
	background: url(../img/arrow-right-dark.gif) no-repeat 95% 50%;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
}

div#menu ul li a:hover,
div#menu ul li.selected a {
	background: url(../img/arrow-right-blue.gif) no-repeat 95% 50%;
	color: #125E8F;
}


/* Nieuwsbrief */

div#nieuwsbrief {
	width: 230px;
}

div#nieuwsbrief h2 {
	margin: 0 -5px;
	width: 230px;
	height: 34px;
	background: #4B382D url(../img/nieuwsbrief-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#nieuwsbrief form {
	margin: 0;
}

div#nieuwsbrief input#name,
div#nieuwsbrief input#email {
	margin-bottom: 10px;
	width: 214px;
}

div#nieuwsbrief input#newsletter-submit {
	float: right;
	margin-bottom: 5px;
}


/* Archive Content */

div#archive-content, div#faq {
	width: 680px;
}

div#archive-content table {
	margin: 20px -5px;
	width: 680px;
	border-top: 1px solid #F6EAD5;
	font-size: 1.1em;
}

div#archive-content table td {
	border-bottom: 1px solid #F6EAD5;
}

td.date {
	width: 90px;
	text-align: right;
}

td.title {
	width: 450px;
}

td.read {
	width: 76px;
}


/* Articles */

div.article {
	padding: 10px 5px;
	width: 660px;
	overflow: hidden;
}

div.article-thumb {
	float: left;
	margin-top: 32px;
	padding: 2px;
	width: 140px;
	background-color: #E3D9CC;
	border: 1px solid #AA9C8F;
}

div.article-thumb img {
	border: 1px solid white;
}

div.article-text {
	float: left;
	margin-left: 15px;
	width: 490px;
}

div.article-text h3 {
	font-size: 2em;
}

div.article-text p {
	color: #4C4138;
}

div.article-text a.readmore {
	display: block;
	margin-top: 10px;
	width: 93px;
	height: 25px;
	background: url(../img/readmore-btn.jpg) no-repeat top left;
	text-indent: -9999px;
}


/* Doves */

div#doves {
	float: left;
	width: 570px;
	overflow: hidden;
}

a.dove {
	width: 170px;
	height: 140px;
}

/*a.dove img {
	margin: 0 -5px;
}*/

a.dove h3 {
	margin: 10px 0;
	font-size: 1.4em;
	text-align: center;
}

/*div#doves a {
	display: inline !important;
	display: inline-block;
}*/


/* Pagination */

div#pagination {
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
	width: 560px;
	height: 40px;
	background: url(../img/pagination-bg.gif) repeat-x top left;
	text-align: center;
	overflow: hidden;
}

div#pagination a#prev {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url(../img/pagination-previous.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#pagination a#next {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: url(../img/pagination-next.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#pagination a#prev:hover {
	background: url(../img/pagination-previous-hover.jpg) no-repeat top left;
}

div#pagination a#next:hover {
	background: url(../img/pagination-next-hover.jpg) no-repeat top left;
}

div#pagination ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 480px;
	list-style-type: none;
}

div#pagination ul li {
	display: inline;
}

div#pagination ul li a {
	padding: 2px 6px;
	font-size: 1.1em;
	line-height: 40px;
}

div#pagination ul li a:hover,
div#pagination ul li.selected a {
	padding: 2px 5px;
	background-color: #D8A955;
	border: 1px solid white;
	color: white;
}


/* Dove info */

div#dove-info {
	width: 360px;
	height: 510px;
	font-size: 1.1em;
}

div#dove-info div#info-top {
	width: 350px;
	height: 105px;
	background: url(../img/dove-info-top-bg.jpg) no-repeat bottom left;
}

div#dove-info div#info-top img {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
}

div#dove-info div#info-top h2 {
	margin: 0;
	padding-top: 25px;
	font-size: 2em;
}

div#dove-info div#info-top p {
	margin: 0;
	font: italic 1.6em Georgia;
	color: #125E8F;
}

div#dove-info ul#tabs {
	margin: 20px -5px;
	padding: 0 8px;
	height: 28px;
	border-bottom: 1px solid #D8A955;
	list-style-type: none;
}

div#dove-info ul#tabs li {
	position: relative;
	float: left;
	bottom: -1px;
	margin-right: 1px;
	padding-left: 10px;
}

div#dove-info li a {
	display: block;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	color: #B68E46;
}

div#dove-info ul#tabs li:hover,
div#dove-info ul#tabs li.sfhover,
div#dove-info ul#tabs li.selected {
	background: url(../img/tab-door-left-bg.jpg) no-repeat top left;
}

div#dove-info li:hover a,
div#dove-info li.sfhover a,
div#dove-info li.selected a {
	background: url(../img/tab-door-right-bg.jpg) no-repeat top right;
}

div#dove-info table {
	margin: 0 -5px;
	width: 360px;
	line-height: 150%;
}

div#dove-info table td {
	padding: 8px 15px;
	border-bottom: 1px solid #F6EAD5;
	vertical-align: top;
}

div#dove-info table td.dark {
	color: #4C4138;
}

div#dove-info a.getinfo {
	display: block;
	margin: 10px 5px;
	width: 144px;
	height: 25px;
	background: url(../img/info-btn.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#dove-info a.download {
	display: block;
	float: right;
	margin: -5px 0;
	width: 95px;
	height: 25px;
	background: url(../img/download-btn.jpg) no-repeat top left;
	text-indent: -9999px;
}

div#dove-info div#thumbnails {
	margin: 0 -5px;
	padding: 0 15px 10px 15px;
	width: 330px;
	border-bottom: 1px solid #F6EAD5;
	overflow: hidden;
}

div#dove-info div#thumbnails a {
	display: block;
	float: left;
	margin: 0 4px 10px 0;
	padding: 2px;
	width: 100px;
	border: 1px solid #F6EAD5;
}

div#dove-info div#thumbnails a:hover {
	background-color: #D8A955;
	border: 1px solid #B68E46;
}

div#dove-info div#thumbnails a img.zoom {
	position: relative !important;
	position: static;
	display: none;
	float: right;
	margin-top: -13px;
	z-index: 10;
}

div#dove-info div#thumbnails a:hover img.zoom {
	display: block;
}


/* Categories quote */

div#quote {
	float: left;
	position: relative;
	padding-top: 165px;
	top: -60px;
	left: 3px;
	width: 295px;
	background: url(../img/quote.jpg) no-repeat top left;
}

div#quote blockquote {
	font-size: 1.2em;
}

div#quote blockquote p {
	font-style: italic;
	color: #4C4138;
}

div#quote blockquote p#name {
	font-size: 0.8em;
	font-style: normal;
}


div#worldparts {
	float: left;
	position: relative;
	padding-top: 165px;
	top: -60px;
	left: 3px;
	width: 295px;
	background: url(../img/quote.jpg) no-repeat top left;
}

div#worldparts blockquote {
	font-size: 1.2em;
}

div#worldparts blockquote p {
	font-style: italic;
	color: #4C4138;
}

div#worldparts blockquote p#name {
	font-size: 0.8em;
	font-style: normal;
}


/* Categories */

div#categories {
	float: left;
	width: 655px;
	overflow: hidden;
}

div#categories a {
	display: inline !important;
	display: inline-block;
}

div#categories div.category {
	width: 635px;
	height: 90px;
}

div#categories div.category img {
	float: left;
	margin-right: 10px;
}

div#categories div.category h3 {
	margin-top: 15px;
	font-size: 1.8em;
}

div#categories div.category h3 span {
	color: #D8A955;
}


/* FAQ */

div#faq h2 {
	margin: 10px 5px;
	font-size: 2.2em;
	font-style: normal;
}

div#accordion {
	margin: 0 -5px;
	color: #3A2A20;
}

div#faq a.accordion_toggle {
	display: block;
	padding: 8px 40px;
	height: 14px;
	background: url(../img/arrow-accordion.jpg) no-repeat 18px 9px;
	border-bottom: 1px solid #F6EAD5;
	font-size: 1.1em;
	color: #8D7E71;
}

div#faq a.accordion_toggle.active {
	background: url(../img/accordion-active.jpg) no-repeat top left;
	border-bottom: 1px solid white;
	font-weight: bold;
	color: #3A2A20;
}

div#faq div.accordion_content {
	border-bottom: 1px solid #F6EAD5;
	overflow: hidden;
}

div#faq div.accordion_content p {
	margin: 0 40px 10px 40px;
}


/* Koppellijst */

div#list {
	width: 930px;
	font-size: 1.1em;
}

div#list table {
	margin: 0 -5px;
	width: 930px;
	line-height: 150%;
	text-align: center;
}

div#list table td {
	padding: 8px 10px;
	border-bottom: 1px solid #F6EAD5;
	vertical-align: top;
}

div#list table td.ring-left {
	width: 280px;
	text-align: right;
}

div#list table td.name-left {
	width: 130px;
	text-align: right;
}

div#list table td.devider {
	width: 10px;
	font-size: 2.5em;
	color: #E9D7B9;
}

div#list table td.ring-right {
	width: 90px;
	text-align: left;
}

div#list table td.name-right {
	width: 320px;
	text-align: left;
}


/* Column */

div#column {
	width: 635px;
}

div#column p {
	font-family: Georgia;
	font-style: italic;
}

div#quote div#menu {
	margin: -15px 0 0 17px;
	width: 255px;
}

div#quote div#menu ul {
	width: 255px;
}

div#quote div#menu h2 {
	margin: 0 -5px;
	width: 255px;
	height: 34px;
	background: #4B382D url(../img/column-menu-bg.jpg) no-repeat top left;
	text-indent: -9999px;
}



a.column-archive {
	display: block;
	margin: 10px 0 10px 5px;
	width: 113px;
	height: 25px;
	background: url(../img/column-archive-btn.jpg) no-repeat top left;
	text-indent: -9999px;
}

a.button {
	display: block;
	float: left;
	height: 25px;
	background: url(../img/btn-bg-left.gif) no-repeat;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

a.button span {
	display: block !important;
	display: inline-block;
	padding: 0 18px 0 8px;
	height: 25px;
	background: url(../img/btn-bg-right.gif) no-repeat top right;
}

a.button:hover span {
	background: url(../img/btn-bg-right-hover.gif) no-repeat top right;
}

a.buttonr {
	display: block;
	float: right;
	height: 25px;
	background: url(../img/btn-bg-left.gif) no-repeat;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 5px;
}

a.buttonr span {
	display: block !important;
	display: inline-block;
	padding: 0 18px 0 8px;
	height: 25px;
	background: url(../img/btn-bg-right.gif) no-repeat top right;
}

a.buttonr:hover span {
	background: url(../img/btn-bg-right-hover.gif) no-repeat top right;
}

/* Faceted Navigation */

#faceted-nav {
	width: 360px;
}

#faceted-nav #info-top {
	margin: 0 -5px;
	padding: 10px 15px;
	width: 330px;
	overflow: hidden;
	background: url(../img/fn-info-top-bg.jpg) no-repeat bottom center;
}

#faceted-nav #info-top h2 {
	margin: 0;
	font-size: 24px;
}

#faceted-nav #info-top p {
	margin: 0;
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	font-style: italic;
	color: #A0BFD1;
}

/* Faceted Navigation Form */

#faceted-nav-form {
	margin: 0 -5px 10px;
	width: 360px;
	overflow: hidden;
}

#faceted-nav-form .row {
	margin: 0;
	padding: 10px 10px 10px 15px;
	width: 345px;
	overflow: hidden;
	border-bottom: 1px solid #F6EAD5;
}

#faceted-nav-form label.indent {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px 0 0;
	width: 70px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #D8A954;
}

#faceted-nav-form span.label {
	margin-right: 5px;
}

#faceted-nav-form select {
	margin-right: 10px;
}

#faceted-nav-form .fields-wrap {
	float: left;
	padding: 10px 0 0;
	width: 256px;
	background: url(../img/fields-wrap-bg.gif) no-repeat 0 0;
}

#faceted-nav-form .fields {
	padding: 0 10px 10px;
	width: 236px;
	background: url(../img/fields-wrap-bg.gif) no-repeat 0 100%;
}

#faceted-nav-form img {
	display: inline; 
	vertical-align: middle;
}

#faceted-nav-form .fields {
	font-weight: bold;
	color: #333;
}

#faceted-nav-form .last {
	padding-left: 110px;
	min-height: 33px;
	border: 0;
	background: url(../img/faceted-nav-form-last-bg.gif) no-repeat top left;
}


