/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	/*visibility: hidden;*/
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(/images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/images/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/images/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/images/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/images/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/images/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}html{
      height: 100%;
      margin: 0;
      padding: 0;
}

body{

      font-size: 11pt;
      padding: 0;
      margin: 0;
      font-weight: 400;
      font-family: 'Open Sans';
}

.formData input[type="text"], .formData input[type="password"], .formData select, .formData textarea{
      width: 292px;
}

input[type="text"], input[type="password"], select, textarea{
      font-family: 'Open Sans';
      border: 1px solid #ddd;
      border-radius: 2px;
      height: 34px;
      padding: 2px 4px;
      font-size: 12pt;

}

select{
      -ms-box-sizing:content-box;
      -moz-box-sizing:content-box;
      -webkit-box-sizing:content-box;
      box-sizing:content-box;
}

.red{
      color: #e00303;
}

.orange{
      color: #F29114;
}

.green{
      color: #0A8F3E !important;
}

a{
      cursor: pointer;
      color: black;
}

a:hover{
      color: #F29114;
      text-decoration: underline;
}

.container{
      width: 1184px;
      margin: 0 auto;
}

#top{
      width: 100%;
      height: 135px;
      position: fixed;
      background-color: white;
      box-shadow: 0px 2px 2px #333;
      z-index: 50;
}

#topPlaceholder{
      width: 100%;
      height: 135px;
}

#logo{
      width: 190px;
      height: 87px;
      background: url('/images/general/logo.png') center center no-repeat;
      background-size: 100% auto;
      margin: 20px 0 0 0;
      float: left;
}

#topMenu{
      width: 670px;
      height: 40px;
      float: right;
      line-height: 40px;
      margin: 60px 15px 0 0;
      text-align: right;
}

#topMenu a{
      padding: 0 15px;
      font-size: 14pt;
      font-weight: 300;
      text-decoration: none;
      display: inline-block;
      color: black;
}

#topMenu a:hover{
      border-bottom: 2px solid #F39200;
}

#topCart{
      min-width: 250px;
      width: auto;
      max-width: 350px;
      height: 97px;
      float: right;
      margin-top: 18px;
      font-weight: 300;
      overflow: hidden;
}

#topCartInfo{
      height: 40px;
      line-height: 20px;
      padding: 10px 25px 10px 10px;
      background-color: #E6E6E6;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      float: right;
      margin: 33px -10px 0 0;
      text-decoration: none;
      cursor: pointer;
}

#topCart a{
      text-decoration: none;
}

#topCartInfo b{
      font-weight: 600;
}

#topCartMenu{
      height: 40px;
      line-height: 20px;
      padding: 10px 10px 10px 25px;
      background-color: #E6E6E6;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      float: right;
      margin: 33px 0px 0 -10px;
}

#topCartMenu a{
      font-weight: 300;

}

#topCartMenu a:hover{
      text-decoration: underline;
}

#topCartIco{
      float: right;
      width: 61px;
      height: 97px;
      background: url('/images/general/cart-top.png') center center no-repeat;
      z-index: 1;
      position: relative;
}

#mainPromoBG{
      width: 100%;
      height: 530px;
      background: url('/images/general/1920/top.jpg') center center no-repeat;
      overflow: hidden;

}

#mainPromo{
      width: 100%;
      height: 380px;
      background-color: rgba(255,255,255,0.88);
      margin-top: 30px;
      overflow: hidden;
      display: none;
}

#slides{
      width: 100%;
      height: 276px;
      overflow: hidden;
      margin-top: 50px;
}

.slideImgContainer{
      height: 276px;
      width: 276px;
      float: left;
      margin-right: 50px;
      overflow: hidden;
}

.slideImg{
      height: 276px;
      width: 276px;
      border-radius: 50%;
      overflow: hidden;
      display: none;
}


.slideText{
      float: left;
      height: 230px;
      margin-top: 26px;
      width: 850px;
      display: none;
      cursor: default;
}


.slideName h2{
      font-size: 30pt;
      font-weight: 200;
      color: #ff6600;
      margin: 0;
      height: 50px;
      line-height: 50px;
}

.slideName h2 a{
      color: black;
      text-decoration: none;
}

.slideName h2 a:hover{
      color: black;
      text-decoration: underline;
}

.slideDesc p{
      margin: 12px 0;
      font-size: 15pt;
      font-weight: 300;
      line-height: 28px;
      height: 112px;
      overflow: hidden;
      cursor: default;
}

.slideInfo{
      text-align: right;
}

.slideInfo .price{
      font-size: 22pt;
      font-weight: 600;
      padding-right: 40px;
}

.btn{
      border-radius: 5px;
      padding: 0 40px;
      line-height: 60px;
      height: 60px;
      color: white;
      display: inline-block;
      font-weight: 300;
      text-decoration: none;
}

.btn:hover{
      text-decoration: none;
}

.btnTransparent{
      color: black;
}

.btnGray{
      background-color: #999999;
}

.btnGray:hover{
      background-color: #bbb;
      color: white;
}

.btnOrange{
      background-color: #F39200;
}

.btnOrange:hover{
      background-color: rgba(243, 146, 0, 0.8);
      color: white;
}

.btnGreen{
      background-color: #0A8F3E;
}

.btnGreen:hover{
      background-color: #149F45;
      color: white;
}

.btnSmall{
      height: 35px;
      line-height: 35px;
}

.slideInfo .btn{
      font-size: 20pt;
      font-weight: 300;
}

#search{
      width: 464px;
      height: 54px;
      margin: 28px auto 0 auto;
      background-color: #F29114;
      border-radius: 6px;
      padding: 2px;
      display: none;
}

#inputSearch{
      width: 390px;
      height: 44px;
      padding: 5px;
      border-radius: 5px;
      border: 0;
      text-align: center;
      font-size: 17pt;
      font-weight: 300 !important;
      font-family: 'Open Sans';
}

#btnSearch{
      width: 60px;
      height: 55px;
      display: inline-block;
      background: url('/images/general/ico-search.png') center center no-repeat;
      float: right;
      transition: 200ms;
}

#btnSearch:hover{
      width: 48px;
}


#menu{
      height: 60px;
      line-height: 40px;
      text-align: center;
      padding-top: 20px;
}

#menu a{
      font-size: 16pt;
      display: inline-block;
      padding: 0 18px;
      font-weight: 300;
      text-decoration: none;
      color: black;
}

#menu a:hover, .menuActive{
      border-bottom: 2px solid #F39200;
}

.shadeTop{
      width: 100%;
      background: url('/images/general/shade-top.png') center top repeat-x;
}


.shadeBottom{
      width: 100%;
      background: url('/images/general/shade-bottom.png') center bottom repeat-x;
      overflow: hidden;
}

.lineGray{
      width: 100%;
      height: 1px;
      background: url('/images/general/line-gray.png') center bottom no-repeat;
}

.lineOrange{
      width: 100%;
      height: 1px;
      background: url('/images/general/line-orange.png') center bottom no-repeat;
}


.product{
       height: 345px;
       width: 220px;
       margin: 15px 15px 35px 15px;
       display: inline-block;
       text-align: center;
       cursor: default;
}

.product a:hover{
      text-decoration: none!important;
}

.pImg{
      width: 200px;
      height: 200px;
      overflow: hidden;
      margin: 0 auto;
      border-radius: 50%;
      margin-bottom: 15px;
      display: block;
      text-decoration: none;
      border: 3px solid white;
}

.pImg span{
      display: block;
}

.pImgContainer{
      width: 350px;
      height: 350px;
      margin-left: -75px;
      margin-top: -75px;
      background-position: center center;
      background-repeat: no-repeat;
}

.pImg img{

}

.cartTr .pImgContainer{
      width: 200px;
      height: 200px;
      margin-left: -45px;
      margin-top: -45px;
}





.products{
      padding-top: 25px;
      width: auto;
      max-width: 1250px;
      margin: 0 auto;
      text-align: center;
}

.table{
      display: table;
      height: 50px;
}

.product .table{
      margin-bottom: 4px;
      width: 100%;
}

.pLabel{
      position: relative;
      margin-top: -275px;
      height: 30px;
      line-height: 35px;
      width: 200px;
      text-align: center;
      font-weight: 600;
}

.label-new{
      background-color: #F29114;
      color: white;
}

.label-action{
      background-color: #E00303;
      color: white;
}

.pPrice{
      position: relative;
      background-color: rgba(0,0,0,0.7);
      color: white;
      margin-top: 130px;
      height: 40px;
      line-height: 35px;
      width: 200px;
      text-align: center;
      font-size: 12pt;
      font-weight: 300;
      cursor: default;
}

.product:hover .pImg, .smallProduct:hover .smallImg{
      box-shadow: 0px 0px 8px 2px #F29114;
}

.product .btnGray{
      font-size: 12pt;
}

.product .btnTransparent:hover{
      background-color: #eee;
      color: black;
}

.product .btn{
      height: 35px;
      line-height: 35px;
      padding: 0 30px;
      margin: 2px 0;
}

.pPrice b{
      font-weight: 600;
      font-size: 13pt;
}

.product h3{
      display: table-cell;
      vertical-align: middle;
      height: 50px;
      line-height: 25px;
      text-align: center;
      cursor: default;
}

.product h3 a, .cartTr h3 a{
      color: #F29114;
      font-size: 14pt;
      font-weight: 300;
      text-decoration: none;
}

.cartTr h3 a{
      color: black;
}

.cartTr h3 a:hover{
      color: #F29114;
}


.pages{
      width: 100%;
      margin: 25px auto 40px auto;
      text-align: center;
      line-height: 35px;
}

.pages a{
      display: inline-block;
      padding: 0 10px;
      margin: 0 2px;
      color: black;
      text-decoration: none;
      font-size: 12pt;
      font-weight: 300;
      border-radius: 4px;
      min-width: 15px;
}

.pages a:hover{
      background-color: #999999;
      color: white;
}

.pages .pageActive{
      background-color: #F39200;
      color: white;
}

#footer{
      width: 100%;
      height: 100px;
      background-color: black;
      height: 60px;
}

#footer a{
      color: white;
}

#myhero{
      height: 60px;
      line-height: 60px;
      float: right;
      color: white;
      font-weight: 300;
      text-align: right;
      width: auto;
      cursor: default;
}

#copy{
      height: 60px;
      line-height: 60px;
      padding-right: 20px;
      float: left;
      color: white;
      font-weight: 300;
      cursor: default;
}

#copy a{
      text-decoration: none;
}

#copy a:hover{
      text-decoration: underline;
}

.bottomBox{
      width: 480px;
      height:  260px;
      margin: 55px 0;
}

.bottomBox h3{
      text-align: center;
      font-size: 16pt;
      font-weight: 300;
      padding-bottom: 25px;
      font-family: 'Open Sans Light';
      font-weight: 600;
      background: url('/images/general/h-line-green.png') center bottom no-repeat;
      margin: 0 auto 40px auto;
}

#recommend{
      float: left;
}

#bestsellers{
      float: right;
}

.smallProduct{
      width: 140px;
      margin: 0 10px;
      float: left;
      text-decoration: none;
}

.smallProduct h4{
      font-weight: 300;
      color: black;
      text-align: center;
      font-size: 12pt;
      line-height: 150%;
}

.smallProduct:hover{
      text-decoration: none;
}

.smallImg{
      width: 98px;
      height: 98px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      border: 4px solid #eee;
      margin: 0 auto;
}

.smallImg img{
      width: 200px;
      margin-top: -40px;
      margin-left: -50px;
}

#bottomBG{
      height: 140px;
      width: 100%;
      background: url('/images/general/2500/bottom.jpg') center center repeat-x;
      margin: 15px 0 10px 0;
}

.promoLow{
      height: 150px !important;
}


.promoLow #search{
      display: block;
      margin-top: 50px;
}

#productDetail{
      text-align: center;
}

h1, .mainH2{
      font-weight: 300;
      font-size: 25pt;
      color: black;
      margin: 35px auto 35px auto;
      text-align: center;
      cursor: default;
}

h1{
      background: url('/images/general/h-line-green.png') center bottom no-repeat;
      padding-bottom: 20px;
}

.productsH1{
      margin-bottom: 0 !important;
}

.orderH1{
      margin-bottom: 0 !important;
      background: transparent;
      padding-bottom: 0;
}


.mainH2{
      text-align: center;

}

#navigation{
      font-weight: 300;
      font-size: 10pt;
      padding-top: 5px;
      float: left;
}

#navigation a{
      color: black;
      text-decoration: none;
      padding-left: 10px;
      background: url('/images/general/li.png') center left no-repeat;
      margin-left: 5px;
      display: inline-block;
}

#navigation a:hover{
      color: black;
      text-decoration: underline;
}

#productDetail .slideImgContainer{
      margin: 0 auto 25px auto;
      float: none;
}

.productInfo{
      width: 400px;
      margin: 20px auto;
}

.productInfo td{
      font-weight: 300;
      font-size: 12pt;
      height: 34px;

}

#productDetail .col1{
      width: 180px;
}

#productDetail .col2{
      width: 20px;
}

#productDetail .col3{
      text-align: left;
}

.productInfo .price{
      color: #e00303;
      font-weight: 600;
      font-size: 20pt;
      padding-bottom: 5px;
}

#add2cart, .add2cart{
      background-color: #666666;
      border-radius: 5px;
      height: 50px;
      width: 350px;
      margin: 15px auto 70px auto;
      overflow: hidden;
}

.add2cart{
      width: 130px;
      height: 30px;
      display: inline-block;
      margin: 0;
}

#add2cart .btn, .add2cart .btn{
      height: 50px;
      line-height: 50px;
      width: 175px;
      padding: 0;
      float: right;
      font-size: 17pt;
}

.qBtn{
      width: 60px;
      font-weight: 600;
      font-size: 20pt;
      line-height: 50px;
      height: 50px;
      float: left;
      color: white;
      text-align: center;
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none;   /* Chrome/Safari/Opera */
      -khtml-user-select: none;    /* Konqueror */
      -moz-user-select: none;      /* Firefox */
      -ms-user-select: none;       /* Internet Explorer/Edge */
      user-select: none;
}

.qBtn:hover{
      background-color: #999;
      color: white;
      text-decoration: none;
}

.add2cart .qBtn{
      width: 35px;
      height: 30px;
      line-height: 30px;
      font-size: 16pt;
}

#qInput, .qInput{
      float: left;
      background: transparent;
      border: 0 !important;
      width: 55px;
      margin: 0 !important;
      height: 50px;
      line-height: 50px;
      font-size: 18pt;
      font-weight: 600;
      text-align: center;
      color: white;
      padding: 0 !important;

}

.add2cart .qInput{
      width: 60px;
      height: 30px;
      line-height: 30px;
      font-size: 15pt;
}

#termsStripe{
      background-color: #666666;
      height: 290px;
      margin-top: 40px;
      margin-bottom: -40px;
      overflow: hidden;
}

#cartStripe{
      background-color: #4D4D4D;
      height: 170px;
      margin-top: 40px;
}

#cartStripeIco{
      width: 127px;
      height: 205px;
      float: left;
      background: url('/images/general/cart-total.png') center left no-repeat;
      margin-right: 20px;
      margin-top: -25px;
}

#cartStripeItems{

}

#cartStripeItems{
      max-width: 780px;
      height: 170px;
      width: auto;
      float: left;
      overflow: hidden;
}

#cartStripeItemsContainer{
      width: 1780px;
      height: 100%;
}

.stripeItem{
      width: 130px;
      height: 140px;
      margin: 15px;
      float: left;
      color: white;
      text-align: center;
      line-height: 22px;
      text-decoration: none;
}

.stripeItem h4{
      font-weight: 400;
      margin: 0;
      height: 44px;
      overflow: hidden;
}

.stripeItemPrice{
      font-weight: 600;
}

.stripeItem .smallImg{
      width: 64px;
      height: 64px;
      border: 0;
      background: url('/images/general/logo-small-for-cart.png') center center no-repeat #686868;
      margin-bottom: 5px;
}

.stripeItemEmpty:hover .smallImg{
      box-shadow: none !important;
}

.stripeItem:hover .smallImg{
      box-shadow: 0px 0px 3px 2px white;
}

.stripeItem:hover{
      text-decoration: none;
      color: white;
}

#termsStripeTotal{
      float: right;
      text-align: right;
      padding-top: 60px;
}

#cartStripeTotal{
      color: white;
      width: 180px;
      text-align: center;
      float: right;
      font-size: 14pt;
      font-weight: 600;
      text-transform: uppercase;
      padding-top: 20px;
}

#cartStripeTotal .btn{
      height: 50px;
      line-height: 50px;
      margin-top: 20px;

}

#pageSetting{
      float: right;
      padding-top: 5px;
}

#pageSetting select{
      background-color: transparent;
      border: 0;
      font-size: 10pt;
      font-weight: 300;
      height: auto;
}

#filterOptionsPadding{
      padding: 10px 0;
}

#filterOptionsPadding span{
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none;   /* Chrome/Safari/Opera */
      -khtml-user-select: none;    /* Konqueror */
      -moz-user-select: none;      /* Firefox */
      -ms-user-select: none;       /* Internet Explorer/Edge */
      user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

#filterOptions{
      background-color: #4D4D4D;
      width: 100%;
      line-height: 30px;
      text-align: center;
      color: white;
      overflow: hidden;
}

#filterOptions span{
      white-space: nowrap;
      padding-right: 10px;
}

#filter{
      margin: 0 auto;
      width: 180px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      background-color: #bbb;
      color: white;
      transition: 150ms;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-weight: 300;
      font-size: 11pt;
      position: absolute;
      left: 50%;
      margin-left: -90px;
}

#filter a{
      color: white;
}

#filter:hover{
      background-color: #4D4D4D;
}

#filter:hover a{
      color :white;
      text-decoration: none;
}

.filterActive{
      background-color: #4D4D4D !important;
}

#advantages{
      background-color: #F39200;
      padding: 8px 0;
      margin: 0px 0 10px 0;
      cursor: default;
}

#advantages p{
      margin: 0;
}

#advantages table{
      width: 100%;
}

#advantages span{
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-weight: 700;
      font-size: 18pt;
      display: block;
      text-align: center;
      border-radius: 50%;
      background-color: white;
      color: #F39200;
}

#advantages td{
      color: white;
      font-size: 16pt;
      font-weight: 300;
}

.productTr, .cartTr, .orderTr{
      height: 115px;
      margin: 5px 0;
}

.orderTr{
      height: 45px;
      padding-top: 5px;
}


.productTr:nth-child(even){
      background: rgba(240,240,240,0.35);
}

.cartTr:nth-child(odd), .orderTr:nth-child(odd){
      background: rgba(240,240,240,0.35);
}

.productTr .product:nth-child(ood){
      float: left;
}

.productTr .product:nth-child(even){
      float: right;
}

.productTr .pImg, .cartTr .pImg{
      width: 96px;
      height: 96px;
      float: left;
      margin: 0 20px 0 0;
}

.productTr .product h3, .cartTr h3 a{
      display: block;
      height: auto;
      margin: 0 0 5px 0;
      text-align: left !important;
}

.cartTr h3{
      margin: 0;
}

.cartTr .code{
      color: #bbb;
}

.cartTr .tdImg{
      width: 125px;
}

.cartTr .tdName{
      width: auto;
}

.cartTr .tdPrice{
      width: 10%;
      min-width: 150px;
      text-align: center;
}

.cartTr .tdUnit{
      width: 5%;
      min-width: 50px;
      text-align: center;
}

.cartTr .tdQt{
      width: 10%;
      min-width: 150px;
      text-align: center;
}

.cartTr .tdTotal{
      width: 10%;
      min-width: 150px;
      text-align: center;
}


.cartTr .tdBtn{
      width: 4%;
      min-width: 50px;
      text-align: center;
}



.productTr .tdName{
      text-align: left !important;
      padding-right: 15px;
}

.productTr .tdBtns{
      text-align: center;
      padding-left: 10px;
      width: 100px;
}

.productTr .tdBtns .btn{
      height: 30px;
      line-height: 30px;
      font-size: 11pt;
      padding: 0 15px;
}

.productTr table td, .cartTr table td, .orderTr table td{
      border-collapse: collapse;
      padding:0;
}

.productTr .product{
      width: 48%;
}

.productTr .product, .cartTr .product{
      height: 90px;
      margin: 5px 0 0 0;
}

.productTr .price, .cartTr .price, .orderTr .price{
      color: #e00303;
      font-weight: 500;
      font-size: 13pt;
}

.cartTr .tdTotal b, .cartTr .tdPrice b, .orderTr .tdPrice b{
      font-size: 14pt;
      font-weight: 600;
}

#productTable{
      margin: 30px 0 15px 0;
      background: url('/images/general/line-vertical-gray.png') center center no-repeat;
      background-size: 2px 100%;
}

#cartTable, #orderTable{
      margin: 30px 0 15px 0;
}

#cartHeader, #cartFooter{
      height: 50px;
      font-size: 12pt;
      cursor: default;
}

#cartFooter{
     color: white;
     background-color: #666666;
}

#cartFooter .price{
      color: white;
}

#cartHeader table, #cartFooter table{
      height: 50px;
      font-weight: 300;
}

.btnRemove{
      width: 30px;
      height: 30px;
      border-radius: 4px;
      margin: 0;
      display: inline-block;
      padding: 0;
      background: url('/images/general/ico-remove.png') center center no-repeat #e00303;
      opacity: 0.6;
}

.btnRemove:hover{
      opacity: 1.0;
}

#deliveryCountry{
      font-size: 14pt;
      font-weight: 300;
      color: #aaa;
      text-align: center;
      width: 300px;
      margin: 40px auto 0px auto;
}

.transpaySelect{
      border: 1px solid #bbb;
      border-radius: 2px;
      padding: 5px;
      width: 300px;
      height: 30px;
      text-align: center;
      font-size: 15pt;
      font-weight: 300;
      text-align: center;
      margin: 10px 0 0 0;
}

#transport, #payment{
      width: 400px;
      float: left;
      font-size: 13pt;
      font-weight: 300;
      margin-bottom: 20px;
}

#transport .item, #payment .item{
      padding: 8px 5px;
}

#transport .item:hover, #payment .item:hover{
      background-color: #FAFAFA;
}

#payment{
      float: right;
}

#transport .itemName, #payment .itemName{
      float: left;
      width: 80%;

}

#transport .itemPrice, #payment .itemPrice{
      float: right;
      text-align: right;
      width: 20%;
      color: #0A8F3E !important;
}

.bold{
      font-weight: 700;
}

.cartStripeTotalSign{
      line-height: 100px;
      font-weight: 700;
      font-size: 42pt;
      color: #999999;
}


#cartStripeTotalItems, #termsStripeItems{
      color: white;
      width: 65%;
      font-size: 15pt;
      font-weight: 300;
      text-align: center;
      float: left;
      margin-top: 32px;
}

#termsStripeItems{
      text-align: left;
      padding-left: 40px;
      padding-top: 10px;
      line-height: 40px;
      width: 50%;
}

#cartStripeTotalItems b{
      font-weight: 600;
}

.cartStripeTotalItem{
      width: 25%;
      text-align: center;
}

.cartStripeTotalSign{
      width: 8%;
}

#cartStripe .itemLabel{
      margin-bottom: 10px;
      font-size: 18pt;
}

.stripeGray{
      background-color: #666666;
      padding: 10px 0;
}

.subH1{
      color: #aaa;
      font-weight: 300;
      margin: 0;
      font-size: 15pt;
      text-align: center;
      margin-bottom: 35px;
}

#already{
      text-align: center;
      font-size: 18pt;
      color: white;
      font-weight: 300;
      margin-bottom: 30px;
}

#already .btn{
      height: 40px;
      line-height: 40px;
      font-size: 16pt;
}

.formData{
      margin: auto;
}

.formData td{
      font-size: 13pt;
      font-weight: 300;
      padding: 3px 0;
}



.formData h4{
      color: #0A8F3E !important;
      font-weight: 300;
      font-size: 16pt;
      margin: 0 0 0px 0;
      line-height: 30px;
}

.formData .col1{
      text-align: right;
      width: 200px;
}

.formData .col2{
      width: 30px;
}

.formData .col3{
      width: 300px;
}

.formToggle{
      line-height: 30px;
      font-size: 14pt;
}

.formToggle span{
      color: #999;
      font-weight: 700;
      font-size: 18pt;
}

.formToggle:hover{
      text-decoration: none;
}

.formData tbody{
      display: block;
}

.formData .tbody{
      height: 0;
      overflow: hidden;
}

.formSpace{
      height: 25px;
}

.formData td{
      height: 34px;
}

#termsContainer{
      height: 175px;
      overflow: hidden;
      color: white;
      font-size: 10pt;
}

#termsContainer p{
      margin-top: 0;
      margin-bottom: 15px;
}

#termsStripe h2{
      color: white;
      font-size: 15pt;
      font-weight: 300;
      margin: 20px 0 20px 0;
}

.termsMore{
      color: white;
      float: right;
      margin: 10px 45px 0 0;
      text-decoration: underline;
}


.termsMore:hover{
      color: #E00303;
}

#orderFinished .green{
      color: #149F45;
}
#orderFinished{
      font-size: 26pt;
      font-weight: 300;
      color: white;
      padding-top: 35px;
      float: left;
      padding-left: 50px;
}

#orderInfo{
      text-align: center;
      padding: 15px 0 30px 0;
      line-height: 150%;
      overflow: hidden;
}

#orderInfo .btn{
      font-size: 14pt;
}

#orderTable{
      margin-bottom: 60px;
}

#orderTable .tdBtn{
      width: 100px;
}

.orderTr .tdDate{
      width: 15%;
}

.orderTr .tdNumber{
      width: 10%;
}

.orderTr .tdStatus{
      width: auto;
}

.orderTr .tdTotal{
      width: 10%;
}

.orderTr .tdTransport{
      width: 15%;
}

.orderTr .tdPayment{
      width: 15%;
}


.orderTr table{
      width: 100%;
}

.orderTr .btn{
      height: 36px;
      line-height: 36px;

}


ol li{
      margin-bottom: 15px;
}

.map{
      float: right;
}

.contact{
      font-size: 13pt;
      font-weight: 300;
      float: left;
      line-height: 150%;
}

.contact small{
      font-size: 10pt;
}

.contact td {
    padding: 10px 0px;
}

.text{
      padding-bottom: 50px;
}

.noresult{
      font-size: 16pt;
      padding: 40px 0;
      text-align: center;
      font-weight: 300;
}

.product table{
      width: 100%;
}

.product table .tdImg{
      width: 96px;
}

.personal{
      width: 80%;
      height: 28px;
      margin: 10px 0 0 25px;
      font-weight: 300;
}

.btnInfo{
      padding: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      text-align: center;
      font-weight: 800;
      background-color: #E6E6E6;
      color: white;
}

.btnInfo:hover{
      color: white;
      background-color: #4D4D4D;
}

#cartTable .pImgContainer img{
      width: 200px;
}

#personalDetail td{
      height: 32px;
      line-height: 31px;
}

#null{
      display: none;
}

.productTr .pImgContainer{
      width: 200px;
      height: 200px;
      margin: -45px 0 0 -45px;
}

.hsForm{
      text-align: center;
}

.hsForm input{
      width: 80%;
      height: 40px;
      margin: 5px auto;
      text-align: center;
}

.hsForm .btn{
      height: 44px;
      line-height: 44px;
      font-size: 14pt;
      margin-top: 15px;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 8px;
}

.hsForm .inputErrorInfo{
      margin-left: -43px;
      width: 40px;
      height: 40px;
      margin-top: 8px;
      padding: 0;
}

.tripleLinks{
      margin-top: -10px;
      font-size: 10pt;
      line-height: 19px;
}

#gopay{
      float: left;
      margin-top: 18px;
}

#gopay img{
      height: 24px;
}

.orderHistory .btn{
      padding: 0 15px !important;
      min-width: 70px;
      text-align: center;
}

.info404{
      font-family: 'Open Sans Light';
      font-weight: 300;
      font-size: 15pt;
      padding: 20px;
}

.slidesjs-stop, .slidesjs-play{
      display: none !important;
}

.ucanpay{
      margin-bottom: 60px;
}

#description{
      width: 550px;
      line-height: 200%;
      font-size: 12pt;
      font-weight: 300;
      margin: 0 auto 40px auto;
      text-align: left;
}

.filterConfirm{
      background-color: #0A8F3E;
}

.filterDisable{
      background-color: #F39200;
}

.filterConfirm, .filterDisable{
      color: white;
      text-decoration: none;
      display: inline-block;
      padding: 0px 18px;
      border-radius: 4px;
      font-size: 10pt;
      margin: 5px 2px;
}

.filterConfirm:hover, .filterDisable:hover{
      color: white;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0px 0px 4px white;
}

.slidesjs-previous, .slidesjs-next{
      font-size: 0px !important;
      width: 30px;
      height: 30px;
      background: url('/images/m/ico-move-left.png') center center no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      padding: 0 !important;
      line-height: 44px !important;
      display: block;
}

.slidesjs-previous, .slidesjs-next{
      display: block;
      position: relative;
      z-index: 100;
      margin-left: -100px;
      margin-top: -150px !important;
      position: absolute;
}

.slidesjs-previous{

}

.slidesjs-next{
      margin-left: 340px;
      background: url('/images/m/ico-move-right.png') center center no-repeat;
      background-size: 100% auto;
}

.slidesjs-control, .slidesjs-container{
      height: 276px !important;
}

.novisible{
      visibility: hidden;
}

.nohover{
      border: 0 !important;
}

.catText{
      padding: 25px 0 0 0;
      font-weight: 300;
      font-size: 12pt;
      text-align: center;
}     #cookieBox{
      position: fixed;
      bottom: 0;
      width: calc(100% - 40px);
      padding: 20px 20px;
      font-size: 11pt;
      color: black;
      background: #4D4D4D;
      text-align: center;
      z-index: 10;
      border-top: 1px solid #F39200;
      color: white;
}

#cookieBox div{
      margin-bottom: 15px;
}

#cookieBoxBtns .btn, .modalActions .btn{
      font-size: 11pt;
      margin-bottom: 10px;
}

#cookieBoxText{
      margin: 0 auto;
      max-width: 990px;
      margin-bottom: 20px;
      line-height: 150%;

}

#cookieBox .btnGray, .btnAccept, #cookieBox .btnGreen{
      border-radius: 7px;
      background: #999;
      color: white;
      height: 35px;
      line-height: 35px;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      padding: 0 15px;
      font-weight: 600;
}

#cookieBox .btnGreen{
      background-color: #0A8F3E;
}

#cookieBox .btnGreen:hover{
      background-color: #149F45
}

.btnGray:hover{
      background: #666;
      color: white;
}

.btnAccept{
      background: #6FAF01;
}

.btnGray:hover{
      background: #666;
      color: white;
}

.btnAccept:hover{
      background: #67B900;
      color: white;
}

#modalCookies{
      width: calc(100% - 50px);
      max-width: 590px;
      border-radius: 4px;
      box-shadow: 0px 0px 10px #000;
      background: white;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1201;
      max-height: 90%;
      overflow: hidden;
      overflow-y: auto;
      cursor: default;
      display: none;
      line-height: 150%;

}

#modalCookies h2{
      margin: 0 0 0px 0;
      text-align: left;
      text-transform: uppercase;
}

.cookieInput{
      float: right;
}

.modalActions{
      padding: 20px 20px 10px 20px;
      background: #4D4D4D;
      text-align: center;
      border-top: 1px solid #F39200;
}

#modalMsgText, .modalMsgText{
      padding: 30px 25px;
}


.closeModal{
      width: 20px;
      height: 20px;
      background: url('/images/general/pb-close.png') center center no-repeat;
      background-size: 100%;
      float: right;
      margin: 25px 25px 0 0;
}

.closeModal:hover{
      background: url('/images/general/pb-close-active.png') center center no-repeat;

}

#modalOverlay{
      background: rgba(0,0,0, 0.6);
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      display: none;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-bold.eot');
    src: url('/css/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-bold.woff') format('woff'),
         url('/css/opensans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('/css/opensans-light.eot');
    src: url('/css/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-light.woff') format('woff'),
         url('/css/opensans-light.ttf') format('truetype');
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-light.eot');
    src: url('/css/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-light.woff') format('woff'),
         url('/css/opensans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-regular.eot');
    src: url('/css/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-regular.woff') format('woff'),
         url('/css/opensans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-semibold.eot');
    src: url('/css/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-semibold.woff') format('woff'),
         url('/css/opensans-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.fl{ float: left; }

.fr{ float: right; }

.cleaner{ clear: both; height: 0; overflow: hidden }

.f7 { font-size:  7pt; }
.f8, .f8 th, .f8 td { font-size:  8pt !important }
.f9 { font-size:  9pt; }
.f10{ font-size: 10pt; }
.f11{ font-size: 11pt; }
.f12{ font-size: 12pt; }
.f13{ font-size: 13pt; }
.f14{ font-size: 14pt; }
.f15{ font-size: 15pt; }
.f16{ font-size: 16pt; }
.f17{ font-size: 17pt; }
.f18{ font-size: 18pt; }
.f19{ font-size: 19pt; }
.f20{ font-size: 20pt; }
.f21{ font-size: 21pt; }
.f22{ font-size: 22pt; }
.f23{ font-size: 23pt; }
.f24{ font-size: 24pt; }

.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.nodecor{ text-decoration: none; }
.noborder{ border: 0 !important; }
.hand{ cursor: pointer !important; }
.cdefault, .pointer{ cursor: default !important; }
.tleft{text-align: left}
.tcenter{text-align: center}
.tright{text-align: right !important}
.decor{text-decoration: underline !important}

.red{ color: red }
.gray{ color: #777777}
.white{ color: white }
.black{ color: black }

.mcenter{ margin: auto }

.center{ margin: auto }

.nobg{ background: transparent !important }

.hidden{display: none;}
.hiddenI{display: none !important}

#null, #preload{display: none}

.nocellspacing{ border-collapse: collapse; }

.nocellpadding td, .nocellpadding th{ padding:0 }.highslide-active-anchor img{
      visibility: visible;
}

/* hs.wrapperClassName = 'no-draggable-header' */
.no-draggable-header .highslide-header {
	height: 18px;
	margin-bottom: .5em;
}
.no-draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.no-draggable-header .highslide-header .highslide-move {
      display: none;
}
.no-draggable-header .highslide-header .highslide-move * {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close a {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close a:hover {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close span {
	display: none;
}

.highslide{
}

.highslide img{
      border: 0;
}

.highslide-image{
      border: 0;
}

.highslide-header{
      background: #666666;
}

.highslide-html-content{
      padding: 0;
}

.highslide-header, .highslide-heading{
      color: #666666 !important;
      font-family: 'Open Sans' !important;
      font-weight: 300;
      font-size: 14pt !important;
      padding: 20px;
      padding-left: 10px;
      line-height: 20px;
      color: white !important;
      margin-left: 0px !important;
}

.highslide-container div{
      font-family: 'Open Sans';
      font-size: 12pt;
      font-weight: 300;
}

.highslide-body{
      font-family: 'Open Sans';
      color: black;
      font-size: 13pt;
      padding: 15px 10px 0 10px;

}

.highslide-caption{
      background-color: black;
      text-align: left;
      color: white !important;
}

.highslide-close{
      margin: 20px 15px 0 0;
}

.highslide-close a{
      background: url('/images/highslide/own-close.png') center center no-repeat !important;
}

.highslide-close a:hover{
      background: url('/images/highslide/own-close-active.png') center center no-repeat !important;
}

.HSpadding{
      padding: 20px 25px;
}

.draggable-header .highslide-maincontent{
      padding-top: 0;
}/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right: 40px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:34px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 45px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height: 20px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:12px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height: 32px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top: -64px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:34px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#ffffff; /* rgba fallback */
	background:rgba(255,255,255,1.0);
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
#article .mCSB_scrollTools .mCSB_draggerRail{
	background:#3E2978; /* rgba fallback */
	background:rgba(62,41,120,0.5);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
      background-color: #fff;
      border-radius: 5px;
	filter:"alpha(opacity=80)"; -ms-filter:"alpha(opacity=80)"; /* old ie */

}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
      background-color: #fff;
	filter:"alpha(opacity=95)"; -ms-filter:"alpha(opacity=95)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
      background-color: #fff;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background: url('/images/general/scroll/scroll-up.png')  center center no-repeat;
	/*
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover{
	background: url('/images/general/scroll/scroll-up-active.png') center center no-repeat;
	/*
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
	*/
}

.mCSB_scrollTools .mCSB_buttonDown{
	background: url('/images/general/scroll/scroll-down.png')  center center no-repeat;
	/*
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonDown:hover{
	background: url('/images/general/scroll/scroll-down-active.png')  center center no-repeat;
	/*
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
	*/
}

#article .mCSB_scrollTools .mCSB_buttonDown{
	background: url('/images/general/scroll/scroll-down2.png')  center center no-repeat;
	/*
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
	*/
}
#article .mCSB_scrollTools .mCSB_buttonUp{
	background: url('/images/general/scroll/scroll-up2.png')  center center no-repeat;
	/*
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
	*/
}


.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/*
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/*
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
      /*
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}#hsMsgText, #hsConfirmText{
      margin-bottom: 15px;
}

#hsMsg{
      display: none;
}
#ppl-parcelshop-map{
      display: none;
      width: calc(100% - 60px);
      height: calc(100% - 60px) !important;
      min-height: calc(100% - 60px) !important;
      overflow: hidden;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10001;
      margin: 30px;
      background: white;
}

.pplVisible{
      display: block !important;
}

#ppl-parcelshop-map-close{
      position: fixed;
      top: 15px;
      right: 15px;
      color: white;
      font-size: 20px;
      z-index: 10010;
      display: none;
      cursor: pointer;
      width: 36px;
      height: 36px;
      background: #004992;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
}

#ppl-parcelshop-map .accordion-map--select { display: none !important; }@media all and (max-width: 1200px){


.container{
      width: 990px;
      margin: 0 auto;
}

#top{
      margin-top: -12px;
      margin-bottom: -8px;
}

#logo{
      width: 170px;
      height: 78px;
}

#topMenu{
      width: 540px;
      margin-right: 5px;
}

#topMenu a{
      padding: 0 8px;
      font-size: 12pt;
}



#mainPromoBG{
      height: 370px;
      background: url('/images/general/1200/top.jpg') center center no-repeat;
}

#mainPromo{
      height: 250px;
      margin-top: 20px;
}

#slides{
      height: 216px;
      margin-top: 20px;
}

.slideImgContainer{
      height: 210px;
      width: 210px;
      margin-right: 40px;
}

.slideImg{
      height: 210px;
      width: 210px;
}

.slideText{
      height: 210px;
      margin-top: 8px;
      width: 730px;
}


.slideName h2{
      font-size: 21pt;
      height: 28px;
      line-height: 28px;
}

.slideDesc p{
      margin: 12px 0;
      font-size: 13pt;
      line-height: 24px;
      height: 96px;
}

.slideInfo .price{
      font-size: 18pt;
}

.btn{
      border-radius: 5px;
      padding: 0 30px;
      line-height: 50px;
      height: 50px;
      color: white;
      display: inline-block;
      font-weight: 300;
      text-decoration: none;
}

.slideInfo .btn{
      font-size: 16pt;
      font-weight: 300;
}


#search{
      width: 380px;
      height: 48px;
      margin: 22px auto 0 auto;
}

#inputSearch{
      width: 310px;
      height: 38px;
      font-size: 15pt;
}

#btnSearch{
      width: 60px;
      height: 50px;
      display: inline-block;
      background: url('/images/general/ico-search.png') center center no-repeat;
      float: right;
      transition: 200ms;
}

#btnSearch:hover{
      width: 48px;
}

#bottomBG{
      height: 100px;
      background: url('/images/general/1200/bottom.jpg') center center repeat-x;
}

.stripeItem{
      width: 110px;
      margin: 10px;
      line-height: 22px;
}

#cartStripeItems{
    width: 660px;
}

#footer{
      font-size: 9.5pt;
}

#copy{
      width: 260px;
}

}.inputError{
      border: 1px solid  #DB0000 !important;
}

.inputErrorInfo{
      background: url('/wrs/modules/wrs/images/ico-error-small.png') center left no-repeat;
      position: absolute;
      padding: 5px 5px 5px 32px;
      height: 30px;
      line-height: 30px;
      background-color: #ba2017;
      color: white;
      font-size: 12pt;
      font-family: futurtee;
      z-index: 100;
      border-radius: 3px;
      margin-left: 5px;
      opacity: 0;
      cursor: default;
}




.inputFocus{
      border-color: #00A9D3 !important;
}


