@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('/fonts/proximanovacond-regular-webfont.eot');
    src: url('/fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanovacond-regular-webfont.woff') format('woff'),
         url('/fonts/proximanovacond-regular-webfont.ttf') format('truetype'),
         url('/fonts/proximanovacond-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 1px;
}

@font-face {
    font-family: 'ProximaNovaRegularItalic';
    src: url('/fonts/proximanovacond-regularit-webfont.eot');
    src: url('/fonts/proximanovacond-regularit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanovacond-regularit-webfont.woff') format('woff'),
         url('/fonts/proximanovacond-regularit-webfont.ttf') format('truetype'),
         url('/fonts/proximanovacond-regularit-webfont.svg#ProximaNovaRegularItalic') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 1px;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('/fonts/proximanovacond-light-webfont.eot');
    src: url('/fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanovacond-light-webfont.woff') format('woff'),
         url('/fonts/proximanovacond-light-webfont.ttf') format('truetype'),
         url('/fonts/proximanovacond-light-webfont.svg#ProximaNovalight') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 1px;
}

@font-face {
    font-family: 'ProximaNovaLightItalic';
    src: url('/fonts/proximanovacond-lightit-webfont.eot');
    src: url('/fonts/proximanovacond-lightit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanovacond-lightit-webfont.woff') format('woff'),
         url('/fonts/proximanovacond-lightit-webfont.ttf') format('truetype'),
         url('/fonts/proximanovacond-lightit-webfont.svg#ProximaNovaLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 1px;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('/fonts/proximanovacond-semibold-webfont.eot');
    src: url('/fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanovacond-semibold-webfont.woff') format('woff'),
         url('/fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
         url('/fonts/proximanovacond-semibold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 1px;
}

@font-face {
    font-family: 'ProximaNovaBoldItalic';
    src: url('/fonts/proximanovacond-semiboldit-webfont.eot');
    src: url('/fonts/proximanovacond-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanovacond-semiboldit-webfont.woff') format('woff'),
         url('/fonts/proximanovacond-semiboldit-webfont.ttf') format('truetype'),
         url('/fonts/proximanovacond-semiboldit-webfont.svg#ProximaNovaBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 960px;
	background-color: #434343;
	background-image: url('/images/global/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: 'ProximaNovaRegular', Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

div, p, textarea, input, select {
	font-family: 'ProximaNovaRegular', Tahoma, Geneva, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.center-contents {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#site {
	position: relative;
	height: auto !important;
    min-height: 100%;
    height: 100%;
	min-width: 960px;
	background-image: url('/images/global/background-container.png');
	background-repeat: repeat-y;
	background-position: top center;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #000000;
	z-index: 70;
}

#header {
	height: 26px;
	background-color: #000000;
}

.header-text {
	color: #e8e8e8;
	font-size: 11px;
}

a:hover .header-text {
	text-decoration: underline;
}

.header-splitter {
	margin-top: 6px;
	margin-left: 12px;
	background-image: url("/images/header/splitter.gif");
	width: 1px;
	height: 13px;
	float: right;
}

.header-shopping-cart {
	margin-top: 6px;
	margin-left: 12px;
	background-image: url("/images/header/icon-shopping-cart.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 13px;
	padding-right: 20px;
	cursor: pointer;
}

.header-login {
	margin-top: 6px;
	margin-left: 12px;
	background-image: url("/images/header/icon-login.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 13px;
	padding-right: 28px;
	cursor: pointer;
}

.header-logout, .header-profile {
	margin-top: 6px;
	margin-left: 12px;
	background-image: url("/images/header/icon-logout.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 13px;
	padding-right: 21px;
	cursor: pointer;
}

.header-profile {
	background-image: url("/images/header/icon-profile.png");
}

#container {
	width: 960px;
	position: relative;
}

#menu {
	float: left;
	position: relative;
	width: 278px;
	z-index: 50;
}

.menu-logo {
	margin-top: 15px;
	text-align:center;
}

.menu-register {
	width: 100%;
	margin-top: 16px;
	background-color: #fbfbfb;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
    font-family: 'ProximaNovaBold';
	color: #e57c7c;
	font-size: 13px;
	letter-spacing: 2px;
}

.menu-register-active:hover {
	text-decoration: underline;
}

.menu-register-inactive {
	color: #e3e3e3;
}

.menu-input {
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-left: 44px;
	width: 190px;
	height: 25px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	text-align: center;
	border: 1px solid #e3e3e3;
}

.menu-input-focus {
	border: 1px solid #dfa8a8;
  box-shadow: 0 0 5px #dfa8a8;
  -webkit-box-shadow: 0 0 5px #dfa8a8;
  -moz-box-shadow: 0 0 5px #dfa8a8;
}

.login-input {
	margin-top: 10px;
	margin-left: 0px;
	width: 248px;
}

.input-validation {
	position: absolute;
	top: 2px;
	right: -25px;
	background-image: url("/images/global/input-validation.png");
	background-position: 0px -40px;
	width: 20px;
	height: 20px;
	display: none;
}

.register-input .input-validation {
	right: -30px;
}

.input-validation-ok {
	background-position: 0px 0px;
	display: block;
}

.input-validation-error {
	background-position: 0px -20px;
	display: block;
}

.menu-input-event {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 25px;
	background: none;
	cursor: pointer;
}

.menu-input-search {
	padding-right: 17px;
	background-image: url("/images/menu/icon-search.png");
}

.menu-input-newsletter {
	padding-right: 17px;
	background-image: url("/images/menu/icon-newsletter.png");
}

.menu-input-newsletter-output {
	margin-top: 7px;
	font-size: 11px;
	text-align: center;
	color: #808080;
	height: 15px;
}

.menu-input input {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	background: none;
	border: none;
	color: #808080;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	letter-spacing: 2px;
}

.menu-input.checkbox-input {
  border: none;
  text-align: left;
}

.menu-input.checkbox-input input {
  width: auto;
}

.checkbox {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.checkbox.menu-input-focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.checkbox .form-input {
  width: 25px;
  height: 25px;
  opacity: 0;
  z-index: 3;
  position: relative;
  cursor: pointer;
}

.checkbox .form-input:checked + .form-label:after {
  content: '✔';
  background: #fff;
  color: #808080;
  text-align: center;
}

.checkbox .form-label {
  z-index: 2;
  color: #a1a1a1;
  padding-left: 20px;
  padding-right: 10px;
}

.checkbox .form-label a {
  color: #a1a1a1;
}

.checkbox .form-label a:hover {
  text-decoration: underline;
}

.checkbox .form-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 25px;
  background: #fff;
  opacity: 1;
  border: solid 1px #e3e3e3;
  cursor: pointer;
  z-index: 2;
  border-radius: 0;
}

.menu-input select {
	width: 100%;
	padding-left: 3px;
	padding-right: 5px;
	background: none;
	border: none;
	color: #808080;
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	margin-top: 3px;
	letter-spacing: 2px;
}

.menu-input-newsletter input {
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	letter-spacing: 1px;
}

.menu-container {
	position: relative;
	margin-top: 18px;
}

.menu-item, .menu-item-selected {
	color: #adadad;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	cursor: pointer;
}

.menu-item img, .menu-item-selected img {
  vertical-align: middle;
}

.menu-item-open {
	position: absolute;
	margin-top: -22px;
	left: 278px;
	background-image: url("/images/menu/icon-arrow-open.gif");
	background-position: 0px 0px;
	width: 22px;
	height: 31px;
	cursor: pointer;
}

.menu-item-open:hover {
	background-position: 0px -32px;
}

/*.menu-item:hover, .menu-item-selected {
	color: #666;
}*/

.menu-splitter {
	margin-top: 24px;
	margin-left: 79px;
	width: 120px;
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
}

.menu-splitter-full {
	margin-top: 22px;
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
}

.menu-section-title {
	margin-top: 16px;
	text-align: center;
	font-size: 13px;
	color: #565656;
	letter-spacing: 2px;
}

.menu-newsletter {
	background-image: url("/images/menu/icon-email.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 18px;
}

.menu-newsletter-description {
	margin-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
}

.menu-social-networks {
	margin-top: 15px;
}

.menu-social-networks .item {
	float: left;
	margin-left: 20px;
}

.menu-contacts, .menu-contacts a {
	margin-top: 16px;
	color: #aaaaaa;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.menu-contacts p {
	color: #aaaaaa;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.menu-contacts a:hover {
	text-decoration: underline;
}

.menu-terms {
  margin-top: 16px;
  margin-bottom: 16px;
}

.menu-terms a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  text-align: center;
}

.menu-terms a:hover {
  text-decoration: underline;
}

/* Submenu */
.submenu-hider {
	position: absolute;
	top: 0px;
	left: 278px;
	width: 255px;
	height: 100%;
	overflow: hidden;
	display: none;
}

.submenu {
	position: absolute;
	top: 0px;
	left: -278px;
	background-image: url("/images/menu/background-submenu.png");
	background-position: top left;
	background-repeat: repeat-y;
	width: 255px;
	height: 100%;
	overflow: hidden;
}

.submenu-contents {
	float: left;
	width: 220px;
	margin-left: 3px;
	padding-bottom: 10px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #9e9e9e;
}

.submenu-contents .title {
    font-family: "ProximaNovaBold";
	color: #404040;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9e9e9e;
	background-color: #d6d6d6;
}

.submenu-contents .arrow {
	background-image: url("/images/menu/icon-arrow-down.gif");
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

.submenu-item, .submenu-item-selected {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #8c8c8c;
	padding-top: 7px;
	padding-bottom: 5px;
	cursor: pointer;
}

.subsubmenu {
	background-color: #f8f8f8;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	display: none;
}

.subsubmenu-item, .subsubmenu-item-selected {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #ad6b6b;
	padding-top: 5px;
	padding-bottom: 3px;
	cursor: pointer;
}

.menu-item-selected, .submenu-item-selected, .subsubmenu-item-selected, .menu-item:hover, .submenu-item:hover, .subsubmenu-item:hover {
	text-decoration: underline;
}

.submenu-close {
	position: absolute;
	background-image: url("/images/menu/button-close.gif?v=1");
	background-position: 0px 0px;
	left: 224px;
	top: 0px;
	width: 31px;
	height: 31px;
	cursor: pointer;
}

.submenu-close:hover, .popup-help .close:hover {
	background-position: 0px -32px;
}

#contents {
	float: left;
	width: 681px;
	margin-left: 1px;
	min-height: 200px;
	z-index: 20;
}

/* Home */
.slideshow {
	position: relative;
}

#mainhighlight {
	width: 681px;
	height: 375px;
	overflow: hidden;
}

#mainhighlight div.contents div.item {
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: top center;
	width: 681px;
	height: 375px;
}

#mainhighlight div.contents div.detail {
	margin-left: 360px;
	width: 310px;
	margin-top: 45px;
}

#mainhighlight div.contents div.title {
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 290px;
    font-family: 'ProximaNovaBold';
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}

#mainhighlight div.contents div.description {
	margin-top: 25px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

#mainhighlight div.contents div.description p, #mainhighlight div.contents div.description p b {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

#mainhighlight div.contents div.description p b {
    font-family: 'ProximaNovaBold';
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
}

#mainhighlight div.contents div.button-more {
	margin-top: 30px;
	margin-left: -8px;
	background-image: url("/images/home/button-mainhighlight-more.png");
	width: 140px;
	height: 50px;
	cursor: pointer;
}

#mainhighlight div.contents div.button-more:hover {
	background-position: 0px -50px;
}

#mainhighlight div.bullets {
	position: absolute;
	bottom: 25px;
	right: 30px;
}

#secondaryhighlight {
	float: left;
	margin-top: 1px;
	width: 340px;
	height: 340px;
	overflow: hidden;
}

#secondaryhighlight div.detail {
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
}

#secondaryhighlight div.detail div.title {
	float: left;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 15px;
    font-family: 'ProximaNovaBold';
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
}

#secondaryhighlight div.detail div.description {
	margin-top: 18px;
    font-family: 'ProximaNovaLight';
	color: #c2c2c2;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

#secondaryhighlight div.detail div.description p {
    font-family: 'ProximaNovaLight';
	color: #c2c2c2;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

#videohighlight {
	float: left;
	margin-top: 1px;
	margin-left: 1px;
	width: 340px;
	height: 340px;
	overflow: hidden;
}

#videohighlight div.contents div.item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 340px;
}

#videohighlight div.contents div.title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
	background-image: url("/images/home/background-videohighlight-title.png");
	background-repeat: repeat;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 120px;
    font-family: 'ProximaNovaLight';
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
}

#videohighlight div.contents div.button-more {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url("/images/home/button-videohighlight-more.png");
	width: 340px;
	height: 340px;
	cursor: pointer;
}

#videohighlight div.contents div.button-more:hover {
	background-position: 0px -340px;
}

#videohighlight div.bullets {
	position: absolute;
	bottom: 12px;
	right: 30px;
}

#brand {
	float: left;
	margin-top: 1px;
	width: 512px;
	height: 205px;
	overflow: hidden;
	background-color: #7b7b7b;
}

#brand .left {
	float: left;
	margin-top: 90px;
	background-image: url("/images/home/button-brands-left.png");
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#brand .container {
	float: left;
	width: 461px;
	height: 205px;
	margin-left: 1px;
	overflow: hidden;
	position: relative;
}

#brand .contents {
	position: absolute;
	top: 17px;
	left: 0px;
}

#brand .item {
	margin-bottom: 7px;
}

#brand .item img {
	border: 1px solid #b2b2b2;
}

#brand .right {
	float: left;
	margin-top: 90px;
	background-image: url("/images/home/button-brands-right.png");
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#pdfhighlight {
	float: left;
	margin-top: 1px;
	margin-left: 1px;
	width: 168px;
	height: 205px;
	overflow: hidden;
}

#pdfhighlight div.contents div.item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 168px;
	height: 205px;
}

#pdfhighlight div.contents div.title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	background-color: #000;
	padding-top: 11px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
    font-family: 'ProximaNovaBold';
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
}

#pdfhighlight div.contents div.button-more {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("/images/home/button-pdfhighlight-more.png");
	width: 168px;
	height: 205px;
	cursor: pointer;
}

#pdfhighlight div.contents div.bottom-effect {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	background-image: url("/images/home/background-videohighlight-title.png");
	background-repeat: repeat;
}

#pdfhighlight div.bullets {
	position: absolute;
	bottom: 7px;
	right: 30px;
}

.contents-header {
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 18px;
	padding-right: 25px;
	margin-left: 2px;
}

.contents-header a:hover .active, .contents-header a:hover .inactive {
	text-decoration: underline;
}

.contents-header-white {
	background-color: #ffffff;
}

.contents-header .inactive, .contents-header .inactive2, .contents-header .splitter, .product-header-link {
	float:right;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 11px;
	line-height: 13px;
	color: #6f6f6f;
	text-transform: uppercase;
}

.contents-header .inactive, {
	text-decoration: underline;
}

.product-header-link {
	margin-right: 0px;
	text-decoration: underline;
	margin-top: 8px;
}

.contents-header .active {
	float:right;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 11px;
	line-height: 13px;
	color: #ea6565;
	text-transform: uppercase;
}

.contents-footer {
	position: absolute;
	left: 281px;
	bottom: 0px;
	width: 679px;
	background-color: #f5f5f5;
}

.contents-footer .copyright {
	padding-right: 40px;
}

.contents-footer .copyright, .contents-footer .copyright a {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 18px;
	font-size: 11px;
	line-height: 13px;
	color: #c4c4c4;
	text-decoration: none;
}

.contents-footer .copyright a:hover {
	text-decoration: underline;
}

.contents-footer .goto-top {
	position: absolute;
	right: 20px;
	top: 0px;
	background-image: url("/images/global/goto-top.png");
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.contents-footer .goto-top:hover {
	background-position: 0px -50px;
}

.contents-detail {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom: 90px;
}

h1 {
    font-family: 'ProximaNovaLight';
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
    font-family: 'ProximaNovaLight';
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e57c7c;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.howtobuy-intro {
	margin-top: 12px;
	float: left;
	width: 310px;
	font-size: 16px;
	line-height: 18px;
	color: #565656;
}

.howtobuy-intro.full {
	width: 100%;
}

.howtobuy-intro p {
	font-size: 16px;
	line-height: 20px;
	color: #565656;
}

.howtobuy-submenu {
	float: right;
	width: 285px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 7px;
	padding-bottom: 6px;
}

.howtobuy-submenu .item {
	font-size: 14px;
	line-height 16px;
	color: #5c5c5c;
	background-color: #e9e9e9;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 1px;
	cursor: pointer;
}

.howtobuy-submenu .item:hover {
	color: #fefefe;
	background-color: #e57c7c;
}

.howtobuy-contents-info {
	margin-top: 10px;
}

.howtobuy-contents-info .item {
	margin-top: 20px;
}

.howtobuy-contents-info .item .title {
	color: #565656;
	font-size: 18px;
	line-height: 22px;
}

#aboutus-slideshow {
	width: 630px;
	height: 310px;
}

#aboutus-slideshow .contents .item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 630px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: top center;
}

#aboutus-slideshow .bullets {
	position: absolute;
	bottom: 15px;
}

div.bullets div.item {
	float: left;
	background-image: url("/images/global/slideshow-bullet.png");
	width: 20px;
	height: 20px;
	cursor: pointer;
}

div.bullets div.black {
	background-image: url("/images/global/slideshow-bullet-black.png");
}

div.bullets div.item:hover, div.bullets div.item-selected {
	background-position: 0px -20px;
}

.aboutus-intro, .aboutus-intro p {
	width: 305px;
	font-size: 16px;
	line-height: 20px;
	color: #565656;
}

#gmaps {
	border: 1px solid #454545;
}

.contacts-address, .contacts-address p {
	font-size: 16px;
	line-height: 20px;
	color: #565656;
}

.contacts-directions {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	background-image: url("/images/contacts/button-directions.png?v=1");
	background-position: 0px 0px;
	width: 195px;
	height: 40px;
	cursor: pointer;
}

.contacts-directions:hover {
	background-position: 0px -40px;
}

.contacts-phone-title {
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #565656;
}

.contacts-phone-detail, .contacts-phone-detail a {
	float: left;
	margin-left: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #b4b4b4;
}

.contacts-phone-detail a {
	color: #e57c7c;
	text-decoration: underline;
}

.contacts-splitter {
	float: left;
	width: 220px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e3e3e3;
}

.contacts-splitter-title {
	float: left;
	width: 190px;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #4e4e4e;
}

.contacts-directions-info {
	float: left;
	width: 316px;
}

.contacts-directions-info .title {
	font-size: 14px;
	line-height: 18px;
	color: #e57c7c;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.description, .description p {
	color: #a1a1a1;
	font-size: 14px;
	line-height: 18px;
}

.description b, .description p b {
    /*font-family: 'ProximaNovaBold';*/
	color: #565656;
	font-weight: normal;
}

.news-year {
	font-size: 13px;
	line-height: 15px;
	color: #e57c7c;
}

.button-gray {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	background-color: #565656;
	cursor: pointer;
}

.button-gray:hover {
	background-color: #000000;
}

.news-detail {
	margin-top:10px;
	border-top:1px solid #e8e8e8;
}

.news-detail .item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #e8e8e8;
}

.news-detail .image {
	float: left;
	width: 170px;
	height: 120px;
}

.news-detail .info {
	float: right;
	width: 440px;
}

.size10 {
	font-size: 10px !important;
	line-height: 12px !important;
}

.size14 {
	font-size: 14px !important;
	line-height: 16px !important;
}

.size18 {
	font-size: 18px !important;
	line-height: 20px !important;
}

.size32 {
	font-size: 32px !important;
	line-height: 34px !important;
}

.size36 {
	font-size: 36px !important;
	line-height: 38px !important;
}

.size60 {
	font-size: 60px !important;
	line-height: 62px !important;
}

.addthis_button_email:hover, .addthis_button_facebook:hover, .addthis_button_linkedin:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100);
}

/* Login */
.login-panel-left, .login-panel-right {
	float: right;
	width: 314px;
	margin-top: 45px;
	padding-left: 45px;
	padding-right: 20px;
	text-align: center;
}

.login-panel-left {
	float: left;
	border-right:1px solid #e9e9e9;
	padding-left: 20px;
	padding-right: 45px;
}

.login-splitter {
	margin-top: 15px;
	margin-left: 94px;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
}

.login-intro {
	margin-top: 18px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	color: #a1a1a1;
	text-align: center;
}

.login-description {
	font-size: 16px;
	line-height: 20px;
	color: #565656;
	text-align: left;
}

.login-description a {
	font-size: 16px;
	line-height: 20px;
	color: #e57c7c;
	text-decoration: underline;
	text-align: left;
}

.login-button1, .login-button2, .remove-button {
	float: left;
	width: 196px;
	height: 42px;
	margin-left: 26px;
	padding-top: 14px;
	background-color: #4e4e4e;
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.login-button2 {
	background-color: #7f7f7f;
}

.login-input-title {
	font-size: 14px;
	line-height: 16px;
	color: #5a5a5a;
}

.login-mandatory {
	margin-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	color: #a1a1a1;
	text-align: right;
}

.login-keepactive-checkbox {
	float: left;
	background-image: url('/images/login/checkbox.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 25px;
	height: 20px;
	cursor: pointer;
}

.login-keepactive-checkbox-active {
	background-position: 0px -20px;
}

.login-keepactive-text {
	float: left;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
	color: #565656;
	cursor: pointer;
}

/* Register */
.register-panel {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.register-input-title {
	float: left;
	margin-top: 6px;
	width: 190px;
	font-size: 14px;
	line-height: 16px;
	color: #5a5a5a;
}

.register-input {
	float: left;
	width: 330px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
}

.register-info {
	float: left;
	width: 75px;
	margin-left: 35px;
	margin-top: 6px;
	font-size: 11px;
	line-height: 13px;
	color: #a1a1a1;
}

.recoverpassword-email {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
}

.products-banner {
	background-repeat: no-repeat;
	width: 681px;
	height: 125px;
	padding-left: 32px;
	padding-right: 34px;
	padding-top: 68px;
    font-family: 'ProximaNovaLight';
	font-size: 18px;
	line-height: 20px;
	color: #3d3d3d;
}

.products-banner.sub-category {
  height: 225px;
  background-size: cover;
}

.products-banner i {
    font-family: 'ProximaNovaLightItalic';
	font-style: normal;
}

.product-list-item {
	float: left;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 2px;
	width: 210px;
	height: 265px;
	position: relative;
}

.product-list-item .inactive, .product-list-item .active {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 265px;
	background-color: #ffffff;
	overflow: hidden;
}

.product-list-item .active {
    box-shadow: 0px 0px 2px 2px #e0e0e0;
    -webkit-box-shadow: 0px 0px 2px 2px #e0e0e0;
    -moz-box-shadow: 0px 0px 2px 2px #e0e0e0;
	opacity: 0;
	filter: alpha(opacity=0);
	/*display: none;*/
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}

.product-list-item:hover .active {
	/*display: block;*/
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-list-item .detail {
	height: 65px;
	overflow: hidden;
}

.product-list-item .title {
	margin-top: 10px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
    font-family: 'ProximaNovaBold';
	color: #e65858;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.product-list-item .price {
	margin-top: 0px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	color: #1f1f1f;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.product-list-item .more {
	padding-left: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #8c8c8c;
	text-decoration: underline;
}

.product-empty {
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #8c8c8c;
}

.pagination-panel {
	position: absolute;
	left: 22px;
	width: 637px;
	bottom: 110px;
	background-color: #e8e8e8;
	height: 40px;
}

.pagination-panel .left {
	float: left;
	margin-top: 14px;
	margin-left: 200px;
	width: 80px;
	text-align: right;
	color: #6f6f6f;
	font-size: 11px;
	padding-right: 10px;
	border-right: 1px solid #b4b4b4;
}

.pagination-panel .center {
	float: left;
	margin-top: 13px;
	width: 77px;
	text-align: center;
	color: #6f6f6f;
	font-size: 11px;
}

.pagination-panel .right {
	float: right;
	margin-top: 14px;
	margin-right: 200px;
	width: 80px;
	text-align: left;
	color: #6f6f6f;
	font-size: 11px;
	padding-left: 10px;
	border-left: 1px solid #b4b4b4;
}

.product-none, .product-previous, .product-next {
	float: left;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	background-repeat: no-repeat;
}

.product-previous {
	background-image: url('/images/products/button-product-previous.png');
}

.product-next {
	background-image: url('/images/products/button-product-next.png');
}

.product-splitter {
	margin-top: 10px;
	margin-left: 180px;
	width: 40px;
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
}

.product-splitter-full {
	margin-top: 10px;
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
}

.button-see-gallery {
	margin-top: 10px;
	margin-left: 191px;
	background-image: url('/images/products/button-see-gallery.png');
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.button-see-gallery:hover {
	background-position: 0px -17px;
}

.text-see-gallery {
	margin-left: 145px;
	margin-top: 8px;
	width: 110px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #6f6f6f;
	cursor: pointer;
}

.product-title {
    font-family: 'ProximaNovaBold';
	font-size: 19px;
	line-height: 21px;
	color: #e65858;
	text-transform: uppercase;
}

.product-price {
	margin-top: 6px;
	font-size: 18px;
	line-height: 20px;
	color: #1f1f1f;
}

.product-section {
	margin-top: 15px;
}

.product-section .header {
	padding-bottom: 2px;
	border-bottom: 1px solid #8c8c8c;
	cursor: pointer;
}

.product-section .title {
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #5a5a5a;
	text-transform: uppercase;
}

.product-section .selected {
	float: left;
	margin-left: 5px;
    font-family: 'ProximaNovaBold';
	font-size: 14px;
	line-height: 16px;
	color: #e57c7c;
}

.product-section .toggle {
	float: right;
	background-image: url('/images/products/button-toggle.png');
	width: 15px;
	height: 15px;
}

.product-section .toggle2 {
	float: right;
	background-image: url('/images/products/button-toggle2.png');
	width: 15px;
	height: 15px;
}

.product-section .toggle-active {
	background-position: 0px -15px;
}

.product-section .contents {
	display: none;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	line-height: 15px;
	color: #8c8c8c;
}

.product-section .contents p {
	font-size: 13px;
	line-height: 15px;
	color: #8c8c8c;
}

#product-color .item {
	font-size: 13px;
	line-height: 15px;
	color: #8c8c8c;
	cursor: pointer;
	margin-bottom: 1px;
}

#product-color .item-selected, #product-color .item:hover {
	text-decoration: underline;
}

#product-brand .contents {
	margin-right: -5px;
}

#product-brand .item {
	float: left;
	width: 70px;
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#product-size .item {
	margin-bottom: 1px;
	cursor: pointer;
}

#product-size .item .title {
	float: left;
	font-size: 13px;
	line-height: 15px;
	min-width: 30px;
	color: #8c8c8c;
}

#product-size .item .splitter {
	float: left;
	width: 15px;
	height: 8px;
	border-bottom: 1px solid #e8e8e8;
}

#product-size .item .price {
	float: left;
	margin-left: 10px;
	margin-top: -1px;
	font-size: 12px;
	line-height: 14px;
	color: #3a3a3a;
}

#product-size .item-selected .title, #product-size .item-selected .price, #product-size .item:hover .title, #product-size .item:hover .price {
	text-decoration: underline;
}

.button-add-shopping-cart {
	margin-top: 25px;
	margin-bottom: 20px;
	background-image: url('/images/products/button-add-shopping-cart.png');
	width: 220px;
	height: 42px;
	cursor: pointer;
}

.button-add-shopping-cart:hover {
	background-position: 0px -42px;
}

#popup-blocker, #site-blocker {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	opacity: 0.05;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1100;
}

#site-blocker {
	opacity: 0.01;
	z-index: 1099;
	cursor: wait;
}

.popup-help {
	position: absolute;
	width: 358px;
	top: 68px;
	left: 46px;
	background-image: url('/images/products/background-help.png');
	border: 1px solid #989898;
    box-shadow: 0 0 5px #f1f1f1;
    -webkit-box-shadow: 0 0 5px #f1f1f1;
    -moz-box-shadow: 0 0 5px #f1f1f1;
	display: none;
	z-index: 1150;
}

.popup-help .close {
	float:right;
	background-image: url("/images/menu/button-close-popup.gif?v=1");
	width: 31px;
	height: 31px;
	cursor: pointer;
}

.popup-help .contents {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.popup-help .title {
    font-family: 'ProximaNovaLight';
	font-size: 24px;
	line-height: 26px;
	color: #565656;
	padding-bottom: 4px;
	border-bottom: 1px solid #a3a3a4;
}

.popup-help .description {
	margin-top: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #7c7c7c;
	padding-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}

.popup-help .description p, .popup-help .description a {
	font-size: 14px;
	line-height: 16px;
	color: #7c7c7c;
}

.popup-help .description a {
	text-decoration: underline;
}

.popup-help .description .options {
  margin-top: 15px;
}

.popup-help .description .options .popup-button {
  float: left;
  width: 106px;
	height: 42px;
	margin-right: 26px;
	padding-top: 14px;
  background-color: #7f7f7f;
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.popup-help .description .options .popup-button.yes {
  background-color: #4e4e4e;
}

.button-keepbuying, .button-order {
	float: left;
	width: 196px;
	height: 42px;
	padding-top: 14px;
	background-color: #6e6e6e;
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.button-order {
	float: right;
	background-color: #c79a9a;
}

.shoppingcart-summary, .shoppingcart-summary a {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
	color: #5a5a5a;
	text-align: center;
}

.shoppingcart-summary a {
	text-decoration: underline;
}

.shoppingcart-list-header {
	float: left;
	margin-top: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #5a5a5a;
	text-transform: uppercase;
}

.shoppingcart-list-header-special {
	float: left;
	margin-top: 12px;
	padding-left: 15px;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #e65858;
}

.shoppingcart-list-item {
	float: left;
	margin-top: 30px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #8c8c8c;
}

.shoppingcart-list-item-price {
	float: left;
	margin-top: 28px;
	padding-right: 5px;
    font-family: 'ProximaNovaLight';
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	color: #8c8c8c;
}

.shoppingcart-list-item-title {
    font-family: 'ProximaNovaBold';
	font-size: 14px;
	line-height: 16px;
	color: #e65858;
	text-transform: uppercase;
}

.shoppingcart-delete-item {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #8c8c8c;
	text-transform: uppercase;
	cursor: pointer;
}

.shoppingcart-quantity-box {
	float: left;
	margin-left: 19px;
	padding-top: 6px;
	width: 26px;
	height: 27px;
	font-size: 14px;
	line-height: 16px;
	color: #e57c7c;
	text-align: center;
	border: 1px solid #e3e3e3;
}

.shoppingcart-quantity-buttons {
	float: left;
	width: 21px;
}

.shoppingcart-section {
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #e65858;
	text-transform: uppercase;
}

.shoppingcart-section-info {
	margin-top: 1px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #a1a1a1;
}

.shoppingcart-delivery-text {
	margin-top: 6px;
	font-size: 12px;
	line-height: 14px;
	color: #8c8c8c;
	text-transform: uppercase;
}

.shoppingcart-text {
	font-size: 14px;
	line-height: 16px;
	color: #a1a1a1;
}


.shoppingcart-text b {
	color: #8c8c8c;
	font-weight: normal;
}

.shoppingcart-total-panel {
	margin-top: 10px;
	background-color: #e8e8e8;
	width: 100%;
	height: 65px;
}

.shoppingcart-total-panel .title {
	float: right;
	margin-top: 23px;
	margin-right: 15px;
	font-size: 18px;
	line-height: 20px;
	color: #5a5a5a;
}

.shoppingcart-total-panel .price {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 24px;
	line-height: 26px;
	color: #e65858;
}

.red {
	color: #e57c7c;
}

.button-keepbuying:hover, .login-button1:hover, .login-button2:hover {
	background-color: #000000;
}

.button-order:hover {
	background-color: #e65858;
}
