html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	/*width: 210px;*/
	width: 188px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	
}
#column-left + #column-right + #content, #column-left + #content {
	/*margin-left: 241px;*/
	margin-left: 188px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 30px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	/*left:319px;*/
	margin-top: 32px;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
/*==============================change(7.3.13)============================*/
#header #cart {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 9;
	min-width: 300px;
}
/*============================== end change(7.3.13)============================*/
#header #cart .heading {
	float: right;
	/*margin-right: 172px;*/
	margin-top: 10px;
	padding-left: 0px;
	/*padding-right: 14px;*/
	border-top: 1px solid #FFFFFF;
	/*border-left: 1px solid #FFFFFF;*/
	/*border-right: 1px solid #EEEEEE;*/
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url("../image/button-search.png") no-repeat scroll center center #A8C15A;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 212px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}


#header #news_suscribe {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-news_suscribe {
	position: absolute;
	left: 0px;
	background: url("../image/button-news_suscribe.png") no-repeat scroll center center #A8C15A;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	
}
#header #news_suscribe input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 212px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}



#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/nav-bg.jpg') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: url('../image/nav-bg.jpg') repeat-x;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 38px;
	line-height: 16px;
	/*border-bottom: 1px solid #DDDDDD;*/
}
.htabs a {
	/*border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
	background: #FFFFFF url('../image/sim1.png') no-repeat;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
	height: 38px;
	border-radius:5px;
}
.htabs a.selected {
	padding-bottom: 7px;
	/*background: #FFFFFF;*/
	background:url("../image/sim_hover.png") center top  no-repeat;
	height: 38px;
	color:#FF0DC;
	border-radius:5px;
}

.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	/*background: url('../image/background.png') repeat-x;*/
	padding: 8px 10px 7px 10px;
	font-family: 'MyriadPro Regular';
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #777776;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #FC5A00;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #777776;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #FB9B2B;
	font-size:16px;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
	color: #FB9B2B;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	/*border: 1px solid #E7E7E7;*/
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #777776;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	/*line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;*/
	display: none;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	font-family: 'MyriadPro Regular';
	margin-bottom: 4px;
	color: #FC5A00;
    font-size: 18px;
}
.product-list .price-old {
	color: #8896B8;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	/*font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;*/
	display: none;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
	border-left: 2px dotted #E3E3E3;
}
.product-grid > div {
	width: 225px;
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align:center;
	width:220px;
	height:220px;
}
.product-grid .image img {
	/*padding: 3px;
	border: 1px solid #E7E7E7;*/
	/*background: none repeat scroll 0 0 #F4F4F4;*/
    /*border: 1px solid #EFEFEF;*/
    height: 200px;
    margin: 7px;
    padding: 4px;
    width: 200px;
	text-align:center;
}
.product-grid .name a {
	color: #777776;
	font-weight: bold;
	text-decoration: none;
	display: block;
	/*margin-bottom: 4px;*/
	text-align:center;
	height:23px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	/*font-weight: bold;*/
	/*color: #009900;*/
	font-family: 'MyriadPro Regular';
	margin-bottom: 4px;
	color: #FC5A00;
    font-size: 18px;
	text-align:center;
}
.product-grid .price-old {
	color: #8896B8;
	text-decoration: line-through;
	text-align:center;
}
.product-grid .price-new {
	/*font-weight: bold;*/
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
	text-align:center;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	display: block;
	/*background: url('../image/add.png') left center no-repeat;*/
	text-align:center;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	text-align:center;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .pincode {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}

.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #000000;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
	
	
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/*product button*/
a.ct_button, input.ct_button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/addto_card_btn.jpg') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.ct_button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.ct_button {
	margin: 0;
	border: 0;
	height: 20px;
	padding: 0px 12px 0px 12px;
}
a.ct_button:hover, input.ct_button:hover {
	background: url('../image/addto_card_btn.jpg') repeat-x;
}
.ct_buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.ct_buttons .left {
	float: left;
	text-align: left;
}
.ct_buttons .right {
	float: right;
	text-align: right;
}
.ct_buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


 .product_img:hover .mask{
       opacity:1;
}
.product_img .mask{
       background: none repeat scroll 0 0 #FFF;
   border-radius: 5px 5px 5px 5px;
   left: 22%;
   opacity: 0;
   padding: 5px 22px 5px 15px;
   position: absolute;
   text-transform: uppercase;
   top: 40px;
   transition: all 0.7s ease-in-out 0s;
       font-weight:bold;
       color:#333;
       
}
.image{
       position:relative;
}
.image:hover .mask{
       opacity:1;
}

.image .mask {
    background: #FFF url(../image/arrow_quick.png) no-repeat 75px 6px;
    border-radius: 5px 5px 5px 5px;
    font: 12px Arial, Helvetica, sans-serif #333;
    left: 30%;
    opacity: 0;
    padding: 7px 20px 5px 4px;
    position: absolute;
    top: 66px;
    transition: all 0.7s ease-in-out 0s;
	font-weight:bold;
	color:#333;
	border:#F90 1px solid;
}


.save_offer{
	background:url("../image/off_img.png") no-repeat scroll 0 0 transparent;
	position:absolute;
	height:48px;
	width:38px;
	top:25px;
	right:-14px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
	padding-top:5px;
	color:#FFFFFF;
	
	
}

.save {
	position:absolute;
	top:-22px;
	right:-20px;
	transition:all 0.7s ease-in-out 0s;
	opacity:0;
}
.sv:hover .save {
	opacity:1;
}@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: 'MyriadPro Regular';
 src: url('myriad-web-pro.eot');
 src: local('oahn'), url('myriad-web-pro.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'TrajanPro-Regular';
 src: url('trajanpro-regular-webfont.eot');
 src: local('oahn'), url('trajanpro-regular-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none;
}
ul {
	/*list-style-type:none;*/
	margin-left: 14px;
}
.ArticlesList ul{
	list-style-type:none;
	margin-left: 0px;
}

body {
	font-family:'MyriadPro Regular';
	font-size:14px;
}


a {
	text-decoration:none;
	color:#000;
}
a img {
	border:0;
}
.Container {
	clear:both;
	margin:0 auto;
	width:1000px;
}
.clear {
	clear:both;
	height:0;
	display:block;
}
.TopHeader {
	padding-top:24px;
}
.logo {
	float:left;
	width:195px;
	height:95px;
	background:url(../images/oahn.jpg) no-repeat left top;
	margin-left:5px;
}
.TopRight {
	float:right;
	width:660px;
}
.SocialShare {
	float:right;
}
.SocialShare a {
	float:left;
	margin-left:8px
}


.Guest {
	float:right;
	clear:both;
	padding-top:15px;
}
.HiGuest {
	float:left;
	font-size:14px;
	color:#000;
}
.hguest {
	float:left;
	padding:5px 10px 0 10px;
}
.ietmsCount {
	float:left;
	width:45px;
	text-align:center;
	background:#f5d407;
	padding:5px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.carticon {
	float:right;
	margin-top:3px;
}
.Contactnum {
	clear:both;
	padding-top:9px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.callnum {
	font-size:18px;
	color:#020202;
	padding-top: 3px;
}
.callnum span {
	font-size:14px;
	color:#72881f;
}
.Users_Sign {
	float:right;
}
.login {
	background:#fcce00 url(../image/login-bg.jpg)no-repeat left top;
	padding:6px 0 8px 45px;
	/*margin-top:1px;*/
	height:13px;
	width:70px;
}
.NewUser {
	background:#a9c059;
	color:#fff;
	padding:6px 10px 6px;
}
.NewUser a {
	text-decoration:underline;
	color:#fff;
}
.Navigation {
	background:#fdaf41 url(../image/nav-bg.jpg) repeat-x left top;
	float: left;
	width:977px;
	border:1px solid #cd955a;
}
.ThemeArea {
	clear:both;
}
.ThemeLeft {
	float:left;
	width:698px;
}
.Organic {
	padding-top:10px;
	clear:both;
}
.Organic h2 {
	font:bold 18px 'trajanpro-regular-webfont';
	color:#000;
	margin-bottom:8px;
}
.Organic h3 {
	font:bold 16px 'TrajanPro-Regular';
	color:#000;
	margin-bottom:8px;
}
.ThemeRight {
	float:right;
	width:260px;
}
.fblike {
	float:right;
	color:#85983d;
	line-height:22px;
}
.fblike a {
	float:left;
}
.more_link {
	width:44px;
	height:15px;
	margin-top:2px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:2px solid #c1d586;
	font:bold 12px 'Trebuchet MS';
	color:#030303;
	text-align:center;
}
.Search_form {
	float:right;
	background:url(../images/search_box.jpg) no-repeat left top;
	width:136px;
	height:24px;
	margin:5px 9px 0 0;
}
.submit_search {
	float:left;
	width:22px;
	height:20px;
	background:url(../images/search-icon.jpg) no-repeat 7px 6px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	border:0;
	cursor:pointer;
}
.search_textbox {
	background:none;
	width:105px;
	border:none;
	padding:5px 3px 0 3px;
	font:normal 14px 'myriad-web-pro';
	color:#868585;
}
.footer {
	clear:both;
	text-align:center;
	width:100%;
	background:#fd9707;
	color:#fff;
	margin-top:10px;
	padding:12px 0;
}
.menuone a {
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	text-transform:uppercase;
}
.menutwo {
	color:#50350a;
	font-size:12px;
	padding-top:10px;
}
.menutwo a {
	padding:0 8px;
}
.footer a:hover {
	color:#281a03;
	text-decoration:underline;
}
.LatestOffers {
	border:1px solid #b2b2b1;
	clear:both;
	margin-top:10px;
}

.LatestOffers img {
	border:0px solid #b2b2b1;
	clear:both;
	width:80px;
	height:100px;
}

.jcarousel-item {
	text-align:center;
}
.jcarousel-item h3 {
	font-weight:normal;
	font-size:12px;
	color:#777776;
	min-height:40px;
}
.jcarousel-item h3 a {
	color:#777776;
	text-decoration:none;
}
.jcarousel-item h3 a:hover {
	color:#222;
}
.price_product {
	font-size:17px;
	color:#fc5a00;
	padding-top:2px;
}
.price_product span {
	color:#666666;
	font-size:12px;
	font-weight:normal;
}
.addtocart {
	display:block;
	clear:both;
	width:80px;
	padding:3px 0 3px 18px;
	margin:5px auto 0;
	background: url(../image/addto_card_btn.jpg) no-repeat left top;
	font:bold 12px arial;
	color:#fff;
}
.addtocart-1 {
	display:block;
	clear:both;
	width:80px;
	padding:3px 0 3px 18px;
	margin:4px 0 10px 8px;
	background:url(../images/addto_card_btn.jpg) no-repeat left top;
	font:bold 12px arial;
	color:#fff;
}
.Articles {
	clear:both;
	padding-top:12px;
}
.Articles h2 {
	color:#030303;
	font-size:18px;
	font-weight:normal;
}
.ArticlesList {
	clear:both;
	border:1px solid #dad9d7;
	background: url(../image/article_line.jpg) repeat-x left top;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ArticlesList li {
	float:left;
	width:166px;
	padding:8px 14px 0;
	min-height:205px;
	border-right:1px solid #dad9d7;
}
.ArticlesList li h3 {
	padding-bottom:5px;
}
.article_img {
	margin-top:12px;
	border:3px solid #e0e0df;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.article_img img {
	border:1px solid #969a96;
}
.artcontent {
	font-size:16px;
	padding-top:8px;
	min-height:40px;
}
.read_link {
	width:45px;
	height:13px;
	margin-top:8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:2px solid #c1d586;
	font:normal 12px 'myriad-web-pro';
	color:#030303;
	text-align:center;
	padding-top:2px;
	display:block;
	line-height:13px;
}
.QuickContact {
	clear:both;
	border:1px solid #ffd800;
	background:#fdf3bd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
	padding:6px 9px;
}
.email_box {
	background:#fff;
	border:1px solid #b3b3b3;
	color:#868585;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:165px;
	padding:7px 6px;
}
.enter_btn {
	background:#a8c15a;
	border:none;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:55px;
	padding:7px 0px;
	text-align:center;
	margin-left:5px;
}
.emailus {
	font-size:16px;
	color:#020202;
	float:right;
	padding-top:10px;
}
.emailus span {
	color:#72881f;
}
.HNS {
	padding-top:10px;
}
.ask, .note {
	border:1px solid #dad9d7;
	color:#868585;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:165px;
	padding:20px 15px 20px 87px;
	background: url(../image/ask.jpg) no-repeat 7px 11px;
	width:130px;
	font-family:'trajanpro-regular-webfont';
	color:#291902;
	font-size:14px;
	float:left;
}
.ask span, .note span {
	color:#54850f;
	font-size:14px;
	font-family:'myriad-web-pro'
}
.note {
	background: url(../image/notes.jpg) no-repeat 11px 10px;
	padding:23px 15px 15px 92px;
	width:127px;
	margin:0 6px;
}
.simple {
	border:1px solid #dad9d7;
	color:#868585;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:165px;
	padding:25px 15px 16px 160px;
	background: url(../image/simple.jpg) no-repeat 0px 0px;
	width:323px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#291902;
	font-size:18px;
	float:left;
	height:46px;
}
.Testimonials {
	margin-top:10px;
}
.TestimonialsText {
	float:left;
	width: 472px;
	padding:10px 8px;
	font-size:13px;
}
.TestimonialsText p {
	font-weight:bold;
	padding-top:5px;
}
.Testimonials h2 {
	font-weight:normal;
	color:#030303;
	font-size:18px;
	padding:7px 0 5px 8px;
}
.border_right {
	border-right:1px solid #dad9d7;
}
.ContentArea {
	clear:both;
}
.LeftContent {
	float:left;
	width:210px;
	border:0px solid #ffffe0;
}
.ContentArea h2, .breadcrumb {
	border-top:0px solid #fedcac;
	background:#ffffe0;
	padding:5px 5px;
	color:#fb9b2b;
	font-weight:normal;
	/* text-transform:uppercase; */
	font-family:'Trebuchet MS';
	font-size:16px;
}

.acc_trigger {
	font-size:16px;
	font-weight: bold;
	font-family:'Trebuchet MS';
	margin-top:7px;
	/* background:#ffffe0; */
	padding:5px 5px;
	text-transform:uppercase;
}
.acc_trigger a {
	text-decoration: none;
	display: block;
	padding: 0px;
	color:#fb9b2b;
}
.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1em;
	clear: both;
}
.acc_container h4 {
	/* background:#ffffec; */
	color:#595959;
	padding:4px 10px;
	border-top:1px solid #cccccc;
	border-bottom:0px solid #cccccc;
}
.acc_container li {
	border-top:0px solid #ececec;
	padding:6px 20px;
}
.acc_container li a {
	color:#595959;
}
.acc_container li a:hover {
	color:#000; border-bottom:1px solid #979797;
}


.RightContent{ float:left; width:785px; border-left:0px solid #ececec;}
.breadcrumb a{ color:#fb9b2b;}
.Products_lists{ clear:both;}
.ProductDiv{ float:left; min-height:255px; width:240px; margin:8px; border-bottom:0px solid #ffff; background-color:#fff;}
.ProductDiv img{ width:110px; height:120px;}
.primg{ border:1px solid #efefef; background:#fffff9; padding:4px; width:110px; height:120px; margin:7px;}
.ProductDiv p{ font: 14px "Trebuchet MS"; text-align:left; padding-left:10px;}
.MP{ color:#505050; word-wrap:break-word;}
.MP em{ text-decoration:overline;}
.MKP{ color:#8896b8; word-wrap:break-word;}
.OP{ color:#009900; word-wrap:break-word;}
.QT{ color:#7c4d0b;}
.addcart{ display:block; text-align:center;}
.addcart img{ width:90px; height:21px; vertical-align:middle;}
/* .addcart{ display:block; background:url(../images/addto_card_btn.jpg) no-repeat left top; padding:4px 0 9px 22px; font:bold 10px arial; text-transform:uppercase ; color:#ffffff; margin-top:5px;} */
.addcart:hover{ color:#3c2300;}

/* Indivisual Product  */
.ProBox{ float:left;}

.ProductBox{ float:left; margin:8px; clear:both;}
.ProductIndi{ float:left; width:200px; margin:8px;}
.ProductIndi img{ border:0px solid #cabdad; background:#ffedd5; width:200px; height:300px;}

.DesBox{ float:left; margin-left:10px; width:770px; }
.DesTitl { float:left; font:bold 16px 'Trebuchet MS'; text-align:left;  padding:5px 0 0px 0;}


.ProductDivRel{ float:left; width:200px; margin:8px; border-bottom:1px solid #ffff; background-color:#fff;}
.ProductDivRel img{ width:110px; height:120px;}
.ProductDivRel p{ font: 12px "Trebuchet MS"; text-align:left; padding-left:10px;}


.DesBoxRev{ float:left; margin-left:25px; width:755px; border:0px solid #000;}

/* Indivisual Product Description */
.ProDesc{ float:left; width:570px; margin-top:8px; background:#fff; min-height:290px; border:0px solid #ccc;}
.ProTitl { float:left; font:bold 18px 'Trebuchet MS'; text-align:left;  padding:5px 0 0px 0;}
.ProBrand { float:left; clear:both; width:550px;}
.Br { font:bold 12px 'Trebuchet MS'; text-align:left; color:#727272;}
.BrName { font: 12px 'Trebuchet MS'; text-align:left; color:orange;}
.BrName a{ font: 12px 'Trebuchet MS'; text-align:left; color:orange; text-decoration:underline;}
.BrName a:hover{ text-decoration:underline; color:#000;}
.ProRev { float:right; font: 12px 'Trebuchet MS'; text-align:left; color:orange; }
.ProRev a { float:right; font: 12px 'Trebuchet MS'; text-align:left; color:orange; }
.ProRev a:hover { float:right; font: 12px 'Trebuchet MS'; text-align:left; color:#006; }

.PrDes { padding:5px 0 0px 0; clear:both;}
.PrDesTi { float:left; font:bold 12px 'Trebuchet MS'; min-width:100px; text-align:left; margin:8px; padding:2px 2px; }
.PrDesTi a{ padding:2px 2px; text-decoration:underline;}
.PrDesTi a:hover{ color:#fff; background-color:#fdaf41; padding:2px 2px; text-decoration:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px; }	
.PrDesTi p { font:bold 12px 'Trebuchet MS'; text-align:justify; padding:2px 2px;}

/* Product Price  */
.ProPrice{ float:left;  border-right:1px solid #c9c9c9; width:160px; margin:8px; height:90px; padding-top:8px;}
.PrMp {float:right; font:bold 16px 'Trebuchet MS'; text-align:left; color:green; margin-right:8px;}
.PrOp {float:right; font:bold 16px 'Trebuchet MS'; text-align:left; color:orange; margin-right:10px;}
.PrSav {float:right; font:bold 12px 'Trebuchet MS'; text-align:left; color:#60acc8; margin-right:10px;}
.PrSiz {float:right; font:bold 12px 'Trebuchet MS'; text-align:left; color:#858585; margin-right:10px;}


/* Price button  */
.PrButn { float:left; width:120px; margin-top:15px;}
	
.PrPrice { color:#fff; text-align:center; margin-top:8px; padding:8px; text-decoration:none; font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px; 
	border:none;
	background-color:#FDAF41;
	
	}
.PrPrice:hover { color:#fff; background-color:#ff7e00; padding:8px; text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	 }	
.PrPrice a{ color:#fff; background-color:#fdaf41; padding:8px; text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px; }
	
.PrPrice a:hover { color:#fff; background-color:#ff7e00; padding:8px; text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px; }
/* .run-txt{ float:left; width:760px; margin:8px; text-align:justify;}
.run-txt h3 { font: 12px 'Arial'; color:#343434;	margin-bottom:8px; text-align:justify;}


 New viewcart code
 
.ProductView{ float:left; width:99%; min-height:350px; margin:8px; border-left:0px solid #efefef; background-color:#fff;}
.Viewimg{ margin:auto; border:0px solid #efefef; background:#fffff9; padding-top:8px; }
.ProductView p{ font:bold 12px 'Trebuchet MS'; text-align:left; padding-left:10px;}
.PMP{ color:#505050;  padding-top:5px;}
.PMP em{ text-decoration:overline;  padding-top:5px;}
.PQT{ color:#7c4d0b; }




/* description  */
.ProductDecBox{ float:left; width:100%; min-height:325px; margin-top:10px; border:0px dotted #000; background-color:#ccc;}
.ProductDec{ float:left; width:250px; height:325px; border:0px dotted #000; background-color:#fff;}
.ProductDec img{ width:250px; height:325px;}
.ProductDes{ float:left; width:510px; height:325px; border:0px dotted #000; background-color:#fff;}
.ProductDes h1{ font:bold 18px 'Trebuchet MS'; text-align:left;  padding:5px 0 0px 0; border-bottom:0px dotted #ccc;}
.ProductDes h3 { font:bold 12px 'Trebuchet MS'; text-align:left; margin:102px; padding:1000px; background-color:#fff; color:#767676; border-bottom:1px solid #eeeeff;}

.Discrip { font:bold 12px 'Trebuchet MS'; text-align:center; margin:2px; padding:2px; background-color:#fff; color:#767676; border-bottom:1px solid #eeeeff;	}
.Discrip a:hover { font:bold 12px 'Trebuchet MS'; text-align:center; margin:2px; padding:6px; background-color:#fecf67; color:#fff; border:0px solid #000; text-decoration:none;}

.SKU{ color:#484848; font:bold 12px 'Trebuchet MS'; padding-left:4px;  }
/*.brand { font:bold 12px 'Trebuchet MS'; text-align:left; margin:102px; padding:1000px; background-color:#fff; color:#767676; border-bottom:1px solid #eeeeff;}
.brand a:hover { font:bold 12px 'Trebuchet MS'; text-align:left; margin:2px; padding:100px; background-color:#fecf67; color:#fff; border:0px solid #000; text-decoration:none;}*/


/* .checkout-btn {
	display:block;
	clear:both;
	width:80px;
	padding:3px 0 3px 25px;
	margin:10px 0 0 10px;
	background:url(../images/addto_card_btn.jpg) no-repeat left top;
	font:bold 12px arial;
	color:#fff;
	float:left;
} */



/* check out */

/* description  */
.ProductCartBox{ float:left; width:98%; min-height:300px; margin:8px; padding:0px; border:1px solid #eee; background-color:#fff;}
.ProductCartBox h1{ font:bold 16px 'Trebuchet MS'; text-align:left; min-height:25px;  padding:5px 0 4px 5px; border-bottom:1px dotted #ccc; background-color:#ffffe0;}
.ProductCartBox h3{ font: 12px 'Arial'; text-align:justify; color:#666; padding:5px 0 4px 5px; border-bottom:0px dotted #ccc;}
.ProductCartBox p{ font:bold 12px 'Trebuchet MS'; text-align:left; padding-left:0px; background-color:#fff; color:#767676; border-left:0px solid #767676;}
.SCB{ color:#484848; font:bold 16px 'Trebuchet MS'; padding-left:4px;  }

.SPrice{ color:#484848; font:bold 16px 'Trebuchet MS'; float:right; width:100px; text-align:center; }
.SQuant{ color:#484848; font:bold 16px 'Trebuchet MS'; float:right;  width:100px; text-align:center;}

.CartHeader{ float:left; width:100%; margin:0px; padding:0px; border:0px solid #eee; background-color:#fff;}

.CheckCartBox{ float:left; width:100%; margin:0px; padding:0px; border-bottom:1px dotted #eee; background-color:#fff;}
.CheckCartBox img{ border:1px solid #efefef; background:#fffff9; padding:4px; width:90px; height:90px; margin:7px;}
.CheckCartBox h1{ font:bold 16px 'Trebuchet MS'; text-align:left;  padding:5px 0 4px 5px; border-bottom:0px dotted #ccc; background-color:#fff;}
.CheckCartBox h3{ font: 12px 'Arial'; text-align:justify; color:#666; padding:5px 0 4px 5px; border-bottom:0px dotted #ccc;}
.CheckCartBox h4{ font: 12px 'Arial'; text-align:justify; color:#666; padding:50px 0 4px 15px; border-bottom:0px dotted #ccc;}

.STotalTxt{ color:#484848; font:bold 14px 'Trebuchet MS'; float:right; width:100px;  min-height:25px; text-align:left; margin:4px 0 0 10px;}
.STotal{ color:#484848; font:bold 14px 'Trebuchet MS'; float:right; width:300px; text-align:center; margin:4px 0 0 10px;}
.ProDelete {
	display:block;
	clear:both;
	width:50px;
	padding:2px 0 3px 21px;
	margin:4px 0 10px 8px;
	background:url(../images/btn_bg_delete.jpg) no-repeat left top;
	font:bold 12px arial;
	color:#8d8d8d;
}

.Proceed{ float:right; width:120px; margin:8px; border-bottom:1px solid #ffff; background-color:#fff;}

.DropD { padding:5px 5px 5px 10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; size:12px; color:#666; }


/*  styles old  site  */

.btn_arrow3{
	background:url(../images/btn_arrow.png) no-repeat 0 2px;
	width:15px;
	height:22px;
	border:0px;
	cursor:pointer;	
	font-size:12px;
	text-decoration:none;
	text-align:center;	
	margin-left:4px;
 }

.main_proceed{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight:600; 
	color:#fb9b2b; 
	padding:2px 0 10px 5px;	
}
.main_proceed a{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; color:#fb9b2b;}
.main_proceed a:visit{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; color:#fb9b2b;}
.main_proceed a:link{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; color:#fb9b2b;}
.main_proceed a:hover{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; color:#fb9b2b;}

.heading_bg2{
	background-color:#fff;
	padding:5px 0px;
	font:bold 14px  'Trebuchet MS',Arial, Helvetica, sans-serif;
	color:#fb9b2b;	
}

.heading_bg4{
	background-color:#fff;
	padding:0px 0px 5px;
	font:bold 14px 'Trebuchet MS',Arial, Helvetica, sans-serif;
	color:#fb9b2b;	
}
.heading_bg5{
	background-color:#ffffe0;
	padding:5px 10px;
	font:bold 14px 'Trebuchet MS',Arial, Helvetica, sans-serif;
	color:#fb9b2b;	
}
.heading_bg6{
	background-color:#ffffe0;
	font-weight:bold;
	padding:5px 10px;	
	color:#fb9b2b;	
}

.pro_box{
	background-color:#ffffe0;	
	padding:4px;
}
.pro_box2{
	background-color:#ffffe0;	
	padding:4px; border:0px solid #ffeddd;
}
.pro_box3{
	background-color:#ffffe0;	
	padding:0px;
}

.border1{
	border:1px solid #d7d7d7;
	width:280px; 
	height:18px;
	padding:0 5px;
	font:normal 12px 'Trebuchet MS',Arial, Helvetica, sans-serif;
}
.border2{
	border:1px solid #d7d7d7;	
	height:20px;
	padding:0 0px 0 5px;
	font:normal 12px 'Trebuchet MS',Arial, Helvetica, sans-serif;
}
.border3{
	border:1px solid #d7d7d7;	
	height:18px;
	padding:0 5px;
	font:normal 12px  'Trebuchet MS',Arial, Helvetica, sans-serif;
}
.border4{
	border:1px solid #d7d7d7;
	width:244px; 	
	height:18px;
	padding:0 5px;
	font:normal 12px  'Trebuchet MS',Arial, Helvetica, sans-serif;
}
.border10{
	border:1px solid #d7d7d7;	
	height:18px;
	width:25px;
	padding:0 5px;
	font:normal 12px  'Trebuchet MS',Arial, Helvetica, sans-serif;
}

.table_border{
	border:1px solid #C5C5C5;
	border-collapse:collapse;
	padding:5px;
 }
.table_border2{
	border:1px solid #fd8000;
	border-collapse:collapse;
	padding:5px;
 }
.table_border3{
	border:1px solid #fff;
	padding:5px;
 }
.table_border4{
	border:1px solid #d7d7d7;
	border-collapse:collapse;	
	padding:5px;
 }
 
 .table_header{
	background:#fecf67; 
	font:bold 12px  'Trebuchet MS',Arial, Helvetica, sans-serif;
	color:#fff;
}

.sub_link{
	text-decoration:none;
	width:990px;
	margin:auto;	
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	height:22px;	
	text-align:left;
}
.sub_link a{
	text-decoration:none;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.sub_link a:link{
	text-decoration:none;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.sub_link a:visit{
	text-decoration:none;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
sub_link a:hover{
	text-decoration:none;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.GoToTop{
	text-decoration:underline;
	margin:8px 0 0 0;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9c00;
	height:22px;	
	text-align:right;
	float:right;
}
.GoToTop a{
	text-decoration:none;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9c00;
}


.GoToTop a:hover{
	text-decoration:none;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff5a00;
}



.ProdDisBox{ width:auto; border:0px solid #000; min-height:300px; clear:both;}

.BoxProDec { width:auto; border:0px solid #000; height:300px;}


.offer{
	background:url(../image/off_img.png) no-repeat;
	position:absolute;
	top:17px ;
	left:134px;
	width:38px;
	height:44px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding:5px 0 0 0;
	font-weight:bold;
}

/*====================================new add=====================================*/

/*=======================================new add==================================*/.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 900px;
	padding:0 40px;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 100%;
	height:215px;
}
.jcarousel-skin-tango .jcarousel-item {
	width:180px;
	height:215px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top:80px;
	right: 5px;
	width:24px;
	height:36px;
	cursor: pointer;
	background: transparent  url(../image/button-next.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 24px;
	height: 36px;
	cursor: pointer;
	background: url(../image/button-previous.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
	border:none;
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background: url(../image/nav-divider.jpg) no-repeat right top; padding-right:3px;
	
}
.sf-menu li.sfHover{background:#ff7e00 url(../image/nav-divider.jpg) no-repeat right top; }
.sf-menu li.sfHover li{ background:none;}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li li:hover,
.sf-menu li li.sfHover { background:#ea5900;}


.sf-menu li li li:hover,
.sf-menu li li li.sfHover{ background:#ea5900;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
	background:#ff7e00; border-right:1px dotted #a86200; border-left:1px solid #a86200;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 9px 9.6px 7px 9.6px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff;
	text-shadow:1px 1px 1px #b76b15;
	font-size:14px;
}
.sf-menu a:hover{ text-shadow:none;} 

.sf-menu li li {
	background: none;
	border-bottom:1px dotted #a86200;
	border-right:0px dotted #a86200;
	padding:0;
}



.sf-menu li li li:hover a,
.sf-menu li li li.sfHover a{ background:none;}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../image/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:#ff7e00;
	padding: 0;
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.coda-slider-wrapper .coda-slider {
	background: #fff;
	width:978px;
}
.coda-slider-wrapper .coda-slider .panel {
	width: 978px;
}
.coda-slider-wrapper .coda-slider .panel .panel-wrapper {
	padding: 10px;
	padding-left:3px;
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}
.coda-slider-wrapper .coda-nav-left-arrow {
	width: 25px;
	height: 25px;
	background: url(../image/arrows.png) no-repeat top left;
	margin-top:50px;
}
.coda-slider-wrapper .coda-nav-left-arrow a {
	width: 0;
	height: 0;
	border:none;
}
.coda-slider-wrapper .coda-nav-left-arrow:hover {
	background: url(../img/arrow.png) no-repeat bottom left;
}
.coda-slider-wrapper .coda-nav-right-arrow {
	width: 25px;
	height: 25px;
	background: url(../img/arrow.png) no-repeat top right;
	margin-top:50px;
}
.coda-slider-wrapper .coda-nav-right-arrow a {
	width: 0;
	height: 0;
	background: none;
	margin-top:0;
	border:none;
}
.coda-slider-wrapper .coda-nav-right-arrow:hover {
	background: url(../img/arrow.png) no-repeat bottom right;
}
.coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
	margin-top: 55px;
}
.coda-slider-wrapper .loading {
	height: 100%;
	padding: 20px;
	text-align: center;
}
.arrows .coda-slider {
	margin: 0 10px;
}
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}
.coda-slider-wrapper .coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container {
	position: relative;
}
.coda-slider-wrapper .coda-slider .panel-container .panel {
	display: block;
	float: left;
}
.coda-slider-wrapper .coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
}
.coda-slider-wrapper .coda-nav ul li {
	display: inline;
	/*background:none;*/
}
.coda-slider-wrapper .coda-nav ul li a {
	display: block;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
	cursor: pointer;
	float: left;
}
.coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
	display: block;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
	float: left;
}
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
	clear: both;
}
.ThemeRight .coda-slider-wrapper, .ThemeRight .coda-slider, .ThemeRight .coda-slider-wrapper .coda-slider .panel {
	width:258px !important;
}
.ThemeRight .coda-nav ul {
	width:100% !important;
}
.ThemeRight .coda-slider-wrapper {
	float:left;
	border:1px solid #cacaca;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fff;
	height:351px;
}
.ThemeRight .coda-nav ul li {
	width:50%;
	float:left;
	text-align:center;
}
.ThemeRight .coda-slider-wrapper .coda-nav a {
	background: url(../image/health_tab_bg1.jpg) repeat-x left top;
	padding:10px 0;
	font:bold 18px 'MyriadPro Regular';
}
.ThemeRight .coda-slider-wrapper .coda-nav .current {
	background: url(../image/health_tab_bg.jpg) repeat-x left top;
}
.ThemeRight .title {
	display:none;
}
.border {
	border:1px solid #afafae;
}
.SliderTabsContent h3 {
	font-size:16px;
	padding:6px 0 0 0;
}
.SliderTabsContent p {
	line-height:16.8px;
	padding-bottom:5px;
}
.SliderTabs1Content h3 {
	font-size:16px;
	padding:6px 0 0 0;
}
.SliderTabs1Content p {
	line-height:18px;
	padding-bottom:5px;
}
.LatestOffers .coda-slider-wrapper {
	margin:0;
	height:270px; overflow:hidden;
}
.LatestOffers .coda-nav {
	background: url(../image/title_bg.jpg) repeat-x left top;
}
.LatestOffers .coda-slider-wrapper .coda-nav ul {
	margin:0;
	width:100% !important;
}
.LatestOffers .coda-nav a {
	float:left;
	font:bold 16px 'TrajanPro-Regular';
	padding:0;
	min-height:40px;
}

.LatestOffers .coda-nav a span{padding:6px 0px 5px; display:block; min-height:22px; letter-spacing:0.1px; min-width:12.225em; text-align:center;}
.LatestOffers .coda-nav li{ background: url(../image/tabs_divider.jpg) no-repeat right top; float:left;}
.LatestOffers .coda-nav a.current {  background: url(../image/down-arrow.jpg) no-repeat center 32px;}
.LatestOffers .coda-nav a.current span{background: url(../image/current_tab.jpg) repeat-x left top;}
.LatestOffers  .title{ display:none;}
.LatestOffers .panel-wrapper{ padding:5px 0 0 0 !important;}



.offer{
	background:url(catalog/view/theme/healthy_note/image/off_tag.png) no-repeat;
	position:absolute;
	top:20px ;
	left:130px;
	width:44px;
	height:44px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:5px 0 0 0;
	font-weight:bold;
}/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	width:665px;
	height:324px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
	
}
.anythingSlider{background: url(../image/slider_bg.jpg) no-repeat left top; }

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding:17px 17px 14px 16px;
}

/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #777 url(../image/default.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width:34px;
	height:50px;
	margin: -35px 0 0 -19px; /* half height of image */
	text-align: center;
	outline: 0;
	
}
.back a{background: url(../image/left-arrow.png) no-repeat left top;}
.anythingSlider-default .forward a{background: url(../image/right-arrow.png) no-repeat left top; margin-right:-16px; margin-left:0;}

/* back arrow */
.anythingSlider-default .back { left: 0; }
.anythingSlider-default .back a { background-position: left top; }

/* forward arrow */
.anythingSlider-default .forward { right: 0; }
.anythingSlider-default .forward a { background-position: right top; }


/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 0;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
/* CSS Document */
#trigger {
	text-align:center;
}

/* Style you custom popupbox according to your requirement */
.popupbox {
	width:500px;
	height:300px;
	background-image:url(/edit_media/2010/201010/20101009/custompopup/images/pop-up_03.png);
	background-repeat:no-repeat;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.popupbox2 {
	 width: 550px;
    z-index: 500;
	height:307px;
	background-color:#FFF;
	background-repeat:no-repeat;
	display: none; 
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 1px 2px 5px #ff9900;
	-moz-box-shadow: 0px 1px 2px 5px #ff9900;
	 box-shadow: 0 0 30px 0 #000000;
	padding:20px;
	border:#ff9900 2px solid;
	
}
.popupbox2 h2{
	font-size:18px;
	color:#F90;
	margin:0 0 0 20px;
}
.popupbox2 p{
	
}
.description{
	padding:30px 0 0 0;
}
.price{
	padding:5px 0 0 0;
	color:#ff9900;

}
.ct_button{
	
}
.popupbox3 {
	width:502px;
	height:302px;
	background-image:url(/edit_media/2010/201010/20101009/custompopup/images/3_03.png);
	background-repeat:no-repeat;
	display: none;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}

#intabdiv2 {
	padding:70px;
}
#intabdiv2  h2 {
	font-size:24px;
	color:#696868;
	font-family:Verdana, Geneva, sans-serif;
}
#intabdiv2 p {
	font-size:12px;
	color:#696868;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}

#intabdiv3 {
	padding:70px;
}
#intabdiv3  h2 {
	font-size:24px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
}
#intabdiv3 p {
	font-size:12px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}@charset "utf-8";
/* CSS Document */

#navigation {
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	background:url(../image/navi_bg.jpg) repeat-x;
	border:#cd955a 1px solid;
	
}

#navigation ul.top {
	margin: 0;
	border: 0;
	padding: 0;
	width: inherit;
	height: 34px;
}
	
#navigation ul.top > li {
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	font-size: 12px;
	padding:0px 0px 0px 10px;
}
#navigation ul.top > li a{
	padding:0px 0 15px 0;
	line-height:30px;
	color:#FFF;
	font-family:'MyriadPro Regular';
	font-size:12px;
	text-decoration:none;
	font-size: 14px;
    text-shadow: 1px 1px 1px #B76B15;
}

#navigation ul.top > li a:hover {
	text-shadow:none;
	
	
}

/***sub***/
#navigation ul #sub {
	display: none;
	position: absolute;
	margin-top: 5px;
	border-top:#cb8224 1px solid;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	max-width:930px;
	box-shadow: 2px 2px 2px #B76B15;
}
#navigation ul #sub a:hover{
	color:#0F0;
}
.sum_inner{
	padding:10px 19px 0;
}
.sum_inner_left{
	float:left;
	padding:0 6px 0 0;
	border-right:#FFF 1px dotted;
}
.sum_inner_left ul li{
	list-style:none;
}

#navigation ul.sub > li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}

/***sub***/
/***sub2***/
#navigation ul.sub2 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -153px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub2> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}
/***sub2***/
/***sub3***/
#navigation ul.sub3 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -247px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub3> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}
/***endsub3***/

/***sub4***/
#navigation ul.sub4 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -336px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub4> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}


/***endsub4***/


/*****sub5****/
#navigation ul.sub5 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -466px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub5> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}
/*****end sub5****/

/*****sub6****/
#navigation ul.sub6 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -555px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub6> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}

/*****endsub6****/

/*****sub7****/
#navigation ul.sub7 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -644px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub7> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}
/*****sub7****/


/*****sub8****/
#navigation ul.sub8 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -733px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub8> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}
/*****endsub8****/


/*****sub8****/
#navigation ul.sub9 {
	display: none;
	position: absolute;
	margin-top: 5px;
	margin-left: -822px;
	border: 0;
	padding: 0;
	background: #ff7e00;
	list-style: none;
	z-index = 90;
	width:889px;
	box-shadow: 2px 2px 2px #B76B15;
}

#navigation ul.sub9> li {
	margin: 5px 10px;
	border: 0;
	padding: 0;
	font-size: 13px;
}
#navigation ul #sub a{
	color:#777776;
	text-shadow:none;
}
#navigation ul #sub a:hover{
	color:#a9c059;
	text-shadow:none;
}
/*****endsub8****/
