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

/* general */

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

.clear {
	clear: both;
	display: block;
}

/* container */

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

.center {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

/* header */

#header {
    background: url('/_grafix/bg_header.png') top left repeat-x;
    display: block;
    height: 80px;
    left: 0;
    overflow: hidden;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#header_container {
    height: 81px;
    margin: auto;
    position: relative;
    text-align: left;
    width: 980px;
}

/* logo */

#logo {
    float: left;
    position: relative;
    width: 700px;
}

#logo img {
	float: left;
}

/* search */

#search {
    float: right;
    position: relative;
    width: 270px;
}

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;
}

/* lan switch */

ul.lan_switch {
	list-style-type: none;
    position: absolute;
    right: -1px;
    top: -22px;
    z-index: 10;
}

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

ul.lan_switch li a {
	display: block;
    padding: 9px 9px 5px;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
    background: #b5145f;
    color: #f1bfd6;
}

ul.lan_switch li a:hover {
    background: #aa0058;
    color: #eee;
}

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

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

/* trackzone */

#trackzone {
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}

#trackzone a {
	display: block;
	width: 200px; 
	height: 17px;
	background: url('/_grafix/dropper.png') no-repeat center top;
	margin: 0 auto;
	text-decoration:none;
}

/* toplayer */

#toplayer {
    background: url('/_grafix/bg_toplayer.png') top left repeat-x;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

#toplayer ul {
    display: block;
    height: 25px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 980px;
}

#toplayer ul li {
    float: left;
    font-weight: normal;
    list-style: none outside none;
	margin-top: 4px;
    margin-right: 2px;
}

#toplayer ul li a {
	display: block;
    float: left;
	color: #eee;    
	background: url('/_grafix/bg_toplayer_item.png') top left repeat-x;
    height: 18px;
    padding: 4px 8px;
    text-decoration: none;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#toplayer ul li a:hover {
	color: #666;
	background-position: 0 -25px;
}

#toplayer ul li.active a {
	color: #fff;
	background: #c2005c;
}

/* navigation */

#navigation {
    display: block;
    height: 32px;
    left: 0;
    margin-left: 0;
    padding-top: 4px;
    position: absolute;
    top: 94px;
    width: 100%;
    z-index: 30;
}

#navigation ul {
	float: left;
	width: 980px;
	height: 32px;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	height: 32px;
	overflow: hidden;
	margin-right: 2px;
}

#navigation ul li a {
	display: block;
	vertical-align: top;
	height: 18px;
	padding: 7px 14px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 14px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: #f7e6ef;
	background: #99004f;
}

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

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

/* intro links */

a.intro_link {
	float: left;
	width: 326px;
	height: 240px;
	margin-right: 1px;
	margin-bottom: 1px;
}

a.intro_link span {
	display: none;
}

a.intro_link:hover {
	background-position: 0 -240px !important;
}

/* general main */

#general_main {
	float: left;
	width: 710px;
	min-height: 805px;
	margin-top: 25px;
	background: #fff;
}

#general_main #main {
	padding: 0 35px 0 35px;
}

/* small intro links */

#small_intro_links {
	float: right;
	width: 220px;
	padding-top: 25px;
}

a.small_intro_link {
	float: left;
	width: 220px;
	height: 130px;
	margin-bottom: 5px;
}

a.small_intro_link span {
	display: none;
}

a.small_intro_link:hover {
	background-position: 0 -130px !important;
}

/* content */

#content {
	float: left;
	width: 980px;
	margin-top: 70px;
}

#content_top {
	float: left;
	width: 980px;
	height: 40px;
	background: url('/_grafix/bg_content_top.png') top left no-repeat;
}

#content .gutter {
	float: left;
	width: 935px;
	min-height: 500px;
	background: #fff;
	padding: 0 35px 20px 10px;	
}

/* sidebar */

#sidebar {
	float: left;
	width: 260px;
}

#sidebar img.logo {
	float: left;
	width: 260px;
	height: 170px;
}

/* main */

#main {
	float: right;
	width: 640px;
}

#main a {
	color: #aa0058;
	border-bottom: 1px solid #bf4082;
	text-decoration: none;
}

#main a:hover {
	color: #7f0042;
	border-bottom: 1px solid #7f0042;
}

/* h1 */

#main h1 {
	font-size: 32px;
	margin-bottom: 15px;
	color: #555;
	line-height: 1em;
	font-weight: normal;
}

#main h1 a {
	color: #555;
	text-decoration: none;
	border: 0;
}

#main h1 a:hover {
	color: #7f0042;
	border-bottom: 1px solid #7f0042;
}

/* h2 */

#main h2 {
	font-size: 26px;
	color: #555;
	margin-bottom: 12px;
	font-weight: normal;
}

#main h2 a {
	color: #555;
	text-decoration: none;
	border: 0;
}

#main h2 a:hover {
	color: #7f0042;
	border-bottom: 1px solid #7f0042;
}

/* layout */

#main p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

#main ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

#main ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

#main li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#main table {
	width: 100%;
	margin-bottom: 25px;
}

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

/* sub navigation */

#sub_navigation {
	float: left;
	width: 260px;
}

#sub_navigation ul {
	float: left;
	list-style-type: none;
	width: 260px;
	margin-top: 10px;
	overflow: hidden;
}

#sub_navigation ul li {
	float: left;
	width: 260px;
	vertical-align: top;
	height: auto;
	background: none;
	margin-bottom: 2px;
}

#sub_navigation ul li a {
	display: block;
	vertical-align: top;
	width: 230px;
	font-size: 14px;
	line-height: 1.3em;
	padding: 11px 15px;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
	color: #666;	
	background: #eee;
}

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

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

/* child navigation */

#sub_navigation ul li ul {
	float: left;
	list-style-type: none;
	width: 260px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	overflow: hidden;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}

#sub_navigation ul li ul li {
	float: left;
	width: 260px;
	vertical-align: top;
	height: auto;
	margin-bottom: 0;
}

#sub_navigation ul li ul li a {
	display: block;
	vertical-align: top;
	width: 215px;
	font-size: 13px;
	line-height: 1.3em;
	padding: 7px 15px 7px 30px;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
	color: #666;	
	background: #ddd url('/_grafix/bg_child_navigation_item.png') center left no-repeat;
	border-bottom: 1px solid #ccc;
}

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

#sub_navigation ul li ul li a.selected,  
#sub_navigation ul 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: 640px;
	height: 15px;
	font-size: 11px;
	color: #bbb;
	line-height: 1.2em;
	margin-top: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
}

#crumb a {
	text-decoration: none;
	color: #bbb;
	border-bottom: 1px solid #ddd;
}

#crumb a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

/* product page */

#product_navigation {
	float: left;
	width: 640px;
	height: 16px;
	font-size: 12px;
	margin-bottom: 20px;
}

#product_navigation .left {
	float: left;
	width: 600px;
}

#product_navigation .right {
	float: right;
	width: 40px;
	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: 640px;
	background: #eee;
}

div.product_images_gutter {
	float: left;
	width: 630px;
	padding: 5px;
}

div.product_images a {
	float: left;
	width: 110px;
	height: 110px;
	line-height: 1em;
	border: 2px solid #eee !important;
	margin: 5px 7px 5px 5px;
}

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

div.product_images p {
	float: left;
	width: 480px;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 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 */

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

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

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

#content p.category_intro {
	float: left;
	width: 640px;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

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

/* item list */

ul#item_list {
	float: left;
	list-style-type: none;
	width: 640px;
	margin-bottom: 10px;
}

ul#item_list li {
	float: left;
	width: 610px;
	margin: 0 0 15px 0;
	background-color: #eee;
	padding: 15px 15px 0 15px;
}

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

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

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

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

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

ul#item_list li span.date {
	float: left;
	width: 610px;
	font-size: 11px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

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

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

ul#item_list li ul {
	
}

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;
	list-style-type: none;
	margin-top: 5px;
	width: 640px;
}

ul#search_results li {
	float: left;
	width: 610px;
	cursor: pointer;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #f5f5f5;
}

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

ul#search_results li strong {
	font-size: 14px;
	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: 14px;
}

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

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

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

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

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

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

/* form */

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

/* labels */

#form span.label, 
#form span.label_error, 
#form span.hint, 
#form span.error {
	float: left;
	width: 500px;
	margin-right: -5px;
	line-height: 1.4em;
}

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

#form span.label_error {
	font-weight: bold;
	color: #aa0058;
}

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

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

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

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

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

#form span.label b {
	font-weight: bold;
}

#form span.label_error b {
	color: #aa0058;
}

/* fields */

#form input.text {
	float: left;
	width: 450px;
	height: 26px;
	background: #eee;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 8px;
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#form textarea {
	float: left;
	width: 450px;
	height: 150px;
	background: #eee;
	padding: 5px;
	margin-bottom: 8px;
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#form select {
	float: left;
	width: 458px;
	background: #eee;
	margin-bottom: 5px;
	padding: 8px 5px;
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin-right: -10px;
}

#form option {
	padding: 0 2px;
}

#form input.checkbox {
	float: left;
	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: 460px;
	height: 15px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}

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

/* feedback */

div.feedback {
	float: left;
	width: 530px;
	padding: 10px 0;
	font-size: 18px;
	color: #555;
	margin-bottom: 10px;
}

div.feedback img {
	vertical-align: middle;
}

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;
}

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: 980px;
	height: 75px;
}

#footer .gutter {
	float: left;
	width: 980px;
	text-align: center;
	margin-top: 25px;
	padding-top: 12px;
	font-size: 12px;
	color: #aaa;
	line-height: 1.3em;
	border-top: 1px solid #ddd;
}

#footer a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

#footer a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

/* quoted */

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

