@font-face {
    font-family: "Merriweather";
    src: url(../fonts/Merriweather-Regular.ttf);
}
@font-face {
    font-family: "Merriweather";
    font-weight: bold;
    src: url(../fonts/Merriweather-Bold.ttf);
}


/*
@font-face {
    font-family: "Tahoma";
    src: url(../fonts/tahoma.ttf);
}
@font-face {
    font-family: "Tahoma";
    font-weight: bold;
    src: url(../fonts/tahomabd.ttf);
}
*/

@font-face {
    font-family: "Trebuchet MS";
    src: url(../fonts/trebuc.ttf);
}
@font-face {
    font-family: "Trebuchet MS";
    font-weight: bold;
    src: url(../fonts/trebucbd.ttf);
}

body {
	background: #fff;
	color: #333;
	font-family: trebuchet MS, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 1.6;
}

body#bd {
	background: #fff;
	color: #333;
	min-width: 980px;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/* COMMON ELEMENTS
-------------------------------------------------------------*/
/*Normal link---*/
a {
	color: #333;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #9cbb30;
	text-decoration: underline;
}

a img {
	border: 0;
}

a.top {
	color: #78a22f;
}

/* Heading */
h1 {font-size: 120%;}
h2 {font-size: 100%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 100%;}
h6 {font-size: 100%; text-transform: uppercase;}

/* Hr */

hr {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	margin-right: 10px;
}

/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt,.page-title, .page-title-alt {
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
}


h1 {
	color: #78A22F;
	font-family: Merriweather,trebuchet MS, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	size: 14pt;
}
/*Small text---*/
.shop-access, #ja-footer, small,
.ratings, .ratings-list td.label,
table.pager, table.view-by,
.widget-btn, .validation-advice, .required,
.pager,.sorter,
#track_hint {
	font-size: 92%;
	line-height: 1.5;
}

small {
	color: #999;
}

/*Form---*/

input.input-text, select, textarea,.product-custom-option {
	border: 1px solid;
	border-color: #ababab #e9e9e9 #e9e9e9 #ababab;
	font-weight: normal;
	padding: 5px;
	font-size: 100%;
}

select.product-custom-option {
	width: 200px;
}

select {
	padding: 2px;
}

input.input-text {
	padding: 5px 10px;
	font-size: 100%;
}

.input-text:hover, textarea:hover,
.input-text:focus, textarea:focus {
	border: 1px solid #ababab;
}

.btn_link {
	border: 1px solid #f3f3f3 !important;
	background: #fff;
	padding: 5px 10px;
}

.btn-continue {
	float: left;
}

.button {
	border: none;
	background: #e9e9e9;
	padding: 0 10px;
	overflow: visible;
	height: 30px;
	font-size: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.actions .button span {
	color:#000!important;
}
.button span {
	color: #FFF;
	font-weight: bold;
	font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 30px;
	display: block;
	height: 30px;
} 

.button span span {
	background: none;
	padding: 0;
}

.button:hover,
.button:focus,
.button:active {
	background: #9cbb30;
}

.button:hover span,
.button:focus span,
.button:active span {
	/*color: #fff;*/
	text-decoration: none;
}


#ja-col2 .button {
	background: #221d1d;
	border: 1px solid #413838;
	color: #646464;
}

#ja-col2 .button:hover span,
#ja-col2 .button:focus span,
#ja-col2 .button:active span {
	color: #d5d5d5;
}

.btn_link {
	float: right;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}

.btn_link:hover,
.btn_link:focus,
.btn_link:active {
	background: #fff;
	text-decoration: none;
}

.button-level .button,
.button-level .btn-cart{
	margin-top: 0;
}

.page-head.button-level .button,
.page-head.button-level .btn-cart {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
}

.button span{
	white-space: nowrap;
}

.buttons-set {
	clear: both;
}

.buttons-set .button {
	float: right;
	margin-left: 5px;
}

.buttons-set .back-link {
	float: left;
}

.back-link a {
	color: #9cbb30;
}

option, optgroup {
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
}

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
}

input.radio { margin-right: 3px; border: none; }

input.checkbox { margin-right: 3px; float: left;}

#ja-col2 .input-text {
	background: #221d1d;
	border: 1px solid #413838;
	color: #646464;
}

#ja-col2 .input-text:hover,
#ja-col2 .input-text:focus,
#ja-col2 .input-text:active {
	color: #d5d5d5;
	border: 1px solid #101010;
}

/*Fieldset--*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/
td, th { padding: 2px 5px; line-height: 1.5;}
th { text-align: left; }

/*Others--*/
address { font-style: normal; }

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: #2b2925;
}

#ja-header .main {
	position: relative;
	padding: 5px 0 20px 0; 
}

.ja-top { float: right; margin: 0; clear: both;}

#ja-cpanel-top {
	background: #221d1d;
}

#ja-cpanel-top .main{
	display: none;
}

#logo, div.logo-text h1 { font-size: 250%; line-height: 1;}

/* Logo Image ---*/
#logo { margin: 0 0 0 60px; float: left; }

#logo, #logo a { height: 134px; width: 171px; display: block; }

#logo a {
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -99999px;
}

#logo a span {
	position: absolute;
	top: -1000px;
}

/* Logo Text ---*/
div.logo-text h1 a {
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

p.site-slogan {
    margin:42px 0 0 80px;
    font-family:"Merriweather";
    color:#67070C;
    font-weight:bold;
	float:left;
}

/*Quick Access---*/
.quick-access {
	color: #ababab;
	text-align: left;
	margin: 0;
	float: right;
	margin-top:-5px;
}

.quick-access li.first {
	margin-left: 10px;
}

.quick-access li.last {
	background: none;
	padding-right: 0;
}

.quick-access .shop-access {
	display: block;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	float: right;
	position: relative;
	z-index: 9999;
	color:#9A9A9A;
}

.shop-access a { color: #ababab; }

.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
	color: #000;
	text-decoration: underline;
}

.shop-access ul { display: inline; }

.shop-access li {
	background: none;
	display: inline;
	padding: 0 5px 0 6px;
	border-left: 1px dotted #757575;
}

.shop-access strong {
	font-weight: bold;
}

/*Languages Switcher---*/
.language-switcher {
	float: right;
	padding: 0 5px 0 20px;
	margin-top: 10px;
}

.language-switcher label {
	padding-right: 5px;
}

.language-switcher #select-language {
	padding: 0;
}

.language-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Currency Switcher---*/
.ja-top .block-currency {
	margin: 0;
	width: 310px;
}

.ja-top .block-currency .block-title {
	float: left;
	background: none;
	border: none;
	padding: 5px;
}

.ja-top .block-currency .block-title strong {
	font-weight: normal;
	text-transform: none;
	color: #72716d;
	padding: 5px;
	background: none;
	height: auto;
	line-height: normal;
}

.ja-top .block-currency .block-content {
	float: right;
	background: none;
	border: none;
	padding: 5px 0;
}

.ja-top .block-currency select {
	background: #000;
	color: #72716d;
	border: 1px solid #000;
	padding: 5px;
}

.ja-top .block-currency select option,
.ja-top .block-currency select optgroup {
	border-color: #000 !important;
}

.currency-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

.currency-switcher label {	padding-right: 5px; }

.currency-switcher #select-currency { padding: 0; }

.currency-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/* Search Block ---*/
.block.block-search .block-title {
	/* background-image: url(../images/header-bg3.png); */
}

.block-search .input-text {
	font-weight: bold;
	width: 164px;
	position: relative;
	font-weight: normal;
	background: #fff;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.block-search .form-search {
	position: relative;
}

.block-search .form-search .button {
	margin-top: 10px;
}

.block-search legend { display: none; }

.search-autocomplete { z-index: 999; }

.search-autocomplete ul {
	border-right: none;
	border-top: 0;
	background: none;
}

.search-autocomplete li {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
	border-left: 2px solid #ccc;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
	color: #000;
	margin: 2px 0 2px !important;
}

.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.search-autocomplete li.odd {}

.search-autocomplete li.selected { background: #f3f3f3; color: #9cbb30; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	/*background: url(../images/mainnav-bg.gif) repeat-x left top;*/
	margin-bottom: 10px;
	position: relative;
}

#ja-mainnav .main {
	background: #272625;
	position: relative;
}

#ja-mainnav .inner {
	float: left;
}

#ja-mainnav .binder1,
#ja-mainnav .binder2{
	/*background: url(../images/binder.png) no-repeat left top;*/
	position: absolute;
	top: 15px;
	height: 68px;
	width: 22px;
}

#ja-mainnav .binder1 {
	left: 5px;
}

#ja-mainnav .binder2 {
	right: 5px;
}

/* CONTAINER
--------------------------------------------------------- */
.main {}

#ja-wrapper {
	background: #FFF;
	min-height: 806px;
}

#ja-container {
}

#ja-container .main { 
	min-height: 300px;
	position:relative;
}

#sb-flower{
	position:absolute;
	bottom:0;
	left:27px;
	background:url(../images/sb-flower.jpg);
	width:178px; height:84px;
}

#ja-mainbody {
}

/*main content---*/
#ja-content {
	position: relative;
}

#ja-container #ja-current-content .inner {
	padding: 0 30px 0 15px;
	background: none;
}

#ja-current-content .category-head3,
#ja-current-content .category-head  {}

#ja-current-content .category-head3 h2,
#ja-current-content .category-head h2 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
}

#ja-current-content .std {}

.ja-lo-1col #ja-current-content .std {
	margin: 0;
	border: none;
}

#ja-current-content .std .page-head {
/*
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 0 10px 0 !important;
	color: #fff;
	background: url(../images/shadow-left-page.gif) no-repeat left bottom;
	margin-left: -30px;
	position: relative;
*/
}

#ja-current-content .std .page-head h3 {
/*
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 1px;
	font-size: 100%;
*/
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: gray;
}

.ja-lo-1col #ja-current-content .std .col3-set {
	padding: 10px 0 0 0;
}

#ja-current-content div .std {
	border: none;
	margin: 0;
}

#ja-current-content .std .disc {
	padding: 10px 0 0 0;
	margin: 0;
}

.std a { color:#058; text-decoration:underline; }
.std a:hover { color:#BD141B; }

/* Column */
#ja-col1 {
	background: url(../images/right-bg.jpg) repeat-x left bottom #fff;
	padding-bottom:100px;
}

#ja-col1 .col-inner {
	padding-top: 12px;
    padding-right:10px;
}

#ja-col2 {}

#ja-col2 .block {}

/*breadcrums---*/
#ja-pathway {
	color: #646464;
	margin-bottom: 10px;
}

#ja-pathway .main {
	background: #fff;
	padding: 7px 0;
}

#ja-pathway h4 {
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0 5px 0 25px;
}

#ja-pathway a {}

#ja-pathway strong {
	font-weight: normal;
}

#ja-pathway ul {
	display: inline;
}

#ja-pathway li {
	display: inline;
}

#ja-pathway li.breadcrumbs-sep {
	padding: 0 5px;
	background: url(../images/arrow.gif) no-repeat center center;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	display: none;
	background: #000;
	padding: 0px 0;
}

#ja-footer .main {
	color: #666;
	padding: 5px 0;
	background: url(../images/footer_top.gif) repeat-x left top #272625;
	text-align: center;
}

#ja-footer .main-inner1 {
	padding: 0 10px;
}

#ja-footer .main-inner2 {
}

#ja-footer .main-inner3 {

}

#ja-footer small { color: #333; font-size: 100%; }

#ja-footer a {
	color: #5f5f5f;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #5f5f5f;
	text-decoration: underline;
}

#ja-footer li a.link-feed {
	line-height: normal;
}

#ja-footer .jm-info {
	padding: 0 20px;
}

#ja-footer .jm-info ul {
	margin: 0;
	padding: 0 0 5px 0;
	display: inline;
}

#ja-footer .jm-info li {
	display: inline;
	padding: 0 7px 0 5px;
	background: url(../images/sep-vline.gif) no-repeat right 2px;
}

#ja-footer .jm-info li a{
	color: #757575;
	text-decoration: none;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #5f5f5f;
}

#ja-footer .jm-info li.last {
	background: none;
}

#ja-footer .jm-legal {
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
}

#ja-footer .jm-legal a {
	color: #9cbb30;
}

/* SPOTLIGHT
--------------------------------------------------------- */
div.ja-box-left,
div.ja-box-center,
div.ja-box-right {
	float: left;
	overflow: hidden;
	display: block;
}

div.ja-box-center .block{}

div.ja-box-right .block{}

div.ja-box-left .block{}

div.ja-box-left .block,
div.ja-box-center .block,
div.ja-box-right .block {}

.block .ja-inner {
	padding-top: 10px;
}

/*Top Spotlight ---*/
#ja-topsl {
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
}

#ja-topsl .main { }

#ja-topsl .inner-top .inner {}

#ja-topsl .ja-box-left,
#ja-topsl .ja-box-right,
#ja-topsl .ja-box-center {
	position: relative;
}

#ja-topsl .ja-box-left .binder1,
#ja-topsl .ja-box-center .binder1,
#ja-topsl .ja-box-right .binder1,
#ja-topsl .ja-box-left .binder2,
#ja-topsl .ja-box-center .binder2,
#ja-topsl .ja-box-right .binder2 {
	position: absolute;
	width: 20px;
	height: 20px;
}

#ja-topsl .ja-box-left .binder1,
#ja-topsl .ja-box-left .binder2 {
	background: url(../images/binder-left.png) no-repeat left top;
	right: 0;
	top: 20px;
}

#ja-topsl .ja-box-left .binder2 {
	bottom: 20px;
	top: auto;
}

#ja-topsl .ja-box-right .binder1,
#ja-topsl .ja-box-right .binder2 {
	background: url(../images/binder-right.png) no-repeat left top;
	left: 0;
	top: 20px;
}

#ja-topsl .ja-box-right .binder2 {
	bottom: 20px;
	top: auto;
}

#ja-topsl .ja-box-left .inner2 {
	background: #f1f1f1;
}

#ja-topsl .ja-box-right .inner2 {
	background: #fff;
}

#ja-topsl .ja-box-left .inner1 {
	margin-right: 2px;
}

#ja-topsl .ja-box-right .inner1 {
	margin-left: 2px;
}

#ja-topsl .block {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 0;
}

#ja-topsl .block-title {
	background: url(../images/dot.gif) repeat-x left bottom;
	border: none;
	padding: 0;
}

#ja-topsl .block-title strong {
	padding: 15px 0;
	background: none;
	height: auto;
	line-height: normal;
}

#ja-topsl .ja-box-right .block {
	margin: 0 10px 0 30px;
}

/*Bottom Spotlight ---*/
#ja-botsl {
	color: #646464;
}

#ja-botsl .ja-box-left .block  {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
}

#ja-botsl .ja-box-center .block  {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
}

#ja-botsl .ja-box-right .block  {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
}

#ja-botsl .block .block-title {
	margin: 0;
	padding: 0 0 0 50px;
	background-image: url(../images/header-bg2.png);
	color: #fff;
	border: none;
}

#ja-botsl .block .block-title strong {
	background-image: url(../images/header-right2-bg.png);
	line-height: 40px;
	padding: 5px 0;
}

#ja-botsl .block {}

#ja-botsl div.block .block-content  {
	padding: 0px 0 0;
}

#ja-botsl small {
	color: #999;
}

#ja-botsl a {
	color: #999;
}

#ja-botsl img {
	padding: 3px;
	/* background: #101010; */
}

div.more-views{/*display:none;*/}

#ja-botsl li {
	padding: 0px 0 0px 10px;
}

#ja-botsl .contact-list li {
	background: none;
	padding-left: 0;
}

#ja-botsl .contact-list strong {
	text-decoration: underline;
}

#ja-botsl ol li { margin-left: 25px; padding: 0 !important; }

#ja-botsl ul.styles-list li {
	background: none;
	padding: 0;
	float: left;
}

#ja-botsl ul.menu-list li {
	float: left;
	width: 40%;
	padding: 0 0 0 10px;
}

.badge-new,
.badge-pick,
.badge-hot {
	position: relative;
}

.badge {
 	background-image: url(../images/icon-badge.png);
 	background-repeat: no-repeat;
 	height: 46px;
 	position: absolute;
 	right: 0;
 	top: 0;
 	width: 45px;
}

.badge-new .badge {
	background-image: url(../images/icon-badge-new.png);
}

.badge-pick .badge {
	background-image: url(../images/icon-badge-pick.png);
}

.badge-hot .badge {
	background-image: url(../images/icon-badge-hot.png);
}

.badge-top .badge {
	background-image: url(../images/icon-badge-top.png);
}

/* Content Mass Bottom */

#ja-content-mass-bottom {
	margin: 0 -10px 0 -28px;
} 

#ja-content-mass-bottom .ja-box {
	padding: 0 10px;
	border-top:2px dotted #CCC;
}

#ja-content-mass-bottom .ja-box-left .inner {
	padding-left: 30px;
}

#ja-content-mass-bottom .ja-box-right .inner {
	padding-right: 10px;
	background: none;
}

#ja-content-mass-bottom .block .block-title {
	background: none;
	padding-left: 0;
}

#ja-content-mass-bottom .block .block-title strong {
	background: none;
	line-height: 1;
	padding: 0;
}
/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.availability {}

.success {color: #5f5f5f;}
.error	{color: #5f5f5f;}
.notice	{color: #5f5f5f;}

.success, .error {
	font-weight: bold;
}

.messages {
	overflow: hidden;
	width: 100%;
}

.error-msg, .notice-msg, .note-msg, .success-msg {
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	margin: 15px 0 !important;
	padding: 5px 10px 5px 32px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background: url(../images/msg_error.gif) no-repeat 10px 8px;
	border-color: #cc0000;
	color: #cc0000;
}

.success-msg {
	background: url(../images/msg_success.gif) no-repeat 10px 8px;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
}

.notice-msg, .note-msg {
	background: url(../images/msg_notice.gif) no-repeat 10px 8px;
	border-color: #5f5f5f;
	color: #5f5f5f;
}

.out-of-stock {
	color: #5f5f5f;
	font-weight: bold;
	line-height: 30px;
}

/* FORMS
----------------------------------------------------------------*/
.qty { width: 4.5em;}

.group-select label, 
.form-list label, 
.payment-methods label,
.fieldset label {
	font-weight: bold;
}

.button-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 15px;
	text-align: right;
	margin-top: 10px;
}

.button-set p.required {
	margin-bottom: 5px;
}

.btn-checkout {
	float: right;
}

.btn-checkout, .btn-checkout:hover {
}

.btn-checkout span {
}

/*Form lists---*/
.form-list { margin: 0 0 10px 0; }

.form-list li { margin: 0 0 10px 0;; overflow: hidden;}

.form-list li.addElement {
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
}

.group-select,.fieldset {
	border: 1px solid #d5d5d5;
	margin: 25px 0 15px;
	padding: 10px;
}

.group-select .legend,
.fieldset .legend {
	background: #fff;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -28px 0 0;
	padding: 4px 8px;
}

.group-select li,
.fieldset li {
	padding: 0;
}

.form-list li.fields .field {
	float: left;
	width: 250px;
}

.form-list li.wide .input-box .input-text, 
.fieldset li.wide .input-box select, 
.fieldset li.wide .input-box textarea {
	width: 480px;
}

.form-list li .input-box .input-text, 
.fieldset li .input-box textarea {
	width: 210px;
}

.fieldset li .input-box textarea {
	height: 200px;
}

.form-list li .input-box select {
	width: 270px;
}

/*Form Messages---*/
.validation-advice, .required {}

.validation-advice {
	color: #bd141b;
	clear: both;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
}

.validation-failed {
	border: 1px dashed #5f5f5f !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix {
	float: left;
}

.v-fix .validate-cc-exp {
	display: block;
	position: relative;
	width: 12em;
}

.v-fix .input-text {
	margin-right: 10px;
}

.form-list .input-box .v-fix select,
.opc .form-list .input-box .v-fix select {
	width: 135px;
}

label.required {
	font-weight: bold;
}

p.required {
	text-align: right;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head,
.box-title {
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3 {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

.head a, .inner-head a,
.box-title a {
	font-weight: bold;
	padding: 0 15px;
	float: right;
	line-height: 30px;
}

#ja-col1 .head a,#ja-col1 .inner-head a,
#ja-col2 .head a,#ja-col2 .inner-head a,
#ja-col1 .box-title a,#ja-col2 .box-title a {
	line-height: 15px;
	padding: 8px 0 12px;
	margin-right: 10px;
}

.info-box .box-title {
	text-align: left;
}

/*Page heading---*/
.page-title, .page-title-alt {
	font-size: 120%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	color: #232323;
	border: none;
	position: relative;
	background: url(../images/dot.gif) repeat-x left bottom;
}	

.page-title h1 , .page-title-alt h1 {
	display: block;
	background: none;
	border: none;
	padding: 10px 0;
	margin: 0;
	font-size: 100%;
	font-family: Merriweather,trebuchet MS, Helvetica, Tahoma, Verdana, sans-serif;
}

.ja-lo-3cols #ja-current-content .page-head {
	padding: 0 20px;
}

.page-head h4, .page-head-alt h4,
.page-title h4, .page-title-alt h4 {
	font-size: 125% !important;
	margin: 0;
	text-align: left;
}

.page-head a, .page-head-alt a,
.page-title a, .page-title-alt a {
	float: right;
	padding-right: 20px;
	padding-left: 5px;	
	padding-top: 5px;
	line-height: 35px;
	color: #000;
}

.page-title a.link-reorder {}

.page-title .button, .page-title-alt .button {
	float: right;
	margin: 5px 20px 0 0;
}

.page-title .separator, .page-title-alt .separator {
	line-height: 35px;
	float: right;	
	padding-top: 5px;
}

.page-head ul, .page-head-alt ul,
.page-head li, .page-head-alt li,
.page-title ul, .page-title-alt ul,
.page-title li, .page-title-alt li {
	background: none;
	margin: 0;
	line-height: normal;
}

.title-buttons h1 {
	float: left;
	border: none;
}

.title-buttons ul {
	float: right;
}

.title-buttons ul li {
	float: right;
	max-width: 170px;
}

.title-buttons ul li .paypal-logo {
	margin: 5px 20px 0 0;
	line-height: 30px;
	padding: 0;
}

.title-buttons ul li .paypal-logo img {
	width: 110px;
}

.button-level {}

.button-level h3 {
	float: left; /* heading level with buttons */
	background: none !important;
}

.button-level .form-button-alt {
	float: right;
	margin: 5px 10px;
}

.button-level ul {
	float: right;
}

.button-level ul li {
	float: left;
	display: block;
	padding-left: 10px;
}

/*Category list heading---*/
.category-head,
.category-head3 {
	margin: 0 0 10px;
}

.category-head h2 {
	color: #333;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #efefef;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	width: 100%;
	margin: 15px 0;
}

.data-table th {}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #FFFFFF;
}

.data-table td,
.data-table th {
	border-bottom: 1px solid #f3f3f3;
	padding: 8px 10px;
}

.data-table td h3 {
	font-size: 100%;
	margin: 0;
}

.data-table thead  {
}

.data-table thead th,
.data-table thead td {background: #efefef;}

.data-table tfoot tr {}

.data-table tfoot td {}

.data-table .odd {}
.data-table .even {}
.data-table .last {}

.data-table tr.last td, .data-table th.last {}

.a-center input.checkbox {
	float: none;
}

.data-table .a-right {
	text-align: center !important;
}


.data-table tfoot .a-right.last  {
	text-align: right !important;
}

.data-table tr.last td a, .data-table th.last a{}

.data-table tr.last td .separator, .data-table th.last .separator{}

/*Bundle Products---*/
.data-table tbody.odd tr {}
.data-table tbody.even tr {}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table tbody td br {
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* LISTS
----------------------------------------------------------------*/
.disc {
	margin: 10px 0;
}

.disc li {
	background: url(../images/bullet.gif) no-repeat left 9px;
	padding-left: 8px;
}

li.odd {}
li.even {}
li.last {}

/* Bare List */ /* Unstyled list */
.bare-list {
	margin: 5px 0;
}

.bare-list li {
	margin: 3px 0;
}

/* Pager */
.pager { 
	width: 100%;
	color: #000;
	border: none; 
	padding: 10px 0;
	border-top: 1px solid #f3f3f3;
}

.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin: 0 140px; text-align: center; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

.pager .pages li.current {
	color: #9cbb30;
}

.pager .pages li a {
	color: #000;
}

.my-account .pager {
}

/* Sorter */
.sorter { 
	background: none;
	border: none;
	border-bottom: 1px dotted #f3f3f3;
	float: left;
	line-height: 1.3;
	padding: 5px 0;
	width: 100%;
}

.sorter .view-mode label {
	float: left;
}

.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

.sorter strong {
	background: #9cbb30;
	color: #fff;
	padding: 2px;
	margin-left: 5px;
}

.sorter a {
	margin-left: 5px;
}

/* Toolbar */
.toolbar {
}

.toolbar .pager { 
	width: 100%;
	border: 1px solid #f3f3f3;
	border: none; 
	float: left;
	padding: 5px 0;
	background: #f1f1f1;
	line-height: 20px;
}

.toolbar .sorter { 
	display: none;
	background: none;
	border: none;
	border-bottom: 1px dotted #f3f3f3;
	float: left;
	line-height: 1.3;
	padding: 5px 0;
	width: 100%;
	line-height: 20px;
}

.pager p,
.pager div,
.sorter p,
.sorter div {
	margin: 0 15px;
}

.toolbar-bottom {}

.page-nav {
	
}

table.pager, table.view-by {
	width: 100%;
	background: url(../images/head-bg.gif) repeat-x left bottom #fff;
	color: #333;
	border: 1px solid #f3f3f3;
}

table.view-by {
	background: none;
	border: none;
	border-bottom: 5px solid #f3f3f3;
}

table.pager a {
	color: #efefef;
	text-decoration: underline;
}

table.pager select {
	width: 50px;
}

table.view-by strong {
	border: 3px solid #5f5f5f;
	background: #5f5f5f;
	color: #FFFFFF;
}

table.view-by td {
	line-height: 1.3;
	padding: 5px 15px;
}

table.view-by a {
	color: #333;
}

table.view-by a:hover, table.view-by a:active, table.view-by a:focus {
	color: #333;
	text-decoration: underline;
}

table.view-by td.sort-by {
	padding-right: 50px;
	text-align: right;
}

table.view-by td.sort-by a {
	border: 0;
	padding: 0;
}

table.view-by select {
	width: 85px;
}

table.pager td {
	vertical-align: middle;
	width: 32%;
	line-height: 1.3;
	padding: 5px 15px;
}

table.pager td.a-right {
	width: auto;
}

table.pager td.pages {
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}

table.pager ol, table.pager li {
	display: inline;
}

td.pages li {
	padding: 0;
}

td.pages li img {
	vertical-align: middle;
}

td.pages li a {
	padding: 0 4px;
}

td.pages li span.on {
	font-weight: bold;
	padding: 0 4px;
}

/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 12px;
	margin: 10px 0;
}

.rating-box {
	background: url(../images/product_rating_blank_star.gif) repeat-x;
	height: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	position: relative;
	width: 87px;
	float: left;
}

.rating-box .rating {
	background: url(../images/product_rating_full_star.gif) repeat-x;
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
}

.ratings-table {
	margin: 5px 0;
}

.ratings-table td,
.ratings-table th {
	padding: 3px 0;
	vertical-align: top;
}

.ratings-table td.label,
.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

.rating-links {
	margin: 0;
}

.product-shop a.nobr {
	display: block;
}

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 10px 0;
	clear: both;
}

.price-box .price {
	font-weight: bold;
}

/*Regular price---*/
.regular-price {}

.regular-price .price {
	font-weight: bold;
	font-size: 150%;
}

/*Old price---*/
.old-price {
	margin: 0;
}

.old-price .price-label {
	color: #333;
	white-space: nowrap;
}

.old-price .price {
	color: #333;
	font-weight: normal;
	text-decoration: line-through;
}

/*Special price---*/
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	color: #5f5f5f;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	color: #5f5f5f;
	font-size: 115%;
	font-weight: bold;
}

/*Cart price---*/
.cart-price price {
	color: #5f5f5f;
}

/*Minimal price (as low as)---*/
.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
	font-size: 70%;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	font-weight: normal;
}

/*Excluding tax---*/
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/*Including tax---*/
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}

/*Excl tax (for order tables)---*/
.price-excl-tax {}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	font-weight: bold;
}

/*Incl tax (for order tables)---*/
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/*Price range---*/
.price-from, .price-to { margin: 0; }

.price-from .price-label, .price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*Price notice next to the options---*/
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
}

.product-pricing-grouped li {
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	border: 1px solid #f3f3f3;
	background: #efefef;
	margin: 15px 0;
	padding: 10px;
}

.product-pricing li {
	background: url(../images/arrow.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;
}

.product-pricing .benefit {
	font-weight: bold;
}

.product-pricing .price {
	font-weight: bold;
}

/* MIS.
----------------------------------------------------------------*/
.product-shop {float: right;}
.product-img-box {float: left;}

.product-img-box .ratings .rating-links {
	clear: both;
}

/*Generic Box---*/
.generic-box {
	border: 1px solid #f3f3f3;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4 {
	margin: 0 0 5px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 5px;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*Add To---*/
.add-to-cart {
	float: right;
}

.add-to-cart .qty-box {
	float: left;
}

.add-to-cart .qty-box #qty {
	width: 80px;
	padding: 2px 0 2px 10px;
	line-height: 20px;
}

.add-to-cart .qty-box label {
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
}

.add-to-cart .qty-box .qty {
	float: left;
	margin: 0 5px;
	height: 20px;
}

.add-to-cart .button {
	margin-left: 5px;
}

.add-to-links {
	margin: 15px 0 5px;
	font-size: 92%;
}

.add-to-links li {
	display: inline;
}

.add-to-links li a {}

.add-to-holder {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #d5d5d5;
	float: left;
}

.add-to-holder .add-to-cart {
	float: left;
	margin: 0;
	padding-top: 5px;
}

.add-to-holder .add-to-cart label {
	vertical-align: middle;
}

.add-to-holder .add-or {
	float: left;
	font-weight: bold;
	padding: 10px 10px 0;
}

.add-to-holder .add-to-links {
	float: left;
	text-align: left;
	margin: 0;
}

.add-to-holder .add-to-links li {
	display: block;
	background: url(../images/bullet_plus.gif) no-repeat left center;
	padding-left: 10px;
}

.add-to-holder .add-to-links li a {
}

.add-to-holder .add-to-links li .separator {
	display: none;
}

.add-to-holder .add-to-cart .button {
	margin-left: 5px;
}

/*Tool Tips---*/
.tool-tip {
	background: #efefef;
	border: 1px solid #f3f3f3;
	position: absolute;
}

.tool-tip .btn-close {
	margin-bottom: -9px;
	padding: 6px 6px 0;
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .tool-tip-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	border-bottom: 1px dotted #5f5f5f ;
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #efefef;
	border: 1px solid #f3f3f3;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	max-width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -140px;
	top: 20px;
}

/*Link highlights---*/
.button-level .link-cart,
.button-level .link-wishlist { 
	float: right !important ; 
	padding-left: 18px; 
	line-height: 35px;
}

.btn-remove2 { 
	display: block; 
	width: 16px; 
	height: 16px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_trash.gif) 0 0 no-repeat; 
	text-indent: -999em; 
	overflow: hidden;
}

.btn-remove { 
/*	display: block; 
	width: 11px; 
	height: 11px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_remove.gif) 0 0 no-repeat; 
	text-indent:-999em; 
	overflow: hidden;
	float: left;
	margin: 10px 5px;*/
}

.link-print, .link-mail, .link-feed, .link-reviewwrite, .link-productalert {
	padding-left: 22px !important;
	line-height: 35px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.link-print {
	background-image: url(../images/icon_printer.gif);
}

.link-feed {
	background: url(../images/icon_feed.gif) no-repeat left center;
	padding-left: 18px;
	padding-right: 15px;
	color: #333;
}

.button-level .link-feed {
	
}

.button-level .pipe {
	float: right !important;
	line-height: 35px;
}

.link-feed:hover,
.link-feed:focus,
.link-feed:active {
}

/*Link highlights [JM add]---*/
.link-mail {/*email link*/
	background-image: url(../images/icon_mail.gif);
}

.link-reviewcount { /*review link*/
	color: #efefef;
}

.link-reviewwrite {/*write review form link*/
	background-image: url(../images/icon_comment.gif);
} 

.link-productalert { /*product alert link*/
	background-image: url(../images/icon_newspaper.gif);
}

/*==============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {
	margin: 20px 0;
}

.block-banner {
	border: none !important;
	background: none !important;
	padding: 0;
	margin: 0;
}

.block-banner .block-content {
	background: none !important;
	padding: 0 !important;
}

.paypal-logo {
	margin: 0;
	text-align: center;
}

.paypal-logo a {
	display: block;
}

/*Box Head---*/
.block-title {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 0 0 80px;
	padding: 0;
	color: #000;
	/* background: url(../images/header-bg.png) no-repeat left center; */
}

.block .block-title small{
	display: inline;
}

.block  .block-subtitle {
	font-weight: bold;
	padding: 10px 20px 10px 0;
	margin: 0;
}

.block-title strong {
	display: block;
	padding: 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 50px;
	line-height: 20px;
	/* background: url(../images/header-right-bg.png) no-repeat right center; */
	width: 100%;
}

.block-title strong span, h1, h1 span{
	display: block;
	text-transform: capitalize;
	font-size: 140%;
	font-weight: 500;
	color: #78A22F;
	font-family: Merriweather, "Trebuchet MS", Helvetica, Tahoma, Verdana, sans-serif;
}
.block-title strong span { color:#fff; }
.block-search strong span { color:#78A22F; }

.block h5,
.block h3 {
	padding: 10px 15px;
}

.box .head h5,
.block .block-title h5,
.block .block-title h3 {
	font-size: 92%;
	background: none;
	border: 0;
	padding: 0;
}

/*reset*/
.box h3, .box h4, .box h5,
.block h3, .block h4, .block h5,
.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	margin: 0;
}

/*Box Content---*/
.block .block-content {
	padding: 20px 0 0;
}

.block-banner .block-content {
	padding: 0;
	text-align: center;
}

.box small,
.block small {
	text-align: left;
}

.block p {
	margin: 0;
}

.box .content img,
.block .block-content img {}

/*Box Action---*/
.box .actions,
.block .actions {
	padding: 0px 0px;
	font-weight: bold;
	overflow: auto;
	clear: both;
	margin: 15px 0 0 0;
	line-height: 30px;
}

#ja-col1 .block .actions {
	padding-left: 0;
	padding-right: 0;
}

.block .actions a {
	float: right;
}

.block .actions button.button {
	float: left;
}

/*Box List---*/
.box ol,
.block ol {
}

.box ol li,
.block ol li {
	margin: 0 0 10px;
	line-height: normal;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
}

.box ol li.last,
.block ol li.last {
	padding-bottom: 0;
	border-bottom: 0;
}

#ja-col2 .block ol li,
#ja-col2 .block ul li {
	border-color: #413838;
}

.box ol li div,
.block ol li div {
	text-indent: 0;
}

.box ol li.last,
.block ol li.last {
	border-bottom: 0 !important;
}

#ja-col2 .block ol li a,
#ja-col2 .block ul li a {
	color: #d5d5d5;
}

#ja-col2 .block ol li a:hover,
#ja-col2 .block ol li a:focus,
#ja-col2 .block ol li a:active,
#ja-col2 .block ul li a:hover,
#ja-col2 .block ul li a:focus,
#ja-col2 .block ul li a:active {
	color: #9cbb30;
}

/* Block Rounded */

.block.ja-box-br .block-title {
	background: none !important;
}

.block.ja-box-br {
	padding: 0 !important;
}

.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #f3f3f3;
}

.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}

.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 20px 20px 10px;
}

/* hilite */
.block-hilite.ja-box-br {
	background: url(../images/bh-br.gif) no-repeat bottom right #efefef;
}

.block-hilite .ja-box-bl {
	background: url(../images/bh-bl.gif) no-repeat bottom left;
}

.block-hilite .ja-box-tr {
	background: url(../images/bh-tr.gif) no-repeat top right;
}

.block-hilite .ja-box-tl {
	background: url(../images/bh-tl.gif) no-repeat top left;
}

.block.ja-box-br .block-content {
	padding: 0;
}

.block.ja-box-br .block-title {
	padding: 0;
}


/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.box {
	background: none;
	border: none;
}

.box .box-title {
	background: #efefef;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 30px;
}

.box .box-content {
	padding: 0 10px;
	clear: both;
}

.box .box-title h3,
.box .box-title h2,
.box .box-title h4 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
}

.box .box-title h3 a,
.box .box-title h2 a,
.box .box-title h4 a {
	padding-left: 5px; 
	float: none;
	display: inline;
	color: #9cbb30;
}

.box .product-images,
.block .product-images {
	float: left;
	width: 30%;
	margin-top: 5px;
	text-indent: 0;
}

.box .product-details,
.block .product-details {
	float: right;
}

.box .product-checkbox,
.block .product-checkbox {
	float: left;
	padding: 0 5px 0 0;
}

.box .product-names,
.block .product-names {}

.box a.link-cart,
.block a.link-wishlist {
	 color: #333;
	 font-size: 92%;
	 display: block;
}

.block .product-name {
	margin: 0;
}

.block .btn-remove {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 1px;
}

/*Product Tags---*/
.block-tags,
.block-tags ul {
	border: none;
	margin: 0;
}

#ja-current-content .block-tags ul,
#ja-current-content .block-tags ul {}

.block-tags li,
.block-tags li {
	display: inline;
	margin: 0 3px !important;
}

.block-tags li a,
.block-tags li a{
	color: #333;
}

.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus,
.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus {
	color: #5f5f5f;
}

.block-tags small,
.block-tags small {
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
	text-align: left;
	line-height: normal;
}

.block-tags .actions a {	
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
}

/*Newsletter---*/

.block-subscribe label {
	margin: 0 0 10px 0;
	display: block;
}

input#newsletter {
	background: #fff;
	border-color: #d5d5d5 #f3f3f3 #f3f3f3 #f3f3f3;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	padding: 7px 10px;
	vertical-align: middle;
	width: 204px;
}


/*Mini Cart---*/
#ja-cart {}

.block-cart {}

.block-cart .block-title {
    padding:10px 12px; background:#414144 url('../images/icon_cart.png') 94.5% 50% no-repeat; box-shadow:0 3px 1px rgba(0,0,0,.1);
}
.block-cart .block-title strong span { font-size:14px; }

#ja-col2 div.block-cart .block-content .block-subtitle {
	margin: 0 -20px 10px -20px;
}

#ja-col2 div.block-cart .block-content .block-subtitle {
	border-top: 1px solid #413838;
}

.block-cart .actions,
#ja-col2 div.block-cart .block-content .actions {
	margin-bottom: 0;
}

.block-cart .paypal-logo {
	text-align: left;
}

.block-cart .paypal-logo a {
	float: none;
}

.block-cart ol li {
	overflow: visible;
}

/*Mini Wishlist---*/
.block-wishlist a {
	font-weight: bold;
	float: none;
}

.block-wishlist .block-subtitle {
	margin: -10px 0 0 0;
}

.block-wishlist .actions a {
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
}

.mini-products-list .product-details {
	margin-left: 70px;
	float: none;
    font-size:11px;
}

.mini-products-list .product-image {
	float: left; 
	width: 60px;
    border:1px solid #fff;
}
.mini-products-list .product-image:hover { border-color:#ccc; }

.mini-products-list .price-box {
	clear: none;
}

.mini-products-list .product-name {
	margin: 0 0 5px;
    font-size:12px;
}
.mini-products-list .product-name a { color:#BC4033; }
.mini-products-list .cart-edit { margin:5px 0; }
.mini-products-list .cart-edit a { color:#78A12E; }
.mini-products-list .cart-edit .btn-remove { margin-left:0; float:none; }

.block-wishlist small {
	color: #646464;
}

/*Compare Products, Orders---*/
.block-reorder .block-subtitle {
	margin: 0;
	padding-top: 0;
}

.block-reorder .actions {}

.block-reorder .product-name{}

.block-reorder input.checkbox { margin-right: 20px; }

#cart-sidebar-reorder li.item {}

.block-compare {}

.block-compare .block-content { padding-top: 10px; }

#ja-col2 div.block-compare .block-content .block-content-inner2 {
	padding-top: 10px;
}

.block-compare p {}

.block-compare p.no-item {}

.block-compare .block-title small {
	display: none;
}

.block-compare ol#compare-items li {
	border-top: none;
	text-indent: 0;
}

#ja-col2 .block-compare ol#compare-items li{
	border-color: #413838;
}

.block-compare a.left {
	margin-top: 3px;
	float: right;
}

.block-compared .block-title strong {
	line-height: 25px;
}

.block-compared ol#recently-compared-items li a{
	background: url(../images/bullet1.gif) no-repeat left 14px;
	text-indent: 0;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #f3f3f3;
	display: block;
	color: #333;
}

ol#recently-compared-items li a:hover,
ol#recently-compared-items li a:active,
ol#recently-compared-items li a:focus {
	color: #5f5f5f;
	text-decoration: none;
	background-image: url(../images/bullet1-hover.gif);
}

.block-compare .actions {
	border-top: 1px solid #f3f3f3;
}

.block-compare #compare-items a,
.block-compare .product-names a {

}

.block-compare #cart-sidebar-reorder li{
	border-bottom: 1px solid #f3f3f3;
	border-top: none;
	text-indent: 0;
}

/*Mini Product View---*/
.mini-product-view ol#recently-viewed-items li {text-indent: 0;border-bottom: 1px solid #f3f3f3; border-top: none;}

.block-viewed .block-content { padding-top: 10px; }

.block-viewed .block-title strong {
	line-height: 25px;
}

#ja-col2 div.block-viewed .block-content .block-content-inner2 {
	padding-top: 10px;
}

/*Poll---*/
.block-poll .block-content {
	padding: 0;
}

.block-poll .block-subtitle {
	padding: 10px 20px;
}

.block-poll ul,
.block-poll ol {
	margin: 10px 0;
}

.block-poll li{
	padding: 4px;
	vertical-align: middle;
}

.block-poll .right {
	float: left;
}

.poll_vote {
	margin-left: 0;
}

.block-poll .actions {
	margin: 15px 0 0;
}

/*Relate Products----*/
.block-related .block-content {
	padding: 0;
}

.block-related .product-details p {
	margin: 0;
}

.block-related ol li {
	position: relative;
	padding: 20px 0 !important;
}

.block-related ol li.last {
	padding-bottom: 0 !important;
}

.block-related .product-images {
	position: absolute;
	left: 0;
	top: 5px;
	padding-left: 18px;
	overflow: hidden;
}

.block-related .product-image{
	float: left;
}

.block-related .product-images .checkbox-container {
	position: absolute;
	top: 15px;
	left: 0;
}

.block-related .product-details {
	display: block;
	width: auto;
}

.block-related input.checkbox {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

/*Layered Navigation---*/
.block-layered-nav { margin:0; background:#FAFAFA; border:1px solid #CF0013; }
    #ja-col1 .block-layered-nav { margin:0; }

.block-layered-nav .block-title { padding:10px; box-shadow:0px 3px 1px rgba(0,0,0,.1); background:#CF0013; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; border-radius:0; }

.block-layered-nav .block-title strong {}

.block-layered-nav .block-title strong span{}

.block-layered-nav .block-content {
	padding: 10px 0 15px;
}

.block-layered-nav .block-subtitle { padding: 10px 0; }

.block-layered-nav .actions,
.block-layered-nav .border-creator { font-size: 92%; }

.block-layered-nav .border-creator h4 {
	background: none;
	color: #efefef;
	padding: 8px 15px;
	font-size: 100%;
	text-transform: uppercase;
	border: none;
	border-bottom: 5px solid #f3f3f3;
}

.block-layered-nav ol.narrowed-category {
	padding: 5px 0;
	background: #efefef;
	margin: 0 !important;
}

.block-layered-nav ol li { padding: 6px 20px; }

.block-layered-nav ol.narrowed-category li {
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0;
}

.block-layered-nav .narrowed-category li .label {
	padding-left: 22px;
	background: url(../images/bullet.gif) no-repeat 15px 5px;
	font-weight: normal;
}

.block-layered-nav .widget-btn {
	float: right;
	margin: 2px 8px 0 5px;
}

#narrow-by-list {}

#narrow-by-list ol{
	margin: 0;
	padding: 4px 0;
}

.block-layered-nav dl { padding: 0; }

.block-layered-nav dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

.block-layered-nav dd { padding: 0; }

.block-layered-nav dd li {
	background: none;
	border-bottom: 1px solid #f3f3f3;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-col2 .block-layered-nav dd li {
	border-color: #413838;
}

.block-layered-nav dd li a {
	color: #333;
	display: inline;
	outline: none;
	padding: 6px 0 6px 5px;
	text-decoration: none;
	text-indent: 0;
	line-height: 30px;
}

#ja-col2 .block-layered-nav dd li a {
	color: #d5d5d5;
}

.block-layered-nav dd li a:hover,
.block-layered-nav dd li a:active,
.block-layered-nav dd li a:focus,
#ja-col2 .block-layered-nav dd li a:hover,
#ja-col2 .block-layered-nav dd li a:active,
#ja-col2 .block-layered-nav dd li a:focus {
	color: #9cbb30;

}

.block-layered-nav dd.last li {}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.category-image {
	margin: 0;
	padding: 0 20px;
}

.catalog-listing { padding: 10px 0 0 0; }
.category-products { padding: 10px 0 0 0; }
.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .button, /*addtocart btn*/
.catalog-listing .out-of-stock, /*oos msg*/
.category-products h2, /*product name*/
.category-products .product-image, /*product name*/
.category-products .price-box, /*product price*/
.category-products .button, /*addtocart btn*/
.category-products .out-of-stock, /*oos msg*/
.category-products .actions {
	margin: 10px 0 10px;
}

.catalog-listing .ratings, /*product rating*/
.category-products .ratings /*product rating*/ {
	margin: 10px 0 10px;
}

.catalog-listing .pdescription, /*product info*/
.category-products .pdescription /*product info*/ {
	margin: 0 0 10px;
}

.category-products .button,
.catalog-listing .button {
	float: left;
}

.category-products .button {
	float: none;
}

.category-products .add-to,
.catalog-listing .add-to {
	float: left;
	margin: 0;
	font-size: 100%;
}

.catalog-listing .price-box,.category-products .price-box { margin-bottom: 0; }

.category-products h2.product-name,
.catalog-listing h5.product-name {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	border: none;
	position: relative;
	/*background: url(../images/dot.gif) repeat-x left bottom;*/
	height:50px;
}

.category-products h2.product-name a,
.catalog-listing h5.product-name a {
	display: block;
	background: none;
	border: none;
	text-transform: capitalize;
	margin: 0;
	font-size: 150%;
	font-weight: normal;
	color: #608D1C;
	font-weight:bold;
}

.category-products h2.product-name a {
	font-size: 140%;
	line-height: 1.2em;
	font-weight: bold;
}

.category-products li.item img,
.catalog-listing img {
	border: 1px solid #f3f3f3;
	padding: 5px;
}

.category-products h2.product-name a,
.catalog-listing h5 a{}

.category-products .product-name a:hover,
.category-products .product-name a:focus,
.category-products .product-name a:active {
	text-decoration: none;
	color: #5f5f5f;
}

.catalog-listing .price-box,.category-products .price-box {
	display: block;
}

.catalog-listing .add-to {}

.category-products .add-to-links { clear: both; }

.category-products .add-to-links li {
	display: inline;
}

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist,
.category-products .add-to-links a {}

.catalog-listing .add-to a:hover,
.catalog-listing .add-to a:active,
.catalog-listing .add-to a:focus,
.category-products .add-to-links a:hover,
.category-products .add-to-links a:active,
.category-products .add-to-links a:focus {
	text-decoration: none;
}

.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist {
}

.catalog-listing .add-to .pipe,
.category-products .add-to-links .separator {
}

.ja-dot {
	background: url(../images/dot.gif) repeat-x left top;
	clear: both;
}


/*List Type---*/
.products-list {
	clear: both;
	padding: 0;
}

.products-list .item {
	padding: 15px 0;
	border-bottom: 1px solid #f3f3f3;
	overflow: hidden;
}

.products-list .item.last {
	border: none;
}

.products-list .product-image {
	float: left;
	width: 220px;
	text-align: left;
	margin: 0;
}

.products-list .product-shop {
	width: 400px;
	float: right;
}

.products-list .product-shop .desc {
	clear: both;
}

.products-list .product-shop .price-box {
	float: left;
	text-align: left;
	white-space: nowrap;
	padding: 0 20px 0 0;
	margin: 0;
}

.products-list .add-to {
	margin-bottom: 0;
	font-weight: bold;
}

.products-list .product-shop p.add-to a {
	margin: 0 5px;
}

.products-list h2.product-name {
	margin-top: 0;
	line-height: normal;
}

.products-list .regular-price {
 	line-height: 30px;
}
/*Grid Type---*/
.products-grid {
	clear: both;
	padding: 10px 0;
}

.products-grid.last {
	border: none;
}

.products-grid .ja-dot {
	height: 1px;
	margin: 5px 0;
	width: 100%;
	clear: both;
}

.products-grid .ja-dot.last {
	background: none;
	margin: 0;
}

.products-grid .product-image, 
.products-grid .product-information,
.products-grid h2.product-name, /*product name*/
.products-grid .ratings,
.products-grid .no-rating {
	margin-left: 10px;
	margin-right: 10px;
}

.products-grid h2.product-name,
.products-grid .ratings,
.products-grid .no-rating,
.products-grid .product-information {
	text-align: left;
	padding-left: 5px;
}

.products-grid .no-rating small {
	color: #5f5f5f;
}

.products-grid .btn-cart  /*addtocart btn*/ {
	margin: 0;
}

.products-grid .ratings {}

.products-grid .ratings a {
	color: #5f5f5f;
}

.products-grid .first h2, /*product name*/
.products-grid .first .product-image, /*product name*/
.products-grid .first .product-information,
.products-grid .first .ratings,
.products-grid .first .no-rating  {
	margin-right: 20px;
	margin-left: 0;
}

.products-grid .last h2, /*product name*/
.products-grid .last .product-image, /*product image*/
.products-grid .last .product-information,
.products-grid .last .ratings,
.products-grid .last .no-rating   {
	margin-left: 20px;
	margin-right: 0;
}

.products-grid .product-image {
	display: block;
	margin-top: 0;
}

.products-grid .price-box {
	margin-top: 0;
	margin-bottom: 0;
}

.products-grid .ratings {
	margin-bottom: 0;
}

.products-grid h2 {}

.products-grid h3.product-name {
	font-size: 110%;
}

.products-grid h3.product-name a {}

.products-grid td,
.products-grid th {
	padding: 8px 0;
}
.products-grid h2 a {}

.products-grid h2 a:hover,
.products-grid h2 a:active,
.products-grid h2 a:focus {
	text-decoration: none;
}

.products-grid ol.grid-row {
	border-bottom: 1px dotted #f3f3f3;
}

.products-grid li.item {
	padding: 0 0 20px 0;
	float: left;
	width: 33%;
}

.products-grid li.first {}

.products-grid li.last {
	border: none;
}

.listing-type-grid ol.odd,.products-grid ol.odd	{}
.listing-type-grid li.last,.products-grid li.last {}

.products-grid .product-information {}

.product-image a {
	display: block;
}

.product-image img {}

.products-grid .ratings {
	margin-bottom: 10px;
}

.products-grid .rating-box {
	margin-bottom: 0;
}

.products-grid .actions {
	margin-bottom: 0;
}

.products-grid .separator {}

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {
	padding: 10px 0;
}

.product-essential, .product-collateral { clear: both; }

.product-essential { padding: 0 0 15px 0; } 

.product-img-box { width: 210px; padding: 0; margin-top: 10px;}

.product-essential .product-shop { width: 420px;}

.product-collateral {}

/*PRODUCT TABS */

#ja-tab-products {
	display: none;
	background: #fff;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

ul.ja-tab-navigator {
	background: #efefef;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}

ul.ja-tab-navigator li{
	float: left;
	line-height: 30px;
	padding: 0 10px;
}

ul.ja-tab-navigator li.first {}

ul.ja-tab-navigator li.active {
	background: #fff;
}

.ja-tab-content {
	border: 1px solid #d5d5d5;
	border-top: none;
}

ul.ja-tab-navigator li a {
	font-weight: normal;
	line-height: 30px;
	font-size: 100%;
	margin: 0;
	padding: 5px 5px !important;
	border: none;
}

ul.ja-tab-navigator li a:hover,
ul.ja-tab-navigator li a:focus,
ul.ja-tab-navigator li a:active{
	color: #5f5f5f;
	text-decoration: none;
}


ul.ja-tab-navigator li.active a {
	color: #9cbb30 !important;
	text-decoration: none;
}

.ja-tabitem-producttags h5 {
	margin-top: 0;
}

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 190px;
	overflow: hidden;
	position: relative;
	width: 190px;
	z-index: 1;
	margin: 0;
	border: 5px solid #f3f3f3;
}

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	margin: 15px;
}

.image-zoom,
.zoom {
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px auto;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
}

.image-zoom #track,
.zoom #track {
	height: 24px;
	position: relative;
}

.image-zoom #handle,
.zoom #handle {
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.image-zoom .btn-zoom-out,
.zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px;
}

.image-zoom .btn-zoom-in,
.zoom .btn-zoom-in {
	position: absolute;
	right: 10px;
	top: 7px;
}

.product-img-box #track_hint { color: #333; }

.product-img-box .more-views {
	margin-top: 20px;
}

.product-img-box .more-views ul {
	background: white;
	float: left;
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: 56px;
	width: 56px;
	float: left;
	border: 0;
}
.product-img-box .more-views li a img {
	height: 54px;
	width: 54px;
}
.product-img-box .more-views li a:hover {
	border: 1px solid #5f5f5f;
}

/*Product Info---*/
.product-essential .product-name {
    color:#78A22F;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
}

.product-essential .link-mail,
.product-essential .link-productalert,
.product-essential .link-reviewwrite {
	display: block;
}

.product-essential .ratings {}

.product-essential .availability {
	margin: 10px 0;
}

.product-essential .price-box {
	margin: 10px 0;
}

.product-essential h4 {
	margin: 15px 0 5px;
	font-size: 100%;
	text-transform: uppercase;
}

.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .add-to-holder .add-to-cart-box {
	width: 220px;
}

.product-essential .add-to-links {}

.product-essential .short-description {}

/*Product Options---*/
.product-options {
	border: 1px solid #f3f3f3;
	margin: 20px 0 0;
	padding: 10px 15px;
	background: #fefefe;
}

.product-options dt {
	padding: 10px 0 0;
	margin: 0 0 10px;
}

.product-options dt label {
	color: #333;
	font-weight: bold;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #333;
	padding: 3px;
}

.product-options dd {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #f3f3f3;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: none;
}

.product-options dd input.input-text {
	width: 90%;
}

.product-options dd textarea {
	height: 8em;
	width: 90%;
}

.product-options dd select {}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #efefef;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {}

.product-options-bottom {
	padding: 10px 20px;
	border: 1px solid #f3f3f3;
	border-top: 3px solid #f3f3f3;
	background: #f3f3f3;
}

.product-options-bottom .product-pricing {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-options-bottom .price-tax {
	float: none;
}

.product-options-bottom .add-to-cart {
	float: right;
}

.product-options-bottom .add-to-cart .button {
	margin-bottom: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

dl.item-options dt {
	font-weight: bold;
}

dl.item-options dd {
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat 5px center;
}

/*Product Collateral---*/
.product-collateral .collateral-box,.product-collateral .box-collateral {
}

.box-collateral h2,
.collateral-box h2{
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 20px 0;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
	color: #101010;
}

.product-collateral .head {
	background: #fff;
	color: #333;
	line-height: normal;
	display: block;
	padding: 10px 0;
	margin: 0 -10px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

.product-collateral .box-collateral h3 {
	font-size: 100%;
	line-height: 20px;
	margin: 10px;
}

.product-collateral .box-collateral .product-tags {
	margin: 0 20px;
}

.product-collateral .collateral-box h4,
.product-collateral .box-collateral h4 {
	font-size: 100%;
	float: left;
	padding-left: 10px;
	line-height: 20px;
}

.product-collateral .collateral-box h5,
.product-collateral .box-collateral h5 {
	margin: 10px 0 5px;
	font-size: 100%;
}

/*Product Description*/
.product-collateral .std {
	border: none !important;
	padding: 10px 20px;
}

.product-collateral .product-specs {padding: 8px 0;}

.product-collateral .product-specs ul,
.product-essential .short-description ul {
	list-style: disc;
	margin-left: 15px;
}

.product-collateral .product-specs ol,
.product-essential .short-description ol {
	list-style: decimal;
	margin-left: 15px;
}

.product-collateral .product-specs td,
.product-essential .short-description td {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.product-collateral .product-specs th,
.product-essential .short-description th {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	background: #fff;
}

.product-collateral .product-specs table,
.product-essential .short-description table {
	border-top: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
}

/*Additional Information*/
.product-collateral .attribute-specs {
	padding: 0 20px;
	overflow: hidden;
}

.product-collateral .attribute-specs table {
	border: 1px solid #d5d5d5;
}

.product-collateral .attribute-specs .label {
	font-weight: bold;
	white-space: nowrap;
	width: 20%;
	border-right: 1px solid #d5d5d5;
}

.product-collateral .attribute-specs .odd td {
	background: #efefef;
	border-bottom: 1px solid #d5d5d5;
}

.product-collateral .attribute-specs .even td {
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
}

.product-collateral .attribute-specs .data {}

/*related product*/
.product-collateral .box-up-sell .head {}

.product-collateral .box-up-sell .products-grid {}

.product-collateral .box-up-sell .products-grid td {
	text-align: left;
	vertical-align: top;
	border: none;
}

.product-collateral .box-up-sell .products-grid h2, 
.product-collateral .box-up-sell .products-grid .product-image, 
.product-collateral .box-up-sell .products-grid .ratings, 
.product-collateral .box-up-sell .products-grid .price-box, 
.product-collateral .box-up-sell .products-grid .out-of-stock, 
.product-collateral .box-up-sell .products-grid .add-to, 
.product-collateral .box-up-sell .products-grid .actions, 
.product-collateral .box-up-sell .products-grid .product-name {
	margin-left: 10px;
	margin-right: 10px;
}

.product-collateral .box-up-sell .rating-box {
	float: none;
}

.product-collateral .box-up-sell .rating-links{
	clear: both;
	margin: 10px 0;
}

#upsell-product-table {
	padding: 10px 20px;
}

/*reviews*/
#customer-reviews h2,
#review-form h2{
	display: none;
}
#customer-reviews {
	margin-bottom: 0;
	overflow: hidden;
}

#customer-reviews .pager {
	margin: 20px;
	width: auto;
	border: none; 
	padding: 5px 0;
	background: #f1f1f1;
	line-height: 20px;
}

#customer-reviews dl {
	margin-bottom: 15px;
	border-bottom: none;
	margin-left: 20px;
	margin-right: 20px;
}

#customer-reviews dl label {
	color: #fff;
}

#customer-reviews dl p {
	clear: both;
}

#customer-reviews dl a {
	color: #9cbb30;
}

.product-review-box {
	padding-bottom: 10px;
}

.product-review-box table {
	margin: 8px 0 0;
	width: 456px;
}

.product-review-box td,
.product-review-box th {
	text-align: center;
}

.product-review-box td.label {
	text-align: left;
	width: 100px;
}

#ja-tabitem-reviewform .button-set {
	padding: 8px 0;
}

#ja-tabitem-reviewform .buttons-set .button {
	float: left;
}

#review-form {
	margin: 0 20px 20px;
}

#product-review-table {
	width: 500px;
}

#review-form .buttons-set {
	width: 500px;
}

/*tags*/
.add-tag-box,.form-add {
	display: block;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}

.form-add h2 {
	padding: 0 20px;
}

.form-add label {
	width: 100%;
	margin: 10px 0 5px;
	display: block;
}

.product-collateral .add-tag-box .input-box,
.product-collateral .add-tag-box fieldset {
	float: left;
}

.product-collateral .form-add .input-box,
.product-collateral .form-add fieldset {
	float: left;
}

.product-collateral .add-tag-box .input-box .input-text,
.product-collateral .form-add .input-box .input-text,
.product-collateral .form-add .input-box textarea {
	width: 480px;
	float: left;
	padding: 7px 10px;
}

.product-collateral .form-add .input-box textarea {
	height: 175px;
}

#addTagForm {
	padding: 10px 20px;
}

#addTagForm .form-add .input-box .input-text {
	width: 220px;
}

.product-collateral .add-tag-box .form-button-alt,
.product-collateral .form-add .button {
	margin-left: 5px;
}

.note {
	margin: 10px 20px;
}

.tags-list {
	padding: 10px 0 0 0;
}

.tags-list li,
.product-tags li {
	background: url(../images/sep-vline.gif) no-repeat 100% 3px;
	display: inline;
	padding: 0 8px 0 4px;
}

.tags-list li.first,
.product-tags li.first {
	padding-left: 0;
}

.tags-list li.last,
.product-tags li.last {
	background: none;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	font-size: 115%;
	font-weight: bold;
	display: block;
	border-top: 1px solid #f3f3f3;
	padding-top: 15px;
	margin-bottom: 5px;
}

.giftmessages .group-select,
.giftmessages .fieldset {
	margin-top: 5px;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	color: #5f5f5f;
	font-weight: bold;
}

.giftmessages .gift-box {
	padding: 5px 16px 15px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	padding-right: 20px;
	background: none !important;
	border: none !important;
}

.giftmessages .giftmessage-product-info {
	padding: 0 0 0 5px !important;
	border: 0 !important;
	font-size: 125%;
}

.giftmessages .numeration {
	color: #333;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #333;
}

.giftmessages .group-select li .input-box,
.giftmessages .fieldset li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea,
.giftmessages .fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 495px;
}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea,
.giftmessages .fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 235px;
}

.giftmessages .group-select li .input-box select,
.giftmessages .fieldset li .input-box select {
	width: 256px;
}

/*CHECKOUT
----------------------------------------------------------------*/ 
.form-list li .input-box select.address-select {
	width: 530px;
}

.sp-methods dd {
	margin-bottom: 10px;
}

.payment-methods dt {
	padding: 5px 0;
}

.payment-methods dd {
	padding: 0 25px;
}

.payment-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.payment-methods select.year {
	width: 100px !important;
}

.payment-methods input.cvv {
	width: 3em !important;
}

.checkout-types li img {
	width: 135px;
}

.page-head-alt .checkout-types li img{
	margin-top: 4px;
}

input.validate-one-required-by-name {
	margin-left: 0;
}

/*Shopping Cart---*/
#shopping-cart-table tfoot td {
	border-top: none;
}

.shopping-cart {
	margin-bottom: 0;
}

.shopping-cart th .tax-flag {
	display: block;
	font-size: 92%;
	font-weight: normal;
}

.shopping-cart tr.error {
	background: #cc0000 !important;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}

td.attributes-col {}

td.attributes-col ul {
	margin: 5px 0;
}

td.attributes-col dt {
	margin-top: .5em;
}

td.attributes-col dd ul {
	list-style: disc;
	margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
	margin-left: 15px;
}

td.attributes-col h4.title {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

td.attributes-col h4.title a {
	font-weight: bold;
}

.cart-collaterals .totals {
	border: 1px solid #f3f3f3;
	float: right;
	margin-top: 20px;
	margin-right:15px;
	width: 25%;
	padding: 0;
}

.cart-collaterals .totals col {}

.cart-collaterals .totals table {
	width: 100%;
	background: #efefef;
}

.cart-collaterals .totals td {
	padding: 5px 15px;
}

.cart-collaterals .totals tr.last td {}

.cart-collaterals .totals tfoot td {
	font-size: 92%;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 5px 15px;
}

.cart-collaterals .totals tfoot td .price {
	color: #5f5f5f;
}

.cart-collaterals .totals ul.checkout-types {
	padding: 0;
	margin: 10px 0 0;
}

.cart-collaterals .totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: center;
}

.cart-collaterals .totals ul.checkout-types li a {
	color: #9cbb30;
}

.cart-collaterals .totals ul.checkout-types li img {
	width: 135px;	
}

.cart-collaterals .totals ul.checkout-types li big {
	font-weight: bold;
}

.cart-collaterals .totals .btn-checkout {
	display: inline;
	float: none;
}

/*Tax details---*/
tr.summary-total {
	cursor: pointer;
}

tr.summary-total .summary-collapse {
	float: right;
	padding: 0px 0 0 15px;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;	
}

tr.show-details .summary-collapse {
	background-position: 0 -53px;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #efefef;
}

.summary-details td {
	color: #333;
}

.summary-details-first td {
	border-top: 1px dashed #efefef;
}

/*Collaterals---*/
.cart-collaterals .col2-set {
	margin: 20px 0;
	float: left;
	width: 71%;
}

.cart-collaterals .col2-set #discount-coupon-form,
.cart-collaterals .col2-set .shipping {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
}

.cart-collaterals .col2-set .box .button {
	margin-left: 5px;
}

.cart-collaterals .col2-set .discount h2, 
.cart-collaterals .col2-set .shipping h2 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: 23px;
	margin: 0;
	font-size: 100%;
}

.cart-collaterals .col2-set .discount h2 {
	background-image: url(../images/icon_asterick.gif);
}

.cart-collaterals .col2-set .shipping h2 {
	background-image: url(../images/icon_lorry.gif);
}

.cart-collaterals .col2-set .discount .discount-form {
	display: block;
	overflow: hidden;
}

.cart-collaterals .col2-set .discount .input-text  {
	width: 250px;
}

.cart-collaterals .col2-set .discount .input-box, .cart-collaterals .col2-set .discount .buttons-set {
}

.cart-collaterals .col2-set .discount .input-box {
	margin-bottom: 10px;
}

.cart-collaterals .col2-set .shipping-estimate select {

}

.cart-collaterals .col2-set .shipping-estimate select option {
	width: auto !important;
	overflow: visible;
	display: block;
}

.cart-collaterals .col2-set .shipping .buttons-set .button,
.cart-collaterals .col2-set .discount .button {
	float: none;
	margin-left: 0;
	margin-right: 5px;
}

.cart-collaterals .col2-set .crosssell {
	padding-right: 10px;
}

.cart-collaterals .col2-set .crosssell h2 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 100%;
}

.cart-collaterals .col2-set .crosssell ul {
	margin: 0;
}

.cart-collaterals .col2-set .crosssell li.item {
	border-top: 1px solid #f3f3f3;
	padding: 15px 5px;
	display: block;
	overflow: hidden;
}

#crosssell-products-list .add-to-links li {
	padding: 10px 0;
	border: none;
}

.cart-collaterals .col2-set .crosssell .product-image {
	float: left;
	width: 95px;
}

.cart-collaterals .col2-set .crosssell .product-details {
	width: 190px;
	float: left;
}

.cart-collaterals .col2-set .crosssell .product-details .price-box {
	margin: 5px 0;
}

.cart-collaterals .col2-set .crosssell .product-details h3 {
	font-size: 115%;
	margin: 0 0 5px;
}

.cart-collaterals .col2-set .crosssell .product-details .button {
	margin: 0 0 5px;
}

.cart-collaterals .col2-set .crosssell .product-shop small {
	background: url(../images/bullet_plus.gif) no-repeat left center;
	padding-left: 12px;
}

.cart-collaterals .col2-set .crosssell .product-shop small a {
	color: #333;
}

.grand_total {
	background: #efefef;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*One-Page checkout---*/
.opc {
	margin: 0;
	padding: 10px 0;
}

.opc li.section {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.opc .step {
	padding: 15px;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.opc .group-select,
.opc .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .group-select li,
.opc .fieldset li {
	padding-left: 0;
}

.opc .box {
	background: #FFFFFF;
	border: 0;
	padding: 15px 0;
	margin: 0;
}

.opc .step-title {
	background: #efefef;
	border: 1px solid #f3f3f3;
	padding: 5px 15px;
	overflow: hidden;
	margin: 0;
}

.opc .tool-tip {
	right: 8px;
}

.opc .step-title a {
	visibility: hidden; /* Hide Edit button in step header */
}

.opc h4 {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	background: #333;
	padding: 0 4px;
	color: #efefef;
	float: left;
	margin-right: 10px;
}

.opc h2 {
	margin: 0;
	line-height: 20px;
	font-size: 1.05em;
	float: left;
}

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #333;
	font-size: 115%;
}

/*Allow box*/
.opc .allow .step-title {
	background: url(../images/icon_accept.gif) no-repeat 98% center #efefef;
	cursor: pointer;
}

.opc .allow h2 {}

.opc .active h2 {}

.opc .allow .number {
	background: #5f5f5f;
	border: 1px solid #5f5f5f;
	color: #FFFFFF;
}

/*Active box*/
.opc .active {
}

.opc .active .step-title {
	background: #5f5f5f;
	cursor: default;
	border-color: #5f5f5f;
	color: #fff;
}

.opc .active h3 {}

.opc .active .number {
	background: #FFFFFF;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
}

.opc .active .box {
	background: none;
	display: block;
}

.opc .active .group-select {

}

.opc .alloq .step-title a {
	display: block; /* Display Edit button in active selection */
}

.opc dd .form-list {
	margin: 0;
}

.opc dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.opc .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Login*/
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {
	width: 47%;
}

.col2-alt-set .col-1 {
	position: relative;
}

/*Checkout Step Review*/
#checkout-step-review {
	border-bottom: 1px solid #f3f3f3;
}

/*Checkout Progress---*/
/*Side Box*/
.block-progress .block-content {
	padding: 0;
}

.block-progress .block-title strong {
	line-height: 25px;
}

#ja-col2 div.block-progress .block-content .block-content-inner2 {
	padding-top: 10px;
}

.block-progress dl {
	margin: 0;
}

.block-progress dt h4{
	font-size: 100%;
}

.block-progress dl dt {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	text-indent: 5px;
	padding: 8px 0;
}

.block-progress dt.complete {
}

.block-progress dt h4.complete {
	margin-bottom: 10px;
}

.block-progress dd.complete {
	padding: 10px 20px;
	background: #fff;
}

.opc .box-no-padding {
	padding: 15px 0px;
}

.opc .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	margin-top: 0;
	padding-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

#opc-review .data-table {
	border-right: 0;
	border-left: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.opc a.back {
	background: url(../images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.opc .payment-methods dd {
	padding: 0;
}

/*Table*/
.checkout-progress {
	margin: 20px auto 20px;
	width: 100%;
	background: #efefef;
	overflow: hidden;
}

.checkout-progress li {
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
}

.checkout-progress li.active {
	color: #FFFFFF;
	background: #5f5f5f;
}

/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin: 15px 0;
}

.multiple-checkout {
	position: relative;
}

.multiple-checkout .box {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #f3f3f3;
}

.multiple-checkout h2.legend {
	background: #efefef;
	color: #333;
	border: 1px solid #f3f3f3;
	font-size: 115%;
	padding: 2px 8px;
	position: relative;
}

.multiple-checkout h3.legend {
	border-bottom: 3px solid #f3f3f3;
	font-size: 115%;
	padding: 2px 8px;
}

.multiple-checkout .content {
	padding: 15px 8px;
	font-size: 100%;
}

.multiple-checkout .count-head,
.multiple-checkout .count-head-alt {
	border: 1px solid #f3f3f3;
	background: #efefef;
	padding: 8px;
}

.multiple-checkout .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #f3f3f3;
}

.multiple-checkout .count-head h4,
.multiple-checkout .count-head-alt h4 {
	margin: 0;
	font-size: 100%;
}

.multiple-checkout .head {
	border-bottom: 1px solid #f3f3f3;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
}

.multiple-checkout .head h4{
	padding: 0;
}

.multiple-checkout .head h5 {
	margin: 0;
	padding: 0 15px;
	float: none;
	font-size: 100%;
	color: #333;
	line-height: 30px;
}

.multiple-checkout .head a {
	float: none;
	padding: 0;
}

.multiple-checkout .form-list {
	margin: 0;
}

.multiple-checkout .form-list ul {
	margin: 5px 0 15px;
}

.multiple-checkout .place-order-box {
	width: 100%;
}

.multiple-checkout .place-order-box .main-radius {
	width: 550px;
}

.multiple-checkout .place-order-box #review-buttons-container {
	float: right;
}

.shipment-count {
	background: #5f5f5f;
	color: #FFFFFF;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}

.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.shipping-method-pointer {
	background: #efefef;
	border: 1px solid #f3f3f3;
	padding: 10px;
	position: relative;
}

.box .content .shipping-method-pointer img.pointer {
	position: absolute;
	right: -40px;
	top: -20px;
	border: none;
	background: none;
}

.place-order {
	float: right;
	line-height: normal;
	padding: 15px 0;
}

.place-order .grand-total big{
	font-size: 200%;
	float: left;
	padding: 0 15px;
}

.place-order #review-buttons-container {
	float: right;
}

.place-order .grand-total .inner {
	padding: 0 !important;
}

.place-order .grand-total .price {
	color: #5f5f5f;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

.col-wide h3,
.col-wide h4 {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	line-height: normal;
	margin-top: 20px;
}

.col-wide h3 a,
.col-wide h4 a {
	color: #9cbb30;
}

.col-wide h3.product-name a,
.col-wide h4.product-name a{
	color: #333;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #efefef;
	border: 1px solid #f3f3f3;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	border: 1px solid #f3f3f3;
	border-width: 0 1px;
	padding: 5px 20px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #FFFFFF;
	border-color: #efefef;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/
#login-form { padding: 10px 0 0 0; }

#login-form .login-box {
	padding: 20px;
}

.login-box h4,
#login-form h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 115%;
	border: 1px solid #d5d5d5;
	padding: 7px 15px 7px 27px;
}

.login-box .new-users h4,
#login-form .new-users h2 {
	background: url(../images/icon_page_white.gif) no-repeat 5px center #efefef;
}

.login-box .registered-users h4,
#login-form .registered-users h2 {
	background: url(../images/icon_page_white_text.gif) no-repeat 5px center #efefef;
}

.login-box .button-set,
#login-form .buttons-set {
	padding: 8px 0;
	border-top: 3px solid #d5d5d5;
	margin: 0 0 10px;
}

#login-form .buttons-set {
	height: 30px;
}

#login-form .buttons-set a{
	float: left;
	line-height: 30px;
}

#login-form .buttons-set .button {
	float: right;
}

.login-box .content,
#login-form .content {
}

#form-validate { padding: 10px 0 0 0; }

/*Email To A Friend---*/
#product_sendtofriend_form {}
#product_sendtofriend_form .left  { margin-right: 30px; float: left; }
#product_sendtofriend_form .right  { float: right; }
#product_sendtofriend_form .login-box { background: none; }
#product_sendtofriend_form .button{
	float: right;
	margin-left: 5px;
}

#product_sendtofriend_form .back-link{
	margin: 0;
}

#product_sendtofriend_form #add_recipient_button {
	margin: 0;
	float: right;
}

#recipients_options .additional-row p {
	float: right;
	width: 11px;
}

#recipients_options .btn-remove {
	float: right;
	margin-left: 0;
	margin-right: 0;
}

#product_sendtofriend_form #max_recipient_message {
	float: right;
}

#product_sendtofriend_form #max_recipient_message p {
	margin: 0;
}

.send-friend {
	padding: 0 20px;
}
/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.account-nav,
.block-account {}

.account-nav .head,
.block-account .block-title {
}

.account-nav .head h3,
.block-account .block-title h3 {
	float: left;
	line-height: 15px;
	margin-left: 15px;
	padding: 15px 0 5px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.block-account .block-content {}

.account-nav ul {}
.block-account li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #F3F3F3;
}

.account-nav li a, .account-nav li.current,
.block-account li a, .block-account li.current {
	display: block;
	outline: none;
	padding: 0;
	text-decoration: none;
	text-indent: 5px;
	line-height: 30px;
}

.account-nav li a:hover,
.account-nav li a:active,
.account-nav li a:focus,
.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	color: #9cbb30;
}

.account-nav li.current,
.block-account li.current {
	font-weight: bold;
	color: #9cbb30;
}

.account-nav li.last, .account-nav li.last a,
.block-account li.last, .block-account li.last a  {
	border-bottom: 0;
}

/*Dashboard---*/
.box-account {
	padding: 0 0 20px 0;
	clear: both;
}

.account-box .head,
.box-account .box-head {
	line-height: normal;
	display: block;
	border-bottom: 5px solid #d5d5d5;
	margin: 0 0 15px;
	text-align: right;
	overflow: hidden;
}

.my-account {}

.my-account .page-title {}

.my-account .box {
	background: none;
	border: none;
}

.account-box .inner-head,
.my-account .box .box-title {
	background: #efefef;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 30px;
}

.my-account .box .box-content {
	padding: 0 10px;
}

.order-info-box .box-payment .box-content {
	padding: 0;
}

.order-info-box .box-payment .box-content td, 
.order-info-box .box-payment .box-content th {
	padding: 8px 5px;
}

.my-account .box .box-title h2,
.my-account .box .box-title h3 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	color: #333;
}

.account-box h6,
.my-account h6 {
	text-transform: uppercase;
}

.account-box .head a,
.my-account .box-head a {
	float: right;
	line-height: 30px;
}

.account-main .account-box li,
.account-main .box-account li {
	padding: 5px 0;
}

.account-box ol li,
.my-account ol li {
	margin: 15px 0 0;
	overflow: hidden;
}

.account-box ol .count,
.my-account ol .count {
	float: left;
	font-size: 150%;
	font-weight: bold;
	background: #efefef;
	padding: 0 8px;
	margin-top: 4px;
	color: #333;
}

.account-box ol .content,
.my-account ol .content {
	margin-left: 35px;
}

.account-box ol,
.my-account ol  {
	padding: 0 5px;
}

.account-box ol#my_recent_reviews small,
.my-account ol#my_recent_reviews span,
.my-account ol#my_recent_reviews strong {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.account-box .product-images,
.my-account .product-images {
	width: 65px;
}

.account-box .product-images img,
.my-account .product-images img {}

.account-box .product-details,
.my-account .product-name {
	margin: 0 0 10px 10px;
	font-size: 100%;
}

.my-account .details{
	float: left;
	width: 570px;
}

.my-account .details .ratings {
	clear: both;
	margin-left: 10px;
}

#my_recent_tags span.number {
	float: left;
	font-weight: bold;
}

.my-account .details .tags {
	clear: both;
	overflow: hidden;
	margin-left: 10px;
}

.my-account .details .tags strong {
	float: left;
	margin-right: 10px;
}

.my-account .details .tags ul {
	overflow: hidden;
	float: left;
}

.my-account .details .tags ul li {
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#my-reviews-table .product-name {
	margin: 0;
}

.my-account .content { padding: 0; }
.my-account .ratings { margin: 0; }

.account-side .actions {
	border-top: 1px solid #f3f3f3;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.account-box .head h4,
.box-account .box-head h2 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 0 ;
}

.ad-orders .head h4 {
	background: url(../images/icon_folder_table.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
	margin: 0;
}

.ad-account-info .head h4 ,
.box-info .box-head h2{
	margin: 0;
}

.ad-tags .head h4 {
	background: url(../images/icon_ma_tags.gif) no-repeat 10px center !important;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-reviews .head h4 {
	background: url(../images/icon_ma_reviews.gif) no-repeat 10px center;;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-account-info p, .ad-account-info address, .ad-account-info h6 {
	margin-left: 8px;
	margin-right: 8px;
}

.ad-orders .data-table thead tr th {}

.order-access {
	padding: 10px;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 12px;
	background: url(../images/arrow.gif) no-repeat left center; 
}

.address-list li {
	margin-bottom: 15px;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
#my-orders-table tfoot td, #checkout-review-table tfoot td {

}

#my-orders-table tfoot tr.last {
	font-weight: bold;
	font-size: 115%;
}

#my-orders-table tfoot td.last,
#checkout-review-table td.last {
	border-left: 1px solid #f3f3f3;
	text-align: center;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: auto;
	vertical-align: top;
	background-image: none; 
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.compare-products tr.first td {
	border-top: 1px solid #f3f3f3;
}

.compare-products td.last {
	border-right: 1px solid #f3f3f3;
}

.compare-products tbody.attribute-cart td {
	background: #efefef !important;
	border-bottom: 1px solid #f3f3f3;
	text-align: center;
}

.compare-products td.label {
	background: #efefef !important;
	border-bottom: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	text-align: left;
	width: 120px !important;
}

.compare-products tbody.attribute-cart td.label {
	background: #efefef !important;
}

.compare-products tbody.remove-buttons tr {
	background: #FFFFFF;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
}

.compare-products h5 {
	font-size: 125%;
}

.compare-products .link-cart {
	display: block;
	clear: both;
}

/*Reviews---*/
.my-review-detail {
	padding: 0 15px;
}
 
.my-review-detail .product-image {
	float: left;
	width: 30%;
	text-align: center;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 65%;
}

.my-review-detail strong {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.my-review-detail .ratings-list {}

.my-review-detail .ratings {}

.my-review-detail .ratings .rating-box {
	float: none;
}

.my-review-detail .ratings .pipe {
	float: left;
}

.my-review-detail .ratings a {
	display: block;
	float: left;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #efefef;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(../images/gift-message-expand.gif);
}

.collapse {
	background-image: url(../images/gift-message-collapse.gif);
}

/*Wishlist---*/
#wishlist-table {
	border: 0;
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: block;
}

#wishlist-table textarea {
	width: 90%;
	height: 175px;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px 0;
}

.my-wishlist .details {
	width: auto;
}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/

/*ADVANCED SEARCH
----------------------------------------------------------------*/ 
.advanced-search {
	border: 1px solid #d5d5d5;
	margin: 20px 0;
	padding: 22px 15px 10px 15px;
}

.advanced-search .legend {
	border: 0;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-top: -33px;
	padding: 0 8px;
}

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-range .input-text {
	width: 75px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .range .input-text {
	width: 70px;
}

.advanced-search .range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #5f5f5f;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #efefef;
	border: 1px solid #f3f3f3;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #333;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat left 6px;
	padding-left: 15px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/* CONTACT 
----------------------------------------------------------------*/

#contactForm {
	padding: 10px 0 0 0;
}

/*PRINT
----------------------------------------------------------------*/
table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

/*POP UP
----------------------------------------------------------------*/
.page-popup, .catalog-product-compare-index, .sales-order-print {
	background: #FFFFFF !important;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #ababab;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.page-popup .col2-set, .sales-order-print .col2-set {
	border-bottom: 1px solid #ababab;
	padding-bottom: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

.sales-order-print .data-table thead th,
.sales-order-print .data-table tfoot td  {
	background: #f3f3f3;
}

.sales-order-print .data-table td {
	border-color: #ababab !important;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {}

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	color: #757575;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 20px;
	margin: 10px 0;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 115%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #efefef;
	border-bottom: 1px solid #f3f3f3;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.recently .product-image {
	border: 1px solid #f3f3f3;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

#recently-viewed-items li p {
	margin: 0;
}

#recently-viewed-items li a{
	margin: 0;
	line-height: normal;
	display: block;
	padding-left: 10px;
}

#recently-viewed-items li a:hover,
#recently-viewed-items li a:active,
#recently-viewed-items li a:focus {
	text-decoration: none;
	color: #9cbb30;
}

#recently-viewed-items li.last a  {
	border-bottom: 0;
}

/* Site Map */
.page-sitemap #sitemap_top_links {
	padding-top: 10px;
}

.page-sitemap .links {
	margin-bottom: -30px;
	margin-left: 0;
	margin-right: 8px;
	margin-top: 0;
	text-align: right;
	position: relative;
}

.page-sitemap .links li {
	line-height: 30px;
} 

.page-sitemap .links li a {
	color: #000;
}

.page-sitemap .sitemap {
	margin: 42px 12px 12px;
}

.page-sitemap .pager {
	width: 100%;
	color: #000;
	border: none;
	border: none; 
	float: left;
	padding: 5px 0;
	background: #f1f1f1;
	line-height: 20px;
}

/*==============================================================*/
/*Mis---*/

.category-img {
	padding: 10px 0;
}

a.widget-btn {
	vertical-align: middle;
	padding: 4px;
	float: left;
}

.mini-wishlist a.widget-btn img {
	background: none;
	padding: 0;
	border: none;
}

a.readon {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 92%;
}

a.readon:hover, a.readon:focus, a.readon:active {
	text-decoration: underline;
}

div.ja-innerdiv {
	padding: 10px;
}

#ja-col2 .ja-innerdiv {
	padding: 10px 20px;
	border-bottom: 1px solid #413838;
}

#ja-col2 .ja-innerdiv.last {
	border: none;
}

#ja-col2 .ja-innerdiv img {
	margin: 3px 10px 0 0;
	padding: 1px;
	border: 1px solid #101010;
}

.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.col-two-left-top-wrapper .ja-box { padding:0 10px; border-bottom:2px dotted #ccc; clear:both; }
.col-two-left-top-wrapper h3,
.col-two-left-top-wrapper h5 { padding:0; }

/*JM PRODUCTS LIST + JM PRODUCT SLIDER + JM PRODUCT LIST BY CAT + JM SLIDESHOW---*/
#ja-slideshow {
	margin-bottom: 10px;
	float:left;
}

#ja-slideshow .main {
	background: #fff;
}

.jm-product-list .add-to a {
	font-size:11px;
}
.jm-product-list, .jm-products-slider-listing, .jm-product-list-bycat {}

.jm-product-list .block-title {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	color: #232323;
	border: none;
	position: relative;
	background: url(../images/dot.gif) repeat-x left bottom;
}

.jm-product-list .block-title strong {
	display: block;
	background: none;
	border: none;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	margin: 0;
	font-size: 150%;
}

.jm-products-slider-listing .block-title strong span,
.jm-product-list .block-title strong span{}

/*JM PRODUCTS LIST*/
.jm-product-list .product-image { 
	float: left;
	margin-right: 10px;
}
.jm-product-list .item {
	float:left;	
}
.jm-product-list .product-name {
	margin-right: 10px!important;
	float:left;
}
.jm-product-list .product-information { 
	float: left;
	margin-bottom: 20px;
}

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {}

.jm-products-slider-listing a {
	text-decoration: none;
	font-size: 110%;
	margin-bottom: 5px;
	font-weight: bold;
}

.jm-products-slider-listing a.product-title {
	color: #343434;
}

.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus {
	text-decoration: underline;
}

.jm-products-slider-listing p {
	font-size: 92%;
	margin: 0;
}

.jm-products-slider-listing .price {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.jm-products-slider-content {}

.jm-products-slider-content img {
	border: 5px solid #f3f3f3;
	padding: 15px;
}

/*JM PRODUCT LIST BY CAT*/
.jm-product-list-bycat {}

/*JM TABS*/

.jm-tabs {
	margin: 0;
}

.jm-tabs a {
	color: #4b4b4b;
}

.tabs_content {
	overflow: visible !important;
}

.jm-tabs .jm-tab-content {
}

.jm-tab-subcontent .ja-innerdiv {
	border: 1px solid #fff;
	background: url(../images/normal-star.gif) no-repeat 10px center #fff;
	margin-bottom: 5px;
	padding-left: 40px;
}

.jm-tab-subcontent .ja-innerdiv.last {
	margin: 0;
}

/*JM SIDE NAVIGATION*/
.mini-sidenav .head {
}

.mini-sidenav .head h4 {
}

.mini-sidenav .content {
}

#ja-sidenav .toggle,
#ja-sidenav .toggle:active {
	width: 15px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 20px;
	padding: 0;
	background: url(../images/arrow-cat.gif) no-repeat center center;
	color: #FFF !important;
	text-indent: 16px;
}

#ja-sidenav .toggle:hover {
	background: url(../images/arrow-cat-hover.gif) no-repeat center center;
	text-decoration: none;
}

#ja-sidenav .toggle:focus, #ja-sidenav .toggle:active {
	background: url(../images/arrow-cat-hover.gif) no-repeat center center;
	text-decoration: none;
}

#ja-sidenav li.selected .toggle {
	background: url(../images/arrow-cat-active.gif) no-repeat center center;
}

#ja-sidenav li.selected .toggle:hover {
	background: url(../images/arrow-cat-active.gif) no-repeat center center;
	text-decoration: none;
}

/*0 level*/
#ja-sidenav { padding: 0; }

#ja-sidenav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #f3f3f3;
	position: relative;
	line-height: 160%;
}

#ja-col2 #ja-sidenav li {
	border-color: #413838;
}

#ja-sidenav li.parrent {
	background: #fff;
}

#ja-sidenav li a {
	color: #000;
	font-size:14px;
	font-weight:bold;
	padding-left: 11px;
	display: block;
	line-height: 34px;
    background:transparent url('../images/red/icon_arrow.png') 95% 50% no-repeat;
}

#ja-col2 #ja-sidenav li a {
	color: #d5d5d5;
}

#ja-sidenav li a li a {
	font-weight: normal;
}

#ja-sidenav li a:hover, 
#ja-sidenav li.active a,
#ja-col2 #ja-sidenav li a:hover, 
#ja-col2 #ja-sidenav li.active a,
#ja-sidenav li.selected a {
	text-decoration: none;
	color: #9cbb30;
}

#ja-sidenav li.selected.parent {
	padding: 8px 0 0 0;
}

#ja-sidenav li.over,
#ja-sidenav li.selected,
#ja-sidenav li.active {}

/*1st level and upper*/
#ja-sidenav li ul {
	padding: 0;
	margin-top: 0;
}

#ja-sidenav li li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border-top: 1px dotted #f3f3f3;
	border-bottom: none;
}

#ja-sidenav li li a,
#ja-sidenav li.selected li a,
#ja-sidenav li.active li a,
#ja-sidenav li li.active li a  {
	color: #333;
	display: block;
	outline: none;
	padding: 0 0 0 10px;
	text-decoration: none;
	text-indent: 0;
	line-height: 30px;
}

#ja-col2 #ja-sidenav li li a,
#ja-col2 #ja-sidenav li.selected li a,
#ja-col2 #ja-sidenav li.active li a,
#ja-col2 #ja-sidenav li li.active li a {
	color: #d5d5d5;
}

#ja-sidenav li li a:hover, 
#ja-sidenav li li a:active, 
#ja-sidenav li li a:focus,
#ja-sidenav li li.active li a:hover, 
#ja-sidenav li li.active li a:active, 
#ja-sidenav li li.active li a:focus,
#ja-col2 #ja-sidenav li li a:hover, 
#ja-col2 #ja-sidenav li li a:active, 
#ja-col2 #ja-sidenav li li a:focus,
#ja-col2 #ja-sidenav li li.active li a:hover, 
#ja-col2 #ja-sidenav li li.active li a:active, 
#ja-col2 #ja-sidenav li li.active li a:focus {
	color: #9cbb30; 
}

#ja-sidenav li li.active a,
#ja-col2 #ja-sidenav li li.active a {
	color: #9cbb30;
}

#ja-sidenav li li.last a {
	border: none;
}

#ja-sidenav li ul ul {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #f3f3f3;
}

#ja-sidenav li ul ul li {
	border: none;
}

#ja-sidenav li li li a,
#ja-sidenav li.selected li li a,
#ja-sidenav li li.active li li a {
	padding: 0 0 0 40px;
	background-position: 30px center;
}

#ja-sidenav li li li.active a {
	font-weight: bold;
}

#ja-sidenav li li li a:hover,
#ja-sidenav li li li a:focus,
#ja-sidenav li li li a:active,
#ja-sidenav li.selected li li a:hover,
#ja-sidenav li.selected li li a:focus,
#ja-sidenav li.selected li li a:active,
#ja-sidenav li li.active li li a:hover,
#ja-sidenav li li.active li li a:focus,
#ja-sidenav li li.active li li a:active,
#ja-sidenav li li li.active a {
	color: #9cbb30;
	background-image: url(../images/bullet1-hover.gif);
}
#top-content {
	float:left;
}
#right-slide {
	float:right;
	width:250px;
}
.cart fieldset {
	float:left;
	width: 97%;
}
#ja-main {
	clear:both;
} 
.block-cart { background:#f3f3f3; border:1px solid #414144; box-shadow:0 3px 1px rgba(0,0,0,.1); }
.block-cart .block-content { padding:0px; }
.block-cart .block-login { padding:7px 5px; font-size:14px; background:#fff; border-top:1px solid #ccc; }
.block-cart .block-login li { padding:0; float:left; }
.block-cart .block-login li.first { margin-right:10px; padding-left:5px; border-right:1px dotted #ccc; }
.block-cart .block-login li a { padding:0 15px 0 25px; background:transparent url('../images/icon_lock.png') 5px 50% no-repeat; display:block; }
.block-cart .block-login li.last a { padding-right:0; background-image:url('../images/icon_user.png'); }
.block-cart .block-subtitle { padding:15px 11px 10px; font-weight:normal; border-top:1px solid #414144; box-shadow:inset 0 3px 1px rgba(0,0,0,.1); }
.block-cart .mini-products-list { padding:0 11px 11px; }
.block-cart .empty { padding:12px; line-height:1.5; }

.block-cms { margin:0 0 20px!important; background:#fafafa; border:#e3e3e3 1px solid; box-shadow:0 3px 1px rgba(0,0,0,.1); }

.block-cherryvite-supports { margin-top:20px!important; padding:0 4px 9px 19px; }
.block-cherryvite-supports h6 { 
    margin:-1px -5px 15px -20px; padding:11px 20px 10px;
    height:14px; line-height:14px;
    font-family:"Merriweather"; color:#fff; font-size:14px; font-weight:500; text-transform:capitalize; 
    background:#78A22F; 
    box-shadow:0 3px 1px rgba(0,0,0,.1); text-shadow:2px 2px 1px rgba(0,0,0,.15); 
    position:relative; 
    }
    .block-cherryvite-supports h6:after {
        width:16px; height:16px; line-height:15px;
        content:"\002B"; text-align:center; font-family:"Trebuchet MS"; color:#78A22F; font-size:19px; font-weight:bold;
        background:rgba(255,255,255,.6);
        border-radius:3px;
        box-shadow:2px 2px 1px rgba(0,0,0,.1); text-shadow:0px 0px 1px rgba(0,0,0,.15);
        position:absolute; top:9px; right:15px;
        display:block;
    }
    .block-cherryvite-supports ul li { margin:0 0 10px; padding-left:25px; line-height:1.35; background:transparent url('../images/icon_tick.png') 0 2px no-repeat; }

.lady_testimonial {
	background: transparent url(../images/fp_combo.jpg) no-repeat bottom right;
	padding-bottom:50px;
	margin-top:60px;
}

a.your_account {
	background: url(../images/your_account.jpg) no-repeat center right;
	float:left;
	width:245px;
	margin:12px 0px;
	font-weight:bold;
}

div.local-combo {
	width: 650px;
	height: 120px;
	background: white url(../images/combo.jpg) top center no-repeat;
} 
div.local-combo a {
	width: 650px;
	height: 120px;
	display: block;
}
.boldred {
	color: #bd141b;
	font-weight: bold;
}
/* fit the OSC box to the header / footer */
#onestepcheckout-form {
	margin: -10px -10px 0 -30px !important;
}
	
