/* @override
	http://www.mobeetechnology.com/templates/mobee/css/template.css
	http://test.mobeetechnology.com/templates/mobee/css/template.css */

/* @group BASE */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;*/
	vertical-align: baseline;
}

strong {
/*	font-weight: bold !important;*/
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
div.tool-tip{
	background-color: #fff;
	border: 1px solid #ddd;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 3px 2px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 3px 2px 2px rgba(0, 0, 0, .1);
	
	padding: 10px;
}

/* VARIABLES */
/* GRID */
/* TEXT SHADOW */

/* @end  */

/* @group TYPO */
body {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1, .componentheading {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #4f4f4f;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

a {
	/*color: #67be45;*/
	color:  #96DF0F;
	text-decoration: none;
}

p {
	color: #4f4f4f;
}

b {
	font-weight: bold;
}

/* @end */

/* @group INPUT FORMS */

input {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	background-color: transparent;
	border: 0;
	z-index: 300;
}
div#content input[type="text"], input[type="password"] {
	background: #d3d3d3; /* Old browsers */
background: -moz-linear-gradient(top,  #d3d3d3 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding: 8px;
	font-weight: bold;
	color: #4b4b4b;
	border: solid 1px #aaaaaa;
}
textarea {
-webkit-border-radius: 6px 6px;
-moz-border-radius: 6px / 6px;
-o-border-radius: 6px / 6px;
-ms-border-radius: 6px / 6px;
-khtml-border-radius: 6px / 6px;
	background: #d3d3d3; /* Old browsers */
background: -moz-linear-gradient(top,  #d3d3d3 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding: 8px;
	font-weight: bold;
	color: #4b4b4b;
	border: solid 1px #aaaaaa;
 
}
div#content input[type="submit"] {
	background: #3c3c3c url("../images/submit-bg.png") repeat-x;
	font-weight: bold;
	color: #fafafa;
	padding: 6px;
	width: 100px;
	height: 30px;
	border-bottom: solid 1px #696868 !important;
}
input[type="submit"]:hover, input.button:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;
	background: url("../images/button-green-bg.png") #71c74f !important;
}
input[type="submit"]:active, input.button:active {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 1px #73a840;
}

/* @end */

/* @group CROSS BROWSER PLACEHOLDER */
.placeholder {
	color: #a5a5a5;
}

/* @end */

/* @group CONTENT SEPARATOR */
hr {
	background: #dddddd;
	color: #dddddd;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 1.45em;
	border: none;
	background: white;
	color: white;
	visibility: hidden;
	border-bottom: solid 1px #cbcbcb;
	visibility: visible;
	height: 30px;
	background-color: transparent;
	margin-bottom: 30px;
}

hr.spacer {
	background: #dddddd;
	color: #dddddd;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 1.45em;
	border: none;
	background: white;
	color: white;
	visibility: hidden;
	height: 15px;
	background-color: transparent;
	margin-bottom: 15px;
}



/* @end */

/* @group BOXES */
.box-style-1 {
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px / 10px;
	-o-border-radius: 10px / 10px;
	-ms-border-radius: 10px / 10px;
	-khtml-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	border: solid 2px #cbcbcb;
	background-color: #ffffff;
}
.box-style-1 .primary, .box-style-1 .secondary {
	padding: 15px;
}
.box-style-1 .secondary {
	font-size: 12px;
	border-top: solid 1px #cbcbcb;
}
.box-style-1 .secondary img {
	float: left;
	margin: 2px 15px 15px 0;
}
.box-style-1 .secondary p {
	font-weight: bold;
}

.box-style-2 {
	float: left;
	width: 230px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px / 10px;
	-o-border-radius: 10px / 10px;
	-ms-border-radius: 10px / 10px;
	-khtml-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: solid 2px black;
	background-color: black;
	color: #fafafa;
}
.box-style-2 p {
	color: #fafafa;
}
.box-style-2 a {
	color: #67be45;
}

.box-style-3 img {
	float: left;
}
.box-style-3 h2, .box-style-3 p, .box-style-3 a {
	display: block;
	margin-left: 70px;
	font-weight: normal;
}

/* @end */

/* @group BUTTONS */
.buttons {
	display: block;
}
.buttons .button {
	display: block;
	float: left;
	margin-right: 10px;
}

.button {
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px / 3px;
	-o-border-radius: 3px / 3px;
	-ms-border-radius: 3px / 3px;
	-khtml-border-radius: 3px / 3px;
	border-radius: 3px / 3px;
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px 15px;
	font-weight: bold;
}

.button-large {
	display: block;
	text-align: center;
}

.button-style-1 {
	color: #fafafa;
	border: solid 1px black;
	background-color: black;
}

.button-style-2 {
	color: #fafafa;
	border: solid 1px #67be45;
	background-color: #96df0f;
}

.button-style-3 {
	font-size: 18px !important;
	font-family: arial, Helvetica, sans-serif;
	line-height: 41px;
	padding: 0 !important;
	width: 270px !important;
	height: 41px !important;
	color: #ffffff;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") #71c74f;
}
.button-style-3:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;
	background: url("../images/button-green-bg.png") #71c74f !important;
}

.button-style-3:active {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 1px #73a840;
}

#menu .addtocart_form .button-style-3 {
		margin-left: 8px !important;
}


/* @end */

/* @group HEADER */
#header-wrapper {
	color: #fafafa;
	background: url("../images/header-bg.png") no-repeat center bottom #ffffff;
}
#header-wrapper a {
	color: #fafafa;
	text-decoration: none;
}
#header-wrapper #header {
	width: 930px;
	margin: 0 auto;
	/*overflow: hidden;*/
	*zoom: 1;
	position: relative;
	height: 100px;
	/* LOGO AND TITLE */
	/* TOP LINKS */
	/* PRIMARY NAVIGATION - STORE LINKS */
	/* SECONDARY NAVIGATION - SUPPORT LINKS*/
	/* SEARCH BOX */
}
#header-wrapper #header #title {
	position: absolute;
	top: 40px;
	height: 28px;
	width: 153px;
}
#header-wrapper #header #title h1 {
	display: none;
	text-indent: -2000px;
	overflow: hidden;
}
#header-wrapper #header #primary-navigation {
	position: absolute;
	top: 47px;
	left: 230px;
	text-transform: uppercase;
	font-size: 12px;
}
#header-wrapper #header #primary-navigation ul {
	float: right;
}
#header-wrapper #header #primary-navigation ul li {
	display: block;
	float: left;
}
#header-wrapper #header #primary-navigation ul li a {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	display: block;
	font-weight: normal;
	margin-right: 10px;
	padding: 5px 10px;
	border: 0;
	color: #343434;
	border: solid 1px #ffffff;
}
#header-wrapper #header #primary-navigation ul li a:hover, #header-wrapper #header #primary-navigation ul li.active a {
	border: solid 1px #cccccc;
	font-weight: bold;
}
#header-wrapper #header #primary-navigation ul li ul {
	background-color: #ffffff !important;
}
#header-wrapper #header #primary-navigation ul li ul li a:hover {
	background-color: #cccccc !important;
	color: #616161;
}
#header-wrapper #header #secondary-navigation {
	position: absolute;
	top: 47px;
	right: 170px;
	text-transform: uppercase;
	font-size: 12px;
}
#header-wrapper #header #secondary-navigation ul {
	float: right;
}
#header-wrapper #header #secondary-navigation ul li {
	display: block;
	float: left;
}
#header-wrapper #header #secondary-navigation ul li a {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	display: block;
	margin-left: 5px;
	padding: 5px 10px;
	border: 0;
	color: #343434;
	border: solid 1px #ffffff;
}
#header-wrapper #header #secondary-navigation ul li a:hover, #header-wrapper #header #secondary-navigation ul li.active a {
	border: solid 1px #cccccc;
}
#header-wrapper #header #secondary-navigation ul li ul {
	background-color: #ffffff !important;
}
#header-wrapper #header #secondary-navigation ul li ul li a:hover {
	background-color: #cccccc !important;
	color: #616161;
}
/* @group TOP LINKS */
#header-wrapper #header #links {
	position: absolute;
	top: 5px;
	right: 0;
}
#header-wrapper #header #links ul {
	float: right;
}
/* @group CART */
#header-wrapper #header #links ul li.cart {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
	width: 230px;
	height: 23px;
	padding: 4px 15px 0 15px;
	float: left;
	border-top: 0;
	background-image: url("../images/button-green-bg.png");
	background-position: 0 -8px;
	margin-left: 8px;
}
#header-wrapper #header #links ul li.cart:hover {
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
		cursor: pointer;
}
#header-wrapper #header #links ul li.cart:hover {
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
		cursor: pointer;
}
#header-wrapper #header #links ul li.cart .vmCartModule a {
	display: block;
		background: url("../images/checkout_block_icon.png") right top;
		background-repeat: no-repeat;
}
#header-wrapper #header #links ul li.cart .vmCartModule a:hover {
		background: url("../images/checkout_block_icon.png") right -28px;
		background-repeat: no-repeat;
}
/* @end */
/* @group CONNECTION */
#header-wrapper #header #links ul li.connection {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);*/
	height: 23px;
	padding: 4px 15px 0 15px;
	float: left;
	border-top: 0;
	background-image: url("../images/button-grey-bg.png");
	background-position: bottom;
	margin-left: 8px;
	cursor: pointer;
}
#header-wrapper #header #links ul li.connection:hover {
/*	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);*/
}
/* @end */
/* @end */


/* @group LOGIN FORM */

#form-login, .connection form {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	width: 290px;
	background-color: #F7F7F7;
	border: 1px solid #333;
	color: white;
	display: none;
	padding: 15px;
	position: absolute;
	margin-left: -15px;
	z-index: 1500;
	box-shadow:  0 2px 16px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 2px 16px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 0px 25px rgba(0,0,0,0.7);
}
#form-login #form-login-username, .connection form .username-block {
	margin-right: 20px;
}
#form-login #form-login-username, #form-login #form-login-password, #form-login #form-login-remember, .connection form .username-block, .connection form .password-block {
	float: left;
}
#form-login #form-login-remember {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#form-login input[type="text"], #form-login input[type="password"]{
	background-image: url("../images/input-bg.png");
	padding: 8px;
	width: 110px;
	font-weight: bold;
	color: #202020;	
}
#modlgn_username {
	 border: solid 1px #aaaaaa;
}
#form-login input[type="submit"], #form-login .button {
	background-image: url("../images/submit-bg.png");
	font-weight: bold;
	color: #fafafa;
	padding: 6px;
	width: 100px;
	height: 25px;
	clear: both;
	margin-left: 0 !important;
	margin-top: 20px;
}
#form-login ul {
	clear: both;
	float: none !important;
	margin-left: 150px;
	margin-top: -60px;
}
#form-login ul li a {
	font-size: 12px;
	color: #5C5C5C;
}
#form-login ul li a:hover {
	color: #424242;
}

/* @group LOGOUT block */

#form-login.logoutblock {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	width: 290px;
	background-color: black;
	border: 1px solid #333;
	color: white;
	display: none;
	padding: 15px;
	position: absolute;
	margin-left: -15px;
	z-index: 1500;
	box-shadow:  0 2px 16px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 2px 16px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 0px 25px rgba(0,0,0,0.7);
}

.logoutblock .greeting {
	display: block;
	float: left;
}

.logoutblock ul {
	list-style: none;
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.logoutblock ul li {
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.logoutblock .account {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	background: #3c3c3c ;
	font-weight: bold;
	color: #fafafa;
	padding: 3px 15px 3px 15px;
	border-bottom: solid 1px #696868 !important;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
}
.logoutblock .account:hover {
	background: #67be45 !important;
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.5) !important;
	box-shadow:inset 0 -1px 0 rgba(255,255,255,1), inset 0 0 2px rgba(0,0,0,0.5) !important;
}
.logoutblock .account:active {
	background: #00c847 !important;
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 0 -1px 0 rgba(255,255,255,1), inset 0 1px 5px rgba(0,0,0,0.9) !important;
	-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,1), inset 0 1px 5px rgba(0,0,0,0.9) !important;
	box-shadow:inset 0 -1px 0 rgba(255,255,255,1), inset 0 1px 5px rgba(0,0,0,0.9) !important;
}

.logoutblock input {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}

/* @end */
/* @end */

/* @group PIXSEARCH */

div.pixsearch_ng_popup{
	z-index: 1000;
	margin-top: 6px;
	box-shadow:  0 13px 16px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 13px 16px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 13px 16px rgba(0,0,0,0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
div.pixsearch_ng_popup {
	font-size: 12px;
	line-height: 14px;
	color: #555555;
}
div.pixsearch_ng_popup .small {
	display:none
}

li.ucd_item{
	height: 21px !important;
	overflow: hidden;
}

/* @end */

/* @end */

/* @group PRODUCT NAV */

#primary-highlight div.module{}
#primary-highlight ul.menu{
	height: 105px;
	padding: 0px 0 20px 0;
	margin: 0 auto;
	width:  700px;
}
#primary-highlight ul.menu li{
	display: block;
	margin-right: 0 ;
	float: left;
}
#primary-highlight ul.menu li{
	text-align: center;
}
#primary-highlight ul.menu li a{
	width: 92px;
	border: 0;
	display: block;
	padding: 5px;
	color: #929292;
	font-size: 12px;
	font-weight: bold;
}
#primary-highlight ul.menu li a img {
	width: 105px;
}
#primary-highlight ul.menu li a:hover, #primary-highlight ul.menu li.active a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
}
#primary-highlight ul.menu li a span{
	display: block;
}

/* @end */

/* @group PRODUCT NAV MAC */
#primary-highlight-mac ul.menu{
	height: 105px;
	padding: 0px 0 20px 0;
	margin: 0 auto;
	width:  700px;
}
#primary-highlight-mac ul.menu li{
	display: block;
	margin-right: 0 ;
	float: left;
}
#primary-highlight-mac ul.menu li{
	text-align: center;
}
#primary-highlight-mac ul.menu li a{
	width: 92px;
	border: 0;
	display: block;
	padding: 5px;
	color: #929292;
	font-size: 12px;
	font-weight: bold;
}
#primary-highlight-mac ul.menu li a img {
	width: 105px;
}
#primary-highlight-mac ul.menu li a:hover, #primary-highlight ul.menu li.active a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
}
#primary-highlight-mac ul.menu li a span{
	display: block;
}
/* @end */

/* @group PRODUCT NAV PHONE */
#primary-highlight-phone ul.menu{
	height: 105px;
	padding: 0px 0 20px 0;
	margin: 0 auto;
	width:  700px;
}
#primary-highlight-phone ul.menu li{
	display: block;
	margin-right: 0 ;
	float: left;
}
#primary-highlight-phone ul.menu li{
	text-align: center;
}
#primary-highlight-phone ul.menu li a{
	width: 92px;
	border: 0;
	display: block;
	padding: 5px;
	color: #929292;
	font-size: 12px;
	font-weight: bold;
}
#primary-highlight-phone ul.menu li a img {
	width: 105px;
}
#primary-highlight-phone ul.menu li a:hover, #primary-highlight ul.menu li.active a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
}
#primary-highlight-phone ul.menu li a span{
	display: block;
}
/* @end */

/* @group PRODUCT NAV IVESA */
#primary-highlight-ivesa ul.menu{
	height: 105px;
	padding: 0px 0 20px 0;
	margin: 0 auto;
	width:  700px;
}
#primary-highlight-ivesa ul.menu li{
	display: block;
	margin-right: 0 ;
	float: left;
}
#primary-highlight-ivesa ul.menu li{
	text-align: center;
}
#primary-highlight-ivesa ul.menu li a{
	width: 92px;
	border: 0;
	display: block;
	padding: 5px;
	color: #929292;
	font-size: 12px;
	font-weight: bold;
}
#primary-highlight-ivesa ul.menu li a img {
	width: 105px;
}
#primary-highlight-ivesa ul.menu li a:hover, #primary-highlight ul.menu li.active a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
}
#primary-highlight-ivesa ul.menu li a span{
	display: block;
}
/* @end */

/* @group SUBMENU */
#header-wrapper #header #primary-navigation ul li.parent ul{
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	/*background-color: black;*/
	display: none;
	opacity: 0.8;
	padding: 10px 10px 10px 5px;
	position: absolute;
	z-index: 1200;
	white-space: nowrap;
}
#header-wrapper #header #primary-navigation ul li.active ul a{
	background: none;
	border: none;
}
#header-wrapper #header #primary-navigation ul li.active ul a:hover{
	border: solid 1px #6f6f6f;
	background-color: #232323;
}
#header-wrapper #header #primary-navigation ul li.parent:hover ul{
	display: block;
}
#header-wrapper #header #primary-navigation ul li.parent ul li{
	display: block;
	clear: both;
}

#header-wrapper #header #secondary-navigation ul li.parent ul{
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	background-color: black;
	display: none;
	opacity: 0.8;
	padding: 10px 10px 10px 5px;
	position: absolute;
	z-index: 1000;
	white-space: nowrap;
}
#header-wrapper #header #secondary-navigation ul li.active ul a{
	background: none;
	border: none;
}
#header-wrapper #header #secondary-navigation ul li.active ul a:hover{
	border: solid 1px #6f6f6f;
	background-color: #232323;
}
#header-wrapper #header #secondary-navigation ul li.parent:hover ul{
	display: block;
}
#header-wrapper #header #secondary-navigation ul li.parent ul li{
	display: block;
	clear: both;
}

/* @end */

/* @group SEARCH */

#header-wrapper #header #search {
	position: absolute;
	top: 43px;
	right: 0;
	height: 28px;
	width: 153px;

}
#header-wrapper #header #search input {
	width: 110px;
	height: 25px;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: #9e9898;
	border: 1px solid #cccccc;
	background: url("../images/search-bg.png") no-repeat left center;
	padding: 0 0 0 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 3px 3px rgba(0,0,0,0.1);
	
}

/* @end */

/* @group PRIMARY HIGHLIGHTER */

#primary-highlight-wrapper {
	/*border-bottom: 1px solid #a9a9a9;
	background-color: #ffffff;*/
	color: #fafafa;
}
#primary-highlight-wrapper a {
	color: #ffffff;
	text-decoration: none;
}
#primary-highlight-wrapper #primary-highlight {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#primary-highlight-wrapper #primary-highlight-mac {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 15px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #ffffff;
}

#primary-highlight-wrapper #primary-highlight-phone {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 15px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #ffffff;
}

#primary-highlight-wrapper #primary-highlight-ivesa {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 15px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #ffffff;
}

#primary-highlight-wrapper #primary-highlight-mac h2{
	text-align: left;
	color: #343434;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 190px;
}

#primary-highlight-wrapper #primary-highlight-phone h2{
	text-align: left;
	color: #343434;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
	padding-top: 10px;
	padding-left: 190px;
}

#primary-highlight-wrapper #primary-highlight-ivesa h2{
	text-align: left;
	color: #343434;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
	padding-top: 10px;
	padding-left: 190px;
}

/* @end */

/* @group SECONDARY HIGHLIGHTER */

#secondary-highlight-wrapper {
	border-top: 0;
	background-color: #ffffff;
	color: #fafafa;
}
#secondary-highlight-wrapper a {
	color: #fafafa;
	text-decoration: none;
}
#secondary-highlight-wrapper #secondary-highlight {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

/* @end */

/* @group 
TERTIARY HIGHLIGHTER */

#tertiary-highlight-wrapper {
	background-position: 0 bottom;
	overflow: hidden;
}
#tertiary-highlight-wrapper #tertiary-highlight {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

/* @end */

/* @group CONTENT BODY AREA */

/* @group com_rsticketspro */

.com_rsticketspro #submitForm table td {
	padding-top: 10px;
}

.com_rsticketspro #submitForm .button {
	background: #3c3c3c url("../images/submit-bg.png") repeat-x;
	font-weight: bold;
	color: #fafafa;
	padding: 6px;
	width: 100px;
	height: 30px;
	border: 0;
}




/* @end */

/* Distributors page*/
.block_distributor{
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	color: #5f5f5f;
	padding: 0px;
	margin: 0px;
	border: 0px initial initial;
}

.distributor_country_name{
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px initial initial;
}

.distributor_country_span{
	color: #009c38;
	text-decoration: underline;
}

/*  End */
#body-wrapper {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url("../images/body-bg.png") no-repeat center top;
}
#body-wrapper #body {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	/* CONTENT PANE */
	/* MENU */
	/* LIST WITH IMAGE PREVIEW */
	/* PRODUCT */
}

/* @group COLUMNS */

#body-wrapper #body .column {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 290px;
}
* html #body-wrapper #body .column {
	overflow-x: hidden;
}
#body-wrapper #body .last-column {
	display: inline;
	float: left;
	margin-right: 0;
	width: 290px;
}

#body-wrapper #body.homecontent .colsecond {
	display: inline;
	float: left;
	margin-right: 0;
	width: 610px;
}
#body-wrapper #body.homecontent .colsecond h3 {
	font-size: 24px !important;
	font-weight: lighter !important;
	line-height: 27px !important;
}
#body-wrapper #body.homecontent .last-column {
	clear: both;
	width: 100%;
	/*
	width: 610px;
	float: left;
	*/
	overflow: hidden;
	margin-right: 0;
	margin-top: 24px;
}
#body-wrapper #body.homecontent .last-column h2 {
	border-bottom: 1px solid #cbcbcb !important;
}
#body-wrapper #body.homecontent .last-column ul li {
	float: left;
	width: 290px;
	margin-right: 10px;
	border-top: 0 !important;
}
#body-wrapper #body.homecontent .last-column ul li.bottomlink {
	float: left;
	width: 610px;
	margin-right: 10px;
	border-top: 1px solid #cbcbcb !important;
}
#body-wrapper #body.homecontent .last-column ul li.bottomlink a {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

/* Reviews slider */
#body-wrapper #body.homecontent .last-column .bt-cs .bt-row{
	margin-right: 2px;
}
#body-wrapper #body.homecontent .last-column .bt-cs .bt-image-link{
	float: left;
	margin: 0 10px 5px 0;
}
#body-wrapper #body.homecontent .last-column .bt-cs h3{
	background: none;
	border: none;
	color: #4F4F4F;
	font-weight: normal;
	font-size: 16px;
	height: 20px;
	line-height: 100%;
	text-indent: 0;
	text-transform: none;
}
#body-wrapper #body.homecontent .last-column .bt-cs .bt-date{}


* html #body-wrapper #body .last-column {
	overflow-x: hidden;
}
#body-wrapper #body .small-column {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 210px;
}
* html #body-wrapper #body .small-column {
	overflow-x: hidden;
}
#body-wrapper #body .last-small-column {
	display: inline;
	float: left;
	margin-right: 0;
	width: 210px;
}
* html #body-wrapper #body .last-small-column {
	overflow-x: hidden;
}
#body-wrapper #body .large-column {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 610px;
}
* html #body-wrapper #body .large-column {
	overflow-x: hidden;
}
/* @end */

/* @group CONTENT */
#body-wrapper #body #content {  
	width: 610px;
	display: inline;
	float: left;
	margin-right: 30px;
	font-size: 15px;
}
/* depending on the class returned by the template index.php, narrow or full is seletected */
#body-wrapper #body #content.narrow {
	margin-right: 30px;
	width: 610px;
}
#body-wrapper #body #content.full {
	margin-right: 0;
	width: 930px !important;
}
* html #body-wrapper #body #content {
	overflow-x: hidden;
}
/* min-height on small pages */
.com_user #body-wrapper #body #content, .com_rsticketspro #body-wrapper #body #content {
	min-height: 500px;
}

/* @group FAQ */

/* @group Right FAQ menu */

.com_fss .faq_mod_category_cont {
	border: 0;
}

.com_fss .faq_mod_category_cont .faq_mod_category {
	border: 0;
}

.com_fss .faq_mod_category_cont .faq_mod_category a {
	display: block;
	padding: 10px;
	border: 1px solid #d0d0d0;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #f9f9f9;
	color: #626262;
	box-shadow:  0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 1px rgba
}

.com_fss .faq_mod_category_cont .faq_mod_category a:hover {
	box-shadow:  0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 2px 2px rgba(0,0,0,0.3);
	background-color: #ffffff;
}

.com_fss .faq_mod_category_cont .faq_mod_category a:active, .com_fss .faq_mod_category_cont .faq_mod_category a.active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	background-color: #e6e6e6;
}

.com_fss .faq_mod_category_cont .faq_mod_home a {
	background: url("../images/left-arrow.png") no-repeat left center;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
	padding: 0;
	text-indent: 20px;
}
.com_fss .faq_mod_category_cont .faq_mod_home a:hover{
	background-color: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #67be45;
}
	
.com_fss .faq_mod_category_cont .fss_clear {
	border: 0;
}

/* @end */

.fss_main {
	position: relative;
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  inset 0 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  inset 0 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:  inset 0 0px 5px rgba(0,0,0,0.4);
	background-color: #f4f4f4;
}
.fss_main a {
	color: #949393;
}
.fss_main a:hover {
	color: #949393;
}
.fss_main a.back_link {
	background: url("../images/search-arrow.png") no-repeat left top;
	display: block;
	font-size: 12px;
	height: 14px;
	line-height: 16px;
	margin: 8px;
	padding-left: 16px;
}
.fss_main a.back_link:hover {
	color: #67be45;
}

/* @group Component header */

.fss_main .component-header {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 20px 30px;
	color: #ffffff;
	border-radius: 3px;
	text-shadow:  0 2px 5px rgba(0,0,0,0.7);	
	box-shadow:  inset 0 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  inset 0 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:  inset 0 0px 5px rgba(0,0,0,0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #7c7c7c 2%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(2%,#7c7c7c), color-stop(100%,#b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* IE10+ */
	background: linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}
.fss_main .componentheading {
}

/* @end */
/* @group Search */

.fss_main .fss_kb_search {
	
}
form#searchProd {
	padding: 30px;
}
.kb_product {
	border: 0 !important;
}
.kb_product .kb_product_image {
	display: none;
}
.kb_product .kb_product_head {
	display: block;
	margin-bottom: 20px;
}
.kb_product .faq_category_desc {
}
.kb_product .faq_category_desc #kb_search {
	width: 300px;
	padding: 8px;
	color: #4b4b4b;
	font: bold 18px Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	border: solid 1px #aaaaaa;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.kb_product .faq_category_desc .button {
}
.kb_product .faq_category_desc #kb_submit {
}
.kb_product .faq_category_desc #art_reset {
	
}


/* @end */
/* @group List */

.fss_main .fss_kb_catlist {
}
.fss_main .fss_kb_catlist .contentheading {
	padding: 20px;
	font-size: 18px;
	padding: 30px;
}

/* @group level1 */

.fss_main .fss_kb_catlist .kb_category {
	margin: 8px;
	position: relative;
	padding: 20px 20px 10px 20px;
	border: 1px solid #afb3b7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	background: #ffffff; /* Old browsers */
}
.fss_main .fss_kb_catlist .main_cats_list .kb_category {
	clear: none;
	float: left;
	width: 246px;
}
.fss_main .fss_kb_catlist #kb_category_process_order,
.fss_main .fss_kb_catlist #kb_category_replacement_conditions {
	background: #dcf7d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
.fss_main .fss_kb_catlist .kb_category{}
/* alternative style

.fss_main .fss_kb_catlist .kb_category {
	display: block;
	margin: 10px;
	position: relative;
	padding: 20px 20px 10px 20px;
	border: 1px solid #afb3b7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 83%, #dadada 98%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(83%,#ffffff), color-stop(98%,#dadada));
	background: -webkit-linear-gradient(top,  #ffffff 83%,#dadada 98%); 
	background: -o-linear-gradient(top,  #ffffff 83%,#dadada 98%); 
	background: -ms-linear-gradient(top,  #ffffff 83%,#dadada 98%); 
	background: linear-gradient(top,  #ffffff 83%,#dadada 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); 
	
	*/
}
.fss_main .accordion_toggler_1 .kb_category_image
.fss_main #fss_kb_catlist .kb_category_image {
	padding: 0;
}
.fss_main .kb_category_head {
	backgound: none;
	box-shadow:  none ;
	-moz-box-shadow:  none;
	-webkit-box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	
}
.fss_main .kb_category_head a {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 80px;
	padding: 0 0 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.fss_main .kb_category_head a:hover {
	color: #000000;
	background: none;
}
.fss_main .kb_category_head a.fss_highlight:hover {
	color: #000000;
	background: none;
}
.fss_main .kb_category_desc {
	min-height: 50px;
	color: #949393;
	font-size: 18px;
	padding: 0 0 0 100px;

}
/* @end */

/* @group level2 */

.fss_main .fss_kb_catlist .kb_category_artlist {
	margin-top: 30px;
	padding: 0;
}
.fss_main .fss_kb_catlist .kb_category_artlist .kb_category {
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 0;
	border: 0;
 }
.fss_main #fss_kb_catlist .kb_category_artlist .kb_category_image {
	padding: 0;
}
.fss_main .fss_kb_catlist .kb_category_artlist .kb_category_head {
	padding: 0;
}
.fss_main .fss_kb_catlist .kb_category_artlist .kb_category_head a {
/*	alternative style	
	font-size: 18px;
	font-weight: normal;
	padding:10px;
	margin: 0;
	border: 1px solid #c4c4c4;
	background-color: #f9f9f9;*/
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	padding:10px;
	margin: 0;
	display: block;
	position: relative;
	border: 1px solid #383937;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  inset 0 1px 0px rgba(255,255,255,1);
	-moz-box-shadow:  inset 0 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow:  inset 0 1px 0px rgba(255,255,255,0.6);
	background: #818180;
		background: -moz-linear-gradient(top,  #818180 0%, #565656 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818180), color-stop(100%,#565656)); 
	background: -webkit-linear-gradient(top,  #818180 0%,#565656 100%); 
	background: -o-linear-gradient(top,  #818180 0%,#565656 100%); 
	background: -ms-linear-gradient(top,  #818180 0%,#565656 100%); 
	background: linear-gradient(top,  #818180 0%,#565656 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818180', endColorstr='#565656',GradientType=0 ); 	
}
.fss_main .fss_kb_catlist .kb_category_artlist .kb_category_head a:hover {
/*	border: 1px solid #7a7a7a;*/
	box-shadow: inset 0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,0.3);	
}
.fss_main .fss_kb_catlist .kb_category_artlist .kb_category_head a:active {
/*	border: 1px solid #00a250;*/
	box-shadow: inset 0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,1), 0 1px 5px rgba(0,0,0,0.3);	
}

.fss_main .fss_kb_catlist .kb_category_artlist .kb_category_desc {
	min-height: 0;
	padding: 0;	
}

/* @end */

/* @end */
/* @group Inside Category */

.fss_main .fss_subcat_cont .fss_kb_catlist {

}
.fss_main .accordion_toggler_1 .kb_category_image {
	padding: 0;
}
.fss_main .kb_category_head {
	/*padding: 35px 0 20px 30px;
	margin-bottom: 20px;
	font-size: 24px;
	border-bottom: 0;	*/
}


.fss_main .fss_subcat_cont {
	padding: 0;
	margin-bottom: 20px;
}

.fss_main  .kb_category_desc {
	padding: 0 0 0 80px;
	font-size: 18px;
	color: #949393;
}

.fss_main .fss_subcat_cont .fss_kb_catlist .contentheading {
	padding: 20px;
	font-size: 18px;
	padding: 30px;
}


/* @group level2 */

.fss_main .fss_subcat_cont #fss_kb_catlist div.kb_category.accordion_toggler_1 {
	background: #ffffff;
}


.fss_main .fss_subcat_cont #fss_kb_catlist div.kb_category.accordion_toggler_1 div.kb_category_head {
/*	background: green;*/
	padding: 0;
	margin: 0;
}


.fss_main .fss_subcat_cont #fss_kb_catlist div.kb_category.accordion_toggler_1 div.kb_category_head a.fss_highlight {
/*	background: red;*/
	padding: 0 0 0 50px;
	margin: 0;
	background: url(../images/faq_arrow01.png) no-repeat left center;
}

/* @end */

#content div.fss_main div.kb_category_artlist {
	padding: 0;
	margin: 0 0 0 0;
}

#content div.fss_main div.kb_category_artlist div.fss_faq div.fss_faq_question a.fss_highlight {
	padding: 20px;
	border-radius: 0;
	box-shadow:  0 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow:  0 2px 6px rgba(0,0,0,0.2);
	font-size: 18px;
	border-top: 0;
	color: #67be45;
	background-color: #fcfcfc;
}
#content div.fss_main div.kb_category_artlist div.fss_faq div.fss_faq_question a.fss_highlight:hover {
	background: #ffffff;
	color: #000000;
	box-shadow:  0 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:  0 2px 10px rgba(0,0,0,0.2);
}



/* @end */


.fss_main .fss_spacer {
}

/* @group Question Content */

.fss_main div .contentheading {
	display: none;
}

.fss_main .fss_spacer.contentheading {
	display: none;
}

.fss_main .fss_kb_applies {
	display: none;
}

.fss_main #kb_art_body {
	padding: 30px;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 80px;
}

.fss_main #fss_kb_rate {
	height: 50px;
	bottom: 30px;
}
.fss_main #fss_kb_rate div {
	float: left;
	height: 40px;
	border: 0;
	padding-right: 10px;
}
.fss_main #fss_kb_rate div a {
	display: block;

}
.fss_main #fss_kb_rate div a:hover {
	background-color: #ffffff;
}
.fss_main #fss_kb_rate .fss_kb_rate_head {
	height: 40px;
	line-height: 40px;
	color: #828282;

}

.fss_main #fss_kb_rate, .fss_main .contact_us {
	float: none;
	font-size: 12px;
	left: 25px;
	position: absolute;
	width: 550px;
}
.fss_main .contact_us {
	bottom: 0;
	color: #949393;
	padding-left: 6px;
	padding-bottom: 6px;
}
.fss_main .contact_us a {
		color: #67be45;
}

/* @end */

/* @group kb views */

.fss_main .fss_kb_views {
	padding: 30px 0 50px 0;
	color: #807e7e;
	font-size: 14px;
	text-align: center;
}
.fss_main .fss_kb_views a {
	color: #807e7e;
	border: 1px solid #e5e5e5;
	padding: 10px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.fss_main .fss_kb_views a:hover {
	border: 1px solid #c4c4c4;
	background-color: #f1f1f1;
	box-shadow:  0 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 1px 2px rgba(0,0,0,0.4);
	
}

/* @end */
/* @end */
/* @group PRODUCTS */

#body-wrapper #body .products {
	margin-top: 15px;
}

#body-wrapper #body .products .product {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 610px;
	border-bottom: solid 1px #cbcbcb;
	padding: 15px 0;
}
* html #body-wrapper #body .products .product {
	overflow-x: hidden;
}
#body-wrapper #body .products .product .image {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 250px;
}
* html #body-wrapper #body .products .product .image {
	overflow-x: hidden;
}
#body-wrapper #body .products .product .info {
	display: inline;
	float: left;
	margin-right: 0;
	width: 330px;
}
* html #body-wrapper #body .products .product .info {
	overflow-x: hidden;
}
#body-wrapper #body .products .product .info h3 {
	color: black;
	font-size: 20px;
}
#body-wrapper #body .products .product .info h3, #body-wrapper #body .products .product .info p, #body-wrapper #body .products .product .info a {
	margin-left: 10px;
}
#body-wrapper #body .products .product .buy {
	position: relative;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	background-color: #ebebeb;
	margin: 5px 0;
	height: 50px;
}

/* BUY GROUP */

#buy_group {
	position: absolute;
	top: 440px;
	left: 0;
	z-index: 200;
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 5px;
}
#buy_group .price_wrapper, #buy_group #product-price {
	display: block;
	color: #000000;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	height: 40px;
}
#buy_group .buy {
	display: block;
	width: 160px;
	z-index: 200;
	font-size: 18px;
	text-align: center;	
	padding: 0;
	font-size: 18px;
	text-align: center;	
	color: #ffffff;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}

#buy_group .buy:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}

#buy_group .buy:active {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 2px #73a840;
}

#product-slider .slide .demo, #product-preview .demo {
	position: absolute;
	left: 5px;
	top: 530px;
	background-image: url("../images/button-demo-bg.png");
	z-index: 200;
	border: 0;
	padding: 0 0 0 40px;
	width: 121px;
	height: 31px;
	font-weight: bold;
	color: #505050;
	font-size: 14px;
	line-height: 30px;
}
#product-slider .slide .more {
	display: none;
	float: left;
	background-image: url("../images/button-generic.png");
	position: absolute;
	z-index: 200;
	top: 460px;
	left: 5px;
	border: 0;
	padding: 0 0 0 40px;
	width: 121px;
	height: 31px;
	font-weight: bold;
	color: #505050;
	font-size: 14px;
	line-height: 30px;
}

/* @end */


/* @group CONTENT TYPO */
#body-wrapper #body #content h4 {
	 font-size: 16px;
	 color: #4f4f4f;
	 margin-top: 20px;
	 margin-bottom: 10px !important;
}
#body-wrapper #body #content h1, #body-wrapper #body #content h2, #body-wrapper #body #content h3, #body-wrapper #body #content h4, #body-wrapper #body #content p {
	margin-bottom: 20px;
}
/* @end */
/* @group PRODUCT PAGE */ 

.com_k2 #content h2  {

}

.com_k2 #content hr  {
	height: 60px;
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	background: url('../images/pagecontent_shadowsep01.png') no-repeat center bottom;
}
.com_k2 #content hr.spacer  {
	height: 30px;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}

.com_k2 #content ul{
	color: #5F5F5F;
}

/* @group availability */

#body-wrapper #body #menu .available_date {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 9px;
	/*background: url(../images/buy_preorder_icon.png) no-repeat 05px 10px #ff9737;*/
	background: url(../images/buy_preorder_icon.png) no-repeat 05px 10px #ff3030;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#body-wrapper #body #menu .in-stock {
	display: block;
	padding: 0px 10px 40px 70px;
	background: url(../images/products/available_instock.png) no-repeat;
	font-weight: bold;
	color: #019d01;
}
#body-wrapper #body #menu .lowstock {
	display: block;
	padding: 0px 10px 40px 70px;
	background: url(../images/products/available_lowstock.png) no-repeat;
	font-weight: bold;
	color: orange;
}
#body-wrapper #body #menu .out-of-stock {
	display: block;
	padding: 0px 10px 40px 70px;
	background: url(../images/products/available_outofstock.png) no-repeat;
	font-weight: bold;
	color: red;
}

/* @end */

/* @group Related product right */

/* container */


#body-wrapper #body #menu .upsell_product {
	display: block;
	width: 247px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	border: 1px solid #afb3b7;
	margin-right: 23px;
	margin-bottom: 20px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 83%, #dadada 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(83%,#ffffff), color-stop(98%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 83%,#dadada 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

#body-wrapper #body #menu .upsell_product h4 {
	font-size: 16px;
}
#body-wrapper #body #menu .upsell_product img {
	margin-left: -20px;
}
#body-wrapper #body #menu .upsell_product p {
	font-size: 16px;
	font-weight: bold;
}
#body-wrapper #body #menu .upsell_product .upsell_description {
	font-size: 12px;
	font-weight: normal;
}
#body-wrapper #body #menu .upsell_product .upsell_out_of_stock {
	background: url("../images/products/available_outofstock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: red;
  font-size: 90%;
  font-weight: bold;
  padding: 0 0 10px 60px;
  position: relative;
  float: right;
  top: 11px;
  right: 5px;
}
#body-wrapper #body #menu .upsell_product .upsell_price {
	display: block;
	float: left;
	padding: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

.related_products ul li img {
	float: left;
}


#body-wrapper #body #menu .upsell_product form a{
	display: block;	
	position: absolute;	
	right: 20px;
	bottom: 20px;
	min-height: 20px;
	height: 20px;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") #71c74f;
}

#body-wrapper #body #menu .upsell_product form a:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;	
}

#body-wrapper #body #menu .upsell_product form a:active {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 1px #73a840;
}


/* price */
#body-wrapper #body #menu ul li.product p.related_price{
	font-weight: normal;
	margin-top: 10px;
	color: #000000;	
}

/* related description */
.related_description {
	font-size: 12px !important;
	font-weight: normal !important;
}

/* buy button */
#body-wrapper #body #menu ul li.product a {
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	width: 80px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#body-wrapper #body #menu ul li.article {
	font-size: 12px;
	padding: 20px;
}
#body-wrapper #body #menu ul li.article img {
	margin-top: 4px;
	float: left;
}

/* @end */


/* @group LIVE SUPPORT */
#body-wrapper #body #menu #live_support_box {
	margin-bottom: 20px;
}
#body-wrapper #body #menu #live_support_box .live_support_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#body-wrapper #body #menu img.live_chat_support{
	cursor: pointer;
	max-width: 289px;
}
#body-wrapper #body #menu #live_support_box .opening{
	font-size: 10px;
	margin: 5px 0 0 0;
	text-align: center;
}
/* @end */


/* @group TABS */

#body-wrapper #body .ui-tabs-nav {
	margin-left: -2px;
	width: 630px;
	overflow: hidden;
	background: url(../images/pagecontent_tabsbg01.png) no-repeat right bottom;
}

#body-wrapper #body #tabs .ui-tabs-nav li {
	margin-right: 1px;
	margin-top: 10px;
}

#body-wrapper #body #tabs.ui-tabs  li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #3c3c3c;
	padding: 10px 20px 10px 20px;
	;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.796, #e6e6e6), to(#bababa));
	background-image: -moz-linear-gradient(270deg, #e6e6e6 79.6%, #bababa 100%);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft:  3px;
	-moz-border-radius-topright:  3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;	
}

#body-wrapper #body #tabs .small{
	font-size: 70%;
}

#body-wrapper #body #tabs.ui-tabs  li a:hover {
	color: #3c3c3c;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.796, #ededed), to(#bababa));
	background-image: -moz-linear-gradient(270deg, #ededed 79.6%, #bababa 100%);
}

#body-wrapper #body #tabs.ui-tabs  li.ui-state-active {
	margin-top: 5px;
}

#body-wrapper #body #tabs.ui-tabs  li.ui-state-active a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #3c3c3c;
	padding: 12px 20px 12px 20px;
	;
	background-color: #ffffff;
	background-image: none;
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}


/* @group contents */

#body-wrapper #body .ui-tabs-panel {
	float: none;
	clear: both;
	padding: 30px 0px 30px 0px;
}


/* Quick start guide */
#body-wrapper #body .quick_start_guide ul li{
	border-bottom: 1px solid #cbcbcb;
	padding-top: 15px;
}
/* Clearfix */
#body-wrapper #body .quick_start_guide ul li:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#body-wrapper #body .quick_start_guide ul li:last-child{
	border-bottom: none;
}
#body-wrapper #body .quick_start_guide ul li span{
	color: #aaa;
	font-size: 42px;
	font-weight: bold;
}
#body-wrapper #body .quick_start_guide ul li img{
	min-width: 320px;
	max-width: 340px;
}
#body-wrapper #body .quick_start_guide ul li p{
	color: #7b7b7b;
	margin-left: 20px;
	width: 210px;
}
#body-wrapper #body .quick_start_guide ul li span,
#body-wrapper #body .quick_start_guide ul li img,
#body-wrapper #body .quick_start_guide ul li p{
	float: left;
}

/*
#body-wrapper #body .quickinstall_step {
	display: block;
	float: left;
	width: 120px;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 12px;
}

#body-wrapper #body .quickinstall_step.threeStep {
	display: block;
	float: left;
	width: 140px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 12px;
}
*/

.packaging {
	clear: both;
}
.included {
	float: left;
	width: 275px;
	font-size: 12px;
}
.technical_specifications {
	float: left;
	width: 275px;
	margin-left: 45px;
	font-size: 12px;
}

#body-wrapper #body .ui-tabs-panel .technical_specifications {
	float: left;
	width: 275px;
	margin-left: 0;
	font-size: 12px;
}

/* @end */

/* @end */

/* @group Related product bottom */

/* container */

#body-wrapper #body #related_products {
	width: 650px;
}
#body-wrapper #body #related_products .r_product_box {
	display: block;
	float: left;
	width: 249px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	border: 1px solid #afb3b7;
	margin-right: 30px;
	margin-bottom: 20px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 83%, #dadada 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(83%,#ffffff), color-stop(98%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 83%,#dadada 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
#body-wrapper #body #related_products .r_product_box a {
	position: relative;
	display: block;
	min-height: 200px;
	color: #000000;
}
#body-wrapper #body #related_products .r_product_box .r_product_name {
	font-size: 16px;
	color: #000000;
}
#body-wrapper #body #related_products .r_product_box img {
	text-align: center;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 70px;
}
#body-wrapper #body #related_products .r_product_box .description {
	font-size: 12px;
	font-weight: normal;
}
#body-wrapper #body #related_products .r_product_box .r_product_out_of_stock {
	background: url("../images/products/available_outofstock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: red;
  font-size: 90%;
  font-weight: bold;
  padding: 0 0 10px 60px;
  position: relative;
  float: right;
  top: 5px;
  right: -5px;
}
#body-wrapper #body #related_products .r_product_box .r_product_price {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 15px;	
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: normal !important;
}
/*model button */
#body-wrapper #body #related_products .r_product_box form a {
	display: block;	
	position: absolute;	
	right: 20px;
	bottom: 20px;
	min-height: 20px;
	height: 20px;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") #71c74f;
}
#body-wrapper #body #related_products .r_product_box form a:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;	
}
#body-wrapper #body #related_products .r_product_box form a:active {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 1px #73a840;
}

/* @end */

/* @end */

/* @group USER FORGOT PASSWORD/LOGIN */
.com_user #body-wrapper #body #content table {
	 width: 600px;
}

/* @end */
/* @end */
/* @group NEWS LAYOUT */
#body-wrapper #body .list h2 {
	padding-bottom: 10px;
	color: #5f5f5f;
}
#body-wrapper #body .list ul li {
	border-top: solid 1px #cbcbcb;
	padding: 10px 0;
	min-height: 120px;
	overflow: hidden;
}
#body-wrapper #body .list ul li img {
	margin-top: 4px;
	float: left;
}
#body-wrapper #body .list ul li img.rating {
	float: none;
}
#body-wrapper #body .list ul li h2, #body-wrapper #body .list ul li h3, #body-wrapper #body .list ul li h4, #body-wrapper #body .list ul li p, #body-wrapper #body .list ul li a {
	display: block;

}
#body-wrapper #body .list ul li h3 {
	font-size: 16px;
	line-height: 20px;
}
#body-wrapper #body .list ul li p {
	line-height: 18px;
	margin: 5px 0 10px 0;
}
#body-wrapper #body .list ul li h2, #body-wrapper #body .list ul li h3, #body-wrapper #body .list ul li h4, #body-wrapper #body .list ul li p, #body-wrapper #body .list ul li a {
	display: block;
}
/* date span */
 #body-wrapper #body .list ul li .aidanews2_date {
	display: block;
	margin-top: 0;
	margin-bottom: 5px;
	color: #b1b1b1;
}
/* link bottom on product pages */
.com_k2 #body-wrapper #body .list .aidanews2_bottomlink {
}
/* link bottom on homepage */
#body-wrapper #body .list .aidanews2_bottomlink {
	padding-left: 0 !important;
	height: 30px !important;
	height: 30px !important;
	min-height: 30px;
}


/* reviews column */
#body-wrapper #body .last-column .list ul li h2, #body-wrapper #body .last-column .list ul li h3, #body-wrapper #body .last-column .list ul li h4, #body-wrapper #body .last-column .list ul li p, #body-wrapper #body .last-column .list ul li a, #body-wrapper #body .last-column .list ul li .aidanews2_date, #body-wrapper #body #menu .list ul li .aidanews2_date {
	display: block;
	margin-left: 80px;
}
/* @end */

/* @group MENU RIGHT */
/* @group MENU PRODUCT TOOLS */

/* titles */
#body-wrapper #body #menu h3 {
	text-align: left !important;
}
#body-wrapper #body #menu .article h3 {
	text-align: left !important;
	margin-left: 80px;
}

/* text */
#body-wrapper #body #menu .article p {
	display: block;
	text-align: left !important;
	margin-left: 80px;
}
/* link */
#body-wrapper #body #menu .article a {
	display: block;
	text-align: left !important;
	margin-left: 80px;
	margin-top: 10px;
	font-weight: bold;
}

.product-rating {
}

#body-wrapper #body #menu ul {
/*  min-height: 350px;*/
	border-left: solid 1px #cbcbcb;
/*  padding-bottom: 100px;*/
}
#body-wrapper #body #menu ul li {
	border-top: solid 1px #cbcbcb;
}
 
/* MENU LINKS AND ICONS */
#body-wrapper #body #menu ul li .link {
	padding: 20px;
	display: block;
	color: black;
	font-size: 14px;
	vertical-align: middle;
}
#body-wrapper #body #menu ul .get_support  {
	padding: 20px;
	display: block;
	color: #378421;
	font-size: 16px;
	vertical-align: middle;
}
#body-wrapper #body #menu ul li a.link img {
	margin-right: 30px;
	vertical-align: middle;
}
#body-wrapper #body #menu ul li .link:hover {
	color: #67be45;
}

#body-wrapper #body #menu ul li .support img {
	margin-right: 0 !important;
}

#body-wrapper #body #menu ul li .support {
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
	margin-right: 20px;
	padding: 5px 8px 5px 5px;
	color: #ffffff;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}
#body-wrapper #body #menu ul li .support:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}
#body-wrapper #body #menu ul li .support:active{
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 2px #73a840;
}


#body-wrapper #body #menu ul li .icon-love {
	background-image: url("../images/love.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 20px 20px 20px 65px;
}
#body-wrapper #body #menu ul li .icon-document {
	background-image: url("../images/document.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 20px 20px 20px 65px;
}
#body-wrapper #body #menu ul li .icon-tool {
	background-image: url("../images/tool.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 20px 20px 20px 65px;
}
#body-wrapper #body #menu ul li .icon-communication {
	background-image: url("../images/love.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding: 20px 20px 10px 80px;
}
#body-wrapper #body #menu ul li.product {
	font-size: 12px;
	padding: 20px;
}
#body-wrapper #body #menu ul li.product img {
	margin-top: 4px;
	float: left;
}
#body-wrapper #body #menu ul li.product h2, #body-wrapper #body #menu ul li.product h3, #body-wrapper #body #menu ul li.product h4, #body-wrapper #body #menu ul li.product p, #body-wrapper #body #menu ul li.product a {
	display: block;
	margin-left: 115px;
}
#body-wrapper #body #menu ul li.product h4, #body-wrapper #body #menu ul li.product p, #body-wrapper #body #menu ul li.product a {
	font-weight: bold;
	display: block;
	margin-left: 0;
	font-size: 14px;
}

/* reviews */
#body-wrapper #body #menu ul li.product a:hover {
	background: #000000;
}
#body-wrapper #body #menu ul li.product h4, #body-wrapper #body #menu ul li.product img {
	margin: 0 0 10px 0;
}


/* @end */

#body-wrapper #body #menu {
	display: inline;
	float: left;
	margin-right: 0;
	width: 290px;
	width: 289px;
}
#body-wrapper #body #menu h2 {
 	margin-top: 15px;
 	margin-left: 20px;
 	font-weight: normal;
}
#body-wrapper #body #menu h4 {
 margin-bottom: 15px;
}
* html #body-wrapper #body #menu {
	overflow-x: hidden;
}
#body-wrapper #body #menu form {
	margin-top: 12px;
}
#body-wrapper #body #menu form select {
	font-size: 18px;
	width: 290px;
	height: 29px;
}


/* @group MENU CONTENT PAGES */
.com_content #body-wrapper #body #menu ul li {
	padding: 15px;
}
.com_content #body-wrapper #body #content table.category{
	margin-top: 20px;
	width: 100%;
}
.com_content #body-wrapper #body #content table.category th,
.com_content #body-wrapper #body #content table.category td{
	padding: 5px;
}
.com_content #body-wrapper #body #content table.category tr td:last-child{
	text-align: right;
}
.com_content #body-wrapper #body #content table.category tr.sectiontableentry1{
	background-color: #f6f6f6;
}
.com_content #body-wrapper #body #content table.category tr:hover{
	background-color: rgba(159, 223, 15, .3);
}
/* @end */
 

/* @end */

/* @end */

/* @group FOOTER */

#footer-wrapper {
	background-color: #ffffff;
	color: #fafafa;
	padding-top: 30px;
}
#footer-wrapper a {
	color: #c8c8c8;
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #25b86c;
}
#footer-wrapper h2 {
	font-weight: bold;
}
#footer-wrapper ul {
	margin-bottom: 15px;
}
#footer-wrapper #footer {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	font-size: 13px;
	border-top: 1px solid  #CBCBCB;
	padding-top: 20px;
}
#footer-wrapper #footer .column {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 130px;
}
* html #footer-wrapper #footer .column {
	overflow-x: hidden;
}
#footer-wrapper #footer .column h4 {
	color: #686868;
	text-transform: uppercase;
	font-weight: normal;
}
/* @end */
/* @group COMMUNICATION */
#footer-wrapper #footer #communication {
	display: inline;
	float: left;
	margin-right: 0;
	width: 290px;
}
* html #footer-wrapper #footer #communication {
	overflow-x: hidden;
}
#footer-wrapper #footer #communication .follow {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 130px;
}
/* @group FOLLOW */
* html #footer-wrapper #footer #communication .follow {
	overflow-x: hidden;
}
#footer-wrapper #footer #communication .follow h4 {
	color: #686868;
}
/* @end */
/* @group LIKE */
#footer-wrapper #footer #communication .like {
	display: inline;
	float: left;
	margin-right: 0;
	width: 130px;
}
* html #footer-wrapper #footer #communication .like {
	overflow-x: hidden;
}
/* @end */
/* @group CREDITS */
#footer-wrapper #footer #credits {
	display: inline;
	float: left;
	margin-right: 0;
	width: 930px;
	color: #cbcbcb;
	padding-top: 15px;
	padding-bottom: 30px;
}
* html #footer-wrapper #footer #credits {
	overflow-x: hidden;
}
/* @end */

/* @group FOOTER NEWSLETTER BLOCK */

#footer-wrapper #footer #communication .newsletter {
	display: inline;
	float: left;
	margin-right: 0;
	width: 290px;
	padding-top: 20px;
}
* html #footer-wrapper #footer #communication .newsletter {
	overflow-x: hidden;
}
#footer-wrapper #footer #communication .newsletter h4 {
	color: #686868;
}
#footer-wrapper #footer #communication .newsletter input {
	margin-top: 10px;
}
#footer-wrapper #footer #communication .newsletter input[type="text"] {
	background-image: url("../images/input-bg.png");
	padding: 8px;
	width: 270px;
	font-weight: bold;
	color: #898989;
}
#footer-wrapper #footer #communication .newsletter input[type="submit"] {
	background-image: url("../images/submit-bg.png");
	font-weight: bold;
	color: #898989;
	padding: 6px;
	width: 100px;
	height: 25px;
	margin-left: 184px;
}

/* @end */

/* @group BODY NEWSLETTER BLOCK */

#body .newsletter {
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #c1c2c2;
	width: 230px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	color: #000000;
	box-shadow:  0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.4);
}

#body .newsletter .acymailing_module {
}
#body .newsletter .acymailing_introtext {
	font-size: 12px;
}
#body .newsletter .acymailing_finaltext {
	color: #999;
	font-size: 11px;
}


#body .newsletter {
	overflow-x: hidden;
}
#body .newsletter h4 {
	color: #686868;
}
#body .newsletter input, #body .newsletter p#field_captcha_formAcymailing1 {
	margin-top: 10px;
}
#body .newsletter input[type="text"] {
	background-image: url("../images/input-bg.png");
	padding: 8px;
	width: 200px;
	font-weight: bold;
	color: #898989;
	border: 1px solid #cccccc;
}
#body .newsletter input[type="submit"] {
	color: #898989;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fafafa;
	padding: 6px;
	width: 100px;
	margin-left: -130px;
	text-align: center;	
	color: #ffffff;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}
/* @end */


/* @end */

/* @group BREAKING NEWS SLIDER */

#breaking-news-slider {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 730px;
}
* html #breaking-news-slider {
	overflow-x: hidden;
}
#breaking-news-slider .title {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 170px;
	width: 169px;
}
* html #breaking-news-slider .title {
	overflow-x: hidden;
}
#breaking-news-slider .title h2 {
	border-right: solid 1px #cbcbcb;
	margin: 9px 2px 10px 0;
}
#breaking-news-slider .slides {
	display: inline;
	float: left;
	margin-right: 0;
	width: 530px;
	height: 35px;
}
* html #breaking-news-slider .slides {
	overflow-x: hidden;
}
#breaking-news-slider .slides .slide, #breaking-news-slider .slides ul {
	margin: 13px 0 0 0;
}

/* @end */

/* @group SOCIAL LINKS */

#social-links {
	display: inline;
	float: left;
	margin-right: 0;
	width: 170px;
}
* html #social-links {
	overflow-x: hidden;
}
#social-links .links {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	border: solid 1px #cbcbcb;
	float: right;
	margin: 10px 0 12px 0;
	background: #ffffff;
}
#social-links .links #jbmwrap {
	height: 32px;
}


/* @end */
/* @group PRODUCT SLIDER */

#product-slider {
	position: relative;
	height: 660px;
}
#product-slider .slide {
	position: absolute;
	width: 930px;
	height: 660px;
	z-index: 100;
}
#product-slider .slide h1 {
	position: absolute;
	font-size: 64px;
	width: 900px;
	z-index: 200;
	top: 420px;
	text-align: center;
	color: #5d5d5d;
}
#product-slider .slide h2 {
	position: absolute;
	font-size: 20px;
	font-weight: normal;
	width: 450px;
	padding: 0 225px 0 225px;
	z-index: 200;
	top: 520px;
	color: #5d5d5d;
	text-align: center;
}
#product-slider .slide img {
	position: absolute;
	top: 0;
	left: 0;
}
#secondary-highlight .new_tag {
	margin-top: 80px;
	margin-left: 0px;
}

#product-slider ul.pagination {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 200;
	text-align: right;

}
#product-slider ul.pagination li {
	display: inline-block;
	margin: 0 !important;
	padding-top: 7px;
}
#product-slider ul.pagination li.active {
	display: inline-block;
	margin: 0 !important;
	background: url('../images/productslider_active.png') no-repeat center top;
}

#product-slider ul.pagination li a {
	display: block;
	color: #bbbbbb;
	width: 128px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #d2d2d2;
	margin: 0 !important;
	border-left: 0;
	border-right: 0;
}
#product-slider ul.pagination li.active a {
	color: #8f8e8e;
}
#product-slider ul.pagination li.active img {
	border: solid 1px #85b519;
}
#product-slider ul.pagination li img {
	width: 74px;
	height: 40px;
}
#product-slider ul.pagination li img:hover {
	border: solid 1px #ffffff;
}

/* @end */


/* @group PRODUCT NAVIGATION - CLICKABLE THUMBNAILS */

#product-navigation {
	float: right;
	position: relative;
	left: -50%;
	text-align: center;
	padding: 15px 0;
}
#product-navigation ul {
	list-style: none;
	position: relative;
	left: 50%;
}
#product-navigation ul li {
	display: block;
	float: left;
	position: relative;
	width: 168px;
	margin: 0 5px;
}
#product-navigation ul li img, #product-navigation ul li a {
	display: block;
	margin: auto;
}
#product-navigation ul li a {
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px / 6px;
	-o-border-radius: 6px / 6px;
	-ms-border-radius: 6px / 6px;
	-khtml-border-radius: 6px / 6px;
	border-radius: 6px / 6px;
	border: solid 1px black;
	padding-bottom: 10px;
}
#product-navigation ul li a:hover, #product-navigation ul li a.active {
	border: solid 1px #6f6f6f;
}

/* @end */

/* @group PRODUCT PREVIEW - LARGE IMAGE AND DESCRIPTION */

#product-preview {
	position: relative;
	height: 620px;
}
#product-preview img {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
#product-preview h1 {
	position: absolute;
	font-size: 64px;
	width: 900px;
	z-index: 200;
	top: 430px;
	text-align: center;
	color: #5d5d5d;
}
#product-preview h2 {
	position: absolute;
	font-size: 20px;
	font-weight: normal;
	width: 450px;
	padding: 0 225px 0 225px;
	z-index: 200;
	top: 530px;
	color: #5d5d5d;
	text-align: center;
}

/*#product-preview .button {
	float: left;
	background-image: url("../images/button-demo-bg.png");
	position: absolute;
	z-index: 200;
	top: 540px;
	left: 0px;
	border: 0;
	padding: 0 0 0 40px;
	width: 121px;
	height: 31px;
	font-weight: bold;
	color: #505050;
	font-size: 14px;
	line-height: 30px;
}*/
/*#product-preview .buy {
	position: absolute;
	width: 160px;
	z-index: 200;
	font-size: 18px;
	text-align: center;	
	top: 500px;
	left: 0px;
	color: white;
	padding: 0;
}*/

/*
#product-preview .button {
	position: absolute;
	z-index: 200;
	top: 30px;
	left: 15px;
	padding: 7px 15px 0 45px;
	height: 30px;
	font-weight: bold;
	color: #9a9a9a;
	background-image: url("../images/button-demo-preview-bg.png");
	background-repeat: no-repeat;
}
#product-preview .buy {
	position: absolute;
	z-index: 200;
	top: 80px;
	left: 15px;
	color: white;
	border: 1px solid white;
	background-image: url("../images/button-green-bg.png");
	background-repeat: repeat-x;
	padding: 7px;
	height: auto;
}
*/
/* @end */

/* @group PRODUCT THUMBNAILS */

#thumbnails {
	text-align: center;	
	width: 930px;
	height: 82px;
	overflow: hidden;
}

#product-thumbnails {
	display: inline;
	width: 610px;
	height: 82px;
	overflow: hidden;
}
* html #product-thumbnails {
	overflow-x: hidden;
}
#product-thumbnails img {
	margin: 7px 10px 5px 0;
	border: solid 4px #cbcbcb;
	max-height: 56px;
}
#product-thumbnails img:hover {
	border: solid 4px #67BE45;
}

/* @end */

/* @group PRODUCT PRICE - BOX WITH PRICE, VAT AND CURRENCY */

/*#product-price {
	margin-right: 0;
}
* html #product-price {
	overflow-x: hidden;
}*/

/* Center - To change when VAT tax is added */
/*#product-price .price {
	text-align: center;
	margin-top: 15px;
	font-size: 30px;
	font-family: arial, helvetica, sans-serif ;
	text-shadow: 0 1px 0 rgba(255,255,255,1), 0 -1px 0 rgba(165,165,165,1),  0 -2px 2px rgba(0,0,0,0.2);
}
#product-price .tva {
	position: absolute;
	top: 45px;
	left: 18px;
	font-size: 12px;
	color: #4d4d4d;
}
#product-price form {
	position: absolute;
	top: 17px;
	right: 20px;
}
#product-price form select {
	width: 70px;
}*/

/* @end */


/* @group CHECKOUT onepage*/

/* general */

#onepagecheckoutmodule {
	background: #f1f1f1 ;
	padding: 20px;
	margin-top: 10px;
	width: 886px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
}

/* block titles */

#onepagecheckoutmodule h2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	color: #ffffff;
	border-radius: 3px;
	text-shadow:  0 2px 5px rgba(0,0,0,0.7);*/	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
background: #333333; /* Old browsers */
background: -moz-linear-gradient(top,  #333333 0%, #7c7c7c 2%, #b5b5b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(2%,#7c7c7c), color-stop(100%,#b5b5b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* IE10+ */
background: linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */


}

.vmcartmodule a img {
	display: none;
}

.vmcartmodule .related_products a img {
	display: inline;
}

/* continue link */

.continue_link {
	position: absolute;
	display: block;
	left: -20px;
	top: -70px;
	color: #ffffff;
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border: solid 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #8c8c8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* IE10+ */
	background: linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */	
}

/* live chat support */

#onepagecheckoutmodule #live_support_box {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#body-wrapper #body #content #onepagecheckoutmodule #live_support_box .live_support_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#onepagecheckoutmodule img.live_chat_support {
	cursor: pointer;
	max-width: 236px;
}
#body-wrapper #body #content #onepagecheckoutmodule #live_support_box .opening{
	font-size: 10px;
	margin: 5px 0 0 0;
	text-align: center;
}

/* main zones */

#review_cart {
	width:846px;
	margin: 0 0 20px 0;
	display: inline-block;
	padding:20px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#bill_ship {
	width:846px;
	margin: 0 0 20px 0;
	display: inline-block;
	padding:20px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#coupon {
	width:846px;
	margin: 0 0 20px 0;
	display: inline-block;
	padding:20px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#payment {
	width:846px;
	margin: 0 0 20px 0;
	display: inline-block;
	padding:20px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#ship_instr {
	display: none;
	height: 0;
	width: 0;
/*	width:846px;
	margin: 0 0 20px 0;
	display: inline-block;
	padding:20px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;*/
}

#confirm_place, #send_registration {
	width:846px;
	margin: 0 0 0 0;
	display: inline-block;
	padding:20px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* buttons */

#review_cart .button, #bill_ship .button, #ship_instr .button, #confirm_place .button, #send_registration .button {
	font-size: 14px;
	color: #ffffff;
	background-image: url("../images/button-green-bg.png");
	border: 2px solid #ffffff;
	font-family: arial, Helvetica, sans-serif;
}

/* review cart */

#review_cart {
	position: relative;
}

/* product table */

#opcoCartUpdateTable   {
	width: 100%;
	margin-bottom: 20px;
}

#opcoCartUpdateTable .product_action {
	width: 160px;
}

#opcoCartUpdateTable .product_action input[type="image"] {
	margin-top: -10px;
}

#opcoCartUpdateTable .product_price {
	width: 80px;
	padding-right: 20px;
	text-align: right;
}

#opcoCartUpdateTable .product_total_price {
	width: 90px;
	text-align: right;
}

#opcoCartUpdateTable .sectiontableheader {
	border-bottom: 1px solid #d5d8da;
	font-size: 12px;
	color: #b1b1b1;
}

#opcoCartUpdateTable tr  {
	vertical-align: middle;
}

#opcoCartUpdateTable td  {
	border-bottom: 1px solid #d5d8da;
	font-size: 12px;
	color: #464646;
	height: 120px;
	vertical-align: middle;
}

#opcoCartUpdateTable .odd  {
}

#opcoCartUpdateTable .product_img {
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 10px;
	display: inline-block;
	width: 110px;
}

#opcoCartUpdateTable a {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 0 0;
	color: #6a6a6a;
	height: 120px;
	line-height: 120px;
}

#opcoCartUpdateTable .sku {
	font-weight: normal;
	margin: 0 0 0 5px;
	color: #b6b5b5;
	font-size: 12px;
}

#opcoCartUpdateTable .in-stock {
	display: block;
	float: right;
	width: 80px;
	height: 120px;
	margin-right:20px;
	line-height: 120px;
	color: #8a8888;
	font-weight: bold;
}
#opcoCartUpdateTable .pre-order {
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	margin-top: 20px;
	height: 30px;
	color: #8a8888;
	font-weight: bold;
}

#opcoCartUpdateTable .available_date {
	display: block;
	float: right;
	width: 100px;
	height: 60px;
	color: #8a8888;
	margin-right: -100px;
	margin-top: 60px;
	font-weight: normal;
}

td.product_name.product_sku.product_image {
	position: relative;
}

#onepagecheckoutmodule .total_order_label, #onepagecheckoutmodule .total_order_amount{
	font-weight: bold;
	border-bottom: 2px solid #d5d8da;
	width: 50%;
}

#onepagecheckoutmodule .total_order_amount{
	text-align: right;
}

#review_cart hr {
	display: none;
}


/* related products */

.related_products {
	width: 530px;
	height: 300px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 20px 0 0 20px;
	overflow: hidden;
	background: #e8e8e8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.related_products h3 {
	display: block;
	width: 490px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	color: #ffffff;
	border-radius: 3px;
	text-shadow:  0px 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #7c7c7c 2%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(2%,#7c7c7c), color-stop(100%,#b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* IE10+ */
	background: linear-gradient(top,  #333333 0%,#7c7c7c 2%,#b5b5b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}

.related_products ul li {
	display: block;
	width:  110px;
	height: 170px;
	float: left;
	position: relative;
	padding: 20px;
	border: 1px solid #d5d8da;
	margin-right: 23px;
	margin-bottom: 20px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 83%, #dadada 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(83%,#ffffff), color-stop(98%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 83%,#dadada 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

.related_products ul li .r_product_name {
	display: block;
	width: 120px;
	position: relative;
}

.related_products ul li img {
	float: left;
}
.related_products ul li a .r_product_name {
	color: #000000;
	display: block;
	min-height: 50px;
}

.related_products ul li .r_product_price {
	display: block;
	z-index: 5;
	width: 140px;
	position: absolute;
	bottom: 50px;
	left: 20px;
}

.related_products ul li form {
	display: block;
		z-index: 5;
	
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.related_products ul li form a {
	display: block;	
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	border: solid 1px #67be45;
	background-color: #67be45;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}


/* support section */
#supportsection {
	margin: -340px 0 0 570px;
	height: 300px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* coupon section */

/*
#couponsection {
	margin: -340px 0 0 570px;
	height: 300px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
*/

.couponsection{
		padding: 20px;
		overflow: hidden;
		background: #f6f6f6;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

#couponsection #coupon_instr,
.couponsection #coupon_instr {
	display: block;
	color: #5e5e5e;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
}

#couponsection #coupon_code,
.couponsection #coupon_code {
	margin-bottom: 10px;
}

#coupon_section .opcoErrorMessage,
.coupon_section .opcoErrorMessage {
	font-size: 80%;
}

#couponsection .button,
.couponsection .button {
	display: block;
	color: #ffffff;
	text-shadow:  0 -1px 0px rgba(0,0,0,0.5);
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	border: solid 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #8c8c8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* IE10+ */
	background: linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */	
}

.couponsection .button{
	float: right;
}

/* account billing information */

#bill_ship #logintoggle h4{
	padding: 0 !important;
	margin: 0 !important;
}

#bill_ship .loginForm {
	float: left;
	width:300px !important;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #e8e8e8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#bill_ship .loginForm label {
	font-size: 12px;
}
#bill_ship .loginForm input {
	margin-bottom: 10px;
}

#loginbutton {
}

#bill_ship .loginForm ul {
	width: 130px;
	margin-top: -168px;
	margin-right: -10px;
	float: right;
}

#bill_ship li {
	margin-right: 0;
	padding: 5px;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	border-bottom: 1px solid #ffffff;
}

#bill_ship #logintoggle {
	overflow: hidden;
	margin: 20px 0 20px 0; 
	padding: 0 !important;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow:   0 1px 3px rgba(0,0,0,0.6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top,  #eaeaea 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

#bill_ship #logintoggle input {
	float: left;
	margin-top: 16px;
}

#bill_ship #logintoggle label {
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 16px;
}

#account_section_1 {
	font-weight: bold;
}

#account_section {
	width: 390px !important;
}

#bill_ship #delivery_section {
	display: block;
	float: right;
	width: 365px;
	padding: 10px 10px 10px 45px;
	margin-bottom: 20px;
	background: url(../images/buy_preorder_icon-g.png) no-repeat;
	font-weight: bold;
	color: #6f6f6f;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* payment method */

#payment legend {
	display: none;
}

#payment fieldset {
	padding-left: 10px;
}

#payment input, #payment label {
	float: left;
}

#payment input {
	position: relative;
	z-index: 40;
	margin-top: 13px;
}

#payment .credit label {
	background: url('../images/checkout_cards.png') no-repeat 40px;
}
#payment .paypal label {
	background: url('../images/checkout_paypal.png') no-repeat 40px;
}

#payment .cb {
}

#payment label {
	margin-left: -30px;
	margin-right: 30px;
	font-size: 14px;
	padding: 10px 10px 10px 130px;
	color: #6d6d6d;
	text-shadow:  0 1px 1px rgba(255,255,255,1);
	margin-bottom: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:   0 1px 3px rgba(0,0,0,0.3);
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

#payment br {
	display: none;
}

/* delivery */

/*#bill_ship #delivery_section {
	display: block;
	float: right;
	width: 365px;
	padding: 10px 10px 10px 45px;
	margin-bottom: 20px;
	background: url(../images/buy_preorder_icon.png) no-repeat #8d8d8d;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}*/

#shipping_section {
	width: 380px !important;
	float: right !important;
	border-radius: 5px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #f6f6f6;
	font-size: 12px;
}

#shipping_section font {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

#shipping_section br {
	display: none;
}

#shipping_section table {
	border-radius: 5px;
	font-size: 14px;
	color: #6d6d6d;
	text-shadow:  0 1px 1px rgba(255,255,255,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-bottom: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:   0 1px 3px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

#shipping_section table td{
	padding: 7px;
	text-align: left !important;
}

#shipping_section table .col1, #shipping_section table .col01 {
	width: 30px !important;
}


/* shipping instructions */

#ship_instr table   {
	margin-bottom: 20px;
}

#ship_instr table .sectiontableheader {
	border-bottom: 1px solid #d5d8da;
	font-size: 12px;
	color: #d5d8da;
}

#ship_instr table td  {
	position: relative;
	border-bottom: 1px solid #d5d8da;
	font-size: 12px;
	color: #464646;
	padding: 10px 0 20px 0 !important;
}

#calcshippinginstruction {
	margin-bottom: 20px;
	margin-left: 10px;
}

#ship_instr .button   {
	display: block;
	color: #ffffff;
	text-shadow:  0 -1px 0px rgba(0,0,0,0.5);
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border: solid 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.4);
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #8c8c8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* IE10+ */
	background: linear-gradient(top,  #d6d6d6 0%,#8c8c8c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */	
}



/* Confirm and place order */

#checkoutTotals {
/*	border-right: 1px solid #d8d8d8;*/
	width: 420px;
}

#confirm_place table, #send_registration table {
	margin-left: 10px;
	width: 380px;
}

#confirm_place td, #send_registration td {
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
}

#confirm_place .label, #send_registration .label {
	width: 320px !important;
	padding-top: 2px;
	padding-bottom: 5px;
}
#confirm_place .price, #send_registration .price {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
}

#confirm_place .order_total, #send_registration .order_total {
}

#confirm_place .order_total .label, #send_registration .order_total .label {
	width: 150px !important;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 18px;
}
#confirm_place .order_total .price, #send_registration .order_total .price {
	width: 150px !important;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}


#opcoConfirmPlaceFinal #cust_note_section, #send_registration #cust_note_section {
	width: 410px !important;
	float: right !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #f6f6f6;
	color: #6d6d6d;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;	
}

#opcoConfirmPlaceFinal #submit_section  {
	width: 380px !important;
	float: right !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 12px;
}

#opcoConfirmPlaceFinal textarea {
	width: 250px;
	background: #ffffff;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}

#opcoConfirmPlaceFinal #submit_section .button {
	margin-top: 20px;
	margin-right: 30px;
	color: #ffffff !important;
	height: 40px !important;
	width: 200px !important;
	font-size: 16px !important;
	font-family: arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") #71c74f;
}

#opcoConfirmPlaceFinal #submit_section .button:hover {
	box-shadow:  0 1px 3px rgba(0,0,0,0.4) !important;
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.4) !important;
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.4) !important;
}

#opcoConfirmPlaceFinal #submit_section .button:active {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.4) !important;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.4) !important;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.4) !important;
}


#checkoutProcessingError {
	/*border: 2px solid #fd5312*/;
	color: #d61c80;
	padding: 20px 0 20px 0;
	/* border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #ffffff; /* Old browsers *!/
	background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ *!/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ *!/
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ *!/
	background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ *!/
	background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ *!/
	background: linear-gradient(top,  #ffffff 0%,#dadada 100%); /* W3C *!/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 *!/
		box-shadow:  0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.3);*/

	
}


/* @end */

#body-wrapper #body #menu #configurator {
	display: block;
	width: 287px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	border: 1px solid #afb3b7;
	margin-right: 23px;
	margin-bottom: 20px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 83%, #dadada 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(83%,#ffffff), color-stop(98%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 83%,#dadada 98%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 83%,#dadada 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}


#buy_configurator .buy {
	display: block;
	width: 160px;
	z-index: 200;
	font-size: 18px;
	text-align: center;	
	padding: 0;
	font-size: 18px;
	text-align: center;	
	color: #ffffff;
	border: 1px solid #73a842;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-bottom: solid 2px #73a840;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}

#buy_configurator .buy:hover {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-bottom: solid 2px #73a840;
	background: url("../images/button-green-bg.png") repeat-x #94cb30;
}

#buy_configurator .buy {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.42);
	border-style: solid;
	border-color: #979797;	border-bottom: solid 2px #73a840;
}

#totalPrice {
	font-size:  16px;
	font-weight: bold;
	padding:  10px 0;	
}