/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		outline: none;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		font-family: "Titillium Web", Arial, Helvetica, sans-serif;
		font-weight: 200;
		font-size: 14px;
		line-height: 21px;
		color: #454545;
		letter-spacing: 0.03em;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		-moz-osx-font-smoothing: grayscale;
		background: #e6e6e6 url(../img/body.gif) repeat-x left top fixed; }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-weight: 200;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 200; }
	
	h1 { letter-spacing: 0.06em; }
	h2 { letter-spacing: 0.06em; }
	h3 {  }
	h4 {  }
	h5 {  }
	h6 {  }

	p,.block { margin: 0 0 18px 0; }
	p img { margin: 0; }

	em,i { font-style: italic; }
	strong,b,strong *,b * { font-weight: 400; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px;  font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {  }

	hr { display: block; padding: 0; height: 1px; border: 0; border-top: 1px solid #ccc; background: red; }

	img { outline: 0; }
	img.scale-with-grid { max-width: 100%; height: auto; }

/* #Links 
================================================== */
	a { color: #58585a; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists 
==================================================
	.content ul,.content ol { padding-bottom: 20px; }
	.content ul,.content ol,.content li { list-style-type: disc; list-style-position: outside; }
	.content ul,.content ol{ position: relative; left: 20px; width: 80%; }
*/

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #000; 
		background: #000 -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
		background: #000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
		background: #000 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
		background: #000 -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
		background: #000 -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
		background: #000 linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 200;
	cursor: pointer;
	padding: 5px 10px;
	width: 673px;
	text-align: center;
	font: 14px/21px 'TitilliumText22LLtThin', Arial, Verdana, Helvetica, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #279ed7; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 0; }
	fieldset {
		margin-bottom: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 8px 3px 8px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 14px/21px 'TitilliumText22LLtThin', Arial, Verdana, Helvetica, sans-serif;
		color: #777;
		margin: 0;
		width: 655px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		width: 671px;
		max-width: 100%; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #000;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 100px; }
	label,
	legend {
		display: block;
		font-weight: 400;
		font-size: 13px;}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: 200;
		font-size: 13px;
		color: #444; }
	input.form-error,textarea.form-error,select.form-error,.form-error *{
		color: #ff0000;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.row_nopad:after,
.row_hpad:after,
.clearfix:after {
clear: both; }
.row,
.row_nopad,
.row_hpad,
.clearfix {
zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/* titillium-web-200 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-200.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'),
       url('../fonts/titillium-web-v6-latin-ext_latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-200italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-200italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web ExtraLight Italic'), local('TitilliumWeb-ExtraLightItalic'),
       url('../fonts/titillium-web-v6-latin-ext_latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-200italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('../fonts/titillium-web-v6-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-300italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light Italic'), local('TitilliumWeb-LightItalic'),
       url('../fonts/titillium-web-v6-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v6-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('../fonts/titillium-web-v6-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('../fonts/titillium-web-v6-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web SemiBold Italic'), local('TitilliumWeb-SemiBoldItalic'),
       url('../fonts/titillium-web-v6-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-600italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v6-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold Italic'), local('TitilliumWeb-BoldItalic'),
       url('../fonts/titillium-web-v6-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-900 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web-v6-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Black'), local('TitilliumWeb-Black'),
       url('../fonts/titillium-web-v6-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-ext_latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #279ed7;
  #background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.chosen-bottom{
	height: 20px;
}

/* @end */

/* #Template Styles - item-video
================================================== */
.item-video-inner{
	position: relative;
	background: #000;
}
.item-video-sizer,.item-video-sizer img{
	display: block;
	width: 100%;
}
.item-video-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.item-video video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.item-video-loading{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/item-video/loading.png) no-repeat center center;
	background-size: 40px 40px;
	z-index: 20;
	display: none;
}
.item-video-init{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/item-video/init-bg.png) repeat left top;
	z-index: 300;
}
.item-video-init .inner{
	width: 100%;
	height: 100%;
	background: url(../img/item-video/init.png) no-repeat center center;
	background-size: 142px 32px;
}
.item-video-controlls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 28px;
	margin-top: 16px;
	z-index: 500;
	opacity: 0;
}
.item-video-controlls-progress{
	position: absolute;
	left: 33px;
	top: 0;
	width: calc(100% - 96px);
	height: 2px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #a2a2a2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.item-video-controlls-progress span{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: block;
}
.item-video-controlls-progress-timebar{
	background: #fff;
	z-index: 10;
}
.item-video-controlls-progress-bufferbar{
	z-index: 5;
}
.item-video-controlls-play,.item-video-controlls-fullscreen,.item-video-controlls-mute{
	height: 28px;
	cursor: pointer;
}
.item-video-controlls-play{
	width: 28px;
	background: url(../img/item-video/controlls-play.png) no-repeat left top;
	background-size: 28px 56px;
}
.item-video-controlls-play.paused{
	background-position: left bottom;
}
.item-video-controlls-fullscreen{
	position: absolute;
	right: 4px;
	top: 0;
	width: 28px;
	background: url(../img/item-video/controlls-fullscreen.png) no-repeat left top;
	background-size: 28px 56px;
}
.item-video-controlls-fullscreen.fullscreen{
	background-position: left bottom;
}
.item-video-controlls-mute{
	position: absolute;
	right: 32px;
	top: 0;
	width: 28px;
	background: url(../img/item-video/controlls-mute.png) no-repeat left top;
	background-size: 28px 56px;
}
.item-video-controlls-mute.mute{
	background-position: left bottom;
}
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Template Styles */

/* #Site Styles
================================================== */
.header{
	width: 100%;
	z-index: 9999999999999999;
}
.header-wrap{
	position: relative;
	width: 950px;
	margin: 0 auto;
}
.header-toogle{
	position: fixed;
	left: 0;
	top: -30px;
	width: 100%;
	height: 30px;
	padding-left: 436px;
	z-index: 999999999999999;
}
.header-toogle a{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/header-toogle.gif) no-repeat left top;
}
.header-toogle a:hover{
	background: url(../img/header-toogle.gif) no-repeat left bottom;
}
.body-scrolled .container{
	padding-top: 182px;
}
.body-scrolled .header{
	position: fixed;
	top: -182px;
	left: 0;
}
.body-scrolled .nav-main-top-sub{
	background: #fafaf8;
}
.header li,.item-filter li{
	display: block;
	float: left;
	position: relative;
	height: 32px;
}
.header a,.nav-lang span,.item-filter a,.item-filter span,.nav-sub a,.item-product-headline a{
	display: block;
	color: #7e7e7e;
	text-decoration: none;
}
.header a,.nav-lang span,.item-filter a,.item-filter span{
	font-size: 12px;
	line-height: 32px;
}
.header-top{
	height: 118px;
	background: url(../img/header.png) no-repeat left top;
}
.header-bottom{
	height: 64px;
	background: url(../img/header.png) no-repeat left bottom;
}
.logo{
	position: absolute;
	right: 24px;
	top: 0;
	width: 170px;
	height: 100px;
}
.nav-lang{
	position: relative;
	width: 300px;
	height: 86px;
	padding-left: 25px;
}
.nav-lang-toogle{
	display: block;
	position: absolute;
	left: 19px;
	top: 10px;
	width: 53px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/nav-lang-toogle.png) no-repeat left top;
	z-index: 999999;
}
.nav-lang-toogle:hover{
	background-position: left -30px;
}
a.nav-lang-toogle-act{
	background-position: left -60px;
}
a.nav-lang-toogle-act:hover{
	background-position: left -90px;
}
.nav-lang-slider{
	position: absolute;
	left: 52px;
	top: 11px;
	width: 24px;
	height: 30px;
	overflow: hidden;
}
.nav-lang-slider .div{
	width: 300px;
}
.nav-lang-slider li{
	float: left;
}
.nav-lang-slider li a,.nav-lang-slider li span{
	display: block;
	padding: 0 10px 0 0;
	line-height: 26px;
	color: #e2e2e2;
}
.nav-main-top,.nav-main{
	clear: all;
	padding: 0 24px;
	height: 32px;
}
.nav-main-top a,.nav-main a,.item-filter a,.item-filter span{
	padding: 0 24px 0 0;
	font-size: 14px;
}
.nav-lang a:hover,.nav-main-top a:hover,.nav-main-top .act,.nav-main a:hover,.nav-main .act,.nav-main .hover,.nav-main-top .hover,.nav-sub a:hover,.nav-sub .act{
	color: #279ed7;
}
.nav-main .act-arrow{
	height: 41px;
	background: url(../img/nav-main-act-arrow.gif) no-repeat left top;
}
.nav-main-0 .act-arrow{
	background-position: left top;
}
.nav-main-1 .act-arrow{
	background-position: left -41px;
}
.nav-main-2 .act-arrow{
	background-position: left -82px;
}
.nav-main-3 .act-arrow{
	background-position: left -123px;
}
.nav-main-4 .act-arrow{
	background-position: left -164px;
}
.nav-main-5 .act-arrow{
	background-position: left -205px;
}
.nav-main .hover{
	background: none;
}
.nav-main a,.item-filter a,.item-filter span,.nav-sub a,.item-product-headline a{
	color: #e2e2e2;
}
.nav-main-top a{
	font-size: 101.5%;
}

.nav-main-dropdown,.item-filter-dropdown{
	position: absolute;
	left: -24px;
	top: 31px;
	width: auto;
	z-index: 999999999999;
}
.nav-main-dropdown,.nav-main-top-dropdown,.item-filter-dropdown{
	overflow: hidden;
	height: 0;
}
.nav-main-dropdown-top,.nav-main-top-dropdown-top,.item-filter-dropdown-top{
	height: 10px;
}
.nav-main-dropdown-top,.item-filter-dropdown-top{
	background: url(../img/nav-main-dropdown-top.png) no-repeat left bottom;
}
.nav-main-top-dropdown-top{
	background: url(../img/nav-main-top-dropdown-top.png) no-repeat left bottom;
}
.nav-main-dropdown-inner,.nav-main-top-dropdown-inner,.item-filter-dropdown-inner{
	padding: 15px 0px 13px 24px;
}
.nav-main-dropdown-inner,.item-filter-dropdown-inner{
	background: url(../img/nav-main-dropdown-inner.png) repeat left top;
}
.nav-main-top-dropdown-inner{
	background: #fff;
	min-height: 202px;
}
.nav-main-dropdown ul,.nav-main-top-dropdown ul,.item-filter-dropdown ul{
	display: block;
	float: left;
	width: 170px;
	padding-right: 24px;
}
.nav-main-dropdown li,.nav-main-top-dropdown li,.item-filter-dropdown li{
	float: none;
	display: block;
	width: 170px;
	height: 33px;
}
.nav-main-dropdown li,.item-filter-dropdown li{
	background: url(../img/nav-main-dropdown-li.png) repeat-x left bottom;
}
.nav-main-top-dropdown li{
	background: url(../img/nav-main-top-dropdown-li.png) repeat-x left bottom;
}
.nav-main-dropdown a,.nav-main-top-dropdown a,.item-filter-dropdown a{
	display: block;
	float: none;
	padding: 3px 0 1px 0;
	font-size: 13px;
	line-height: 28px;
}
.nav-main-dropdown a,.item-filter-dropdown a{
	color: #eaeaea;
}
.nav-main-top-dropdown a{
	color: #000;
}
.nav-main-dropdown a:hover,.nav-main-dropdown a.act,.nav-main-top-dropdown a:hover,.nav-main-top-dropdown a.act{
	color: #279ed7;
}
li.nav-main-dropdown-inner-noborder,li.nav-main-top-dropdown-inner-noborder,li.item-filter-dropdown-inner-noborder{
	background: none;
}
.nav-sub-wrapper{
	position: relative;
	width: 960px;
	height: 1px;
	margin: 0 auto;
}
.nav-sub{
	position: absolute;
	right: 29px;
	top: 24px;
	width: 240px;
	padding: 18px 0 8px 0;
	background: url(../img/nav-sub.png) no-repeat left bottom;
	z-index: 999999999999999;
}
.nav-sub ul{
	padding: 5px 0 10px 0;
}
.nav-sub ul ul{
	padding: 0;
}
.nav-sub li{
	display: block;
	background: url(../img/nav-sub-li.gif) repeat-x left bottom;
}
.nav-sub li li,.nav-sub li.nobg{
	background: none;
}
.nav-sub a{
	display: block;
	padding: 5px 30px 8px 14px;
	background: url(../img/nav-sub-a.gif) no-repeat right top;
}
.nav-sub li li a{
	padding: 1px 30px 8px 34px;
	background: url(../img/nav-sub-li-li-a.gif) no-repeat left top;
}
.nav-sub li li a:hover,.nav-sub li li a.act{
	background-position: left -140px;
}
.nav-sub li li li a{
	background: none;
}
/*
.nav-sub{
	position: absolute;
	right: 29px;
	top: 24px;
	width: 240px;
	padding: 18px 0 8px 0;
	background: url(../img/nav-sub.png) no-repeat left bottom;
	z-index: 999999999999999;
}
.nav-sub ul{
	padding: 5px 0 10px 0;
}
.nav-sub li{
	display: block;
	background: url(../img/nav-sub-li.gif) repeat-x left bottom;
}
.nav-sub li li,.nav-sub li.nobg{
	background: none;
}
.nav-sub a{
	display: block;
	padding: 5px 30px 8px 14px;
	background: url(../img/nav-sub-a.gif) no-repeat right top;
}
.nav-sub a:hover,.nav-sub .act{
	background-position: right -70px;
}
.nav-sub li li a{
	background: none;
	padding: 5px 14px 1px 14px;
}
*/
.content{
	width: 960px;
	margin: 0 auto;
}
.content li{
	position: relative;
	left: -8px;
	padding-left: 8px;
	background: url(../img/li-black.gif) no-repeat left top;
}
.footer{
	position: relative;
	width: 720px;
	height: 200px;
	margin: 0 auto;
	padding: 24px 0 0 240px;
	background: url(../img/footer.png) no-repeat center top;
}
a.footer-top{
	position: absolute;
	left: 30px;
	top: 25px;
	width: 25px;
	height: 25px;
	background: url(../img/footer-top.gif) no-repeat left top;
	overflow: hidden;
}
a.footer-top:hover{
	background-position: left -25px;
}
.footer-txt{
	position: absolute;
	left: 258px;
	top: 23px;
}
.footer-txt *{
	text-decoration: none;
}
.footer-nav{
	position: absolute;
	left: 258px;
	top: 128px;
	width: 300px;
	height: 21px;
}
.footer-nav a{
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	padding-right: 10px;
	text-decoration: none;
}

.content a[href="encryptEmail"]{
	display: none;
}



/* #Page Styles
================================================== */
.item-default-bottom{
	height: 10px;
	background: url(../img/item-home-slideshow.png) no-repeat center top;
}
a.content-dwn{
	display: block;
}


/* #Template Styles - item-home-slideshow
================================================== */
.item-home-slideshow{
	position: relative;
	width: 950px;
	height: 662px;
	margin: 0 5px;
	background: url(../img/item-home-slideshow.png) no-repeat left 692px;
}
.item-home-slideshow-items{
	position: relative;
	width: 950px;
	height: 652px;
	background-color: none;
	overflow: hidden;
	z-index: 550;
}
.item-home-slideshow-item{
	position: relative;
	width: 950px;
	height: 652px;
	overflow: hidden;
	z-index: 650;
}
.item-home-slideshow-item-bg{
	position: absolute;
	left: 0;
	top: 326px;
	width: 950px;
	height: 326px;
	background: url(../img/item-home-slideshow-item-bg.png) repeat left top;
}
.item-home-slideshow-item h1{
	position: absolute;
	left: 36px;
	top: 30px;
	font-size: 30px;
	font-size: 40px;
	line-height: 34px;
	line-height: 44px;
	color: #e2e2e2;
	letter-spacing: 0.05em;
	z-index: 600;
}
.item-home-slideshow-item h1 span{
	color: #279ed7;
}
.item-home-slideshow-pager{
	position: absolute;
	left: 26px;
	top: 273px;
	width: 178px;
	height: 25px;
	display: none;
	z-index: 999999999;
}
.item-home-slideshow-pager a{
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 5px;
	line-height: 100px;
	overflow: hidden;
	background: url(../img/item-home-slideshow-pager.png) no-repeat left top;
}
.item-home-slideshow-pager a.activeSlide{
	background-position: left -25px;
}
.item-home-slideshowpics-items,.item-home-slideshowpics-item{
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	height: 652px;
	background: #000;
	overflow: hidden;
}
.item-home-slideshowpics-item img{
	position: absolute;
	width: 950px;
	height: 652px;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -326px;
}


/* #Template Styles - item-related-top
================================================== */
.item-related-top{
	position: relative;
	height: 22px;
}
.item-related-top div{
	position: absolute;
	left: 10px;
	top: -10px;
	width: 62px;
	height: 9px;
	background: url(../img/item-related-top.gif) no-repeat left top;
}


/* #Template Styles - item-overview
================================================== */
.item-overview{
	width: 912px;
	margin: 0 auto;
	padding: 0 19px 22px 19px;
	background: #fff;
}
.item-overview-three{
	width: 684px;
	padding: 0 19px 22px 247px;
}
.item-overview-item{
	position: relative;
	float: left;
	width: 218px;
	margin: 0 5px;
	padding-top: 24px;
	margin-bottom: 14px;
	background: url(../img/item-overview-item.gif) repeat-x left bottom;
}
.item-overview-item-last{
	padding-bottom: 1px;
	margin-bottom: 0px;
	background: #fff;
}
.item-overview-item a{
	display: block;
	text-decoration: none;
}
.item-overview-item-img img{
	width: 218px;
	height: 144px;
}
.item-overview-item-img,.item-overview-item-txt{
	background: #fff;
}
.item-overview-item-img{
	height: 144px;
	margin-bottom: 10px;
}
.item-overview-item-txt{
	min-height: 7px;
	margin-bottom: 24px;
	padding-top: 26px;
	background: url(../img/item-overview-item-txt-a.gif) no-repeat left top;
}
.item-overview-item-txt h1,.item-overview-item a:hover div{
	background-position: left -270px;
	color: #279ed7;
}
.item-overview-bottom,.item-overview-bottom-heigher{
	height: 10px;
	background: url(../img/item-home-slideshow.png) no-repeat center top;
}
.item-overview-bottom-heigher{
	height: 32px;
}



/* #Template Styles - item-filter
================================================== */
.item-filter{
	position: relative;
	width: 926px;
	height: 32px;
	margin: 0 auto;
	padding-left: 24px;
	padding-bottom: 9px;
	background: url(../img/header.png) no-repeat left -118px;
}
.item-filter a:hover,.item-filter a.act,.item-filter a.hover{
	color: #279ed7;
}
span.item-filter-title{
	padding-right: 23px;
	margin-right: 23px;
}
a.item-filter-reset{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}



/* #Template Styles - item-product-headline
================================================== */
.item-product-headline{
	position: relative;
	width: 926px;
	height: 32px;
	margin: 0 auto;
	padding-left: 24px;
	padding-bottom: 9px;
	background: url(../img/header.png) no-repeat left -118px;
}
.item-product-headline h1{
	color: #fff;
	line-height: 32px;
}



/* #Template Styles - item-product
================================================== */
.item-product{
	position: relative;
	width: 902px;
	margin: 0 auto;
	padding: 24px 24px 0 24px;
	background: #fff;
}
.item-product-media{
	float: left;
	width: 446px;
	padding-bottom: 14px;
}
.item-product-zoom{
	position: relative;
	width: 902px;
	padding-bottom: 24px;
}
.item-product-zoom-imgs{
	position: relative;
	overflow: hidden;
}
.item-product-zoom-imgs img{
	position: absolute;
}
.item-product-zoom-imgs,.item-product-zoom-img{
	width: 446px;
	height: 294px;
}
.item-product-zoom-img{
	background: #fff;
	overflow: hidden;
}
.item-product-zoom-imgs img{
	width: 100%;
	height: 100%;
}
.item-product-zoom-nav{
	display: block;
	position: absolute;
	bottom: 24px;
	width: 25px;
	height: 25px;
	background: url(../img/item-product-zoom-nav.gif) no-repeat left top;
	overflow: hidden;
	z-index: 9999999;
}
.item-product-zoom-nav-large{
	right: 456px;
	background-position: left top;
	display: none;
}
.item-product-zoom-nav-small{
	right: 0px;
	background-position: left -50px;
	display: none;
}
a.item-product-zoom-nav-large:hover{
	background-position: left -25px;
}
a.item-product-zoom-nav-small:hover{
	background-position: left -75px;
}
.item-product-imgs{
	float: left;
	width: 456px;
	padding-top: 24px;
}
.item-product-img{
	float: left;
	position: relative;
	padding: 10px 0;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.item-product-img,.item-product-img img,.item-product-img-vid{
	width: 104px;
	height: 68px;
}
.item-product-img-vid{
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../img/item-product-img-vid.png) no-repeat left top;
	z-index: 999999;
}
.item-product-zoom-img-info-nav{
	display: block;
	position: absolute;
	right: 26px;
	bottom: 0;
	width: 25px;
	height: 25px;
	background: url(../img/item-product-zoom-img-info-nav.gif) no-repeat left top;
	overflow: hidden;
	z-index: 9999999;
}
a.item-product-zoom-img-info-nav:hover{
	background-position: left -25px;
}
a.item-product-zoom-img-info-nav-act{
	background-position: left -50px;
}
a.item-product-zoom-img-info-nav-act:hover{
	background-position: left -75px;
}
.item-product-zoom-img-info{
	position: absolute;
	left: 0;
	top: 594px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(../img/item-product-zoom-img-info.png) repeat left top;
}
.item-product-zoom-img-info div{
	position: absolute;
	bottom: 0;
	padding: 0 80px 20px 24px;
}
.item-product-zoom-img-info *{
	color: #fff;
}

a.item-product-zoom-img-vid,div.item-product-zoom-img-vid{
	display: block;
	width: 100%;
	height: 100%;
}
a.item-product-zoom-img-vid{
	background: #ebeae6 url(../img/item-product-img-vid.png) no-repeat center center;
}
div.item-product-zoom-img-vid{
	background: #fff;
}
.item-product-content li{
	position: relative;
	left: -8px;
	padding-left: 8px;
	background: url(../img/li-black.gif) no-repeat left top;
}
.item-product-content{
	position: relative;
	float: left;
	width: 432px;
	margin: 0 0 24px 24px;
}
.item-product-content-head{
	height: 294px;
}
.item-product-content h1{
	color: #279ed7;
	font-weight: 400;
}
.item-product-content h2{
	height: 25px;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 1px;
	background: url(../img/item-product-content-h2.gif) no-repeat left top;
	color: #fff;
	cursor: pointer;
}
.item-product-content h2 a{
	text-decoration: none;
	border: none;
}
.item-product-content h2 span{
	display: block;
	color: #fff;
	cursor: pointer;
	background: url(../img/item-product-content-h2-span.gif) no-repeat right top;
}
.item-product-content h2:hover span{
	color: #279ed7;
	background-position: right -25px;
}
.item-product-content h2.ui-state-active span{
	color: #279ed7;
	background-position: right -75px;
}
.item-product-content-accordion-txt{
	padding: 12px 0 24px 10px;
}
.item-product-content-accordion-table{
	padding: 12px 0 24px 0;
}
.item-product-content-accordion-table table{
	width: 100%;
	margin-bottom: 21px;
}
.item-product-content-accordion-table td{
	margin: 0;
	padding: 2px 0 0 0;
}
.item-product-content-accordion-table td,.item-product-content-accordion-table h3{
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}
.item-product-content-accordion-dwn{
	position: relative;
	left: -10px;
	width: 432px;
}
.item-product-content-accordion-dwn a{
	display: block;
}
.item-product-content-accordion-dwn-left,.item-product-content-accordion-dwn-right{
	float: left;
	padding: 2px 0 3px 0;
	border-top: 1px solid #ccc;
}
.item-product-content-accordion-dwn-left{
	width: 272px;
	padding-left: 10px;
	margin-right: 10px;
}
.item-product-content-accordion-dwn-right{
	width: 140px;
	text-align: right;
}
.item-product-content-accordion-dwn:last-child .item-product-content-accordion-dwn-left,.item-product-content-accordion-dwn:last-child .item-product-content-accordion-dwn-right{
	border-bottom: 1px solid #ccc;
}
.item-product-bottom{
	height: 10px;
	background: url(../img/item-home-slideshow.png) no-repeat left top;
}



/* #Template Styles - item-producthead
================================================== */
.item-producthead{
	position: relative;
	width: 950px;
	height: 346px;
	margin: 0 5px;
	background: #ccc;
	overflow: hidden;
}
.item-producthead *{
	color: #e2e2e2;
}
.item-producthead h1,.item-producthead h2{
	font-size: 28px;
	line-height: 32px;
}
.item-producthead h1{
	color: #279ed7;
}
.item-producthead-slider{
	position: absolute;
	left: 0;
	top: 173px;
	width: 950px;
	height: 519px;
	background: url(../img/item-producthead-slider.png) repeat left top;
	z-index: 99999999;
}
.item-producthead-h{
	position: absolute;
	left: 0;
	bottom: 346px;
	width: 726px;
	padding: 4px 200px 15px 24px;
	cursor: pointer;
}
.item-producthead-h:hover .item-producthead-nav-open{
	background-position: left -15px;
}
.item-producthead-nav-open,.item-producthead-nav-close{
	position: absolute;
	left: 24px;
	top: -20px;
	width: 15px;
	height: 15px;
	background: url(../img/item-producthead-nav.gif) no-repeat left top;
	cursor: pointer;
}
.item-producthead-txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 590px;
	padding: 4px 0 18px 24px;
}
.item-producthead-nav-close{
	background-position: left -30px;
}
.item-producthead-nav-close:hover{
	background-position: left -45px;
}
.item-producthead-imgs{
	position: relative;
	z-index: 999;
}
.item-producthead-imgs,.item-producthead-img,.item-producthead-img img{
	width: 950px;
	height: 346px;
}
.item-producthead-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.item-producthead-img-first{
	z-index: 99999;
}
.item-home-producthead-imgs-pager{
	position: absolute;
	right: 15px;
	bottom: 14px;
	width: 400px;
	height: 25px;
	z-index: 99999999999;
}
.item-home-producthead-imgs-pager a{
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 5px;
	line-height: 100px;
	overflow: hidden;
	background: url(../img/item-home-slideshow-pager.png) no-repeat left top;
}
.item-home-producthead-imgs-pager a.activeSlide{
	background-position: left -25px;
}

.item-producthead-bottom{
	height: 32px;
	background: url(../img/item-home-slideshow.png) no-repeat center top;
}



/* #Template Styles - item-history
================================================== */
.item-history{
	width: 950px;
	margin: 0 auto;
	padding: 44px 0 46px 0;
	background: #fff url(../img/item-history.gif) no-repeat center top;
}
.item-history-img{
	float: left;
	width: 196px;
	height: 130px;
	margin: 2px 36px 5px 250px;
}
.item-history-txt{
	float: left;
	width: 420px;
}
.item-history-txt h2{
	font-size: 20px;
	font-weight: 200;
}



/* #Template Styles - item-hr
================================================== */
.item-hr{
	width: 902px;
	margin: 0 auto;
	padding: 0 24px 0 24px;
	background: #fff;
}
.item-hr div{
	height: 0;
	border-bottom: 1px solid #ccc;
}



/* #Template Styles - item-branch
================================================== */
.item-branch{
	width: 902px;
	margin: 0 auto;
	padding: 22px 24px 24px 24px;
	background: #fff;
}
.item-branch-map{
	float: left;
	width: 600px;
	height: 380px;
	margin-top: 2px;
	background: #ccc;
	color: #ccc;
}
.item-branch-txt{
	float: left;
	width: 276px;
	padding-left: 24px;
}



/* #Template Styles - item-headlinetxthome
================================================== */
.item-headlinetxthome{
	width: 637px;
	margin: 0 5px 0 5px;
	padding: 60px 60px 30px 253px;
	background: #1b89ca;
}
.item-headlinetxthome h1{
	font-size: 26px;
	line-height: 32px;
	font-weight: 200;
	margin: 0 60px 14px 0;
}
.item-headlinetxthome,.item-headlinetxthome *{
	color: #fff;
}

/* #Template Styles - item-headlinetxt
================================================== */
.item-headlinetxt{
	width: 637px;
	margin: 0 5px 0 5px;
	padding: 60px 60px 30px 253px;
	background: #fff;
}
.item-headlinetxt h1{
	font-size: 26px;
	line-height: 32px;
	font-weight: 200;
	margin: 0 60px 14px 0;
}


/* #Template Styles - item-table
================================================== */
.item-table{
	width: 637px;
	margin: 0 5px 0 5px;
	padding: 20px 60px 30px 253px;
	background: #fff;
}
.item-table h1{
	font-size: 26px;
	line-height: 32px;
	font-weight: 200;
	margin: 0 60px 14px 0;
}
.item-table table{
	width: 100%;
	margin-bottom: 21px;
}
.item-table td{
	margin: 0;
	padding: 2px 0 0 0;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
}
.item-table-td-1,.item-table-td-2,.item-table-td-3{
	width: 20%;
}



/* #Template Styles - item-contactform
================================================== */
.item-contactform{
	width: 697px;
	margin: 0 5px 0 5px;
	padding: 60px 0px 24px 253px;
	background: #fff;
}
.item-contactform h1{
	font-size: 26px;
	font-weight: 200;
	margin: 6px 60px 18px 0;
}
.item-contactform p{
	width: 550px;
}
.item-contactform-checkbox{
	position: relative;
	left: -4px;
	padding-bottom: 4px;
}
.item-contactform-printhide{
	margin: 0 0 20px 0;
	overflow: hidden;
}
.item-contactform-printhide-left,.item-contactform-printhide-right{
	float: left;
	width: 280px;
}



/* #Template Styles - item-headimg
================================================== */
.item-headimg{
	position: relative;
	width: 950px;
	min-height: 150px;
	margin: 0 5px 0 5px;
}
.item-headimg img{
	display: block;
	width: 950px;
}



/* #Template Styles - item-headimg
================================================== */
.item-img{
	position: relative;
	width: 950px;
	min-height: 150px;
	margin: 0 5px;
	padding-bottom: 21px;
	background: #fff;
}
.item-img img{
	display: block;
	width: 950px;
}
.item-accord .item-img{
	width: 902px;
	margin: 0;
}
.item-accord .item-img img{
	width: 902px;
}



/* #Template Styles - item-news
================================================== */
.item-news-items{
	width: 950px;
	margin: 0 auto;
}
.item-news-item{
	position: relative;
	float: left;
	margin-bottom: 2px;
	background: #1c2428;
	background: #fff;
	overflow: hidden;
}
.item-news-item img{
	position: absolute;
	z-index: 10;
}
.item-news-item-left{
	float: left;
}
.item-news-item-right{
	float: right;
}
.item-news-item-last{
	margin-bottom: 0;
}
.item-news-item-2x2{
	width: 633px;
	height: 400px;
}
.item-news-item-2x2 img{
	left: 0px;
	top: -8px;
	width: 633px;
	height: 417px;
}
.item-news-item-1x1{
	width: 315px;
	height: 199px;
}
.item-news-item-1x1 img{
	left: 0px;
	top: -4px;
	width: 315px;
	height: 207px;
}
.item-news-item-slider{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/item-news-item-slider.png) repeat left top;
	z-index: 100;
}
.item-news-item a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.item-news-item-slider .item-news-item-slider-txt{
	padding-top: 20px;
	background: url(../img/item-news-item-slider-txt-h.gif) no-repeat 25px 24px;
}
.item-news-item a:hover .item-news-item-slider-txt{
	background-position: 25px -176px;
}
.item-news-item-slider h1{
	color: #279ed7;
}
.item-news-item-slider h2{
	color: #fff;
}
.item-news-item-2x2 .item-news-item-slider-txt{
	padding: 48px 24px 18px 24px;
}
.item-news-item-1x1 .item-news-item-slider-txt{
	padding: 48px 24px 19px 24px;
}
.item-news-item-2x2 .item-news-item-slider h1,.item-news-item-2x2 .item-news-item-slider h2{
	font-size: 28px;
	line-height: 32px;
}
.item-news-item-1x1 .item-news-item-slider h1,.item-news-item-1x1 .item-news-item-slider h2{
	font-size: 14px;
	line-height: 21px;
}
.item-news-item-left.item-news-item-2x2{
	margin-right: 2px;
}
.item-news-item-right.item-news-item-2x2{
	margin-left: 2px;
}



/* #Template Styles - item-virtualtour
================================================== */
.item-virtualtour{
	position: relative;
	width: 902px;
	padding: 21px 24px 0 24px;
	margin: 0 auto;
	background: #fff url(../img/item-virtualtour-en.jpg) no-repeat center bottom;
}
.item-virtualtour-de{
	background: #fff url(../img/item-virtualtour-de.jpg) no-repeat center bottom;
}
.item-virtualtour-fr{
	background: #fff url(../img/item-virtualtour-fr.jpg) no-repeat center bottom;
}
.item-virtualtour-it{
	background: #fff url(../img/item-virtualtour-it.jpg) no-repeat center bottom;
}
.item-virtualtour h1{
	position: absolute;
	left: 24px;
	top: 26px;
	width: 380px;
	font-size: 26px;
	font-weight: 200;
}
.item-virtualtour-txt{
	padding: 0 0 120px 456px;
}
.item-virtualtour-vids{
	width: 902px;
	height: 0;
	overflow: hidden;
}
.item-virtualtour-vid{
	width: 902px;
	height: 533px;
}
.item-virtualtour-items{
	position: relative;
	width: 902px;
	height: 366px;
}
.item-virtualtour-item{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/item-virtualtour-item.png) no-repeat left top;
}
.item-virtualtour-item-0{
	left: 31px;
	top: 31px;
}
.item-virtualtour-item-1{
	left: 452px;
	top: 31px;
}
.item-virtualtour-item-2{
	left: 180px;
	top: 104px;
}
.item-virtualtour-item-3{
	left: 452px;
	top: 124px;
}
.item-virtualtour-item-4{
	left: 504px;
	top: 124px;
}
.item-virtualtour-item-5{
	left: 566px;
	top: 124px;
}
.item-virtualtour-item-6{
	left: 616px;
	top: 124px;
}
.item-virtualtour-item-7{
	left: 660px;
	top: 124px;
}
.item-virtualtour-item-8{
	left: 722px;
	top: 124px;
}
.item-virtualtour-item-9{
	left: 808px;
	top: 124px;
}
.item-virtualtour-item-10{
	left: 860px;
	top: 124px;
}
.item-virtualtour-item-11{
	left: 566px;
	top: 180px;
}
.item-virtualtour-item-12{
	left: 294px;
	top: 237px;
}
.item-virtualtour-item-13{
	left: 452px;
	top: 237px;
}
.item-virtualtour-item-14{
	left: 566px;
	top: 237px;
}
.item-virtualtour-item-15{
	left: 808px;
	top: 237px;
}
.item-virtualtour-item-16{
	left: 722px;
	top: 31px;
}
.item-virtualtour-hover{
	position: absolute;
	left: -17px;
	bottom: 22px;
	height: 18px;
	padding: 5px 10px 16px 10px;
	color: #e2e2e2;
	background: url(../img/item-virtualtour-hover.png) no-repeat left bottom;
	z-index: 99999;
	display: none;
}
.item-virtualtour-hover-act,.item-virtualtour-hover-playing,.item-virtualtour-item-16 .item-virtualtour-hover{
	display: block;
	z-index: 999999;
}


/* #Template Styles - item-testimonial
================================================== */
.item-testimonial{
	width: 673px;
	margin: 0 auto;
	padding: 0 24px 24px 253px;
	background: #fff;
}
.item-testimonial-bg{
	width: 673px;
}
.item-testimonial-bg-blue{
	background: #0095d0;
}
.item-testimonial-bg-dark{
	background: #094369;
}
.item-testimonial-img{
	float: left;
	width: 236px;
	height: 170px;
	padding-right: 24px;
}
.item-testimonial-txt{
	float: left;
	width: 413px;
	padding: 21px 0 21px 0;
}
.item-testimonial-txt,.item-testimonial-txt *{
	color: #e2e2e2;
}
.item-headlinetxt{
	width: 637px;
	margin: 0 5px 0 5px;
	padding: 21px 60px 30px 253px;
	background: #fff;
}
.item-headlinetxt h1{
	font-size: 26px;
	font-weight: 200;
	margin: 45px 60px 18px 0;
}
.item-accord .item-headlinetxt{
	width: 637px;
	margin: 0;
	padding: 21px 36px 30px 229px;
}



/* #Template Styles - item-profile
================================================== */
.item-profile{
	width: 672px;
	margin: 0 auto;
	padding: 34px 24px 30px 254px;
	background: #fff;
}
.item-profile-top{
	width: 672px;
	height: 250px;
	height: 188px;
	background: url(../img/item-profile-top.jpg) no-repeat left top;
}
.item-profile-top-a{
	display: block;
	width: 270px;
	height: 47px;
	margin-left: 374px;
	padding-right: 28px;
	background: url(../img/item-profile-top-a.gif) no-repeat right top;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
}
.item-profile-top-a:hover,.item-profile-top-0 .item-profile-top-a-0,.item-profile-top-1 .item-profile-top-a-1,.item-profile-top-2 .item-profile-top-a-2,.item-profile-top-3 .item-profile-top-a-3{
	color: #009fe3;
	background-position: right -270px;
}
.item-profile-top a{
	color: #454545;
}
.item-profile-bottom{
	height: 0;
	overflow: hidden;
}
.item-profile-bottom-wrap{
	margin-top: 63px;
}
.item-profile-bottom-img{
	position: relative;
	height: 174px;
	margin-bottom: 24px;
	background: #094369;
}
.item-profile-bottom-img-txt{
	position: absolute;
	right: 28px;
	bottom: 20px;
	color: #e2e2e2;
	font-size: 15px;
}



/* #Template Styles - item-profilelocations
================================================== */
.item-profilelocations{
	width: 902px;
	height: 362px;
	margin: 0 auto;
	padding: 34px 24px 34px 24px;
	background: #fff url(../img/item-profilelocations.jpg) no-repeat left 34px;
}
.item-profilelocations div{
	width: 300px;
	height: 47px;
	margin-left: 602px;
	text-align: right;
	line-height: 30px;
}



/* #Template Styles - item-service
================================================== */
.item-service{
	width: 902px;
	margin: 0 auto;
	padding: 48px 24px 0 24px;
	background: #fff;
}
.item-service area{
	outline: none;
}
.item-service-top{
	position: relative;
	width: 902px;
	height: 47px;
	margin: 0 auto;
	padding-bottom: 9px;
	background: url(../img/item-service-top.png) no-repeat left top;
}
.item-service-top a{
	display: block;
	padding-left: 34px;
	line-height: 32px;
	color: #e2e2e2;
	text-decoration: none;
	background: url(../img/item-service-top-a.gif) no-repeat left top;
}
.item-service-top a:hover,.item-service-top-act a{
	color: #279ed7;
	background-position: left -32px;
}
.item-service-content{
	height: 0;
	overflow: hidden;
}
.item-service-content-wrap{
	padding-bottom: 24px;
}
.item-service-card{
	position: relative;
	width: 902px;
	height: 480px;
	background: #ccc url(../img/item-service-card.gif) no-repeat left top;
}
.item-service-card-city{
	position: absolute;
	width: 120px;
	height: 30px;
	padding: 10px 0 0 30px;
	background: url(../img/item-service-card-city.png) no-repeat left 10px;
}
.item-service-card-city-0{
	left: 205px;
	top: 132px;
}
.item-service-card-city-1{
	left: 417px;
	top: 108px;
}
.item-service-card-city-2{
	left: 280px;
	top: 290px;
}
.item-service-card-city-3{
	left: 560px;
	top: 70px;
}
.item-service-card-city-4{
	left: 764px;
	top: 358px;
}
.item-service-card-city-5{
	left: 530px;
	top: 187px;
}
.item-service-card-city-6{
	left: 655px;
	top: 140px;
}

.item-service-card-map{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}
.item-service-card-map,.item-service-card-map img{
	width: 902px;
	height: 480px;
}
.item-service-card-map-act-4,div.item-service-card-map-hover-4{
	background-position: left -480px;
}
.item-service-card-map-act-5,div.item-service-card-map-hover-5{
	background-position: left -960px;
}
.item-service-card-map-act-6,div.item-service-card-map-hover-6{
	background-position: left -1440px;
}
.item-service-card-map-act-3,div.item-service-card-map-hover-3{
	background-position: left -1920px;
}
.item-service-card-map-act-7,div.item-service-card-map-hover-7{
	background-position: left -2400px;
}
.item-service-card-map-act-2,div.item-service-card-map-hover-2{
	background-position: left -2880px;
}
.item-service-continents{
	position: relative;
	width: 684px;
	min-height: 100px;
	margin-top: 24px;
	padding-left: 218px;
	padding-bottom: 5px;
	background: #edeeef;
}
.item-service-continents-left{
	position: absolute;
	left: 10px;
	top: 6px;
}
.item-service-continents-right{
	width: 684px;
	height: 0;
	overflow: hidden;
}
.item-service-continents-right-wrap{
	width: 684px;
	padding-top: 6px;
}
.item-service-continents-right-wrap div{
	float: left;
	width: 218px;
	margin-left: 10px;
}
.item-service-continents-right-wrap a{
	display: block;
	text-decoration: none;
}
.item-service-continents-right a:hover,a.item-service-continents-right-act{
	color: #279ed7;
}
.item-service-team{
	height: 0;
	overflow: hidden;
}
.item-service-team-wrap{
	margin-top: 24px;
	width: 902px;
}
.item-service-team-item{
	background: #edeeef;
	margin-bottom: 1px;
}

.item-service-team-item-type{
	float: left;
	width: 208px;
	padding: 6px 10px 0 10px;
}
.item-service-team-item-img{
	float: left;
	width: 217px;
	height: 137px;
	margin: 9px 11px 10px 0;
	background: #ccc;
}
.item-service-team-item-txt{
	float: left;
	width: 380px;
	padding-top: 6px;
}



/* #Template Styles - item-accordeon
================================================== */
.item-accordeon-top{
	position: relative;
	width: 902px;
	height: 47px;
	margin: 0 auto;
	padding: 0 24px;
	padding-bottom: 9px;
	background: #fff url(../img/item-service-top.png) no-repeat 24px top;
}
.item-accordeon-top a{
	display: block;
	padding-left: 34px;
	line-height: 32px;
	color: #e2e2e2;
	text-decoration: none;
	background: url(../img/item-service-top-a.gif) no-repeat left top;
}
.item-accordeon-top a:hover,.item-accordeon-top-act a{
	color: #279ed7;
	background-position: left -32px;
}
.item-accordeon-content{
	height: 0;
	overflow: hidden;
}
.item-accordeon-content-wrap{
	width: 950px;
	padding-bottom: 24px;
	margin: 0 auto;
	background: #fff;
}



/* #Template Styles - item-jobs
================================================== */
.item-jobs{
	width: 902px;
	margin: 0 auto;
	padding: 0 24px 24px 24px;
	background: #fff;
}
.item-jobs-img{
	float: left;
	width: 228px;
	margin-top: 4px;
	padding-bottom: 24px;
}
.item-jobs-txt{
	float: left;
	width: 674px;
	padding-bottom: 24px;
}
.item-jobs-txt h1{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 21px;
	font-weight: 200;
}
.item-jobs-info{
	width: 650px;
	padding: 6px 24px 6px 228px;
	background: #edeeef;
}





/* #Template Styles - item-dealer-download
================================================== */
.item-dealer-download{
	width: 698px;
}
.item-dealer-download a{
	display: block;
}
.item-dealer-left,.item-dealer-right{
	float: left;
	padding: 2px 0 3px 0;
	border-top: 1px solid #ccc;
}
.item-dealer-left{
	width: 446px;
	margin-right: 10px;
}
.item-dealer-right{
	width: 218px;
	text-align: right;
}
.item-dealer-download-first .item-dealer-left,.item-dealer-download-first .item-dealer-right{
	border-top: 1px solid #ccc;
}
.item-dealer-download-spacer{
	height: 24px;
}
.item-dealer-download-last{
	height: 24px;
}
.item-dealer-wrap{
	width: 698px;
	margin: 0 auto;
	padding: 73px 0 0 252px;
	background: #fff;
}
.item-dealer-download-content:last-child .item-dealer-left,.item-dealer-download-content:last-child .item-dealer-right{
	border-bottom: 1px solid #ccc;
}


/* #Template Styles - item-videoplayer
================================================== */
.item-videoplayer{
	position: relative;
	margin: 0 auto;
	background: #fff;
}
.item-videoplayer a{
	display: block;
	background: url(../img/item-product-img-vid.png) no-repeat center center;
}
.item-videoplayer,.item-videoplayer-vid,.item-videoplayer a{
	width: 950px;
	height: 534px;
}


/* #Template Styles - item-newsletter
================================================== */
.item-newsletter{
	width: 902px;
	margin: 0 auto;
	padding: 48px 24px 0 24px;
	background: #fff;
}
.item-newsletter-top{
	position: relative;
	width: 902px;
	height: 47px;
	margin: 0 auto;
	padding-bottom: 9px;
	background: url(../img/item-newsletter-top.png) no-repeat left top;
}
.item-newsletter-top a{
	display: block;
	padding-left: 34px;
	line-height: 32px;
	color: #e2e2e2;
	text-decoration: none;
	background: url(../img/item-newsletter-top-a.gif) no-repeat left top;
}
.item-newsletter-top a:hover,.item-newsletter-top-act a{
	color: #279ed7;
	background-position: left -32px;
}
.item-newsletter-content{
	height: 0;
	overflow: hidden;
}
.item-newsletter-content-wrap{
	padding-bottom: 24px;
}
.item-newsletter-content-item{
	height: 416px;
	padding-left: 61px;
	background: #edeeef;
}


/* #Template Styles - item-tradesandevents
================================================== */
.item-tradesandevents{
	width: 902px;
	margin: 0 auto;
	padding: 60px 24px 0 24px;
	background: #fff;
}
.item-tradesandevents h1{
	font-size: 26px;
	line-height: 32px;
	font-weight: 200;
	margin: 0 60px 14px 0;
}
.item-tradesandevents-img{
	float: left;
	width: 155px;
	min-height: 20px;
	padding-right: 69px;
	padding-top: 9px;
	text-align: right;
}
.item-tradesandevents-txt{
	float: left;
	width: 637px;
	margin: 0 5px 0 5px;
}
.item-tradesandevents-hr{
	padding-top: 30px;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.items-tradesandevents .item-tradesandevents:last-child .item-tradesandevents-hr{
	visibility: hidden;
}



/* #Template Styles - item-accord
================================================== */
.item-accord{
	width: 902px;
	margin: 0 auto;
	padding: 24px 24px 0 24px;
	background: #fff;
}
.item-accord-top{
	position: relative;
	width: 902px;
	height: 47px;
	margin: 0 auto;
	padding-bottom: 9px;
	background: url(../img/item-service-top.png) no-repeat left top;
}
.item-accord-top a{
	display: block;
	padding-left: 34px;
	line-height: 32px;
	color: #e2e2e2;
	text-decoration: none;
	background: url(../img/item-service-top-a.gif) no-repeat left top;
}
.item-accord-top a:hover,.item-accord-top-act a{
	color: #279ed7;
	background-position: left -32px;
}
.item-accord-content{
	height: 0;
	overflow: hidden;
}
.item-accord-content-wrap{
	padding-bottom: 24px;
}


/* #Template Styles - item-home-video
================================================== */
.item-home-video{
	height: 534px;
	margin: 0 5px 0 5px;
	background: #000;
}
.item-intro{
	position: relative;
	width: 950px;
	margin: 0 auto;
}
.item-intro-inner{
	position: relative;
	width: 100%;
	height: 0;
	background: #5b5b5b;
}
.item-intro-content{
	position: absolute;
	width: 100%;
	top: -311px;
	left: 0;
	z-index: 99999999;
}
.item-intro-content-top{
	padding: 34px 20px 20px 36px;
	background: url(../img/item-intro-bg.png) repeat left top;
}
.item-intro-content-top *{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.item-intro-content-top h1{
	font-size: 30px;
	line-height: 28px;
	color: #279ed7;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
.item-intro-content-line{
	position: relative;
	height: 1px;
}
.item-intro-content-line-left,.item-intro-content-line-right{
	position: absolute;
	top: 0;
	width: 36px;
	height: 1px;
	background: url(../img/item-intro-bg.png) repeat left top;
}
.item-intro-content-line-left{
	left: 0;
}
.item-intro-content-line-right{
	right: 0;
}
.item-intro-content-bottom{
	background: url(../img/item-intro-bg.png) repeat left top;
	padding-left: 36px;
}
.item-home-video .item-video-init,.item-home-video .item-video-init .inner{
	background: none;
	z-index: 300;
}

/* #Template Styles - item-further-home-items
================================================== */
.item-further-home-item{
	float: left;
	width: 206px;
	height: 140px;
	margin-right: 10px;
}
.item-further-home-item a{
	display: block;
	position: relative;
	width: 206px;
	height: 130px;
	color: #fff;
}
.item-further-home-item a:hover{
	color: #fff;
}
.item-further-home-item div{
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 206px;
	padding-top: 26px;
	background: url(../img/item-further-home-item-div.gif) no-repeat left top;
}
.item-further-home-item a:hover div{
	background-position: left -270px;
}
a.item-intro-start div{
	color: #279ed7;
	background: url(../img/item-further-home-item-a.png) no-repeat left top;
}

