/*

Website: Siemes World of Coffee
Theme Name: dark brown coffee
Structure: 1024 fix
Version: 1.0
Author: Timo Wirth, Aperto AG

*/


* {
    margin: 0;
    padding: 0;
    border: 0;
}

* html body { /* shadowbox fix */
	height: 100%;
}
body { /* font: default 16px to 10px */
    font: 62.5% helvetica, arial, sans-serif;
    padding: 0 20px 0 20px;
    background: #090909;
    background: #1f150f;
    color: #CCBFAF;
}

/* LINKS
------------ */

a,
a:link {
    color: #9f714b;
	text-decoration: none;
	color: #895e39;
}
a:visited {
    color: #895e39;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #967856;
}
#main a:hover img,
#main a:active img,
#main a:focus img,
a:hover img,
a:active img,
a:focus img {
	border: 1px solid #653a22;
}
a:hover img#logo {
	border: none;
}
#main a:focus,
#main a:active {
	outline: none;
}
a[href^="http:"] {
	color: #888;
}

/* hidden & skip nav  */
legend,
.aural,
.skip a,
.more span,
h6,
#nav li em,
#nav-sub li em,
#step-by-step span, 
.pager h4,
.pager li em,
label em,
#wrapper h6 {
    position: absolute;
    overflow: hidden;
    text-indent: -9999em;
    width: 0;
    height: 1px;
    display: inline;
}
.opera .more span {
	position: static;
	display: inline-block;
}
.skip a:active,
.skip a:focus {
    position: absolute;
    z-index: 1000;
    overflow: visible;
    width: auto;
    height: auto;
    left: 650px;
    padding: 5px 10px 10px 10px;
    font-size: 120%;
    font-weight: normal;
    background: #090909;
	color: #9f714b;
	outline: none;
}
/* clear */
#wrapper:after,
.box:after,
.teaser-wrapper:after,
.teaser:after,
#extras:after {
    content: " ";
    display: block;
    clear: both;
}

/* font-size */
p,
li,
dt,
dd,
address {
	font-size: 120%;
	line-height: 1.4em;
	font-style: normal;
}

li {
	list-style: none;
}

/* LAYOUT / RASTER
--------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 940px;
	position:relative;
}

.net-forms {
	margin: 0 auto;
	width: 940px;
}

/*
logo
--
top 100% width: #nav
--
left: nav-sub
content = main + sidebar right
--
footer; #site-info
*/


/* NAV GLOBAL
--------------- */
ul#nav { /* see also layout */
	float: right;
	margin: 0 0 20px 0;
}

.opera ul#nav {
	margin-top: 75px;
}

#nav li {
	float: left;
	text-align: left;
	border-right: 1px solid #312c28;
	padding: 0 1px;
}
#nav li:last-child {
	border-right: none;
}
#nav li a,
#nav li strong {
	display: block;
	float: left;
	margin: 0 0;
	padding: 5px 18px;
	font-size: 140%;
	font-weight: normal;
	color: #ccbfaf;
	text-decoration: none;
}
/* marked & hover */
#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li strong {
	background: #49140e;
	color: #ccbfaf;
}
/* marked & clickable */
#nav li.on a {
	font-size: 100%;
	background: #49140e;
	color: #ccbfaf;
}
#nav li.on a strong {
	padding: 0;
}


/* BRANDING
----------------- */
#banner-container {
	position: relative;
	clear: both;
	margin: 0 0 20px 0;
}

.branding,
#branding-flash {
	position: relative;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	background: #000 url(../../../Images/Coffee/branding/home.jpg) 0 0 no-repeat;
	height: 1%;
	min-height: 200px;
	width: 940px;
}

#branding-flash {
	padding: 0;
	height: 200px;
}
#home .branding {
	min-height: 280px;
}

/* Mood photos */
/* via html head */

.branding h1,
#branding-flash h1 {
	padding: 32px 40px;
	color: #ccbfaf;
	font-size: 290%;
	width: 470px;
	line-height: 1.5em;
	font-weight: normal;
}
#home .branding h1 {
	margin-bottom: 1em;
}


/* NAV SUB SIDEBAR LEFT
-------------------------- */
#nav-sub {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	width: 160px;
}
#nav-sub li {
	font-size: 140%;
	margin: 0 0 2px 0;
}
#nav-sub li a,
#nav-sub li strong {
	padding: 1px 5px 1px 15px;
	font-weight: normal;
	color: #ccbfaf;
	text-decoration: none;
	display: block;
	height: 1%;
}
#nav-sub li strong a {
	padding: 0;
}
#nav-sub li a:hover,
#nav-sub li a:active,
#nav-sub li a:focus,
#nav-sub li strong {
	background: #49130e;
}
/* 1st level marked and clickable */
#nav-sub li.on a {
	background: #49130e;
}
#nav-sub li.on a strong {
	padding: 0;
}
#nav-sub li.on li a {
	background: none;
}
/* 2nd level */
#nav-sub li ul {
	margin: 5px 0 5px 0;
}
#nav-sub li li {
	font-size: 85.71%; /* 12px */
}
#nav-sub li li a,
#nav-sub li li strong {
	padding-left: 40px;
}
#nav-sub li li a:hover,
#nav-sub li li a:active,
#nav-sub li li a:focus,
#nav-sub li li strong {
	background: #7c522f;
	color: #ccbfaf;
}
/* 2nd level marked and clickable */
#nav-sub li li.on a {
	background: #7c522f;
	color: #ccbfaf;
}
#nav-sub li li.on li a {
	background: none;
}


/* MAIN COLUMN AND SIDEBAR RIGHT
---------------------------------- */
#content { /* main + extras */
	float: left;
	display: inline;
	width: 739px; /* 740 - 30 padding */
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #312c28;
	margin-right: -3px; /* IE 6: Duplicate Characters Bug */
}
#home #content {
	width: 940px;
	border: none;
	padding: 0;
}
#head {
	float: left;
	position: relative;
	margin: 0 0 30px 0;
	padding: 18px 24px 24px 24px; /* top + line height */
	color: #ccbfaf;
	background: #15110e;
	width: 691px; /* IE 6 */
}
#head h2 {
	float: left;
	width: 250px;
	font-size: 220%;
	font-weight: normal;
	font-family: helvetica,arial,sans-serif; /* overwrite Magnolia h2 Style */
}
#head p {
	float: right;
	margin-top: 24px;
	width: 425px;
	color: #9b8e7f;
}

/* step-by-step */

#head ol {
	float: right;
	margin-top: 0;
	border: 1px solid #15110E;
	color: #9b8e7f;
	width: 425px;
}
#head li {
	float: left;
	display: inline;
	width: 100px;
	font-size: 140%;
	font-weight: bold;
	padding-left: 40px;
	line-height: 1.3em;
	color: #4D4741;
}
li#step-1 {
	background: url(../../../Images/Coffee/numbers/no-1.png) 0 0 no-repeat;
}
li#step-1.on {
	background: url(../../../Images/Coffee/numbers/no-1-on.png) 0 0 no-repeat;
	color: #CCBFAF;
}
li#step-2 {
	background: url(../../../Images/Coffee/numbers/no-2.png) 0 0 no-repeat;
}
li#step-2.on {
	background: url(../../../Images/Coffee/numbers/no-2-on.png) 0 0 no-repeat;
	color: #CCBFAF;
}
li#step-3 {
	background: url(../../../Images/Coffee/numbers/no-3.png) 0 0 no-repeat;
}
li#step-3.on {
	background: url(../../../Images/Coffee/numbers/no-3-on.png) 0 0 no-repeat;
	color: #CCBFAF;
}
li.done {
	background: url(../../../Images/Coffee/numbers/no-done.png) 0 100% no-repeat !important;
}

/* main center column */
#main {
	float: left;
	display: inline;
	margin: 0;
	width: 460px;
	background: #1F150F;
}
#home #main,
.section #main,
.subsection #main {
	width: 100%;
}
.section.s2 #main { /* section type 2 with sidebar */
	width: 460px;
}

/* SIDEBAR RIGHT
----------------- */
#extras {
	float: right;
	display: inline;
	margin: 0;
	width: 240px;
}
.box {
	margin: 0 0 30px 0;
	border: 1px solid #090909;
	padding: 15px;
	height: 1%;
}
#home #extras { /* home page */
	clear: both;
	float: none;
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	height: 1%;
}
#home .box {
	width: 328px; /* 300px - 2x15px padding */
	float: left;
	display: inline;
	margin: 0 0 0 18px;
}
#home .box {
	width: 269px; /* 300px - 2x15px padding */;
}
#home .box:first-child {
	margin-left: 0;
}
.box.mod { /* without borders */
	border: none;
	background: #15110e;
}
.box img {
	float: left;
	display: block;
	line-height: 1;
	margin: 0 8px 5px 0;
	border: 1px solid #090909;
}
.box img.big {
	margin-right: 0;
}
.box.mod img {
	margin: 0 0 8px 0;
	float: none;
}

.box.mod-2 img {
	margin: 0 0 8px 0;
	float: none;
}
.box h3 {
	margin: 0 0 8px 0;
	font-size: 140%;
	color: #895e39;
}
.box h3 a {
	display: block;
}
.box p,
.box li {
	font-size: 110%;
	color: #ccbfaf;
	margin: 0;
	padding: 0;
	height: 1%;  /* IE 6 Guillotine Bug */
}
.box li {
	padding: 0 0 0 10px;
	background: url(../../../Images/Coffee/icons/bullet.gif) 0 6px no-repeat;
}
.box em.more {
	display: block;
	font-style: normal;
}
.box em.more a {
	padding: 0 10px 0 0;
	background: url(../../../Images/Coffee/icons/link.gif) 100% 50% no-repeat;
}
#extras .box.mod fieldset {
	float: none;
	width: auto;
}


/* FOOTER
----------------- */
ul#site-info {
	clear: both;
	border-top: 1px solid #312c28;
	margin: 0 0 30px 0;
}
#site-info li {
	float: left;
	font-size: 110%;
	margin: 10px 0 0 0;
}
#site-info li a {
	padding: 2px 11px;
}


/* MAIN MODULES
-------------------- */

/* text elements */

.text {
	background: #1F150F; /* IE 6*/
}
.text.t-mod {
	margin-left: 130px;
}
#main h3 {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 16px; /* + line height = 20px */
}
#main h4 {
	clear: left;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 3px; /* + line height = 20px */
}

#foot h3 {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 16px; /* + line height = 20px */
}
#foot h4 {
	clear: left;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 3px; /* + line height = 20px */
}


.player #main h4 {
	font-size: 160%;
	margin: 40px 0 15px 0;
}
.player #main h4 em {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-style: normal;
}

#main .player h4 {
	font-size: 160%;
	margin: 40px 0 15px 0;
}
#main .player h4 em {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-style: normal;
}
#foot p {
	margin: 0 0 15px 0;
}

#main p {
	margin: 0 0 15px 0;
}
#main p.highlight {
	margin-bottom: 0;
} 
#main address {
	margin: 20px 0 0 0;
}
blockquote {
	padding: 0 0 20px 40px;
}
#main blockquote p {
	margin: 0;
	font-size: 180%;
	line-height: 1.2em;
}
blockquote cite {
	font-style: normal;
	font-size: 120%;
}
#main p.back {
	clear: both;
	margin: 20px 0;
	padding: 0 0 0 10px;
	background: url(../../../Images/Coffee/icons/back.gif) 0 50% no-repeat;
}
#main img {
	border: 1px solid #090909;
}
#main ul {
	margin: 20px 0;
}
#main li {
	padding: 0 0 0 10px;
	background: url(../../../Images/Coffee/icons/bullet.gif) 0 6px no-repeat;
}
#main ul.list li {
	margin: 0 0 10px 0;
}

/* teaser */

.teaser-wrapper {
	clear: both;
	margin: 10px 0 30px 0;
	border-bottom: 1px solid #312c28 !important;
	padding: 0 0 20px 0;
	height: 1%;
}
.teaser-wrapper:last-child {
	border-bottom: none;
}
#home .teaser-wrapper {
	padding-bottom: 30px;
}
.teaser {
	float: left;
	display: inline;
	margin-left: 0;
    height: 1%;
    width: 358px;
    background: #1F150F; /* IE 6 */
}
.s2 .teaser {
	width: 100%;
}
.register .teaser {
	border-bottom: 1px solid #312c28;
	padding-bottom: 30px;
	background: #1B1714;
}
#main .teaser ul {
	position: relative; /* IE */
}

/* teaser with photo */
#main .mod p,
#main .mod ul {
	margin-left: 175px;
}

#main .mod.teaser-noimg p, #main .mod.teaser-noimg ul{margin-left:0;}

.subsection #main .mod p,
.subsection #main .mod ul {
	margin-left: 120px;
}

.subsection #main .mod p,
.subsection #main .mod ul {
	margin-left: 127px;
}
.s2 .teaser { /* section type 2 with sidebar without teaser-wrapper */
	margin: 0 0 30px 0;
}
#home .teaser {
	width: 460px;
}
.teaser-wrapper .first {
	margin-right: 20px;
	margin-left: 0;
}
.teaser em.more {
	display: block;
	margin: 20px 0 0 0;
	font-style: normal;
}
.register .teaser em.more {
	text-align: right;
}
.teaser em.more a {
	padding: 0 10px 0 0;
	background: url(../../../Images/Coffee/icons/link.gif) 100% 50% no-repeat;
}
#content .teaser p {
	margin-bottom: 0; /* IE */
}
.teaser img {
	float: left;
	margin: 0 15px 0 0;
	display: block;
	position: relative;
	width: 158px;
	height: 158px;
}
.subsection .teaser img {
	width: 110px;
	height: 110px;
}

/* Content page Type 1 */

#promo-special,
#promo-special-flash {
	position: relative;
	margin: 0 0 20px 0;
	width: 100%; /* IE 6 */
}
#promo-special .read-on,
#promo-special-flash .read-on {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

/* Content page Type 2 */

#main ul.photo-list {
	float: left;
	margin: 0 15px 0 0;
}
#main .photo-list li {
	background: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.photo-list li a {
	display: block;
}
.photo-list li a:hover,
.photo-list li a:active,
.photo-list li a:focus {
	background: none;
	text-decoration: underline;
}
.photo-list li img {
	display: block;
	width: 110px;
	height: 110px;
}
.photo-list li span {
	display: block;
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 91.67%; /* 11px */
	background: url(../../../Images/Coffee/icons/zoom.gif) 0 50% no-repeat;
}


/* Content page Type 3 */

.c3 #main {
	float: left;
	display: inline;
	margin: 0;
	width: 739px;
}
.c3 .text {
	float: left;
	width: 459px;
}
img.img-article {
	float: right;
	border: 1px solid #000;
}

/* Paging - Pager */

.pager {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	border-top: 1px solid #312c28;
	padding: 0;
}
.subsection .pager {
	padding-top: 0;
	border: none;
}
.subsection .pager ul {
	margin-top: 0;
	padding-top: 0;
}
.pager ul {
	margin: 10px 0 0 130px;
	padding: 20px 0 0 0;
	width: 40em;
}
#content .pager li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	color: #9f714b;
}
.pager li a,
.pager li strong {
	display: block;
	float: left;
	height: 1%;
	padding: 2px 5px;
	border: 1px solid #312c28;
	font-weight: normal;
}
.pager li strong {
	background: #49140e;
}
#content .pager li a:hover,
#content .pager li a:active,
#content .pager li a:focus,
#content .pager li.prev a:hover,
#content .pager li.next a:hover {
	background: #49140e;
	text-decoration: none;
	color: #9f714b;
	border: 1px solid #312c28;
}
#content .pager li.previous a,
#content .pager li.next a {
	border: 1px solid #1F150F;
}
.pager li.next a {
	padding-right: 10px;
	background: url(../../../Images/Coffee/icons/link.gif) 100% 55% no-repeat;
}
.pager li.previous a {
	padding-left: 10px;
	background: url(../../../Images/Coffee/icons/back.gif) 0% 55% no-repeat;
}

/* FORMS main & extras
-------------------------  */
.form div {
	display:inline;
	float:left;
	height:1%;
	margin:0 10px 10px 0;
	width:330px;
}
.form-wrapper {
	overflow: hidden;
	background: #1b1714;
	margin: 0 0 20px 0;
	padding: 20px 24px;
	height: 1%; /* IE 6 */
}
.box .form {
	margin: 20px 0 0 0;
}
#mainform h3 {
	clear: left;
}
fieldset {
	clear: left;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}
form.frm div {
	margin: 0 10px 10px 0;
	width: 330px;
	float: left;
	display: inline;
	height: 1%;
}
form div.form-l {
	width: 240px;
}
#main div.form-l input {
	width: 230px;
}
form div.form-m {
	width: 160px;
}
#main div.form-m  input {
	width: 150px;
}
form div.form-s {
	width: 80px;
}
#main div.form-s  input {
	width: 70px;
}
#main select {
	width: 330px;
	background: #CCBFAF;
}
.box select {
	display: block;
	margin: 0 0 15px 0;
	width: 100%;
	background: #CCBFAF;
}
#main option,
.box option {
	border-bottom: 1px solid #312c28;
	padding: 0 2px;
}
#main label,
.box label {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	width: 100%;
	font-size: 120%;
}
#main input,
.box input {
	font-size: 120%;
	padding: 4px 5px;
	background: #ccbfaf;
	border: 1px solid #000;
	width: 320px;
}
.box input {
	width: 179px;
}
#main input:focus,
#main input:active,
.box input:focus,
.box input:active {
	background: #fff;
}
#main input.button,
.box input.button {
	clear: both;
	margin: 3px 0 0 0;
	border: 2px solid #3b3833;
	border-bottom: 2px solid #2c2924;
	border-right: 2px solid #2c2924;
	padding: 3px 10px;
	width: auto;
	background: #16120f url(../../../Images/Coffee/bgs/button.png) 0 0 repeat-x;
	color: #CCBFAF;
	font-size: 130%;
}

#main input.button {
	margin-top: 10px;
}
#main input.button:hover,
#main input.button:active,
#main input.button:focus,
.box input.button:hover,
.box input.button:active,
.box input.button:focus {
	background: #49130E;
}
#main input.radio,
#main input.checkbox {
	float: left;
	display: inline;
	width: auto;
	margin-right: 3px;
	background: transparent;
	border: none;
}
.box fieldset {	
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	background: #1B1714;
}
fieldset fieldset {
	margin-bottom: 5px;
}
fieldset fieldset legend {
	display: block;
	position: relative;
  	margin-top: -10px;
  	height: 10px;
	text-indent: -9999px;
  	font-size: 100%;
}
#main fieldset fieldset input {
	float: left;
}
#main fieldset fieldset label {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
}
#main fieldset fieldset.f-mod label {
	float: left; /* IE 6 */
	position: relative;
	display: block;
	margin-left: 0px;
}
#main fieldset fieldset.f-mod > label { /* modern browsers */
	float: none;
	margin-left: 20px;
}
#main fieldset fieldset.f-mod > label p { /* modern browsers */
	font-size: 100%;
}
#main fieldset fieldset.f-mod > p { /* modern browsers */
	float: none;
	margin-left: 20px;
}
#main fieldset fieldset.f-mod.news p {
	font-size: 180%;
	line-height: 1.2;
}
#main p.annotation {
	margin: 30px 0 0 0;
	font-size: 11px;
}
#main .thank-you h3 {
	padding: 0 0 0 35px;
	background: url(../../../Images/Coffee/icons/ok.png) 0 0 no-repeat;
}
#main .wrong h3 {
	padding: 0 0 0 35px;
	background: url(../../../Images/Coffee/icons/ok-not.png) 0 0 no-repeat;
}
#main .next-steps {
	padding-bottom: 10px;
}
#main .next-steps p {
	margin-bottom: 20px;
}
html[xmlns*=""] body:last-child #main div fieldset.f-mod input.checkbox,
html[xmlns*=""] body:last-child #main div.error fieldset.f-mod input.checkbox { /* Opera */
	border: 0;
	background: #fff;
	width: 12px;
	height: 12px;
}
fieldset span {
	float: left;
	margin-right: 6px;
	padding-top: 5px;
	font-size: 120%;
}
#main input.eq7 {
	float: left;
	width: 285px;
}

/* tooltip - bubble */

a.info {
	width: 20px;
	text-decoration: none !important;
}

#main a.info img { /* modern browsers able to hover a without href */
	border: none;
	position: relative;
	vertical-align: bottom;
}
.info span {
	position: absolute;
	overflow: hidden;
	left: -2000px;
	width: 1px;
    	height: 1px;
    	text-align: left;
    	font-size: 100%;
}
a.info img {
	border: none !important;
}
.info:hover span,
.info:active span,
.info:focus span {
	position: absolute;
	z-index: 10;
	overflow: auto;
	padding: 10px;
	margin: 0;
	left: 0;
	width: 169px;
	height: 70px;
	top: -95px;
	left: 90px;
	color: #1B1714;
	background: url(../../../Images/Coffee/bgs/bubble.png) 0 100% no-repeat;
}
/* info bubble for E-Number */
i-e:hover span,
i-e:active span,
i-e:focus span {
	width: 169px;
	height: 70px;
	background: url(../../../Images/Coffee/bgs/bubble.png) 0 100% no-repeat;
}
/* info bubble for FD-Number */
i-fd:hover span,
i-fd:active span,
i-fd:focus span {
	width: 169px;
	height: 70px;
	background: url(../../../Images/Coffee/bgs/bubble.png) 0 100% no-repeat;
}


/* error */
#main .error label,
#main .error p {
	font-weight: bold;
	color: #cc0000;
}
#main .error input {
	border: 1px solid #cc0000;
}
#main .error h3 {
	color: #cc0000;
}
#main .error select {
	border: 1px solid #cc0000;
}
#main .error input.checkbox {
	border: 1px solid #cc0000;
}

/* CONFIGURATOR
-------------------  */

#chooser {
	display: none;
	overflow: hidden;
	margin: 0 0 49px 0;
	padding: 0;
	background: url(../../../Images/Coffee/bgs/coffee-result-arrow.png) 200px 100% no-repeat;
}
.js-enabled #chooser {
	display: block;
}
#chooser .choose-form {
	position:relative;
	overflow: hidden;
	padding-top: 20px;
	height: 1%;
	background: #15110e;
}
#chooser .choose-form fieldset {
	position: relative;
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}
#chooser fieldset div div {
	background-repeat: no-repeat;
	margin: 2px 0;
}
#chooser fieldset div {
	display: block;
	overflow: hidden;
	height: auto;
	width: 170px;
}
#chooser fieldset div div {
	background-repeat: no-repeat;
	margin: 2px 0;
}
#chooser fieldset div.option-box {
	position: relative;
	margin: 0;
	padding: 10px 15px;
	background-color: #282320;
	border: 10px solid #1b1714;
}
#chooser fieldset.first div.option-box {
	width: 185px;
	border-right-width: 5px;
}
#chooser fieldset.last div.option-box {
	border-left-width: 5px;
	padding-left: 30px;
}
#chooser h2 {
	display: block;
	margin: 0;
	padding: 0 0 20px 20px;
	font-size: 160%;
}
#chooser h3 {
	display: block;
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 130%;
	font-weight: bold;
}
#chooser h3 span {
	display: block;
	margin: 3px 0 0;
	font-size: 90%;
	color: #9d714c;
}

#chooser h3 span 
{
	margin-left:19px !important;
}

#chooser input[type=radio] {
	float: left;
	display: inline;
	width: auto;
}
#chooser .choose-form label {
	float: left;
	margin: 2px 0;
	padding: 5px 0 6px 75px;
	width: auto;
}

#chooser form label.label-focus {
	text-decoration: underline;
}
#chooser fieldset.last label {
	padding-left: 30px;
}
.usermode #chooser form label {
	padding-left: 25px;
}
.js-enabled #chooser fieldset div.null label {
	/*
	height: 1em;
	width: 90px;
	text-indent: -999em;
	*/
}
#chooser input.button {
	clear: both;
}

.js-enabled #chooser input {
	position: absolute;
	left: -9999em;
}

.usermode #chooser input {
	margin-top: .5em;
	position: static;
	left: auto;
}

.js-enabled #chooser input.button {
	display: none;
}
#chooser .slider-pane {
	position: absolute;
	top: 10px;
	left: 65px;
	width: 8px;
	height: 190px;
	background: #16120f url(../../../Images/Coffee/bgs/slider.png) 0 0 repeat-y;
}
.usermode #chooser .slider-pane {
	display: none;
}
* html #chooser .slider-pane {
	z-index: 99;
}
* + html #chooser .slider-pane {
	z-index: 99;
}
#chooser .last .slider-pane {
	position: absolute;
	top: 10px;
	left: 35px;
	width: 8px;
	height: 90%;
	background: #16120f url(../../../Images/Coffee/bgs/slider.png) 0 0 repeat-y;
}
#chooser .slider-pane span {
	position: absolute;
	font-size: 0;
}
#chooser .slider-pane .t {
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: #16120f url(../../../Images/Coffee/bgs/slider.png) -8px 0 no-repeat;
}
#chooser .slider-pane .b {
	bottom: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: #16120f url(../../../Images/Coffee/bgs/slider.png) -8px 100% no-repeat;
}
#chooser .slider-handle {
	z-index: 99;
	top: 22px;
	left: -6px;
	width: 22px;
	height: 14px;
	cursor: s-resize;
	background: #9c9286 url(../../../Images/Coffee/bgs/slider.png) -16px 0 no-repeat;
}
#chooser .slider-pane .indicator {
	top: 0;
	left: -15px;
	height: 8px;
	width: 35px;
	
	background: url(../../../Images/Coffee/bgs/slider-indicator.png) 0 0 no-repeat;
}
h2.amount-of-results {
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 150%;
	border-bottom: 1px solid #312c28;
}
/* PHOTO GALLERY
------------------ */

.photo-gallery {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	background: #1B1714;
}
.photo {
	overflow: hidden;
	position: relative;
	height: 309px;
}
.photo h2 {
	position: absolute;
	bottom: 0;
	padding: 10px 15px 7px;
	width: 430px;
	background: url(../../../Images/Coffee/bgs/gallery-description.png);
	font-size: 150%;
}

#main ul.photo-index {
	margin: 15px 0 0 15px;
	padding: 0;
	background: none;
}
#main ul.photo-index li {
	float: left;
	margin: 0 14px 14px 0;
	padding: 0;
	background: none;
}
ul.photo-index a {
 	display: block;
}
#main a.active img {
	border: 1px solid #9f714b;
}


/* LINKS AS BUTTONS */


em.read-on {
	position: relative;
	float: left;
	display: block;
	font-style: normal;
	background: url(../../../Images/Coffee/bgs/link-button-tl.png) 0 0 no-repeat;
}
.branding .read-on {
	position: absolute;
	bottom: 34px;
	left: 40px;
	margin: 0 0 0 0;
}
.read-on {
	margin: 20px 0 0 0;
}
.read-on span {
	display: block;
	float: left;
	background: url(../../../Images/Coffee/bgs/link-button-tr.png) 100% 0 no-repeat;
}
.read-on span span {
	background: url(../../../Images/Coffee/bgs/link-button-bl.png) 0 100% no-repeat;
}
#wrapper .read-on a {
	display: block;
	height: 1%;
	color: #CCBFAF;
	float: left;
	cursor: pointer;
	color: #9b8e7f;
}
.read-on a:hover {
	text-decoration: none;
	color: #9f714b !important;
}
.read-on span span span {
	display: block;
	padding: 5px 20px 7px 12px;
	font-weight: normal;
	background: url(../../../Images/Coffee/icons/link-2.png) 93% 50% no-repeat;
}

/* player
--------------- */

#stage {
	margin: 0 0 30px 0;
}

/* MAP 
--------------- */

#map-wrapper {
	position: relative;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #312C28;
	padding: 0 0 20px 0;
	width: 100%;
	height: 350px;	
}
#map-box {
	float: left;
	width: 500px;
	height: 100%;
}
#map-nav {
	float: left;
	height: 350px;
	width: 230px;
	overflow: auto;
}
#map-nav ul {
	width: 211px;
	position: relative;
}
#map-nav .box {
	margin-bottom: 0px;
	border-bottom: 1px solid #312c28;
	border-top: 0;
	border-right: 0;
	padding: 15px 15px 10px 15px;
	background: #15110e;
	width: 181px;
}
#map-nav .active {
	background: #312c28;
}

/* Google-Maps Infowindow */

.infowindow {
	margin: 0 10px 0 0;
	position: relative;
}

.infowindow h1 {
	color: #895E39;
	font-size: 170%;
	margin: 0 0 5px 0;
}

.infowindow a {
	padding-right: 8px;
	background: #fff url(../../../Images/Coffee/icons/info-link.gif) 100% 50% no-repeat;
	font-size: 130%;
}
/*jscrollpane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #15110e;
}
.jScrollPaneDrag {
	position: absolute;
	background: #24201d;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #15110e url(../../../Images/Coffee/icons/scroll.gif) 0 0px scroll;
	height: 16px;
	margin-bottom:1px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #15110e url(../../../Images/Coffee/icons/scroll.gif) 0 -34px scroll;
	height: 16px;
	margin-top:1px;
}
/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
}

html > body #shadowbox_overlay {
 	position: fixed;
	height: 100% !important;
	width: 100% !important;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: helvetica, arial, sans-serif;
  text-align: left; /* reset left alignment */
  color: #CCBFAF;
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title { 
  height: auto; 
  padding: 0;
  overflow: hidden; 
  height: 26px;
}
#shadowbox_title_inner {
  height: 26px;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 8px 0;
  text-align: center;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  }

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-left: 10px;
}


#shadowbox_nav_close {
	float: none;
	position: absolute;
	top: -18px;
	right: 0;
}



#shadowbox_counter {
  float: left;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}

div.locale-container 
{
	position:absolute;
	right:0;
	top:10px;
	}

div.locale-container a.locale-selector 
{
	color:#CCBFAF;
	font-size:12px;
	text-decoration:none;
	}


div.locale-container a.locale-selector:hover 
{
	text-decoration:underline;
	}

