/* 
Website: Triumph Product & Catalogue
Version: 1.0
----------------------------*/
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
html, body {
	border: 0;
	color: #58534b;
	width: 100%;
	height: 100%;
}
body { /* default: 16px to 10px */
	font: 62.5% verdana, arial, helvetica, sans-serif;
	background: #efeae4;
}
body.scroll {
	overflow-y: scroll;
}
* html body {
	background: url(../img/bg.png) fixed;
}

html,
input,
textarea {
	color: #7f6b50;
}

/* links */
a {
	color: #db001a;
	text-decoration: none;
}
a:visited {
    color: #db001a;
}
a:hover,
a:active,
a:focus {
	color: #db0811;
	text-decoration: none;
	border-bottom: 1px dotted #db0811;
}
a.external {
	background: transparent url(../img/external.gif) 0 1px no-repeat;
	padding-left: 17px;
	font-weight: bold;
}
/* hidden */
.aural,
a.skip ,
#nav-sub dt,
.news h2 span,
legend {
	position: absolute;
	left: -2000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
/* skip */
a.skip:focus,
a.skip:active {
	display: block;
	margin-top: 1em;
	padding: 5px;
	left: 100px;
	top: 25px;
	overflow: visible;
	width: auto;
	height: auto;
	background: #000;
	color: #fff;
	font-size: 120%;
}
/* clear */
.branding:after,
#nav-sub ul:after,
#content:after,
#teaser-switcher:after,
fieldset dl.small:after {
	content: " ";
	display: block;
	clear: both;
}
/* meta */
ul.nav-main,
#nav-sub dl,
.countries ul,
.store-locator ul,
ul.mood,
ul.send {
	height: 1%;
	list-style: none;
}
/* no hover borders */
.box a:hover,
.box a:active,
.box a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
#nav-sub a:hover,
#nav-sub a:active,
#nav-sub a:focus,
.logo a:hover,
#logo a:hover,
.logo a:active,
.logo a:focus,
.nav-main a:hover,
.nav-main a:focus,
.nav-main a:active,
#news .teaser a:hover,
#news .teaser a:focus,
#news .teaser a:active,
.prev a:hover,
.prev a:focus,
.prev a:active,
.next a:hover,
.next a:active,
.next a:focus,
.contextual p.back a:hover {
	border: 0;
	outline: none;
}
li.last,
div.last,
box.last {
	margin-right: 0 !important;
}
div.print-logo {
	display: none;
}

/* LAYOUT
----------------------------*/
#logo {
	position: absolute;
	top: 63px;
	right: 35px;
}
#bg-img {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	zoom: 1;
}
* html #bg-img {
	position: absolute;
	top: expression(ignoreMe = document.documentElement.scrollTop + 'px' );
	
}
#bg-img img {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 1;
}
* html #bg-img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: expression(document.documentElement.scrollTop + 'px' );
}
#overlay { /* catalogue */
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	opacity: 0.5;
}
#overlay.mod { /* emo */ 
	opacity: 0;
}
* html #overlay {
	position: absolute;
	top: expression(document.documentElement.scrollTop + 'px' );
}
#wrap { /* catalogue */
	position: absolute;
	overflow: hidden;
	width: 862px;
	top: 50px;
	left: 50%;
	margin-left: -435px;
	background: transparent;
}
*+html #wrap {
	width: 882px;
}
* html #wrap {
	width: 882px;
}
#wrap.alt { /* news, etc. */
	top: 125px;
	width: 750px;
	margin-left: -350px;
}
*+html #wrap.alt { /* news, etc. */
	width: 770px;
}
* html #wrap.alt { /* news, etc. */
	width: 770px;
}
#wrap-2 { /* emo */
	position: absolute;
	overflow: hidden;
	width: 600px;
	top: 215px;
	left: 50%;
	margin-left: -300px;
	background: transparent;
}
* html #wrap-2 {
	width: 620px;
}
#content {
	overflow: hidden;
	height: 1%;
	padding: 1em;
	padding-bottom: 2em;
}
html>/**/body #content {
	padding: 0 0 2em 0;
}
#secondary {
	width: 810px;
	float: left;
	background: #eaded0;
	padding: 2em;
	padding-top: 0;
}

/* TRANSPARENT BOXES */

.ct-wrapper {
	position: relative;
	height: 1%;
}
.ct-border {
	margin-top: 7px;
	height: 1%;
}
* + html .ct-border {
	margin-top: 0;
	margin-bottom: 7px;
}
* html .ct-border {
	margin-top: 0;
	margin-bottom: 7px;
	position: relative;
}
.ct-wrapper div.tl,
.ct-wrapper div.bl,
.ct-wrapper div.tr,
.ct-wrapper div.br {
	background: url(../img/bg/corners-white.png) 0 0 no-repeat;
}
.ct-wrapper div.tl,
.ct-wrapper div.bl {
	position: absolute;
	left: -7px;
	width: 100%;
	height: 7px;
	font-size: 0;
}
.ct-wrapper div.tl {
	top: -7px;
	background-position: 7px 0;
}
* html .ct-wrapper div.tl {
	background-image: url(../img/bg/tl-white.png);
}
.ct-wrapper div.bl {
	bottom: -7px;
	background-position: 7px 100%;
}
* html .ct-wrapper div.bl {
	background-image: url(../img/bg/bl-white.png);
}
.ct-wrapper div.tr,
.ct-wrapper div.br {
	position: absolute;
	right: 0;
	width: 7px;
	height: 7px;
	font-size: 0;
}
.ct-wrapper div.tr {
	top: -7px;
	background-position: 100% 0;
}
* html .ct-wrapper div.tr {
	background-image: url(../img/bg/tr-white.png);
}

.ct-wrapper div.br {
	bottom: -7px;
	background-position: 100% 100%;
}
* html .ct-wrapper div.br {
	width: 8px;
	background-image: url(../img/bg/br-white.png);
}

*+html .ct-wrapper div.br,
*+html .ct-wrapper div.bl {
	bottom: 0;
}
* html .ct-wrapper div.br, /* ToDo 7px vs 0 */
* html .ct-wrapper div.bl{
	/*
bottom: 0;
*/
}
.container {
	background: transparent url(../img/bg/bg-white.png) 0 0 repeat;
	padding: 3px 10px;
	height: 1%;
}
* html .container {
	background-color: #f8f3ed;
	background-image: none;
	padding-bottom: 10px;
}

/* COUNTRIES */
#start {
	width: 450px;
	position: absolute;
	top: 40%;
	right: 10%;
	background: transparent url(../img/bg/bg-start.png) repeat;
}
#start h3,
#news h3 {
	background: #d8c7ad;
	padding: .3em 0 .3em 1em;
	color: #4b402e;
	font-weight: normal;
}
#start ul {
	list-style: none;
	margin: 1.1em;
	padding-bottom: 2em;
}
#start li {
	float: left;
	background: #db0811;
	margin-right: .8em;
	font-size: 11px;
}
#start li.on {
	background: #e9e0d9;
	height: 1%;
}
#start li.on a {
	color: #7f6a4d;
	font-weight: bold;
}
#start li a {
	display: block;
	padding: .2em 1.5em;
	text-align: center;
	color: #fff;
}
#start li a:hover {
	border: 0;
	background: #e9e0d9;
	color: #7f6a4d;
}
#start li:hover ul {
	display: block;
}
#start ul.countries,
#start div.form-wrapper {
	position: absolute;
	width: 426px;
	background: #ebe2db;
	border-top: 0;
	margin: 25px 0 0 0;
	padding: 12px;
	top: 3em;
}
#start ul.countries {
	padding: 16px 9px 16px 15px;
}
html>/**/body #start ul.countries {
	margin-top: 25px;
}
#start ul.countries li {
	background: #e5d8c7;
	width: 190px;
	margin-right: 0;
	padding: .3em 10px;
	color: #DB0811;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
}
#start ul.countries li a {
	display: inline;
	background: none;
	padding: .3em .1em;
	color: #db001a;
	outline: none;
	border: none;
}
* html #start ul.countries li a {
	height: 1%; 
}
#start ul.countries li a.native,
#start ul.countries li a:focus,
#start ul.countries li a:hover,
#start ul.countries li a:active {
	background: none;
	text-decoration: underline;
	color: #db0811;
}

/* INDEX */
#start.index {
	width: 500px;
	background: none;
}
#start.index ul.mood {
	position: static;
	margin: 0 1em;
}
#start.index .mood li {
	float: left;
	background: #d8c7ad;
	margin: 0 0 0 1px;
	font-size: 1.1em;
}
#start.index .mood li.on {
	background: #eae2da;
}
#start.index .mood li a {
	display: block;
	padding: 5px 20px;
	color: #806b4e !important;
}
#start.index .mood a:hover,
#start.index .mood a:active {
	border: 0;
	background: #eae2da;
}
#start.index h1 {
	border: 0;
	display: block;
	margin: 0 !important;
	padding: 15px !important;
	color: #fff;
	font-size: 3.8em;
	font-style: italic;
}
* html #start.index h1 {
	margin: 0 !important;
	
}
#start.index li a {
	padding: 2px 15px;
}
#news {
	position: absolute;
	width: 255px;
	left: 0;
	background: transparent url(../img/bg/bg-start.png) repeat;
}
* html #news {
	background: #fff;
}
#news h3 {
	font-weight: bold;
}
#news h3 a:hover,
#news h3 a:focus {
	border-bottom: 1px dotted #db0811 !important;
}
#news .pager .prev {
	display: none;
}
#news .pager .next a {
	right: 10px;
	top: 50%;
}
#news .teaser {
	position: relative;
	width: 90px;
	height: 120px;
	margin-right: 0;
	margin-left: 10px;
	padding: 10px 0 0 20px;
}
#news .teaser.first {
	border: 0;
	margin-left: 0;
}
#news .teaser h4 {
	position: absolute;
	top: 80px;
	float: none;
	width: 90px;
	font-size: .92em;
}
#news .teaser h4 a {
	color: #f5f5f5;
}
* html #news .teaser h4 a {
	color: #db0811;
}
#news .teaser h4 a:hover {
	color: #db001a;
}
#news .teaser img {
	margin: 0;
	float: none;
	
}


/* BRANDING
----------------------------*/
.branding {
	position: relative;
	height: 1%;
}
.branding a.close {
	position: absolute;
	right: 0;
	top: -10px;
	border: none;
}
.branding a.emo-close {
	top: 0px;
}
*+html .branding a.close {
	top: 0;
}
* html .branding a.close {
	top: 5px;
}
.branding a.close img {
	border: none;
}
.logo {
	padding: 5px 10px 0;
}
.branding p.logo {
	font-size: 100%;
}
.logo img {
	border: 0;
}
.branding p {
	font-size: 1.1em;
}

/* TOOLBAR; NAV-GLOBAL; NAV-SERVICE */
#toolbar {
	position: absolute;
	width: 100%;
	min-width: 970px;
	font-size: 110%;
	z-index: 99;
}
#toolbar-underlay {
	position: absolute;
	width: 100%;
	min-width: 970px;
	height: 1.29em;
	padding: 10px 0;
	background: #7d756a;
	opacity: 0.7;
}
#toolbar ul,
#toolbar li {
    list-style: none;
}
#nav-meta {
	float: left;
}
#nav-special {
	float: left;
}
#nav-global {
	margin-left: -3px;
	float: left;
}
#nav-service {
	margin-right: 15px;
	float: right;
}
#toolbar li {
	position: relative;
	float: left;
	padding: 0;
}
#toolbar a {
	display: block;
	padding: 10px 9px;
	color: #F9EFE5;
	border: 0;
	outline: none;
}
#toolbar a:focus {
	outline: none;
}
#toolbar a:focus,
#toolbar a:active {
	border: 0;
	outline: none !important;
}
/* SUBMENU */

/* 
 * Breite wird dynamisch durch JS berechnet. Wunschbreite ewntspricht der Breite des Obermen�s.
 * Mindestbreite entspricht der Breite des l�ngsten Men�punktes + 21 (2 x 9 f�r padding + 3 f�r left Wert)
 */
#toolbar a.hasSubmenu {
	padding-right: 20px;
	background-image: url(../img/icons.png);
	background-position: 100% -107px;
	background-repeat:  no-repeat;
}
#toolbar a.active,
#toolbar a:hover,
#toolbar a.active-parent,
#toolbar a.current {
	background-color: #a29279;
	color: #F9EFE5; 
	background-position: 100% -167px;
}
#toolbar li ul a.active,
#toolbar li ul  a:hover,
#toolbar li ul  a:focus,
#toolbar li ul  a:active {
	background-color: transparent;
	color: #DB0811;
}
#toolbar li div {
	display: none;
	overflow: hidden;
	position: absolute;
	width: 18em;
	left: 0;
}
#toolbar li ul {
	overflow: hidden;
	height: 1%;
	margin-top: -1px;
	background: #e2dbc9;
}
#toolbar li:hover div,
#toolbar ul.ui-menubar li.over div,
#toolbar ul li.over div {
	display: block;
}
#toolbar .ui-menubar li:hover div {
	display: none;
}
#toolbar li div a {
	padding: 3px 9px;
	color: #7F6A4E;
	zoom: 1;
}
#toolbar span.bl,
#toolbar span.br {
	display: block;
	position: static;
	width: 6px;
	height: 6px;
	background: url(../img/bg/nav-r.png) 0 0 no-repeat;
	float: right;
}
#toolbar span.bl {
	float: left;
	width: 100%;
	margin-left: -6px;
	background: url(../img/bg/nav-l.png) 0 0 no-repeat;
}
#toolbar li div li {
	display: block;
	width: 100%;
	padding: 1px 0;
	border-top: 1px solid #DAC9B1;
}
/* Navservice in toolbar */
#nav-service {
	padding-left: 12px;
}
#nav-meta li:first-child,
#nav-meta li.first-child {
	background-image: none;
}
#nav-special {
	background: url(../img/bg/nav-seperator.png) 0 4px no-repeat;
	margin-left: 5px;
	padding-left: 5px;
}
#nav-special a {
	padding-right: 20px;
	background: url(../img/icons.png) 100% -47px  no-repeat;
	background-position: 100% -47px  !important;
	color: #d4b892;
}
/* CATALOGUE NAV-MAIN
----------------------------*/
ul.nav-main {
    background: transparent;
    float: left;
	margin-left: 5px;
	margin-top: 0;
}
* html ul.nav-main {
	margin-bottom: -20px;
}
*+html ul.nav-main {


	margin-bottom: -15px;
}
ul.nav-main li {
    float: left;
    display: inline;
    height: 100%;
    margin-right: 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
	margin-right: -39px;
}
* html ul.nav-main li {
	margin-right: -41px;
}
ul.nav-main li a {						
    display: block;
    float: left;
	background: transparent url(../img/bg/tab_1.png) 0 0 no-repeat;
    padding-left: 6px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border-bottom: 0;
    height: 1%;
    position: relative;
    cursor: pointer;
    text-align: center;
	position: relative;
	z-index: 4;
}
* html ul.nav-main li a {						
	background: transparent url(../img/bg/tab-1.gif) 0 0 no-repeat;
}
ul.nav-main li a.second {						
	z-index: 3;	
}
ul.nav-main li a.third {						
	z-index: 2;
}
ul.nav-main li a.forth {						
	z-index: 1;
}
ul.nav-main li a span {
    display: block;
    padding: 13px 11px 23px 5px;
	height: 8px;
	color: #fff; /* ie6 */
	width: 150px;
    white-space: nowrap;
}
* html ul.nav-main li a span span { 
	padding: 0;
}
ul.nav-main li a.triumph span {						
	background: transparent url(../img/logos/triumph.png) 45% 13px no-repeat;
}
ul.nav-main li a.misstriumph span {						
	background: transparent url(../img/logos/miss-triumph.png) 44% 16px no-repeat;
}
ul.nav-main li a.classics span {						
	background: transparent url(../img/logos/classics.png) 41% 6px no-repeat;
}
ul.nav-main li a.beedees span {						
	background: transparent url(../img/logos/bee-dees.png) 43% 9px no-repeat;
}
ul.nav-main li a.triaction span {						
	background: transparent url(../img/logos/triaction.png) 43% 9px no-repeat;
}
ul.nav-main li a.mamabel span {						
	background: transparent url(../img/logos/mamabel.png) 39% 5px no-repeat;
}
ul.nav-main li a.sloggi span {						
	background: transparent url(../img/logos/sloggi.png) 45% 66% no-repeat;
}
/* ie 6 */
* html ul.nav-main li a.triumph span {						
	background: transparent url(../img/logos/triumph2.gif) 45% 56% no-repeat;
}
* html ul.nav-main li a.misstriumph span {						
	background: transparent url(../img/logos/miss-triumph2.gif) 38% 60% no-repeat;
}
* html ul.nav-main li a.classics span {						
	background: transparent url(../img/logos/classics2.gif) 43% 48% no-repeat;
}
* html ul.nav-main li a.beedees span {						
	background: transparent url(../img/logos/bee-dees2.gif) 43% 9px no-repeat;
}
* html ul.nav-main li a.triaction span {						
	background: transparent url(../img/logos/triaction2.gif) 40% 48% no-repeat;
}
* html ul.nav-main li a.mamabel span {						
	background: transparent url(../img/logos/mamabel2.gif) 40% 48% no-repeat;
}
* html ul.nav-main li a.sloggi span {						
	background: transparent url(../img/logos/sloggi2.gif) 45% 66% no-repeat;
}
ul.nav-main li a span span {
	background: none !important;
	position: relative;
	left: -999em;
	top: -999em;
}
ul.nav-main li a.first span span {
	left: 0;
	top: 0;
	padding-top: 5px;
	margin-left: -7px;
}
ul.nav-main li a span img {
    border: none;
}
ul.nav-main li.active a,
ul.nav-main li a:hover,
ul.nav-main li a:active,
ul.nav-main li a:focus {
    color: #666257 !important;
	background: transparent url(../img/bg/tab_2.png) 0 0 no-repeat;
	z-index: 50 !important;
}
* html ul.nav-main li.active a,
* html ul.nav-main li a:hover,
* html ul.nav-main li a:active,
* html ul.nav-main li a:focus {
	background: transparent url(../img/bg/tab-2.gif) 0 2px no-repeat;
}
ul.nav-main li.active a span,
ul.nav-main li a:hover span,
ul.nav-main li a:active span,
ul.nav-main li a:focus span {
    color: #fff !important;
	position: relative;
}
/* ie 6 */
* html ul.nav-main li a.triumph:hover span,
* html ul.nav-main li.active a.triumph span {						
	background: transparent url(../img/logos/triumph1.gif) 45% 56% no-repeat;
}
* html ul.nav-main li a.misstriumph:hover span,
* html ul.nav-main li.active a.misstriumph span {						
	background: transparent url(../img/logos/miss-triumph1.gif) 38% 60% no-repeat;
}
* html ul.nav-main li a.classics:hover span,
* html ul.nav-main li.active a.classics span {						
	background: transparent url(../img/logos/classics1.gif) 43% 48% no-repeat;
}
* html ul.nav-main li a.beedees:hover span,
* html ul.nav-main li.active a.beedees span {						
	background: transparent url(../img/logos/bee-dees1.gif) 43% 9px no-repeat;
}
* html ul.nav-main li a.triaction:hover span,
* html ul.nav-main li.active a.triaction span {						
	background: transparent url(../img/logos/triaction1.gif) 40% 48% no-repeat;
}
* html ul.nav-main li a.mamabel:hover span,
* html ul.nav-main li.active a.mamabel span {						
	background: transparent url(../img/logos/mamabel1.gif) 40% 48% no-repeat;
}
* html ul.nav-main li a.sloggi:hover span,
* html ul.nav-main li.active a.sloggi span {						
	background: transparent url(../img/logos/sloggi1.gif) 45% 66% no-repeat;
}
/* Nav-Main nur eine Marke */
ul.single{
	background: #D8C6AD url(../img/bg/corner_catalog.gif) no-repeat scroll 100% -145px;
	margin-left: 0;
	margin-bottom: -10px;
	width: 100%;
}
* + html ul.single{
	margin-bottom: -25px;
}
* html ul.single{
	margin-bottom: -25px;
}
ul.single li {
	background: #D8C6AD url(../img/bg/corner_catalog.gif) no-repeat scroll 0 0;
	width: 99%;
	margin-left: 0 !important;
} 
ul.single li a,
ul.single li a.active,
ul.single li a:hover,
ul.single li a:focus,
ul.single li a:active {
	background: none !important;
	float: right;
	margin-right: -12px;
}
ul.single li a span,
ul.single li a span span {
	width: auto;
	margin-right: 10px;
	background-position: 100% 10px !important;
}





/*  CATALOGUE NAV-SUB
----------------------------*/
#nav-sub {
	clear: left;
	width: 100%;
	background: #d8c6ad url(../img/bg/corner_catalog.gif) 0 0 no-repeat;
	padding: 0;
	overflow: hidden;
	height: auto;
}
#nav-sub.alt {
	background-image: none;
}
html > body #nav-sub {
	min-height: 1.2em;
}
#nav-sub span {
	background: transparent url(../img/bg/corner_catalog.gif) no-repeat scroll 100% -145px;
	display: block;
	width: 5px;
	height: 3em;
	float: right;
}
#nav-sub dl {
	margin-left: 20px;
	background: #D8C6AD;
	padding: .8em 0;
}
#nav-sub.alt dl {
	background-image: none;
}
#nav-sub dl.alt {
	background: none;
}
* html #nav-sub,
* html #nav-sub dl { /* keine runden ecken, weil alle boxen eckig sind */
	background-image: none;
}
#nav-sub dd {
	display: inline;
	padding-right: 10px;
	font-size: 1em;
	color: #fff;
}
#nav-sub dd strong {
	font-weight: bold;
	color: #7f6a4e;
}
#nav-sub a,
#nav-sub a:visited {
	color: #fff;
	text-decoration: underline;
}

/* CONTENT
----------------------------*/
#main { /* catalogue */
	height: 250px;
	background: transparent url(../img/bg/bg-main.png) repeat;
	padding: 20px 20px 5px;
}
html > body #main {
	height: auto;
	min-height: 250px;
	overflow: hidden;
}
* html #main {
	background: #e9decc;
}
#main.alt { /* news, newsletter, etc. */
	height: 310px;
}
html > body #main.alt {
	height: auto;
	min-height: 310px;
	padding-right: 0;
}
* html #main.alt {
	height: 330px;
}
#main-2 { /* emo */
	overflow: hidden;
	height: 225px;
	background: transparent url(../img/bg/bg-main.png) repeat;
	padding-top: 15px;
	padding-right: 0;
}
html > body #main-2 {
	height: auto;
	min-height: 225px;
}
* html #main-2 {
	height: 255px;
	background: #e9decc;
	padding-left: 0;
}

#progress {
	zoom: 1;
}
#progress h1,
#progress h2,
#progress h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.branding h1,
#container-1 h1 {
	font-size: 2.8em;
	border: 0;
	line-height: 1.2em;
	margin: 5px 0 15px 10px;
	padding: 0;
	color: #db001a;
}
.branding h1 {
	margin-top: 10px;
}
h1,
h2 {
	border-bottom: 1px solid #D4B891;
	margin: 0 0 20px 0;
	padding-bottom: 2px;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #7f6a4e;
	line-height: 1;
}
h2 {
	clear: left;
	border-bottom-color: #D4B891;
	margin: 9px 0 23px 0;
}
.head {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding-bottom: .4em;
	border-bottom: 1px solid #D4B891;
}
.head h1,
.head h2 {
	float: left;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.3em;
}
.head .head-extra {
	float: right;
}
.head a.input {
	font-size: 110%;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 8px;
}
h3,
.mod h3 {
	background: transparent url(../img/bg-h3-b.png) 0 0 no-repeat;
	padding: 9px 10px 10px 15px;
	font-size: 1.1em;
	color: #db001a;
}
h3 a {
	background: transparent url(../img/arrow.png) 100% 5px no-repeat;
	width: auto;
	padding-right: 10px;
	white-space: nowrap;
}
.b-254 h3 a {
	line-height: 1.8em;
}
h3 a.image {
	background: none;
	padding-right: 0;
}
.mod .box h3 {
	padding: 5px 11px 3px 15px;
	overflow: hidden;
}
.mod h3 a {
	background: none;
	padding-right: 0;
}
.mod h3 a em {
	background: transparent url(../img/arrow.png) 100% 4px no-repeat;
	border: none;
	overflow: hidden;
	width: auto;
	line-height: 1;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: .92em;
	font-weight: normal;
	font-style: normal;
	color: #DB001A;
}
.mod .box h3 a:hover,
.mod .box h3 a:focus,
.mod .box h3 a:active {
	border-bottom: none !important;
}
.mod .box h3 a:hover strong,
.mod .box h3 a:focus strong,
.mod .box h3 a:active strong {
	border-bottom: 1px dotted #db0811;
}
.b-254 h3,
.b-390 h3 {
	font-size: 1.3em;
	padding: 6px 10px 4px 15px;
}
.b-390 h3 {
	width: 366px;
}
*+html .b-254 h3 {
	width: 228px;
}
* html .b-254 h3 {
	width: 228px;
}
html > body h3 a {
	width: auto;
	min-width: 100px;
}
.teaser-wrapper {
	overflow: hidden;
	padding-bottom: 0;
}
* html .teaser-wrapper {
	padding-bottom: 15px;
}
.teaser-wrapper.mod {
	margin-left: 20px;
}
.dyn-wrapper .teaser-wrapper.mod,
.infobox .teaser-wrapper.mod {
	margin-left: 0;
	position: relative;
}
.dyn-wrapper h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.box {
	float: left;
	position: relative;
	background: url(../img/bg-h3.png) 100% 0 no-repeat;
	width: 192px;
	margin-right: 11px;
	margin-bottom: 13px;
}
.box-alt {
	float: left;
	position: relative;
	width: 192px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.box-alt h3 {
	font-size: 1.8em;
	background: none;
	color: #7F6A4E;
	margin: 0 20px 3px 0;
	padding-left: 0;
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: normal;
}
.box-alt p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #7F6A4E;
}
.box h3 a img {
	margin: 0;
	padding: 0;
	border: none;
}
.b-254 {
	width: 256px;
	margin-right: 17px;
	margin-bottom: 17px;
}
.b-390 {
	width: 392px;
	margin-right: 18px;
	margin-bottom: 18px;
}
* html .b-390 {
	margin-right: 14px;
}
.box img {
	display: block;
	border: 1px solid #dac9b1;
	border-top: 0;
}
.box a span { 
	display: none;
}
.box a:hover span,
.box a:focus span {
	display: block;
	position: absolute;
	width: 170px;	
	background: url(../img/bg/bg-white.png) 0 0 repeat;
	bottom: 0;
	border: 1px solid #dac9b1;
	padding: 5px 10px;
	color: #806b4e;
	line-height: 1.5;
	zoom: 1;
}
.box p,
.box div {
	background: #f5f0ea;
	border: 1px solid #dac9b1;
	border-width: 0 1px 1px;	
	border-top: 0;
	margin: 0;
	min-height: 3.2em;
	padding: .7em;
	font-size: 1em;
	line-height: 1.6em;
	color: #7f6a4e;
}
*html .box p,
*html .box div {
	height: 3.2em;
}
.box div div {
	height: auto !important;
	min-height: auto;
	border: none;
}
.box div .line {
	margin-top: -10px;
	padding-top: 10px;
	border-top: 1px solid #eadece;
}
.box p {
	line-height: 1.5;
	min-height: 3em;
	padding: .45em .7em;
}
html > body .box p {
	height: auto;
}
.box div {
	/*overflow: hidden;*/
	line-height: 1.5;
}
html > body .box div {
	min-height: 160px;
}
html > body .box div div {
	min-height: 0;
}
* html .box div {
	height: 160px;
	overflow: visible;
}
.box li a:hover,
.box li a:active,
.box li a:focus,
.box h3 a:hover,
.box h3 a:focus,
.box h3 a:active {
	border-bottom: 1px dotted #db0811;
}
.box ul {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 1em;
}
/*.box ul.list-1,
.box ul.list-2 {
	width: 49%;
}
.box ul.list-1 {
	float: left;
}
.box ul.list-2 {
	float: right;
}*/
.box li {
	padding-bottom: .5em;
	padding-left: 15px;
	font-size: 1.1em;
}
.box ul.list-2column li {
	width: 43%;
	float: left;
}
*+html .box ul.list-2column li {
	padding-bottom: 0;
}
* html .box ul.list-2column li {
	padding-bottom: 0;
}



/* country Contact */
#start div.form-wrapper .form {
	background-color: #E5D8C7;
	padding: 20px 20px 0 20px;
}
#start div.form-wrapper .form p {
	font-size: 1.1em;
	padding-bottom: 10px;
}
#start div.form-wrapper .form fieldset p {
	font-size: .9em;
}
#start div.form-wrapper .form .content-submit {
	float: right;
}

#start h1 {
	border: none;
	margin: 0 0 10px 0;
}
#start fieldset dl {
	float: left;
}
#start fieldset dl.alt {
	float: right;
}
#start fieldset input {
	width: 180px;
}
#start fieldset textarea,
#start fieldset input#subject {
	width: 380px;
}



/* NEWS */
.news {
	font-size: 1.1em;
	line-height: 1.7;
}
.news img {
	float: left !important;
	margin: 0 25px 0 0;
	border: 1px solid #d4b891;
}
.news h2 {
	clear: none;
	margin-bottom: 10px;
	border: 0;
	font-size: 1.6em;
	line-height: 1.4;
}
.news h2 em {
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	font-style: normal;
	line-height: 1;
}
.news p {
	margin-bottom: 0;
	margin-left: 310px;
	padding-right: 50px;
}
.news p a.input {
	margin-top: 20px;
}
.news .news-item {
	clear: both;
	float: left;
	width: 690px;
	border-bottom: 1px solid #D4B891;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.news div.last {
	border-bottom: none;
	margin-bottom: 0;
}
/* TEASER */
h4 {
	margin-bottom: .2em;
	font-size: 1.1em;
	line-height: 1.4;
}
.teaser {
	width: 257px;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #7f6a4e;
}
.teaser h4 {
	float: right;
	width: 132px;
}
.teaser img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #d4b891;
}
.teaser p {
	line-height: 1.5;
	padding-left: 125px;
}

/* TEASER-SWITCHER */
#teaser-switcher {     
	position: relative;
	width: 100%;
	height: 1%;
	background: #f5eee6;
	margin: 0;
	padding: 20px 0;
}
html > body .stage {
	padding: 0 55px;
}
* html .stage {
	padding: 0 7px;
}
#teaser-switcher .stage div.active a {
	color: #7F6A4E;
}
#teaser-switcher .stage div.active a:hover,
#teaser-switcher .stage div.active a:focus,
#teaser-switcher .stage div.active a:active {
	border-bottom: none;
}
.prev a,
.next a {
	position: absolute;  
	top: 40px;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: -9999px;
}
.prev a {
	left: 20px;
	background: url(../img/teaser-switcher-prev.png) 0 0 no-repeat;
}
.next a {
	right: 20px;
	background: url(../img/teaser-switcher-next.png) 0 0 no-repeat;
}
.prev a:hover,
.prev a:active {
	background: url(../img/teaser-switcher-prev.png) 0 -20px no-repeat;
}
.next a:hover,
.next a:active {
	background: url(../img/teaser-switcher-next.png) 0 -20px no-repeat;
}
.prev a.show,
.next a.show {
	display: block;
}
* html #teaser-switcher .teaser.first {
	margin-left: 25px;
	border-left: 1px solid #e4ded8; 
}
#teaser-switcher .teaser.first {
	border-left: 1px solid #e4ded8; 
}
#teaser-switcher .teaser {       
	overflow: hidden;   
	border-right: 1px solid #e4ded8; 
	width: 190px;
	margin-right: 0;
	padding-left: 15px;
}
#teaser-switcher .teaser h4 {
	width: 90px;
	margin-right: 0;
	font-size: .92em;
}
#teaser-switcher img {
	margin: 0;
}

/* CONTAINER-WRAP */
#container-wrap {
	height: 330px;
	background: url(../img/bg-container-1.png) 48% repeat-y;
}
html > body #container-wrap {
	height: auto;
	min-height: 330px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* EMO */
#container-wrap-2 {
	height: 225px;
	overflow: hidden;
	background: none;
	margin: 0 40px 0 40px;
	border-style: solid;
	border-color: #eee;
	border-width: 0 1px;
}
* html #container-wrap-2 {
	margin: 0 40px 0 40px;
}
html > body #container-wrap-2 {
	height: auto;
	min-height: 225px;
}
#container-wrap-2 #container-1 {
	position: relative;
	width: 460px;
	padding-right: 20px;
	padding-left: 20px;
}
html>/**/ #container-wrap-2 #container-1 {
	padding-left: 30px;
}
#main-2 #container-wrap-2 #container-1 h1 {
	margin: 0 0 10px;
	padding-right: 180px;
	font-size: 2.6em;
	line-height: 1.2;
}
#main-2 #container-1 h1 {
	font-size: 2.2em;
}
#container-wrap-2 #container-1 img {
	position: absolute;
	top: 0;
	right: 20px;
}
*+html #container-wrap-2 #container-1 img {
	right: 40px;
}
#container-wrap-2 #container-1 p {
	margin-right: 0;
	padding-right: 180px;
	font-size: 1.2em;
}
#wrap-2 .branding {
	padding-top: 20px;
}
.branding fieldset dt {
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: normal;
}
.branding select {
	font-size: 1.1em;
	font-weight: bold;
}
.branding dl {
	margin: 5px 10px 15px;
}
ul.mood {
	position: absolute;
	top: -10px;
	left: -11px;
	background: transparent;
}
.mood li,
#start.index .mood li {
	float: left;
	background: #d8c7ad;
	margin-left: 1px;
	font-size: 1.1em;
}
.mood li.on,
#start.index .mood li.on {
	background: #eae2da;
}
.mood li a,
#start.index .mood li a {
	display: block;
	padding: 5px 20px;
	color: #806b4e !important;
}
.mood a:hover,
.mood a:active,
#start.index .mood a:hover,
#start.index .mood a:active {
	border: 0;
	background: #eae2da;
}

/* CONTAINER-1, CONTAINER-2 */
#container-wrap.alt {
	margin: 0 40px 0 20px;
	border-style: solid;
	border-color: #eee;
	border-width: 0 1px;
}
#container-wrap.alt #container-1 {
	width: 40%;
	padding-left: 20px;
}
#container-wrap.alt #container-2 {
	width: 40%;
	padding-left: 30px;
}
html>/**/body #container-wrap.alt #container-2 {
	padding-left: 40px;
}
#container-wrap.alt #container-2 img {
	margin-top: 20px;
}
#container-wrap .prev a,
#container-wrap-2 .prev a,
#container-wrap .next a,
#container-wrap-2 .next a {
	top: 55%;
}
*+html #container-2 fieldset{
	width: 300px;
}
* html #container-2 fieldset{
	width: 300px;
}
#container-1,
#container-2 {
	float: left;
	width: 49%;
}
#container-1 h2,
#container-2 h2 {
	border: 0;
	margin: 0 20px 5px 0;
}
#container-wrap #container-1 h2 {
	line-height: 1.3em;
}
#container-1 h3 {
	background: none;
	padding-bottom: 0;
	padding-left: 0;
	color: #7F6A4E;
}
#container-1 p,
#container-2 p {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.5;
}
#container-1 img,
#container-2 img {
	border: 1px solid #d4b891;
	margin: 10px 0 0;
}
#container-1 p {
	margin-right: 20px;
}
#container-1 p.button {
	margin-right: 0;
}
#container-2 p.required {
	float: right;
	font-size: .92em;
}
#container-2 h2,
#container-2 p {
	padding-left: 20px;
}
#container-2 img {
	margin-left: 20px;
}
.required span,
fieldset dt span,
p.info,
#start div.form-wrapper .form p span {
	color: #db001a;
}
p.info {
	margin-top: 10px;
	font-weight: bold;
}

.nav-pager {
	height: 1%;
	margin: 5px 0;
	margin-left: -10px;
	text-align: center;
	font-size: 1.1em;
}
* html .nav-pager {
	margin-left: 0;
}

/* Fabric Care */
#container-wrap-3 {
	background: transparent url(../img/bg/container-wrap-3.gif) 0 0 repeat-y;
	height: 300px;
	margin-bottom: 10px;	
}
html > body #container-wrap-3 {
	height: auto;
	min-height: 300px;
	overflow: hidden;
}
#container-wrap-3 #container-1 {
	width: 203px;
	background-color: #F8F3ED;
}
#container-wrap-3 #container-2 {
	width: 468px;
	background-color: #F8F3ED;
	margin-left: 20px;
}
* html #container-wrap-3 #container-2 {
	width: 458px;
}
#container-wrap-3 #container-1 ul,
#container-wrap-3 #toc,
#container-wrap-3 ol.toc-panel {
	margin: 23px 10px;
}
#container-wrap-3 #container-1 ul li,
#container-wrap-3 #toc li,
#container-wrap-3 ol.toc-panel li {
	background: #F8F3ED url(../img/bg/li-bg.png) 0 0 repeat-x;
	border: 1px solid #d4b892;
	border-bottom: none;
	list-style-type: none;
	font-weight: bold;
}
* html #container-wrap-3 #container-1 ul li,
* html #container-wrap-3 #toc li,
* html #container-wrap-3 ol.toc-panel li {
	display: inline-block;
	height: 1%;
	margin-bottom: -2px;	
}
#container-wrap-3 #container-1 ul li.active {
	background: #b9a180;
	color: #fff;
	padding: 6px 14px;
}
#container-wrap-3 #container-1 ul li.active a {
	background-image: none;
	padding: 0;
	color: #fff;
	cursor: default;
}
#container-wrap-3 #container-1 ul li.last,
#container-wrap-3 #toc li.last,
#container-wrap-3 ol.toc-panel li.last {
	border-bottom: 1px solid #d4b892;
}
#container-wrap-3 #container-1 ul li a,
#container-wrap-3 #toc li a,
#container-wrap-3 ol.toc-panel li a {
	background: transparent url(../img/arrow.png) 97% 50% no-repeat;
	display: block;
	padding: 6px 14px;
}
#container-wrap-3 #container-1 ul li a:hover,
#container-wrap-3 #container-1 ul li a:active,
#container-wrap-3 #container-1 ul li a:focus,
#container-wrap-3 #toc li a:hover,
#container-wrap-3 #toc li a:active,
#container-wrap-3 #toc li a:focus,
#container-wrap-3 ol.toc-panel li a:hover,
#container-wrap-3 ol.toc-panel li a:active,
#container-wrap-3 ol.toc-panel li a:focus {
	border-bottom: none;
}
#container-wrap-3 #container-1 ul li a:hover span,
#container-wrap-3 #container-1 ul li a:active span,
#container-wrap-3 #container-1 ul li a:focus span,
#container-wrap-3 #toc li a:hover span,
#container-wrap-3 #toc li a:active span,
#container-wrap-3 #toc li a:focus span,
#container-wrap-3 ol.toc-panel li a:hover span,
#container-wrap-3 ol.toc-panel li a:active span,
#container-wrap-3 ol.toc-panel li a:focus span {
	border-bottom: 1px dotted #DB0811;
}

#container-wrap-3 #container-1 img {
	margin: 0;
}
#container-wrap-3 #container-1 p,
#container-wrap-3 #container-1 h3 {
	margin: 0 15px;
}
#container-wrap-3 #container-2 ul {
	padding: 0 0 20px 0;
	float: left;
}
#container-wrap-3 #container-2 ul li {
	list-style-type: none;
	float: left;
	width: 428px;
	margin: 5px 20px 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #d4b892;
}
* html #container-wrap-3 #container-2 ul li {
	margin: 5px 10px 0 10px;
	width: 420px;
}
#container-wrap-3 #container-2 ul li.last {
	border-bottom: none;
	margin-right: 10px !important;
}
#container-wrap-3 #container-2 ul li img {
	border: none;
	float: left;
	margin: 0 15px 5px 0;
}
#container-wrap-3 #container-2 ul li h2 {
	clear: none;
	padding: 0;
}
#container-wrap-3 #container-2 ul li p {
	padding: 0;
}
/* Fabric Care ende */


/* glossary-nav */
#container-wrap-3 #container-2 #glossary-nav {
	border: 1px solid #D4B892;
	background: #d8c6ad url(../img/bg/glossary.gif) 0 0 repeat-x;
	padding: 0;
	width: 100%;
}
#container-wrap-3 #container-2 #glossary-nav li {
	float: left;
	width: 10px;
	border-bottom: none;
	margin: 0 0 0 0;
	padding: 9px 0 9px 7px;
	color: #DAC9B1;
	font-size: 1.5em;
}
*+html #container-wrap-3 #container-2 #glossary-nav li {
	padding-left: 6px;
}
* html #container-wrap-3 #container-2 #glossary-nav li {
	padding-left: 5px;
}
#container-wrap-3 #container-2 #glossary-nav li a {
	color: #7F6A4E;
}
#container-wrap-3 #container-2 #glossary-nav li a:hover,
#container-wrap-3 #container-2 #glossary-nav li a:focus,
#container-wrap-3 #container-2 #glossary-nav li a:active {
	color: #DB0711;
}
#container-wrap-3 #container-2 #glossary-nav li.active {
	color: #fff;
	background: transparent url(../img/bg/glossary-active.gif) 0% 50% no-repeat;
	margin: 0 3px 0 8px;
	padding: 10px 10px 9px 7px;
	font-weight: bold;
}
#container-wrap-3 #container-2 #glossary-nav li.active a {
	color: #fff;
	cursor: default;
}
/* glossary-nav Ende */
/* Glossary Dom-Tabs */
#container-wrap-3 #container-2 #glossary {
	margin-top: 50px;
}
* html #container-wrap-3 #container-2 #glossary {
	margin-top: -10px;
}
#container-wrap-3 ol.toc-panel li {
	font-weight: normal;
}
#container-wrap-3 ol.toc-panel li a  {
	font-weight: bold;
	font-size: 1.1em;
	padding: 7px 10px 7px 18px;
	background: transparent url(../img/icon-arrow.png) 10px 12px no-repeat;
}
#container-wrap-3 ol.toc-panel li a.on {
	background: #b9a180 url(../img/arrow-alt.gif) 8px 12px no-repeat;
	color: #fff;
	padding: 7px 10px 7px 18px;;
}
#container-wrap-3 ol.toc-panel li a.on:hover span,
#container-wrap-3 ol.toc-panel li a.on:active span,
#container-wrap-3 ol.toc-panel li a.on:focus span {
	border-bottom: none;
}
#container-wrap-3 ol.toc-panel li div {
	padding-top: 10px;
	background-color: #ddd1c1;
}
#container-wrap-3 ol.toc-panel li p {
	margin-bottom: 0;
	padding: 0 15px 10px 15px;
}
/* Glossary Dom-Tabs Ende */


/* FORMS */
#container-2 form {
	margin: 0 0 0 10px;
}
fieldset {
	border: 0;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.5;
	color: #7f6a4e;
}
#container-2 form fieldset {
	width: 300px;
}
form.alt fieldset {
	width: auto;
}
fieldset legend {
	display: none;
}
fieldset dl {
	margin-bottom: 8px;
}
/* Tell a friend */
.mod-wide {
	width: 560px !important;
}
.mod-wide h2.success {
	margin-top: 4.5em !important;
	margin-bottom: 10.5em !important;
	line-height: 1.2em;
	text-align: center;
}
.mod-wide p.alt {
	float: right;
	width: 100%;
	margin: 0 !important;
	font-weight: bold;
	font-size: 1em !important;
	text-align: right;
}
.mod-wide p.alt-2 {
	margin-bottom: -15px !important;
	clear: both;
}
* html .mod-wide p.alt-2 {
	margin-bottom: -5px !important;
}
.mod-wide p.alt span {
	color: #DB001A;
}
.mod-wide fieldset {
	float: left;
	margin-right: 26px;
}
.mod-wide fieldset dt {
	font-weight: normal;
}
.mod-wide fieldset.last {
	margin-right: 0;
}
.mod-wide fieldset textarea {
	width: 262px;
	height: 162px;
}
.mod-wide fieldset a.content-submit {
	float: right;
}
/* Tell a friend ende */
fieldset dt {
	margin: .3em;
	margin-left: 0;
}
fieldset input,
fieldset textarea {
	width: 262px;
	border: 1px solid #ba9781;
	border-top-color: #806957;
	border-bottom-color: #d7af96;
	padding: .1em;
	color: #333;
}
fieldset dl.medium {
	float: left;
}
fieldset dl.medium input {
	width: 147px;
}
fieldset dl.small {
	float: left;
	padding-right: 10px;
}

fieldset dl.small input {
	width: 100px;
}
fieldset dl.break {
	clear: both !important;
}
fieldset dl.privacy {
	margin-top: 20px;
}
fieldset dl.privacy label {
	float: right;
	width: 265px;
	margin: -2px 0 0 0;
	font-weight: normal;
}
html>/**/body fieldset dl.privacy label {
	margin-right: 0;
}
fieldset dl.privacy input.checkbox {
	float: left;
	width: auto;
	border: 0;
	background: transparent;
}
form input.content-submit {
	clear: both !important;
	width: auto;
	background: #fdfcfa;
	background: #d8c6ad url(../img/bg/button.png) 0 -45px repeat-x;
	border: 1px solid #d5b992;
	margin: 20px 0;
	padding: 2px 15px;
	color: #db001a;
	font-weight: bold;
	font-size: 1.1em;
}
form a.content-submit {
	margin: 20px 0;
}
#container-2 input.content-submit {
	margin-left: -20px;
}
html>/**/body #container-2 input.content-submit {
	margin-left: 0;
}
fieldset dl.error input {
	border: 2px solid #db001a;
}
fieldset dl.error dt label,
p.error {
	color: #DB001A;
}
p.error {
	font-weight: bold;
}
fieldset select {
	
	border: 1px solid #ba9781;
	color: #db001a;
}
dl.small select {
	width: 60px;
}

/*fake select, buttons, buttonlinks ToDo*/
.select span.indicator,
a.input {
	display: block;
	position: relative;
	display:-moz-inline-stack;  
	display:inline-block; 
	border: 1px solid #d4b993;
	background: #eee0cf url(../img/bg/button.png) 0 -51px repeat-x;
	min-width: 118px;
	outline: none;
}
.button-fix {
	float: left;
	margin-right: 0;
	width: 280px;
}
* html .button-fix {
	margin-right: -80px !important;
}
.button-fix a.input {
	width: 128px;
	min-width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.button-fix-2 a.input {
	width: 140px;
	
}
html > body .button-fix-2 a.input {
	width: auto;
	min-width: 140px;	
}
.small .select span.indicator {
	min-width: 75px;
}
.select span.indicator {
	display: block;
	zoom: 1;
}
* html .select span.indicator {
	width: 170px;
}
.select span.indicator em,
a.input span {
	display: block;
	padding: 1px 26px 2px 10px;
	background: transparent url(../img/bg/button.png) 100% -6px no-repeat;
}
a.download span {
	background: transparent url(../img/bg/button.png) 100% -101px no-repeat;
}
a.input:hover {
	border-bottom: 1px solid #D4B993;
}
a.input {
	font-weight: bold;
}
* html a.input span {
	padding: 1px 26px 2px 10px;
}
/** html form#filter .select span.indicator em,
* html a.input span,
* html a.input span {
	padding-bottom: 3px;
}*/



/* where to buy */
.head a.input span {
	padding: 3px 26px 4px 10px;
} 
* html .head a.input span {
	padding: 4px 26px 6px 10px;
}
.select span.indicator em {
	color: #c00;
	background-position: 98% -28px;
	font-style: normal;
}

.select span.tl,
.select span.tr,
.select span.bl,
.select span.br,
.input span.tl,
.input span.tr,
.input span.bl,
.input span.br {
	position: absolute;
	padding: 0 !important;
	height: 3px;
	width: 3px;
	font-size: 0;
	background: #d8c6ad url(../img/bg/button.png) 0 0 no-repeat;
}
.select span.tl,
.input span.tl {
	top: -1px;
	left: -1px;
}
.select span.tr,
.input span.tr {
	top: -1px;
	right: -1px;
	background-position: -3px 0;
}
.select span.br,
.input span.br {
	bottom: -1px;
	right: -1px;
	background-position: -3px -3px;
}

.select span.bl,
.input span.bl {
	bottom: -1px;
	left: -1px;
	background-position: 0 -3px;
}
* html .select span.bl,
* html .input span.bl,
* html .select span.br,
* html .input span.br {
	bottom: -2px;
}
* html .select span.tr,
* html .input span.tr,
* html .store .select span.br,
* html .store .input span.br {
	right: -2px;
}
#content .select .options div {
	position: relative;
	float: none;
}
#content .select .over .options span.br,
#content .select .over .options span.bl {
	display: block;
	padding: 0;
	border: none;
}
#content .select .options span.br {
	right: 0;
}
#content .select .options span.bl {
	left: 0;
}
#content .select ul {
	margin-bottom: 10px;
	height: 1%;
}
#content .select .options ul {
	margin-bottom: 0;
}
#content .select ul,
#content .select li {
	list-style: none;
}
#content .select li {
	zoom: 1;
}
* html #content ul.ui-menubar {
	width: 1%;
}
* html #content .select li {
	float: left;
}
* html #content .select li li {
	float: none;
}
#content div.options {
	float: none;
	display: none;
	position: absolute;
	margin-top: -1px;
	z-index: 99999;
	min-width: 120px;
	color: #c00;
	background-color: #f7f1ea;
	border-top: 1px solid #D4B993;
	border-bottom: 1px solid #D4B993;
}
#content .select .over span.bl,
#content .select .over span.br {
	display: none;
}
.select .over span.indicator,
.select .over span.indicator em {
	background-color: #F7F1EA !important;
	background-image: none !important;
}

#content .select .over .options {
	display: block;
}
#content .select .options span {
	display: block;
	padding: 2px 10px;
	border: 1px solid #D4B993;
	border-top: none;
	border-bottom: none;
	zoom: 1;
}
#content .select .options span.active,
#content .select .options span.checked-radio {
	color: #fff;
	background-color: #c00;
	border-color: #c00;
}


/* Filter Select */
#filter {
	/*overflow: hidden;
	margin: 0 10px 20px 0;
	height: 1%; */
	height: 40px;
}
#filter div fieldset {
	width: auto;	
}
#filter div fieldset, 
#filter div.select {
	float: right;
	margin-left: 15px;
}

form#filter label {
	float: left;
	padding-right: 5px;
	font-weight: bold;
}
/*form#filter .select {
	margin-right: 10px;
}*/
*+html form#filter .select {
	float: none;
}
* html #filter div.select {
	float: none;
}
* html form#filter .select div.options {
	width: 172px;
}
*+html form#filter .select div.options {
	width: 172px;
}
form#filter .selectbox {
	font-size: 1.1em;
	font-weight: bold;
}

/* STORE LOCATOR */
fieldset dl.store dt {
	display: none;
}
fieldset dl.store select {
	width: 230px;
	font-size: 1em;
}
fieldset dl.store optgroup {
	font-style: normal;
	color: #7f6a4d;
}
.store-locator {
	width: 303px;
	border: 1px solid #d8c6ad;
	background: #f5f0ea;
	margin-bottom: 20px;
	margin-left: 20px !important;

	color: #7f6a4d;
}
.store-locator h3 {
	background: #eee0cf url(../img/bg/button.png) 0 -51px repeat-x;
	padding: 10px 15px 10px;
	font-size: 1.1em;
	color: #7f6a4e;
}
.store-locator h4,
.store-locator h5 {
	font-size: 1.1em;
}
.store-locator li {
	background: #ebe4de;
	padding: 5px 15px;
	font-size: 1em;
	line-height: 1.5;
}
.store-locator li.city {
	background: #f5f0ea;
	margin-top: 10px;
	padding: 3px 15px;
	font-weight: bold;
}
.store-locator li span {
	padding-left: 30px;
	font-weight: normal;
}
.store-locator a {
	background: url(../img/icon-arrow.png) 0 4px no-repeat;
	padding-left: 10px;
	font-weight: bold;
}
.store-locator li.store-info a {
	background: url(../img/icon-arrow-alt.png) 0 5px no-repeat;
}
.store-locator li li {
	padding: 2px 10px;
}
.store-locator li.store-info li a {
	background: none;
	padding: 0;
	font-weight: normal;
}

/* additional catalogue content */
.contextual {
	float: left;
	width: 185px;
	background-color: #F5F0EA;
	height: 1%;
	margin-bottom: 1em;
}
.contextual h3 {
	background: #b9a180 url(../img/bg/corner_contextual.gif) 100% -45px no-repeat;
	font-size: 1.2em;
	color: #fff;
	padding: 0;
}
.contextual h3 span {
	background: #b9a180 url(../img/bg/corner_contextual.gif) 0 0 no-repeat;
	margin-right: 5px;
	padding: 10px 15px;
	display: block;
}
.contextual p.back strong {
	font-size: 1.1em;
}
.contextual div {
	overflow: auto;
	border: 1px solid #b9a180;
	border-top: 0;
	width: 183px;
}
.contextual div ul {
	list-style: none;
	margin-right: 10px;
	padding: 5px 0 10px 10px;
}
.contextual div ul ul {
	padding: 3px 0 0 15px;
}
.contextual div li {
	border-bottom: 1px solid #EADECE;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 4px;
}
.contextual div li.last {
	border-bottom: none;
}
.contextual div li li {
	padding-top: 0;
	border-bottom: none;
}
.contextual div li a {
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: bold;
}
.contextual div li li a {
	border-top: none;
	padding-top: 0;
	color: #DB0811;
	font-weight: normal;
}
.contextual p.back {
	display: block;
	border: 1px solid #b9a180;
	padding: 10px;
	padding-left: 12px;
}
.contextual p.back a {
	font-size: 1.1em;
}
.contextual p.back a:hover {
	border-bottom: 1px dotted #DB0811;
}
.infobox {
	float: right;
	width: 615px;
	border: 0;
}
.infobox h4 {
	margin-left: 15px;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #7f6a4e;
}
.infobox .box {
	margin-left: 13px;
	margin-right: 0;
}
* html .infobox .box {
	margin-left: 8px;
	margin-right: 1px;
}
.contextual.alt {
	background: none;
	border: 0;
}
.contextual.alt img {
	border: 1px solid #d4b891;
	margin-bottom: 10px;
}
.contextual.alt p {
	font-size: 1.1em;
	line-height: 1.5;
	color: #7F6A4E;
}
.contextual.alt h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #7F6A4E;
}
.infocontent {
	float: right;
	width: 600px;
	background: transparent url(../img/bg/bg-white.png) 0 0 repeat;
	border: 1px solid #d4b891;
	margin: 0 0 15px 0;
}
.infocontent #container-wrap {
	background-image: none;
}
.infocontent #container-1,
.infocontent #tellafriend,
.infocontent #container-2 {
	width: 270px;
	padding: 20px 10px 20px 20px;
}
.infocontent #container-1.mod {
	width: 310px;
}
.infocontent #container-2 {
	padding-left: 0;
	width: 240px;
}
* html .infocontent #container-1 {
	margin-left: 0;
}
.infocontent #container-2 .store-locator {
	width: 270px;
	margin-top: 30px;
	margin-left: 0 !important;
}
.infocontent #container-1 p {
	margin-right: 0;
	color: #7F6A4E;
}
.infocontent #container-1 p.article-info {
	padding: .6em 0;
	font-size: 1.3em;
	line-height: 1.2em;
}
.infocontent #container-1 p.article-info strong {
	display: block;
}
.infocontent #container-1 h3 {
	clear: left;
	background: #fcfbf9;
	margin: 20px 0 5px 0;
	padding: 2px 8px;
}
.infocontent #container-1 p.indent {
	padding-left: 8px;
}
.infocontent #container-1 h3 span {
	font-weight: normal;
}
.infocontent dl.details {
	float: left;
	width: 60px;
	font-size: .92em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #7F6A4E;
}
.infocontent dl.details dt {
	display: block;
	font-weight: bold;
}
.infocontent p.more {
	clear: both;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: -15px !important;
}
* + html .infocontent p.more {
	margin-bottom: -20px !important;
}
*html .infocontent p.more {
	margin-bottom: -10px !important;
}
.infocontent #container-2 p.more{
	float: none;
	text-align: right;
	margin-top: 5px;
}
.infocontent p.back {
	clear: both;
	margin: 0 1em 7px 1em;
	font-size: 1.1em;
}
* html .infocontent p.back {
	margin: 0 1em 17px 1em;
}
.infocontent #container-2 img,
.infocontent #container-2 p {
	margin-left: 0;
	padding-left: 0;
}
.infocontent #container-2 div.zoom {
	clear: both;
	position: relative;
	text-align: right;
       cursor: pointer;
}
* html .infocontent #container-2 div.zoom {
	height: 262px;
}
.infocontent #container-2 div.zoom img.lens {
	position: absolute;
	bottom: 1em;
	right: 1em;
}
.infocontent #container-1 ul.colors {
	margin-left: 8px;
}
.infocontent #container-1 ul.colors li {
	list-style-type: none;
	float: left;
}
.infocontent #container-1 ul.colors li img {
	margin: 5px 3px 0 0;
	border: none;
}
ul.send li {
	float: right;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: right;
        white-space: nowrap;
}
ul.send li a {
	padding-right: 20px;
	text-decoration: underline;
}
ul.send li a.mail {
	background: url(../img/icon-mail.png) 100% 2px no-repeat;
}
ul.send li a.print {
	background: url(../img/icon-print.png) 100% 0 no-repeat;
}
ul.send li a:hover {
	border: 0;
}
/* Image Gallery */
#gallery {
	padding: 20px;
}
#gallery p.back {
	clear: both;
	margin: 0 0 -10px 0;
}
* html #gallery p.back {
	margin: 0;
}
#tellafriend p.back a,
#gallery p.back a,
a.back {
	padding-left: 12px;
	background: url(../img/icons.png) -4px -234px no-repeat;
	font-size: 100%;
	font-weight: bold;
}
a.back {
	font-size: 1em;
	font-weight: bold;
}
#zoom-image {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 450px;
	height: 318px;
	background: url(../img/ajax-loader.gif) 192px 142px no-repeat;
	border: 1px solid #D8C6AD;
}
#zoom-image img {
	cursor: move;
}
div.zoom-control {
	position: absolute;
	bottom: 10px;
	right: 10px;	
}

div.zoom-control a {
	display: block;
	margin-bottom: 2px;
	width: 24px;
	height: 24px;
	font-size: 0;
	text-indent: -999em;
	background: url(../img/bg/gallery-zoom.png) 0 0 no-repeat;
	border: none;
}
div.zoom-control a:hover,
div.zoom-control a:focus,
div.zoom-control a:active {
	border: none;
}
div.zoom-control a.zoom-out {
	background-position: 0 -26px;
}
#photo-index {
	display: inline;
	float: right;
	margin: 0 0 20px 0;
}
#photo-index ul {
	list-style: none;
}
#photo-index li {
	margin-bottom: 11px;
}
#photo-index a img {
	border: 1px solid #D8C6AD;
}
#photo-index a:hover img,
#photo-index a:active img,
#photo-index a:focus img {
	border: 1px solid #DB001A;
}
#photo-index a,
#photo-index a:hover,
#photo-index a:active
#photo-index a:focus {
	border: none;
}




/* PRINT
---------------------------------- */
@media print {
* {
	background: #fff !important;
	color: #7F6A4E !important;
	border: 0 !important;
}
body {

	width: 650px;
}
#toolbar,
.branding,
#nav-sub,
a.input,
#bg-img,
a.skip,
p.more,
ul.send  {
	display: none;
}
div.print-logo {
	display: block;
	text-align: right;
}
#wrap {
	width: 650px;
	margin: 0;
	position: relative;
	top: 0;
	left: auto;
}
.infocontent #container-1.mod {
	padding: 0;
	width: auto;
}
.infocontent {
	width: 370px;
	float: left;
}
.contextual {
	margin-right: 10px;
}
.head,
.infocontent #container-1 h3 {
	border-bottom: 1px solid #D4B891 !important;
}
dl.details {
	border-left: 1px solid #D4B891 !important;
}


}
/* END PRINT */
