
/*

font-family: "myriad-pro", sans-serif;
font-weight: 400/600;

PAARS: #aa0058
LICHT PAARS: #c9005d
DONKER PAARS 1: #99004f
DONKER PAARS 2: #880046
BEIGE: #f7e6ef

*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	background: #fff;
	color: #555;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1120px;
}

/* top */

.top {
	float: left;
	width: 100%;
	background: #eee;
	-webkit-box-shadow: inset 0px -2px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px -2px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px -2px 4px 0px rgba(50, 50, 50, 0.3);
}

.top ul {
	float: left;
	list-style-type: none;
}

.top ul li {
	float: left;
}

.top ul li a {
	float: left;
	padding: 5px 8px;
	margin-top: 6px;
	margin-right: 2px;
	font-size: 12px;
	color: #eee;
	background: #aaa;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
}

.top ul li a:hover {
	color: #fff;
	background: #777;
}

.top ul li.active a {
	color: #fff;
	background: #c9005d;
}

/* intro top */

.top.intro ul li.active a {
	color: #777;
	background: #fff;
}	

/* header */

.header {
	float: left;
	width: 100%;
    background: #aa0058 url('/_grafix/bg_header.png') top left repeat-x;
}

/* logo */

.logo {
	float: left;
	margin: 20px 0;
}

.logo a {
	text-decoration: none;
}

.logo img {
	float: left;
	width: 100px;
	margin-right: 18px;
}

.logo strong {
	float: left;
	margin-top: 10px;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.1em;
	color: #fff;
}

.logo:hover strong {
	color: #f7e6ef;
}

/* controls */

.controls {
	float: right;
}

/* lan switch */

ul.lan_switch {
	float: right;
	list-style-type: none;
	text-align: right;
}

ul.lan_switch li {
	display: inline-block;
	margin-left: 2px;
}

ul.lan_switch li a {
	display: inline-block;
    padding: 7px;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
    color: #f7e6ef;
    background: #99004f;
}

ul.lan_switch li a:hover {
    color: #fff;
    background: #880046;  
}

ul.lan_switch li a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.lan_switch li.active a {
    background: #fff;
    color: #aa0058;
}

/* search */

#search {
    float: right;
}

form.search_form {
	float: right;
	width: 220px;
	height: 30px;
	background: url('/_grafix/bg_search.png') top left no-repeat;
	margin-top: 18px;
}

form.search_form input.query {
	float: left;
	width: 182px;
	height: 25px;
	font-size: 13px;
	color: #999;
	background: transparent;
	padding: 3px 30px 2px 8px;
	outline: none;
}

/* nav toggle */

.nav_toggle {
	display: none;
}

.nav_toggle img {
	float: right;
	width: 35%;
	margin-top: 17px;
	margin-right: 15px;
}

/* nav */

ul.nav {
	float: left;
	width: 100%;
	padding-top: 5px;
	list-style-type: none;
}

ul.nav li {
	float: left;
	margin-right: 2px;
}

ul.nav li a {
	float: left;
	padding: 7px 14px;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 15px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: #f7e6ef;
	background: #99004f;
}

ul.nav li a:hover {
	color: #fff;
	background: #880046;
}

ul.nav li a.selected, 
ul.nav li a.selected:hover {
	color: #aa0058;
	background: #fff;
}

ul.nav li a.home {
	padding: 5px 9px;
}

ul.nav li a.home img {
	width: 18px;
}

ul.nav li a.home span {
	display: none;
}

/* intro header */

.header.intro {
	background: #fff;
}

.header.intro .logo strong {
	margin: 0;
	color: #aa0058;
}

.header.intro .logo:hover strong {
	color: #c9005d;
}

.header.intro ul.lan_switch li a {
	color: #999;
	background: #eee;
}
			
.header.intro ul.lan_switch li a:hover {
	color: #888;
	background: #ddd;
}
			
.header.intro ul.lan_switch li.active a {
	color: #fff;    
	background: #bbb;
}

.header.intro ul.nav li a {
	color: #888;
	background: #eee;
}
			
.header.intro ul.nav  li a:hover {
	color: #666;
	background: #ddd;	
}

.header.intro ul.nav li a.selected, 
.header.intro ul.nav li a.selected:hover {
	color: #fff;    
	background: #aa0058;
}

/* container */

.container {
	float: left;
	width: 100%;
}

/* intro newsticker */

.newsticker_wrapper {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #880046;
}

/* intro links */

.intro_links {
	float: left;
	width: 100%;
	padding: 25px 0;
}

a.intro_link {
	float: left;
	width: 33%;
	padding: 40px 0;
	text-align: center;
	text-decoration: none;
}

a.intro_link img {
	float: left;
	width: 50%;
	margin: 0 25%;
	margin-bottom: 15px;
	opacity: 0.9;
}

a.intro_link strong {
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #f7e6ef;
}

a.intro_link:hover {
	background: #99004f;
}

a.intro_link:hover strong {
	color: #fff;
}

a.intro_link:hover img {
	opacity: 1;
}

/* general page */

.general_page {
	float: left;
	width: 75%;
	margin-top: 25px;
	background: #fff;
}

.general_page .text {
	float: left;
	width: 94%;
	padding: 20px 3%;
}

/* small intro links */

.small_intro_links {
	float: right;
	width: 22%;
	margin-top: 25px;
}

a.intro_link.small {
	width: 100%;
	padding: 30px 0;
}

a.intro_link.small img {
	margin-bottom: 10px;
}

a.intro_link.small strong {
	font-size: 17px;
}

/* content */

.content {
	float: left;
	width: 96%; 
	background: #fff;
	padding: 25px 2% 10px 2%;
}

.content .text {
	float: right;
	width: 72%;
}

/* sidebar */

.sidebar {
	float: left;
	width: 25%;
}

/* text */

.text a {
	color: #aa0058;
}

.text a:hover {
	color: #7f0042;
}

.text a.button {
	display: inline-block;
	color: #fff;
	background: #aa0058;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.text a.button:hover {
	background: #880046;
}

.text h1 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 18px;
	color: #555;
	line-height: 1em;
}

.text h1 a {
	color: #555;
}

.text h1 a:hover {
	color: #7f0042;
}

.text h2 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #555;
	margin-bottom: 18px;
}

.text h2 a {
	color: #555;
}

.text h2 a:hover {
	color: #7f0042;
}

.text p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.text ul {
	list-style-type: disc;
	margin-bottom: 25px;
	margin-left: 8px;
}

.text ol {
	list-style-type: decimal;
	margin-bottom: 25px;
	padding-left: 10px;	
}

.text li {
	margin-left: 15px;
	margin-bottom: 6px;
}

.text table {
	width: 100%;
	margin-bottom: 25px;
}

.text td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.5em;
}

.text td.grey {
	padding: 15px 15px 0 15px;
	background: #eee;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* subnav toggle */

.subnav_toggle {
	float: left;
	width: 100%;
	color: #fff;
	background: #aa0058;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
	display: none;
}

/* subnav */

ul.subnav {
	float: left;
	width: 100%;
	list-style-type: none;
}

ul.subnav li {
	float: left;
	width: 100%;
	vertical-align: top;
	margin-bottom: 2px;
}

ul.subnav li a {
	float: left;
	width: 94%;
	padding: 10px 3%;
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	color: #777;	
	background: #eee;
}

ul.subnav li a:hover {
	color: #444;
	text-decoration: none;
	background: #ddd !important;
}

ul.subnav li a.selected,  
ul.subnav li a.selected:hover {
	color: #fff;
	background: #aa0058 !important;
}

/* childnav */

ul.subnav li ul {
	float: left;
	list-style-type: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}

ul.subnav li ul li {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

ul.subnav li ul li a {
	float: left;
	width: 86%;
	padding: 7px 2% 7px 12%;
	font-size: 13px;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	color: #666;	
	background: #ddd url('/_grafix/bg_child_navigation_item.png') center left no-repeat;
	border-bottom: 1px solid #ccc;
}

ul.subnav li ul li a:hover {
	color: #444;
	text-decoration: none;
	background: #cfcfcf url('/_grafix/bg_child_navigation_item.png') center left no-repeat !important;
}

ul.subnav li ul li a.selected,  
ul.subnav li ul li a.selected:hover {
	color: #aa0058;
	background: #bcbcbc url('/_grafix/bg_child_navigation_item_active.png') center left no-repeat !important;
}

/* crumb */

.crumb {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #bbb;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.crumb a {
	color: #bbb;
}

.crumb a:hover {
	color: #777;
}

/* spotlight news */

.spotlight {
	float: left;
	width: 94%;
	padding: 15px 3% 0 3%;
	margin-bottom: 20px;
	color: #eee;
	background: #aa0058;
	border-radius: 5px;
}

.spotlight h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
}

.spotlight a {
	color: #fff;
}

.spotlight a:hover {
	color: #ddd;
}

.spotlight img {
	display: none;
}

/* product page */

#product_navigation {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 20px;
}

#product_navigation .left {
	float: left;
	width: 85%;
}

#product_navigation .right {
	float: right;
	width: 15%;
	text-align: right;
}

/* next */

#product_navigation .next, 
#product_navigation .next_disabled {
	float: right;
	width: 20px;
	height: 16px;
	background: url('/_grafix/icon_next.png') top left no-repeat;
	border: 0 !important;
}

#product_navigation .next:hover {
	background-position: 0 -16px;
}

#product_navigation .next_disabled {
	cursor: default !important;
	background-position: 0 -32px;
}

#product_navigation .next span, 
#product_navigation .next_disabled span {
	display: none;
}

/* prev */

#product_navigation .prev, 
#product_navigation .prev_disabled {
	float: right;
	width: 20px;
	height: 16px;
	background: url('/_grafix/icon_prev.png') top left no-repeat;
	border: 0 !important;
}

#product_navigation .prev:hover {
	background-position: 0 -16px;
}

#product_navigation .prev_disabled {
	cursor: default !important;
	background-position: 0 -32px;
}

#product_navigation .prev span, 
#product_navigation .prev_disabled span {
	display: none;
}

/* product images */

div.product_images {
	float: left;
	width: 100%;
	background: #eee;
}

div.product_images_gutter {
	float: left;
	width: 96%;
	padding: 10px 2%;
}

div.product_images img {
	float: left;
	width: 12%;
	border: 2px solid #eee !important;
	margin: 0 8px 8px 0;
}

div.product_images img:hover {
	border: 2px solid #aa0058 !important;
}

div.product_images p {
	float: right;
	width: 85%;
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#main a.addthis_button_expanded {
	border: 0 !important;
}

/* add this */

#addthis {
	float: left;
	width: 300px;
}

/* call to action */

#cta {
	float: right;
	width: 300px;
	height: 70px;
	background: url('/_grafix/bg_cta.png') top right no-repeat;
	border-radius: 8px;
	color: #eee !important;
}

#cta:hover {
	color: #fff !important;
}

#cta strong {
	float: left;
	width: 290px;
	font-size: 24px;
	font-weight: normal;
	padding-top: 12px;
	padding-left: 15px;
	line-height: 1.1em;
}

#cta span {
	float: left;
	width: 290px;
	font-size: 14px;
	padding-left: 15px;
	line-height: 1.1em;
}

/* category list */

.text h2.category_title {
	font-size: 22px;
	margin-bottom: 10px;	
}

.text h2.category_title a {
	color: #aa0058 !important;
}

.text h2.category_title a:hover {
	color: #7f0042 !important;
}

p.category_intro {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

a.see_all {
	float: right;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* item list */

.text ul#item_list {
	float: left;
	list-style-type: none;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
}

.text ul#item_list li {
	float: left;
	width: 94%;
	margin: 0 0 18px 0;
	padding: 18px 3% 0 3%;
	background-color: #eee;
}

.text ul#item_list li p {
	margin-bottom: 20px;
}

.text ul#item_list li h2.title {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #aa0058;
	margin-bottom: 5px;
}

.text ul#item_list li h2.title_link {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 5px;
}

.text ul#item_list li h2.title_link a {
	color: #aa0058;
}

.text ul#item_list li h2.title_link a:hover {
	color: #7f0042;
}

.text ul#item_list li span.date {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.text ul#item_list li span.date a {
	color: #999;
	border: 0;
}

.text ul#item_list li span.date a:hover {
	color: #666;
	text-decoration: underline;
}

.text ul#item_list li ul {
	
}

.text ul#item_list li ul li {
	float: none;
	width: auto;
	margin: 0 0 6px 16px;
	background-color: none;
	padding: 0
}

/* search results */

ul#search_results {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-left: 0;
}

ul#search_results li {
	float: left;
	width: 94%;
	margin: 0 0 18px 0;
	padding: 18px 3% 18px 3%;
	cursor: pointer;
	font-size: 14px;
	margin: 0 0 10px 0;
	background: #f5f5f5;
}

ul#search_results li:hover {
	background: #eee;
}

ul#search_results li strong {
	font-size: 15px;
	line-height: 1.5em;
}

ul#search_results li a {
	float: left;
	font-size: 10px;
	margin-top: 6px;
}

ul#search_results li img {
	float: left;
	margin: 0 15px 0 0;
}

/* sitemap */

ul#sitemap {
	font-size: 15px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul#sitemap li ul li {
	font-size: 14px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 13px;
}

ul#sitemap li ul li ul li ul {
	list-style-type: circle;
	margin-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul#sitemap li ul li ul li ul li {
	font-size: 12px;
}

/* google maps canvas */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}

/* form */

#form {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#form.framed {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

/* labels */

#form span.label, 
#form span.label_error, 
#form span.hint, 
#form span.error {
	float: left;
	width: 100%;
	line-height: 1.4em;
}

#form span.label, 
#form span.label_error {
	margin-bottom: 2px;
	font-weight: 600;
}

#form span.checkbox, 
#form span.checkbox_error {
	margin-bottom: 2px;
	font-weight: 600;
}

#form span.label_error, 
#form span.checkbox_error {
	color: #aa0058;
}

#form span.error {
	font-size: 11px;
	color: #aa0058;
	margin-bottom: 4px;
}

#form span.hint {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	margin-top: -4px;
	margin-bottom: 14px;
}

#form span.hint a {
	color: #999;
}

#form span.hint a:hover {
	color: #666;
}

#form span.checkbox, 
#form span.checkbox_error {
	float: left;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#form span.label b, 
#form span.checkbox b {
	font-weight: normal;
	font-size: 12px;
}

#form span.label_error b, 
#form span.checkbox_error b {
	font-weight: normal;
	font-size: 12px;
	color: #aa0058;
}

/* fields */

#form input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 12px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

#form textarea {
	float: left;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 12px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

#form select {
	float: left;
	width: 40%;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 12px;
	margin-top: 2px;
	margin-bottom: 15px;
	color: #666;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

#form option {
	padding: 0 2px;
}

#form input.checkbox {
	float: left;
	width: 100%;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

#form div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

#form div.form_title {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin-bottom: 10px;
}

div.feedback span {
	color: #aa0058;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* button with background color */

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	height: 40px;
	overflow: visible;
	outline: none;
}

button div {
	float: left;
	height: 30px;
	width: auto !important;
	white-space: nowrap;
	background: #aa0058;
	margin-top: 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	overflow: visible;
	border-radius: 4px;
}

button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 28px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	background: #aa0058;
	padding: 0 15px 0 0;
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible;
	border-radius: 4px;
}

button:hover div,
button:active div {
	background: #7f0042;
}

button:hover span,
button:active span {
	background: #7f0042;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	margin-top: 25px;
	text-align: center;
	color: #aaa;
	font-size: 13px;
	line-height: 1.4em;
}

.footer a {
	color: #aaa;
}

.footer a:hover {
	color: #333;
}

/* intro footer */

.footer.intro {
	color: #eeccde;
	border-top: 1px solid #880046;
}
			
.footer.intro a {
	color: #eeccde;
}
			
.footer.intro a:hover {
	color: #fff;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-top: 1px;
	margin-left: 8px;
}
