/*
 * ------------------------------------------------------------------------
 * JM Hawkstore Theme
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

body {
	background: #fff;
	color: #000;
	font: 12px/1.5 sans-serif;
}

body#bd {
	color: #000;
}

body#bd.sales-order-print {
	background: #fff;
}



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: #222;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #800000;
	text-decoration: none;
}

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 92%; text-transform: uppercase;}


/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-title {
	line-height: 1.3;
	color: #000;
}

/*Small text---*/
small, #ja-footer,
.category-products .add-to,
.ratings, .ratings-list td.label,
.widget-btn, .validation-advice, .required {
	font-size: 92%;
}

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #e5e5e5;
	background:#f5f5f5;
	font: 100%/normal sans-serif;
	/*color: #999;*/
	vertical-align: middle;
}

option, optgroup {
	font: 100%/normal sans-serif;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 4px 2px;
}

input.input-text, textarea {
	padding: 5px;
}

input.radio {
	margin-right: 3px;
	
}

input.checkbox {
	margin-right: 3px;
	float: left;
}

input#subscription {
	margin-top: 1px;
}

.input-text:focus, select:focus, textarea:focus {
	background: #fff;
	border: 1px solid #800000;
}

#payment_method {
	margin-right: 5px;
	vertical-align: top;
	padding:5px;
}

/*Fieldset--*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/

/*Others--*/
address {
	font-style: normal;
}

p.f-left {
	margin: 0;
}
.contents {padding: 15px; text-transform: initial;}
.contents a{font-weight: bold; text-decoration: underline; color: #1E3F6C; }
.contents a:hover{font-weight: BOLD;color: #A45606;}
/* HEADER
--------------------------------------------------------- */

#jmoverlay {
  background: none repeat scroll 0 0 #000000;
  height: 100% !important;
  left: 0;
  min-height: 100% !important;
  opacity: 0.5;
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 9998;
  filter:alpha(opacity=30);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/*Toggle---*/
.has-toggle .btn-toggle {
  display: none;
}

#ja-header .main { background:#0f0f0f; }

#ja-header .main .inner {
	line-height: normal;
	position: relative;
	z-index: 999;
	padding: 40px 0 0;
	margin:0 auto
}

/*Logo---*/
h1#logo, div#logo-text {
	margin: 0;
	padding: 0;
}

h1#logo a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 250%;
	width: 241px;
	height: 40px;
	text-indent: -99999px;
}

h1#logo a span {
	position: absolute;
	top: -1000px;
}

div#logo-text {
	outline: none;
}

div#logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div#logo-text h1 a {
	color: #fff;
	text-transform: uppercase;
}

.site-slogan {
	color: #999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}

/*Quick Access---*/
.quick-access {
	color: #000;
	position: absolute;
	right: 65px;
	top: 0;
	width: 100%;
	line-height: 30px;
	font-size: 11px;
	text-align:right;
}

.quick-access p {
	margin: 0 10px 0 0;
	float: left;
	font-weight: bold;
}

.shop-access li {
	background: url(../images/sep-vdot.png) no-repeat right center;
	display: inline;
	padding-left: 3px;
	padding-right: 10px;
}

.quick-access li.first {
	padding-left: 0;
}

.quick-access li.last {
	background: none;
	padding-right: 0;
}
.welcome-msg { text-align:left; padding-right:10px;}

.shop-access {
	/*float: right;*/
}

.shop-access a {color: #fff;}
.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus { text-decoration:underline; }

.form-language {
	position:absolute;
	right:0;
	top:8px;
}

.form-language label {
	display:none;
}

.form-language #select-language {
	padding: 0;
}

.form-language .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Mini search---*/
#ja-search {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000;
}

#ja-search .btn-toggle { 
	display:block; 
	background:url(../images/icon_search1.png) no-repeat center center;
	border:1px solid #222;
	width:40px; 
  	height:38px;
	text-indent:-10000px;
	color:transparent;
	cursor:pointer;
}

#ja-search .btn-toggle.active {
	background:#800000 url(../images/btn_remove1.png) no-repeat center center;
	border:1px solid #800000;
}

#ja-search .inner-toggle { display: none; }

#ja-search .active { float: right;}

#ja-search .active + .inner-toggle {
  float: right;
  position: absolute;
  padding: 20px;
  background: #800000;
  width: 230px;
  top:40px;
  display:block;
  right:0px;
  -webkit-box-shadow: -2px 3px 6px rgba(59, 59, 59, 1);
  -moz-box-shadow:    -2px 3px 6px rgba(59, 59, 59, 1);
  box-shadow:         -2px 3px 6px rgba(59, 59, 59, 1);
 }

#ja-search form {
	float: right;
	text-align: right;
}

#ja-search legend {
	display: none;
}

#ja-search .input-text {
  border: 1px solid #000;
  padding: 15px;
  background: #000;
  width: 200px;
  vertical-align: middle;
  font-size: 12px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}

#ja-search .input-text:focus { border:1px solid #FF610B; }

#ja-search button { display: none; }

#ja-search label { display: none; }



/*Mini cart - top---*/
#ja-mycart {
    position: absolute;
	top: 10px;
	right:-100px;
	z-index: 1000;
}

#ja-mycart .btn-toggle {
  display: block;
  background: #222;
}
#ja-mycart .btn-toggle a:hover strong { color:#800000}

#ja-mycart .btn-toggle strong { float: right;background:#fff; color:#222; font-weight:bold; padding:5px 10px;}
#ja-mycart .btn-toggle span { float:right; background:#85380e url(../images/icon_minicart.png) no-repeat right top; width:40px; height:40px; cursor:pointer; text-indent:-1000em; right:0; position: absolute; top:25px;top:24px\0/;}

#ja-mycart .btn-toggle.active,
#ja-mycart .btn-toggle:hover { background: #ff610b  url(../images/icon_menu_toggle.png) no-repeat -5px -133px; }

#ja-mycart .inner-toggle {  
	top: -500px;
	right:0; 
	position:absolute; 
	background:#fff url(../images/arrow_minicart.png) no-repeat right top;
	width: 240px;
	transition: all 0.8s ease-out 0s;
}

#ja-mycart .active + .inner-toggle {
	background:#fff url(../images/arrow_minicart.png) no-repeat right top;
    display: block;
    float: right;
    padding-left: 20px;
    padding-right: 2px;
    position: absolute;
    top: 65px;
	top: 64px\0/;
    width: 240px;
	right:0px;
	transition: all 0.3s ease-out 0s;
}
#ja-mycart #jmajaxcartscroll{
	margin-right: 20px;
}
#ja-mycart .cart{
	margin: 0px;
	padding: 0px;
}
#ja-mycart .block {
  margin: 0;
  background: none;
  border: 0;
  padding:0;
  position:relative;
  min-height: 100%;
  overflow:hidden;
}

#ja-mycart .block-cart .block-inner {
  border: 0;
  margin: 0;
}

#ja-mycart .block .block-title {
  padding: 0 0 15px;
  display:none;
}

#ja-mycart .block .block-content { padding: 0;}

#ja-mycart button { margin-bottom:5px;}

#ja-mycart .amount { border-bottom: 1px solid #e5e5e5; padding: 0 0 10px 0; margin-bottom: 0; display: block; }
#ja-mycart .amount a {border-bottom: 1px solid #fff; }
#ja-mycart .amount a:hover { color:#000 ; border-bottom:1px solid #000; }

#ja-mycart .mini-products-list { margin:0 0 0 20px}
#ja-mycart .mini-products-list li { margin:0;  border-bottom: 1px solid #e5e5e5; padding:20px 0; }
#ja-mycart .mini-products-list li.last { border-bottom: none}
#ja-mycart .buttons { padding-bottom:10px;}

#ja-mycart .mini-products-list li .product-image { background: #fff; text-align:center; margin-right:10px; width:auto; border:1px solid #e5e5e5; }

#ja-mycart .mini-products-list li .product-details { width:60%; }

#ja-mycart .mini-products-list li .product-details .price { color:#800000; font-size:14px; font-weight:bold;}

#ja-mycart .mini-products-list li a { font-weight:bold;}
#ja-mycart .mini-products-list li a:hover  {color:#800000;}
#ja-mycart .mini-products-list .number-qt { color:#aaa; margin:5px 0}

#ja-mycart .mini-products-list li a.btn-remove {
	margin-left:-95px;
	margin-top:-10px;}

#ja-mycart .summary .subtotal { padding: 10px 0 5px 0; width:100%; border-top: 1px solid #e5e5e5; }
#ja-mycart .summary .subtotal .label {padding-top:5px; text-transform:none; font-weight:bold; }
#ja-mycart .summary .subtotal .price { font-size:120%;font-weight:bold; float:right;color:#800000; }

#ja-mycart .actions { background:none; border-top:none; margin:0; padding:0; }

#ja-mycart .actions button.button { width:100%; background:#800000; border:#800000; padding:10px 0; text-align:center; font-size:16px !important }

#ja-mycart .actions button.button:hover { background:#000; border:#000; color:#fff; }


.search-autocomplete {
	z-index: 999;
}

.search-autocomplete ul {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
	text-align: left;
}

.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.search-autocomplete li.odd {}

.search-autocomplete li.selected {
	background: #FEF9EF;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {  
	position: absolute;
    right: 45px;
    top: 40px; }

#ja-mainnav-inner { }

.nav-container { background: #0a263d; }
#nav { }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position: relative; text-align: left; }
#nav li.over { z-index: 998; }
#nav a,
#nav a:hover { display: block; line-height: 1.3em; text-decoration: none; }
#nav span { display: block; cursor: pointer; white-space: nowrap; }
#nav li ul span { white-space: normal; }
#nav ul li.parent a { background: url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image: none; }

/* 0 Level */
#nav li { float: left; }
#nav li.active a { color: #d96708; }
#nav a { float: left; padding: 5px 12px 6px 8px; color: #ecf3f6; font-weight: bold; }
#nav li.over a,
#nav a:hover { color: #d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float: none; margin: 0; padding-bottom: 1px; background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background: #ecf3f6; padding-bottom: 0; }

#nav ul a,
#nav ul a:hover { float: none; padding: 0; background: none; }
#nav ul li a { font-weight: normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position: absolute; width: 15em; top: 27px; left: -10000px; border: 1px solid #aaa; }
#nav div ul { position: static; width: auto; border: none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 5px; }

#nav ul li a { background: #ecf3f6; }
#nav ul li a:hover { background: #ecf3f6; }
#nav ul li a,
#nav ul li a:hover { color: #222 !important; }
#nav ul span,
#nav ul li.last li span { padding: 3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left: 0; z-index: 999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left: 100px; }
/********** Navigation > */

/* CONTAINER
--------------------------------------------------------- */
#ja-container { margin-top:-10px;}

#ja-header .main,
#ja-container .main,
#ja-mass-bottom .main,
#ja-botsl .main,
#ja-footer .main { width:1000px; padding:0 100px;}

/*main content---*/
#ja-content {}

#ja-current-content {}

#ja-main {}

/*columns---*/
#ja-col1 {}

#ja-col1 .block { margin-right: 10px; margin-left: 10px; }
#ja-col2 .block { margin-right: 10px; margin-left: 10px; }

/*breadcrums---*/
#ja-pathway {
	line-height: normal;
	font-size: 100%;
	color: #000;
	margin: 0 0 20px;
}

#ja-pathway ul {}

#ja-pathway ul li {
	display: inline;
	text-transform:lowercase;
}

#ja-pathway a { background:#800000  url(../images/arrow-breadcrumbs.gif) no-repeat left top; color:#fff; height:20px; line-height:20px; padding:0px 16px; float:left; }

#ja-pathway li.home a { background:#800000}

#ja-pathway ul li strong { background:#003366  url(../images/arrow-breadcrumbs-s.gif) no-repeat left top; color:#fff; height:20px; line-height:20px; padding:0px 16px; float:left; font-weight:normal; }
#ja-pathway ul li.last-s span { background:url(../images/arrow-breadcrumbs-l.png) no-repeat left top;height:20px; line-height:20px; padding:0px 16px; float:left;}
/* Mass */
.ja-mass .main {
	padding: 20px 0;
}

.ja-mass .main .inner {
	margin: 0 0px;
}

/* Spotlight */

.ja-spotlight .block { margin: 0; border: 0; background:none; }

.ja-spotlight .block .block-title { background: none; padding: 0; border-bottom: 0; font-size:16px; font-weight:bold; color:#fff }

.ja-spotlight .block .block-content { padding: 10px 0; color:#000; }
.ja-spotlight .block .block-content a { color:#000;}
.ja-spotlight .block .block-content a:hover { color:#800000; text-decoration:none; }
.ja-spotlight .col-5 .block .block-content a { color:#800000;}
.ja-spotlight .col-5 .block .block-content a:hover { color:#800000; text-decoration:underline; }

.block-subscribe .form-subscribe-header { padding-bottom:20px; padding-top:5px; line-height:24px;}
.block-subscribe .input-box { background:#000; border:1px solid #333; position:relative }
.block-subscribe .input-box:focus {border:1px solid #fff;}
.block-subscribe .input-box input { border:none; background:none;padding:10px 5px; width:80%}
.block-subscribe .input-box button { 
	background: url(../images/icon_newsleter.png) no-repeat center center;
	width:30px; 
	border:none; 
	text-indent:-1000em;
	position:absolute;
	right:0;
	height:38px;
	
}

.block-subscribe .input-box button:hover,
.block-subscribe .input-box button:focus,
.block-subscribe .input-box input:focus + button {background: url(../images/icon_next.png) no-repeat center center !important;}

.block-subscribe .input-box .validation-advice { margin-bottom:-10px; position:absolute; }
.block-subscribe .input-box input.validation-failed { background:none!important; border:none !important;}

.block-subscribe .input-box button:hover,
.block-subscribe .input-box button:focus { background: url(../images/icon_newsleter.png) no-repeat center center; border:none; }

/* Top Spotlight */
#ja-topsl { padding: 0; }

/* Bottom Spotlight */
#ja-botsl { padding:0; }

#ja-botsl.ja-spotlight .col-wide { background: none; }

.ja-spotlight .col-5 .block .block-content p { margin:8px 0;}
.socail-footer {
    padding-top: 5px;
	margin-top:3px;
}

.socail-footer a {
    background: url(../images/icon_social.png) no-repeat scroll 0 0 transparent;
    clear: both;
    cursor: pointer;
    float: left;
    padding-bottom: 10px;
    padding-left: 30px;
}

.socail-footer a:hover { color: #ff610b; }

.socail-footer a.facebook { background-position: 0 0;}
.socail-footer a.facebook:hover { background-position: 0 -120px;}

.socail-footer a.twitter { background-position: 0 -30px;}
.socail-footer a.twitter:hover { background-position: 0 -150px;}

.socail-footer a.flickr { background-position: 0 -60px;}
.socail-footer a.flickr:hover { background-position: 0 -180px;}

.socail-footer a.feed { background-position: 0 -90px;}
.socail-footer a.feed:hover { background-position: 0 -210px;}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
}

#ja-footer .main .inner {
	border-top: 1px solid #222;
	color: #fff;
	padding: 20px 0;
}

#ja-footer a {
	color: #fff;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: underline;
}

#ja-footer ul {
	float: left;
	margin: 0;
}

#ja-footer li {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: url(../images/sep-vdot.png) no-repeat right center;
}

#ja-footer li.last {
	background: none;
}

#ja-footer li a {}

#ja-footer li a.link-feed {
	line-height: normal;
}

#ja-footer .jm-info { margin-bottom: 10px; }
#ja-footer .jm-info ul.links-first { display:none; }

#ja-footer .jm-info .right { float:right; text-align:right}
#ja-footer .jm-info .right a { margin-left:5px; float:left; }
#ja-footer .jm-info .right a.visa {background: url(../images/icon_payment.png) no-repeat left top; height:15px; width:41px}
#ja-footer .jm-info .right a.visa:hover { background-position: left -35px}
#ja-footer .jm-info .right a.paypal {background: url(../images/icon_payment.png) no-repeat -51px top; height:15px; width:57px}
#ja-footer .jm-info .right a.paypal:hover { background-position:-51px -35px}
#ja-footer .jm-info .right a.masstercart {background: url(../images/icon_payment.png) no-repeat -110px top; height:15px; width:31px}
#ja-footer .jm-info .right a.masstercart:hover { background-position:-110px -35px;}
#ja-footer .jm-info .right a.express {background: url(../images/icon_payment.png) no-repeat -149px top; height:15px; width:44px}
#ja-footer .jm-info .right a.express:hover { background-position:-149px -35px;}

#ja-footer .jm-legal { text-align:left; }
#ja-footer .jm-legal a { color:#000;}
#ja-footer .jm-legal a:hover {color:#800000; text-decoration:none; }

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.success {color: #42A032;}
.error	{color: #c00;}
.notice	{color: #069;}

.success, .error {
	font-weight: bold;
}

.messages {
		margin:40px 0 0; 
}

.ja-lo-2colsl .messages { margin:20px 0 0;}

.ja-lo-2colsl .category-title + .messages { margin:20px 20px 0;}

.error-msg, .success-msg, .notice-msg, .note-msg {
	background-position: 10px 6px !important;
	background-repeat: no-repeat !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 110% !important;
	font-weight: bold !important;
	margin: 0 0 15px!important;
	padding: 5px 10px 5px 32px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background-color: #FCEDED;
	background-image: url(../images/msg_error.gif);
	border-color: #c00;
	color: #c00;
}

.success-msg {
	background-color: #ecf3f6;
	background-image: url(../images/msg_success.gif);
	border-color: #42A032;
	color: #42A032;
}

.notice-msg, .note-msg {
	background-color: #eee;
	background-image: url(../images/msg_notice.gif);
	border-color: #000;
	color: #000;
}

.out-of-stock {
	color: #c00;
	font-weight: bold;
}

/* FORMS
----------------------------------------------------------------*/
input.qty { width: 2.5em !important; text-align:center; }

.fieldset label, .form-list label, .sp-methods label { font-weight: bold; font-size:100%; }

.buttons-set,
.button-set {/*Container for form buttons*/
	clear: both;
	margin: 15px 0px 40px;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
}

.ja-lo-1col .buttons-set { margin:15px 40px 40px 40px;}

.buttons-set .back-link { float: left; margin: 0; }

.buttons-set .button { float: right; margin-left: 5px; }

.buttons-set #add_recipient_button { margin: 0; }

.buttons-set p.required { margin-bottom: 5px; }

button.button, button {
	background: #800000;
	border: 1px solid #800000;
	color: #fff;
	cursor: pointer;
	font-size:13px;
	font-weight:bold;
	overflow: visible;
	padding: 5px 15px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	text-transform:lowercase;
}

button.button span, .btn-cart span,.form-button { white-space: nowrap; }

button.button:hover,
button.button:focus,
button:hover,
button:focus { background: #800000; border: 1px solid #800000; }

.btn-continue { margin-right: 5px; }

a.button { line-height:30px }

button.btn-proceed-checkout, 
button.btn-proceed-checkout:focus,
button.btn-proceed-checkout:hover {
	display: block;
	font-weight: bold;
	border: none;
}



/*Form lists---*/
.form-list { margin: 0; }

.form-list li { margin: 0; padding: 5px 0; }

.form-list li .input-box .input-text,
.form-list li .input-box textarea { width: 250px; }

.form-list li .input-box select   { width: 256px; padding:4px; }
.form-list#payment_form_ccsave li .input-box select { width: 262px; padding:4px; }

.form-list li.additional-row {}

.form-list li.additional-row > p { margin: 15px 0 0; float: right; }

.form-list li.additional-row .btn-remove {}

.form-list div.input-box { padding: 5px 0; }

.form-list .control div.input-box { padding: 0; display: inline; }

.form-list .control div.input-box input.checkbox {
	margin-bottom: 0;
	vertical-align: middle;
}

.fieldset {
	border: 1px solid #ddd;
	margin: 20px 0;
	padding: 15px;
}

.fieldset .legend {
	background: #fff;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 0 8px;
	text-transform:lowercase;
}

.fieldset li { padding: 5px 0; }

.fieldset li .field { float: left; width: 275px; }

.fieldset li .input-text, .fieldset li select, .fieldset li textarea  { width: 525px; }

.fieldset li .input-box .input-text, .fieldset li .input-box textarea { width: 250px; }

.fieldset li .input-box select                                        { width: 256px; padding:4px; }

/*Form Messages---*/
.validation-advice, .required { margin: 0; }

.validation-advice {
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
	clear: both;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
	padding-left: 17px;
}

.validation-failed {
	background: #FCEDED !important;
	border: 1px dashed #c00 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix { float: left; }

.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	position: relative;
	width: 12em;
}

label.required { font-weight: bold; }

label.required em {
	color: #c00;
	margin-right: 3px;
}

p.required {
	margin: 0;
	text-align: right;
	color: #c00;
}

.form-list li .input-box .v-fix .month,
.form-list li .input-box .v-fix .year { width: 125px; }

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head, .box-title ,.box-head{
	line-height: 1.25em;
	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,
.box-head h2{
	float: left;
	margin: 0;
	text-align: left;
	line-height:normal; 
}

.head a, .inner-head a,.box-title a,.box-head a {
	font-weight: bold;
}

.info-box .box-title {
	text-align: left;
	text-transform:lowercase;
}

/*Page heading---*/
.page-title {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	background:#fff;
}

.page-title h1 {
	font-size: 16px !important;
	color:#fff;
	margin: 0 0 -20px 0px;
	padding:10px 20px;
	float:left;
	background:#800000;
	text-transform:lowercase;
	
}
.cms-home .page-title h1 {
	font-size: 16px !important;
	color:#fff;
	margin: 0 0 -21px -20px;
	padding:10px 20px;
	float:left;
	background:#800000;
    text-transform: lowercase;
	
}

.cms-home .std .messages { margin-top:10px; }

.page-title h4 {
	font-size: 150% !important;
	margin: 0;
}

.page-title a {
	background: #800000 url(../images/icon_next.png) no-repeat 85px center;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    margin: 0 -20px -30px -20px;
    padding: 10px 35px 10px 20px;
	font-weight:bold;
}

.page-title a:hover {
	background: #800000 url(../images/icon_next.png) no-repeat 85px center;
}

.page-title ul
.page-title li {
	background: none;
	margin: 0;
	line-height: normal;
}

.title-buttons {
	line-height: 35px;
	overflow: hidden;
	text-align: right;
}

.title-buttons h1 {
	float: left; /* heading level with buttons */
}
.title-buttons button { background:#aaa; border:1px solid #aaa;}

.title-buttons ul {
	float: right;
}

.title-buttons ul li {
	float: left;
	display: block;
	padding-left: 10px;
}

.title-buttons .paypal-logo {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
}

.title-buttons .paypal-logo a {
	float: left;
	padding-right: 10px;
}

.checkout-types li p.paypal-logo .paypal-or {
	display: none;
}

.ja-lo-2colsl .category-title { display:none; }
.jmproducts-viewall-index .category-title { display:block; }

/* Top Banner */
.block-banner {
	border: none;
	background: none;
	margin:20px 0;
	width:100%; 
	clear:both;
}

.block-banner ul { margin: 0; padding:0; list-style:none;}
.block-banner li {
    float: left;
	margin-right:20px;
	width:320px;
}
.block-banner li.last {
    float: right;
	margin-right:0;
}

.block-banner1 {margin:20px 0;
	background: url(../images/banner_bottom.jpg) no-repeat; 
	float: left;
    height: 60px;
    width: 100%;
	text-indent:-999px;
	}
.block-banner1 a span { display:none; }

/*Category list heading---*/
.category-head {
	margin-bottom: 10px;
}

.category-head h2 {
	color: #333;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #eee none repeat scroll 0%;
	font-size: 1.05em;
	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%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.data-table tr td {
	background: #fff;
}

.data-table .odd td {
}

.data-table .even td {
	background: #fff !important;
}

.data-table td.last, 
.data-table th.last,
.data-table th:last-child {
}

.data-table tr.last td,
.data-table tr.last th {
	/*border-bottom: 0;*/
}
.page-print #my-orders-table thead th:last-child { text-align:left}

.data-table th {
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #fff;
}

.data-table td,
.data-table th {
	padding: 5px 10px;
}

.data-table thead tr th,
.data-table thead tr td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size:120%;
	font-weight:bold;
	text-transform: lowercase;
}

.data-table thead tr th:last-of-type {
	border-right: 0 !important;
}

.data-table thead tr.first.last th:last-of-type {
	border-right: 0 !important;
}
#my-orders-table thead tr.first.last th:nth-of-type(5) {
	border-right: 0 !important;
}

.customer-account-index #my-orders-table thead tr.first.last th:nth-of-type(5) {
	border-right: 1px solid #ddd !important;
}

.data-table tfoot tr.first td {
	padding:15px;
}

.data-table tr td.last { 
	border-right: 0 !important;
}

.data-table tr.first.last  td { 
	border-bottom: 0 !important;
}
.customer-account-index .data-table tr.first.last  td { 
	border-bottom: 1px solid #ddd !important;
}

.data-table tr.first.last  td:last-of-type { 
	border-right: 0 !important;
}

#my-orders-table tr.first.last td:nth-of-type(5) {
	border-right: 0 !important;
}

.customer-account-index #my-orders-table tr.first.last td:nth-of-type(5) {
	border-right: 1px solid #ddd !important;
}


.data-table tfoot tr td,
.data-table tfoot tr th {
	background: #eee;
}

.data-table tfoot tr th { font-weight:normal; }

.data-table tfoot td {
	border-bottom: 0;
	border-right: 1px solid #ddd;
}

.data-table tbody td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.catalog-product-compare-index .page-title {
	margin: 0 0 20px 0;
	padding-top: 0;
}
.catalog-product-compare-index .page-title a{
	margin: 0;
}

.catalog-product-compare-index .data-table tbody td.last {
	border-right: 0;
}
.catalog-product-compare-index  .data-table tr.last td, 
.catalog-product-compare-index  .data-table tr.last th {
  border-bottom: 1px solid #DDDDDD !important;
}

.catalog-product-compare-index  .data-table tr.first td.last {
	border-right: 0;
}

.catalog-product-compare-index  .data-table tr.add-to-row.last td{
  border-bottom: 0 !important;
}

.catalog-product-compare-index  .product-image img {
	margin: 20px auto;
}

/*Bundle Products---*/
.data-table tbody.odd tr td{
}

.data-table tbody.even tr td {
	background: #fff !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom: 1px solid #ddd;
}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #333;
	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 .product-name {
	font-size: 100%;
	margin: 0;
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 2px;
	padding-top: 2px;
}

.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 7px;
	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 magento 1.4*/
.pager {}

.toolbar .select-box {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background:#f5f5f5 url(../images/arrow_dropdown.png) no-repeat right center;
  border:1px solid #e5e5e5;
}

.toolbar .select-box select {
  margin: 0;
  line-height: 1;
  border: none;
  background: transparent;
   -webkit-appearance: none;
}

.toolbar .sort-by .select-box { width: 82px; margin-right: 5px;}
.toolbar .sort-by .select-box select { width: 105px; padding-left: 5px}

.toolbar .limiter .select-box { width:40px;}
.toolbar .limiter .select-box select { width: 60px; padding-left: 5px}

.toolbar .amount { float: left; }
.toolbar .limiter { float: right; }
.toolbar .limiter label { vertical-align: middle; }
.pager .pages { margin: 0; }
.pager .pages strong { font-weight: normal; }
.pager .pages ol { display: inline; }
.pager .pages li { display: inline; margin: 0 2px; background:url(../images/sep-vdot2.jpg) no-repeat right center; padding-right:10px; }
.pager .pages li:last-child { background:none; }
.pager .pages li a { color:#aaa; }

.pager .pages .current { color: #222; }

/* Sorter */
.toolbar .view-mode { float: left; margin: 0 20px 0 0; }

.toolbar .view-mode .grid {
  background: url(../images/view-mode_01.png) no-repeat 5px -13px;
  width: 15px;
  height: 15px;
  color: transparent;
  display: inline-block;
  margin: 0 5px;
}

.toolbar .view-mode .grid:hover, .toolbar .view-mode strong.grid {
  background: url(../images/view-mode_01.png) no-repeat 5px 4px;
}

.toolbar .view-mode .list {
  background: url(../images/view-mode_01.png) no-repeat 0 -45px;
  width: 15px;
  height: 15px;
  color: transparent;
  display: inline-block;
}

.toolbar .view-mode .list:hover, .toolbar .view-mode strong.list {
  background: url(../images/view-mode_01.png) no-repeat 0 -28px;
}

.toolbar .sort-by { float: right; padding: 0 0 0 15px; }
.toolbar  label { vertical-align: middle; }
.toolbar select { padding: 0; margin: 0 5px 1px; vertical-align: middle; }

.toolbar p {
	margin: 0 10px;
	text-align: center;
}
/* Toolbar */
.toolbar {
    font-size: 12px;
    margin: 0;
    padding: 10px 20px;
	 border-bottom: 1px solid #DDDDDD;
	-webkit-box-shadow: 0 6px 4px -4px #E5E5E5;
	   -moz-box-shadow: 0 6px 4px -4px #E5E5E5;
	        box-shadow: 0 6px 4px -4px #E5E5E5;
}

.toolbar-bottom .toolbar {  
	border-top: 1px solid #DDDDDD; 
	border-bottom:none;
	-webkit-box-shadow: 0 -4px 2px -2px #E5E5E5;
	   -moz-box-shadow: 0 -4px 2px -2px #E5E5E5;
	        box-shadow: 0 -4px 2px -2px #E5E5E5;
}

.toolbar .pager { margin: 0; float: left; padding: 0; }

.toolbar .sorter {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px;
}

.toolbar-bottom {
	clear: both;
}


/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 15px;
	margin: 10px 0;
}

.ratings strong {
	float: left;
	margin-right: 5px;
}
.ratings a { color:#000;}
.ratings a:hover { color:#800000;}

.rating-box {
	background: url(../images/product_rating_blank_star.png) repeat-x;
	float: left;
	height: 10px;
	margin-right: 10px;
	position: relative;
	width: 59px;
	clear: right;
}

.rating-box .rating {
	background: url(../images/product_rating_full_star.png) repeat-x;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
}

.ratings .rating-links {
	margin: 0;
	float: left;
}

.ratings-list {
	margin: 5px 0;
}

.ratings-list td {
	padding: 3px 0;
	vertical-align: middle;
}

.ratings-list td.label {
	font-weight: bold;
	padding-right: 8px;
}

.ratings-table { margin: 15px 0; }

.ratings-table th,
.ratings-table td { padding-right: 15px; vertical-align: middle; }

#customer-reviews dt a {padding-right: 5px; font-weight:bold; }

#ja-tabitem-reviews #customer-reviews { margin-bottom:30px;}

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	color: #333;
	font-weight: bold;
}

/*Regular price---*/
.regular-price {
	color: #333;
}

.regular-price .price {
	color: #800000;
	font-size: 18px;
	font-weight: bold;
}

.price-box .old-price, 
.price-box .special-price {
    display: inline-block;
}

/*Old price---*/
.old-price {
	margin: 0;
}

.old-price .price-label {display:none;}

.old-price .price {
	color: #aaa;
	font-weight: normal;
	text-decoration: line-through;
	font-size:14px;
}

/*Special price---*/
.special-price {
	margin: 0;
}

.special-price .price-label {display:none;}

.special-price .price {
	color: #800000;
	font-size: 18px;
	font-weight: bold;
}

/*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;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	color: #0088CC;
	font-weight: normal;
}

/*Excluding tax---*/
.price-excluding-tax {
	color: #999;
	display: block;
}

.price-excluding-tax .label {
	color: #999;
	white-space: nowrap;
}

.price-excluding-tax .price {
	color: #069;
	font-size: 13px;
	font-weight: normal;
}

/*Including tax---*/
.price-including-tax {
	color: #999;
	display: block;
}

.price-including-tax .label {
	color: #999;
	white-space: nowrap;
}

.price-including-tax .price {
	color: #069;
	font-size: 13px;
	font-weight: bold;
}

/*Excl tax (for order tables)---*/
.price-excl-tax {}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {}

/*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 {
	margin: 0;
}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*Price notice next to the options---*/
.price-notice {
	color: #999;
	padding-left: 10px;
}

.price-notice .price {
	color: #333;
	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 {
	color: #000;
}

.product-pricing-grouped li {
	color: #333;
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	background: #F5F5F5;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}

.product-pricing li {
	background: url(../images/bg_tierico1.gif) no-repeat 0 9px;
	padding: 2px 0 2px 8px;
}

.product-pricing .benefit {
	color: #333;
	font-weight: bold;
}

.product-pricing .price {
	color: #333;
	font-weight: bold;
}

/*Currency Switcher---*/
.currency-switcher {
	background: url(../images/currency_switcher_bg.gif) no-repeat;
	font-size: 1.05em;
	height: 53px;
	padding: 7px 12px 10px 12px;
}

.currency-switcher h4 {
	background: url(../images/icon_world.gif) no-repeat 0 2px;
	color: #fff;
	min-height: 21px;
	padding-left: 22px;
	text-transform: none;
}

.currency-switcher select {
	width: 98%;
}

/* MIS.
----------------------------------------------------------------*/
.product-shop { float: right; }

/*Generic Box---*/
.generic-box,
.order-info-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4,
.order-info-box h2 {
	margin: 0 0 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 100%;
	text-align: left;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.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-links {
	font-weight: bold;
	text-transform:lowercase;
	line-height: normal;
	margin-bottom: 0;
	width:100%;
/*	background: #151414;*/
}

.add-to-links li {
	float:left;
    text-align: center;
    width: 50%;
}

.add-to-links a {
	display:block; 
	color: #fff;
	padding: 15px 0px;
	background:url(../images/sep-vline1.gif) repeat-y right top #003366;
}

.add-to-links a.link-compare { background:none; }
.add-to-links a.link-compare:hover,
.add-to-links a.link-compare:focus {background:#800000}

.add-to-links a:hover,
.add-to-links a:focus {
	color:#fff;
	background:#800000 url(../images/sep-vline1.gif) repeat-y right top;
	text-decoration: none;
}

.add-to-links .pipe,
.add-to-links .separator {
	display: none;
}

.add-to-cart {
	float: right;
}

.add-to-cart label {
	float: left;
    margin-top: 2px;
}

.add-to-cart .qty {
	float: left;
	margin: 0 5px;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	text-align:center;
	padding:2px 0px
}

.add-to-cart .qty:hover,
.add-to-cart .qty:focus { border: 1px solid #800000; background:#fff;}

.add-to-cart .button {
	clear: both;
    float: left;
    margin-top: 10px;
	background: #800000 url(../images/icon_next.png) no-repeat 125px 13px;
	padding:5px 30px 5px 15px;
	font-size:18px !important;
}

.add-to-cart .button:hover,
.add-to-cart .button:focus {background: #000 url(../images/icon_next.png) no-repeat 125px 15px;}

.add-to-cart .button + div { float:right;margin-left:20px;} 

.add-to-box {
	margin: 10px 0;
	overflow: hidden;
}

.add-to-box {
	margin: 10px 0;
	
}

.add-to-box .add-to-cart { float:left; }

.add-to-box .or { display:none;}

.add-to-box .add-to-links {
	float: left;
	text-align: left;
	background:none !important;
	margin-top:15px;
}

.add-to-box .add-to-links li { 
	border-right: none; 
	width:auto; 
	padding:0 10px 0 5px;
	background:url(../images/sep-vdot2.jpg) no-repeat right 4px  !important;
	float:left;
}

.add-to-box .add-to-links li:last-child { background:none !important; }
.add-to-box .add-to-links li:first-child { padding-left:0; }
.add-to-box .add-to-links li a { color:#000; font-weight:normal; background:none !important; padding:0;}
.add-to-box .add-to-links li a:hover { color:#800000; }

.add-to-cart .paypal-logo {
	clear: both;
	margin: 0;
}

.add-to-cart .paypal-logo .paypal-or { display:none; }

/*Tool Tips---*/
.tool-tip {
	background: #FEF9EF;
	border: 1px solid #ddd;
	position: absolute;
	padding: 10px;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	border-bottom: 1px dotted #0088CC ;
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #FEF9EF;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	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: -147px;
	top: 20px;
}

/*Link highlights---*/
.link-wishlist { white-space: nowrap; }

.link-remove {}

.link-cart  {}

.btn-remove  {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove1.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.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-edit {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_edit.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.link-print {
	background: url(../images/icon_printer.gif) no-repeat left center;
	padding-left: 23px;
	color: #000;
	line-height: 24px;
}

.link-feed {
	background: url(../images/icon_feed.png) no-repeat left center;
	padding-left: 18px;
	line-height: 24px;
}

/*===============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {}

.box-hilite,
.block-hilite { /*hilite state*/
	background: #222;
	color: #ccc;
	border: 1px solid #222;
}

/*Block Head---*/
.block .block-title {
	padding: 5px 10px;
	line-height: normal;
}
 
#ja-col1 .block .block-title { background:url(../images/bg_top_block.png) repeat-x  left top; padding-top:20px; padding-left:0; margin:20px 10px 0 10px; color:#fff; font-size:16px;}

#ja-col1 .block-subscribe,
#ja-col1 .block-banner { display:none; }

.block-hilite .block-title { /*hilite state*/
	
}

.block-hilite .block-title * { /*hilite state*/
	color: #fff;
}

.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	font-size: 100%;
	text-transform:lowercase;
}

.block .block-subtitle {
	padding: 8px 10px;
	margin: -10px -10px 10px;
}

.block .block-title h3 {
	color: #999;
	font-size: 100%;
	background: none;
	border: 0;
	padding: 5px 0 0;
}

/*reset*/
.block h3, .block h4, .block h5 {
	margin: 0;
}

.block .block-title br {
	display: none;
}

/*Box Content---*/
.block .block-content {
	padding: 10px;
	color: #fff;
}

.block-banner .block-content {
	padding: 0;
}

.block .btn-remove,
.block .btn-edit { float:left; margin: 1px 0 2px 5px; }

.side-col .block .btn-remove,
.side-col .block .btn-edit { margin:1px 5px 2px 5px;}

.block input.checkbox { margin: 2px 5px 4px 0; }

/*Box Action---*/
.block .actions {
	padding: 5px 10px;
	font-weight: bold;
	overflow: auto;
	clear: both;
	margin: 10px -10px -10px;
}

.block .actions a {
	float: right;
	color:#fff;
}

.block .actions a:hover {color:#fff; text-decoration:underline}

.block .actions button.button {
	float: left;
}

/*Box List---*/
.block ol {
	margin: 0;
}

.block ol li {
	margin: 0;
	padding: 5px 0;
	font-size: 100%;
}

.block ol li.last {
	border-bottom: 0;
}

.block ol li:last-child {
	border-bottom: 0;
}

/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.block .product-image {
	float: left;
	width: 32%;
}

.block .product-details {
	float: right;
	width: 65%;
}

.block .product-checkbox {
	float: left;
	padding-right: 4px;
}

.block .product-name {
	margin: 0;
}

/*Product Tags---*/
.block-tags li {
	display: inline;
}
/*Newsletter---*/

/*Mini Cart---*/
.block-cart .actions .paypal-logo a {
	float: none; 
	background: none;
	padding: 0;
}

.block-cart .block-subtitle {	
	border-top: 1px solid #ddd;
	margin-top: 10px;
	display:none;
}

.block-cart .btn-edit { display:none;}

#ja-col1 .block-cart li { border-bottom:1px solid #fff; padding-bottom:20px; margin-bottom:20px;}
#ja-col1 .block-cart .product-image { border:5px solid #000; width:34%; }
#ja-col1 .block-cart .product-details { width:55%}

#ja-col1 .block-cart .product-name a { color:#fff; font-weight:bold; }
#ja-col1 .block-cart .product-name a:hover { color:#fff;text-decoration:underline;}

#ja-col1 .block-cart .number-qt { color:#fff; margin:5px 0; font-size:11px; font-weight:bold }
#ja-col1 .block-cart .price { font-weight:bold; color:#fff; font-size:14px;}
#ja-col1 .block-cart .summary { width:100%;}
#ja-col1 .block-cart .summary .amount a { color:#fff;}
#ja-col1 .block-cart .summary .amount a:hover { color:#ffff; text-decoration:underline}
#ja-col1 .block-cart .summary .label { font-weight:bold; color:#fff; font-size:14px; position: static;}
#ja-col1 .block-cart .summary .price { float:right;}
#ja-col1 .block-cart .actions { background:none; border-top:none; margin-bottom:20px }
#ja-col1 .block-cart .actions .paypal-logo { display:none; }
#ja-col1 .block-cart .actions button.button { width:100%; background:#800000; border:#800000; padding:10px 0; text-align:center; font-size:16px !important }
#ja-col1 .block-cart .actions button.button:hover { background:#800000; border:#800000; color:#fff; }

#ja-col1 .block-cart .btn-remove  {
	display: block;
	width: 20px;
	height:20px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove1.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	float:left;
	margin-left:-95px;
	margin-top:-10px;
}

/*Mini Wishlist---*/

/*Compare Products, Orders---*/
.block-compare .block-content { padding: 0; }

.block-compare .empty { margin: 10px; }

.block-compare .actions { margin: 0; }

.block-compare ol {
	padding: 10px;
}

.block-compare .product-name a { color:#fff; }
.block-compare .product-name a:hover { color:#fff; }

.side-col .block-compare .btn-remove {  
	float:right;
}
/*Mini Product View---*/

/*Poll---*/
.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-poll .answer {
    font-weight: bold;
}

/*Relate Products----*/
.block-related .page-title h1{ float:right;margin-right: -20px; }
.block-related .block-content {}

.block-related p {
	margin: 10px;
}

.block-related ol li {
	position: relative;
}

.block-related .product-details {
	width: 50%;
}

/* Block Paypal */
.paypal-logo {
	padding: 10px 0;
	margin: 0;
	text-align: right;
}

.paypal-logo a {
	display: block;
}

/*Layered Navigation---*/
.block-layered-nav .block-subtitle {
	display:none;
	color: #fff;
	margin: -10px -11px 10px;
}

.block-layered-nav .currently { margin: -10px -10px 10px; }

.block-layered-nav .currently .block-subtitle { margin: 0; }

.block-layered-nav .currently .actions { margin: 0; }

.block-layered-nav ol {
	margin: 5px 10px;
}

.block-layered-nav ol.narrowed-category {
	padding: 10px;
	margin: 0 !important;
	background: #FEF9EF;
}

.block-layered-nav ol.narrowed-category li {
	padding: 0 !important;
	border-bottom: none;
}

.block-layered-nav .narrowed-category li .label {
	background: url(../images/narrow_by_li_by.gif) no-repeat 0 3px;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
}

.block-layered-nav .widget-btn {
	float: right;
	margin: 3px 0 0 5px;
}

#narrow-by-list {
	padding: 0 0 10px 0;
	margin: -10px;
}

#narrow-by-list dt {
	color: #fff;
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#narrow-by-list dd {}

#narrow-by-list dd li {
	padding: 5px 0;
	color:#fff;
}
#narrow-by-list dd li a { color:#fff;}

#narrow-by-list dd.last {
	background: none;
}

/* My Orders */

.block-reorder .block-content{ padding: 0; }

.block-reorder ol { padding: 10px; }

.block-reorder .block-subtitle{ margin: 0; }

.block-reorder p.product-name { }

.block-reorder .actions { margin: 0; }

/* Block List */

.block-list ol li {
}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.category-products { /*margin: 0 -10px;*/ }

.category-products h2 {
	font-size: 100%;
	margin: 0 0 10px;
	line-height:20px; 
}

.category-products .price-box {
	display: block;
}

/*Product---*/
.product-image img {
  
  display: block;
}

/*List Type---*/
.products-list .item {
	border-bottom: 1px solid #ddd;
	padding: 20px;
	overflow: hidden;
	clear: both;
	position:relative;
}

.products-list .item.last {
	border-bottom-width: 0;
}

.products-list .product-image {
	float: left;
	width: 225px;
	text-align: center;
}

.products-list .product-shop {
	width: 420px;
}

.products-list .product-shop h2.product-name { font-size:120%}

.products-list .product-shop .description {}

.products-list .product-shop .price-box {
	/* float: left;*/
	text-align: left;
	white-space: nowrap;
	padding: 0 20px 0 0;
}

.products-list .add-to {
	margin-bottom: 0;
}

.products-list .product-shop p.add-to a {
	margin-right: 10px;
}
.products-list .product-shop .ratings { margin:0; }
.products-list .product-shop .rating-links { margin-top:-2px; }
.products-list .product-shop a.link-learn:hover { color:#800000; }
.products-list .product-shop .btn-cart { margin:10px 0; }
.products-list .product-shop .add-to-links li { background:none;  display: inline-block; text-align:left; padding:5px 0; width:auto; }
.products-list .product-shop .add-to-links li a { color:#000; font-weight:normal; padding:0 10px; background:none }
.products-list .product-shop .add-to-links li a:hover,
.products-list .product-shop .add-to-links li a:focus {color:#800000; background:none;}
.products-list .product-shop .add-to-links li a.link-wishlist { padding-left:0;}
.products-list .add-to-links{float:right; background:none;margin-top: 10px; width:auto;}


.catalog-product-compare-index .add-to-links li { background:none;  display: inline-block; text-align:left; padding:5px 0; width:auto; }
.catalog-product-compare-index .add-to-links li a { color:#000; font-weight:normal; padding:0 10px; background:none }
.catalog-product-compare-index .add-to-links li a:hover,
.catalog-product-compare-index .add-to-links li a:focus {color:#000; background:none;}
.catalog-product-compare-index .add-to-links li a.link-wishlist { padding-left:0;}
.catalog-product-compare-index .page-title a { background:none; color:#222; font-size:13px;}

/*Grid Type---*/
.listing-type-grid { /*margin: 0 -10px;*/ background:#fff; }
.products-grid .product-image, /*product name*/
.products-grid .price-box, /*product price*/
.products-grid .actions, /* buttons and add to links */
.products-grid .pdescription, /* product description */
.products-grid .product-information {
	margin: 0 10px 10px;
}
.products-grid .product-information h5 { padding-bottom:10px; line-height:20px; height: 58px;}

.products-grid .product-information .price-box {
  margin-left: 0;
  margin-right: 0;
}

.products-grid .add-to-links {}

.products-grid {
	width: 100%;
}

.products-grid.last { border-bottom: 0; }

.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 25% !important;
	margin: 0 !important;
	padding: 10px 0;
	background:url(../images/sep-vline.gif) repeat-y  right top;
	border-bottom:1px solid #e5e5e5;
	/*min-height: 385px;*/
	min-height: 477px;
}

/* loading Indicator */
.products-grid li.item .loading,li.jm-slider-li .loading {
  background: url(../images/ajax-loader.gif) no-repeat top center;
  display: block;
  right: 82px;
  top: 125px;
  position: absolute;
  height: 31px;
  width: 31px;
  z-index: 10;
}
.jm-product-list .products-grid li.item .loading {
  background: url("../images/ajax-loader.gif") no-repeat scroll center top transparent;
  display: block;
  height: 31px;
  position: absolute;
  right: 110px;
  top: 231px;
  width: 31px;
  z-index: 10;
}
.products-grid li.item.item-row-last { border-bottom:none; }

.catalogsearch-advanced-result .products-grid li.item { width: 25%; }

.products-grid ol.odd  {}

.products-grid li.last { background:none;}
.products-grid li.last:hover {background:url(../images/sep-vline2.gif) repeat-y  right top;}

.products-grid .product-image {
	vertical-align: bottom;
	display: block;
	margin-top: 10px;
}

.products-grid .product-image img {
}

span.label {    
  height: 25px;
  line-height: 20px;
  top: 0;
  right: 0;  
/*  position: absolute;
  color: #fff;
  text-align: center;
  text-transform: uppercase; */
color: #fff;
  font-weight: bold;
  font-size: 12px;
}

span.highlabel {    
  height: 24px;
  line-height: 20px;
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
/*  color: #000; */ 
  font-weight: bold;
  font-size: 12px;
}

.hot-label {
  background-image: url(../images/icon_hot.png);
  width: 39px;
}
.popular-label {
  background-image: url(../images/icon_hot.png);
  width: 62px;
}
.sales-label {
  background-image: url(../images/icon_sale.png);
  width: 44px;
}


.products-grid .rating-box {
	margin-left: 0;
	margin-right: 5px;
	margin-top:1px;
}

.products-grid  .no-rating { margin:0 0 10px 0}
.products-grid .ratings a {
	text-align: center;
}

.products-grid .rating-links {
	margin: 0;
}

.products-grid .pipe {
	display: none;
}

.ja-dot { display: block; height: 1px; border-bottom: 1px solid #eee; margin: 0 10px; }


.products-grid li.item { position:relative}

.products-grid li.item:hover {
  -moz-box-shadow:    inset 0 0 10px #ccc;
   -webkit-box-shadow: inset 0 0 10px #ccc;
   box-shadow:         inset 0 0 10px #ccc;
}

.products-grid li.item:hover .product-information h5 a,
.products-grid li.item:hover .product-image,
.products-grid li.item:hover .product-name,
.products-grid li.item:hover .ratings {
   background:#fff;
   opacity:0.4;
}

/*.products-grid li.item:hover .price-box {transition: all 0.3s ease-out 0s; top:40%; position:absolute; width:100%; text-align:center;}
.products-grid li.item:hover .price-box .price { font-size:46px!important; color:#222;}
*/
.products-grid .add-to-links {
  padding: 0;
  position: absolute;
  border: 0;
  top:0px;
  width:100%; 
  margin:-80px -10px 0 -10px;
}


.products-grid li.item:hover .add-to-links {
 transition: all 0.3s ease-out 0s;
 margin:0 -10px;
}


#upsell-product-table.products-grid .add-to-links {margin:-80px 0px 0 0px;}
#upsell-product-table.products-grid li.item:hover .add-to-links {
 transition: all 0.3s ease-out 0s;
 margin:0px 0 0 -1px;
}

.products-grid li.item button.form-button,
.products-grid li.item button.btn-cart {
 background: #003366;
  padding: 15px 0;
  position: absolute;
  border: 0;
  bottom:0px;
  width:100%; 
  margin:0px -10px -80px -10px;
  text-align:center;
  font-size:18px !important;
}

.products-grid li.item:hover button.form-button,
.products-grid li.item:hover button.btn-cart {
 transition: all 0.3s ease-out 0s;
 margin:0 -10px;
}

#upsell-product-table.products-grid li.item button.btn-cart { margin:0px 0px -80px 0px;}
#upsell-product-table.products-grid li.item:hover button.btn-cart { margin:0px 0 0 -1px; }


.products-grid li.item button.form-button:hover,
.products-grid li.item:hover button.btn-cart:hover {
  color: #fff;
  background:#800000;
}

.products-grid li.item .actions a.cboxElement {
  margin: 0 auto;
  display: none;
}

.product-details a.cboxElement { }

a.cboxElement:hover { text-decoration:none;}

.products-grid .separator  { display:none;}

.products-grid .product-information .pdescription { display:none; }
.products-grid .product-information .rating-links .separator, 
.products-grid .product-information .rating-links .separator + a,
.jmproducts-viewall-index .products-grid .rating-links .separator, 
.jmproducts-viewall-index .products-grid .rating-links .separator + a
 { display:none; }

.jmproducts-viewall-index .products-grid .product-name{ margin:0 10px;}
.jmproducts-viewall-index .products-grid .ratings { margin:5px 10px;}

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {}

.product-essential, .product-collateral {
	clear: both;
}

.product-essential {
	margin:40px 0;
	overflow: hidden;
} 

.product-img-box {
	width: 265px;
	float: left;
}

.product-img-box .rating-links {
	margin-top: 10px;
	clear: both;
	float: none;
}

.product-essential .product-shop {}
.product-essential .product-shop .rating-links { margin-top:-2px; color:#aaa; }

.product-collateral { margin:0 }

/*PRODUCT TABS */

ul.ja-tab-navigator {
	border-top:1px solid #e5e5e5;
	padding: 0 40px;
}

ul.ja-tab-navigator li {
	float: left;
	line-height: 30px;
	padding: 0 10px;
	background:#f5f5f5;
	font-size:14px;
	color:#aaa;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;	
}

ul.ja-tab-navigator li a {color:#aaa;text-transform:lowercase;}

ul.ja-tab-navigator li.first { border-left:1px solid #E5E5E5;}

ul.ja-tab-navigator li.active {
	background: #fff;
	color:#222;
	border-bottom:1px solid #fff;
}

ul.ja-tab-navigator li.active.first {
	border-left:1px solid #e5e5e5;
}

.ja-tab-content {
	padding: 10px 40px;
	border-top:1px solid #e5e5e5;
	margin-top:-1px;
}

ul.ja-tab-navigator li a {
	font-weight: bold;
	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{
	text-decoration: none;
}


ul.ja-tab-navigator li.active a {
	color: #000 !important;
	text-decoration: none;
}

.ja-tabitem-producttags h5 {
	margin-top: 0;
}

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 265px;
	overflow: hidden;
	position: relative;
	width: 265px;
	z-index: 9;
	margin: 0;
}

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
}

.product-img-box #track_hint {
	font-size: 92%;
}

.product-img-box .more-views {
	margin-top: 20px;
}

.product-img-box .more-views h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 92%;
	color: #999;
}

.product-img-box .more-views ul {
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: 105px;
	width: 70px;
	float: left;
}


/*Product Info---*/
.product-essential .product-shop h1 {
	font-size: 200%;
	margin-top: 0;
}

.product-essential .ratings,
.product-essential .add-to-box  { border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; padding:15px 0;}

.product-essential .availability { margin:0;}
.product-essential .availability.in-stock span { color:#40a972; font-size:11px; font-weight:bold} 
.product-essential .availability.out-of-stock span { color:#f00; font-size:11px; font-weight:bold} 

.product-essential .price-box {font-size: 110%; margin:0;}
.product-essential .price-box .old-price .price { font-size:16px;}
.product-essential .price-box .special-price .price,
.product-essential .price-box .regular-price .price { font-size:24px;}
.product-essential .price-box .old-price { padding-right:5px;}

.product-essential td .price-box {
	margin: 0;
	font-size: 100%;
}

.product-essential h4 {
	font-size: 92%;
	color: #999;
	margin: 15px 0 2px;
	text-transform: uppercase;
}

.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .short-description { }
.product-essential .short-description .std p { margin:0}
.product-essential .short-description .std ul,
.box-collateral.box-description ul { list-style:inside;}

/*Product Options---*/
.product-options {
	margin: 20px 0 0;
	padding:0 0 10px ;
}

.product-options dt {
	padding: 0;
	margin: 0 0 5px;
}

.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 0 15px;
	padding: 0;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.product-options dd input.input-text {
	width: 99%;
}

.product-options dd textarea {
	height: 8em;
	width: 99%;
}

.product-options dd select {
	width: 99%;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #ddd;
	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;color: #000;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {}

.product-essential .ratings,
.product-essential .product-options-bottom   { border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; padding:15px 0;}

.product-essential .product-options-bottom .add-to-cart { float:left;}

.product-essential .product-options-bottom .add-to-links {
	float: left;
	text-align: left;
	background:none;
}

.product-essential .product-options-bottom .add-to-links li { 
	border-right: none; 
	width:auto; 
	padding:0 10px 0 5px;
	background:url(../images/sep-vdot2.jpg) no-repeat right 4px  !important;
	float:left;
}

.product-essential .product-options-bottom .add-to-links li:last-child { background:none !important; }
.product-essential .product-options-bottom .add-to-links li:first-child { padding-left:0; }
.product-essential .product-options-bottom .add-to-links li a { color:#000; font-weight:normal; background:none; padding:0;}
.product-essential .product-options-bottom .add-to-links li a:hover { color:#800000; }

.add-to-cart .paypal-logo {
	clear: both;
	margin: 0;
}

.add-to-cart .paypal-logo .paypal-or { display:none; }


.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-shop .product-options-bottom .price-box {}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-options-bottom .add-to-links {
	clear: both;
	display: block;
}

.product-options-bottom .add-to-links li {
	display: inline;
}

.product-options-bottom .add-to-links li a {
	padding-left: 0;
}

.product-options-bottom .add-to-links li a,
.product-options-bottom .add-to-links li a:hover,
.product-options-bottom .add-to-links li a:focus {
	background-image: none;
}

.product-options-bottom .add-to-links li .separator {
	display: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px; 
}

.item-options dt {
	font-weight: bold;
}

.item-options dd {
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 5px 7px;
}

/*Product Collateral---*/
.product-collateral .box-collateral {
	margin-bottom: 20px;
}

.product-collateral .head {
	margin-bottom: 5px;
}

.product-collateral h2 { text-transform:lowercase; font-size:120%; }

.product-collateral .box-collateral h3 {
	font-size: 100%;
}

.product-collateral .box-collateral h4 {
	color: #333;
	font-size: 92%;
	margin: 0;
}

.product-collateral .box-collateral h5 {
	color: #333;
	margin: 10px 0 5px;
}

/*Product Description*/
.product-collateral .box-description {}

/*Additional Information*/
.product-collateral .box-additional table {}

.product-collateral .box-additional .label {
	font-weight: bold;
	white-space: nowrap;
	width: 25%;
}

.product-collateral .box-additional .odd {
	background: #fff;
}

.product-collateral .box-additional .data {
	border-right: 0;
	background: #fff;
}

.product-collateral .box-additional td {}

/*related product*/
.box-up-sell { margin-top: 20px; border-top:1px solid #e5e5e5; }
.box-up-sell h2 { float:right; margin:20px -20px 0 0; font-size:16px; font-weight:bold; background:#800000; padding:10px 20px; color:#fff;}
.box-up-sell .category-products { border-top:1px solid #e5e5e5; float:left; width:100% }

.box-up-sell .category-products .products-grid .rating-links .separator, 
.box-up-sell .category-products .products-grid .rating-links .separator + a
 { display:none; }
 
.box-up-sell .category-products .products-grid .product-name,
.box-up-sell .category-products .products-grid .ratings { margin:0 10px; font-size:100%}

.box-up-sell .category-products .products-grid .ratings { padding:10px 0}

#upsell-product-table li.item { width: 25%; }

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews dl {
	clear: both;
	padding-top: 15px;
}

#customer-reviews dd {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

#customer-reviews dd p {
	clear: both;
}

#review-form {
	padding-bottom: 10px;
}

#review-form table {
	margin: 8px 0 0;
	width: 456px;
}

#review-form td,
#review-form th {
	text-align: center;
}

#review-form td.label {
	text-align: left;
	width: 100px;
}

#review-form .form-add{
	padding-left: 0;
	background: none;
}

#review-form input.input-text,#review-form  textarea {
	width: 450px;
}

#review-form .buttons-set .button {
	float: left;
	margin-left: 0;
}

/* Product Tags */
.box-tags .form-add {
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.box-tags .form-add label {
	width: 100%;
	color: #333;
	margin: 10px 0 5px;
	display: block;
}

.box-tags .form-add .input-box,
.box-tags .form-add fieldset {
	float: left;
	margin-right: 5px;
}

.box-tags .form-add .input-box .input-text {
	padding: 6px 5px;
	width: 200px;
}

.box-tags .form-add .button {
	margin-left: 5px;
}

.tags-list,
.product-tags {}

.tags-list a { color:#999; }
.tags-list a:hover { color:#800000; }

.tags-list li,
.product-tags li {
	background: url(../images/sep-vdot.gif) no-repeat 100% 4px;
	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;
}

#ja-main .tags-list { padding:20px;}

/*Gift Messages----*/
.giftmessages .gift-header {
	color: #069;
	font-size: 12px;
	font-weight: bold;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	color: #999;
	font-weight: normal;
}

.giftmessages .gift-box {
	background: #FEF9EF;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	border: 1px solid #ddd;
}

.giftmessages .giftmessage-product-info {
	padding-left: 10px;
}

.giftmessages .numeration {
	color: #999;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #999;
}

.giftmessages .fieldset li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 495px;
}

.giftmessages .fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 235px;
}

.giftmessages .fieldset li .input-box select {
	width: 256px;
}

/* upsell */
#upsell-product-table .ratings .rating-links {
	float: none;
	
}

/* Product Review Detail */
.product-review .product-img-box {
	width: 170px;
}

/*CHECKOUT
----------------------------------------------------------------*/ 
.form-list li .input-box select.address-select {
	width: 630px;
}

.sp-methods dd {
	/*margin-bottom: 10px;*/
}

.sp-methods dt {
	padding: 5px 0;
	color: #333;
	font-weight: bold;
}

.sp-methods dd {
	padding: 0 25px;
}

.sp-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.sp-methods select.year {
	width: 106px !important;
}



.sp-methods input.cvv {
	width: 170px !important;
}

.sp-methods .cvv-what-is-this {
	margin-left: 10px;
}

.checkout-types .paypal-logo {
	margin: 0;
	padding: 0;
}

/*Shopping Cart---*/
.cart { margin:0 40px; padding-top:20px; }
.cart .page-title { margin: 0 -40px; }
.cart .title-buttons .checkout-types { display:none}

.cart-table { margin-bottom: 0; margin-top:20px; }

.cart-table tbody td { vertical-align: middle; }

.cart-table th .tax-flag { display: block; font-size: 92%; font-weight: normal; }

.cart-table tr.error { background: #FCEDED !important; }

.cart-table .product-name{ font-size: 100%; }

.cart-table .continue-shopping { float: left; }

.cart-table-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 #ddd;
	float: right;
	margin-top: 25px;
	width: 30%;
	padding: 0;
}

.cart-collaterals .totals table {
	width: 100%;
}

.cart-collaterals .totals td {
	padding: 3px 15px;
}

.cart-collaterals .totals th,
.cart-collaterals .totals td { border-bottom:1px solid #ddd;}

.cart-collaterals .totals tr.last td {}

.cart-collaterals .totals tfoot td {
	font-size: 125%;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
}

.cart-collaterals .totals ul.checkout-types { padding: 0; margin: 10px 15px 0; }

.cart-collaterals .totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: right;
}

.cart-collaterals .totals ul.checkout-types .button { float: none; display: inline-block; }

.cart-collaterals .totals ul.checkout-types li big { font-weight: bold; }

.cart-empty { margin:20px;}

.cart .messages { margin:20px 0 0 0 ; width:100%;}

.cart-price .price { font-weight:bold;}
.data-table td .price { font-weight:bold;}

#co-shipping-method-form dl.sp-methods { padding-top:20px;}
#co-shipping-method-form .buttons-set { margin-top:10px; }

#shopping-cart-table .btn-update { margin-right:5px;}
/*Tax details---*/
.tax-total {
	cursor: pointer;
}

.tax-total td {}

.tax-total .tax-collapse {
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #ccc;
}

.tax-details td {
	color: #999;
}

.tax-details-first td {
	border-top: 1px dashed #ccc;
}

/*Collaterals---*/
.cart .cart-collaterals .col2-set {
	margin: 25px 0;
	float: left;
	width: 68%;
}

.cart .cart-collaterals .col2-set .col-1 {width:46%}
.cart .cart-collaterals .col2-set .col-2 { width:51%}

.cart .discount,
.cart .shipping {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 0 15px 10px;
}

#coupon_code {
	width: 250px;
}

.cart .discount .buttons-set { text-align: left; }

.cart .discount .button,
.cart .shipping .button{
	margin-right: 5px;
	margin-left: 0;
	float: left;
}

.cart .discount h2, 
.cart .shipping h2 {
	padding: 8px 0;
	text-indent:18px;
	margin: 0 -15px;
	border-bottom: 1px solid #ddd;
	text-transform:lowercase;
}
.cart .discount .discount-form label {
	display: block;
	margin: 10px 0;
}

.cart .shipping-estimate .input-text {
	width: 214px;
}

.cart .shipping-estimate select {
	width: 220px;
}

.cart .crosssell {
	border: 1px solid #ddd;
}

.cart .crosssell h2 {
	padding: 8px 0;
	text-indent:18px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	text-transform:lowercase;
}

.cart .crosssell ul {
	margin: 0 10px;
}

.cart .crosssell .add-to-links {
	margin: 0;
	
}

.cart .crosssell .add-to-links li {
	border: none;
	padding: 5px 5px 0 0;
	width:auto;
	color:#aaa;
}

.cart .crosssell .add-to-links li .separator{
}

.cart .crosssell .add-to-links li a { background:none; padding:0; color:#aaa; font-weight:normal; font-size:11px;}
.cart .crosssell .add-to-links li a:hover { color:#800000; }

.cart .crosssell li {
	border-top: 1px solid #ddd;
	padding: 20px 0;
	overflow: hidden;
}

.cart .crosssell li:first-child { border-top:none;}

.cart .crosssell .product-image {
	border: 1px solid #ddd;
	float: left;
	width: 68px;
}

.cart .crosssell .product-details {
	width: 175px;
	float: right;
}

.cart .crosssell .product-details h5,
.cart .crosssell .product-details h3 {
	font-size: 100%;
	margin: 0 0 5px;
}

.cart .crosssell .product-details .button {
	margin: 0 0 5px;
}

.cart .crosssell .product-details small {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 8px;
}
#cboxLoadedContent .page-title h1 { margin-left:0;}
#cboxLoadedContent .cart .crosssell { border:none; }
#cboxLoadedContent .cart .crosssell h2 { text-indent:0px;}
#cboxLoadedContent .cart .crosssell ul { margin:10px 0}
#cboxLoadedContent .cart .crosssell li { width:50%; float:left; border-top:none; border-bottom:1px solid #e5e5e5; }
#cboxLoadedContent .cart .crosssell .product-details {float: right; width: 240px;}

#cboxLoadedContent .cart .page-title { margin:0; }

#cboxLoadedContent .messages { margin:20px 0 0; }

#cboxLoadedContent .block.block-compare .btn-remove { margin:-3px 5px 2px !important;}

#cboxLoadedContent .cart .crosssell .add-to-links li { width:auto !important; border-bottom: none !important}

.product_addtocart_form_options .product-shop h1 { font-size:120%; }
.product_addtocart_form_options .product-image { text-align:center; border:1px solid #e5e5e5; padding:5px; }
.product_addtocart_form_options img { display:inline;}
.product_addtocart_form_options .product-options-bottom .price-box { display:none; }

.grand_total {
	background: #ddd;
	border: 1px solid #ddd;
	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;
}

.discount-form .buttons-set { margin:10px 0 0 0}
.shipping-form .buttons-set { margin:0; }

/*One-Page checkout---*/
.ja-lo-2colsr #ja-main { background:#fff;}
.ja-lo-2colsr #ja-col2 { background:#003366; padding-bottom:20px;}

.ja-lo-2colsr #ja-main .inner { padding:0 20px 20px 0;}

.ja-lo-2colsr #ja-main .inner .page-title { margin-bottom:20px; margin-left:0; }

.opc-block-progress .block-title {
	background: url(../images/bg_top_block.png) repeat-x left top;
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px 10px 0;
    padding-left: 0;
    padding-top: 20px;
}


.opc {}

.opc li.section {
	position: relative;
	overflow: hidden;
}

.opc .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .fieldset li {
	padding-left: 0;
}

.opc .step {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0; 
	padding: 5px 20px 15px;
	margin: 0;
}

.opc .step-title {
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 8px 15px;
	overflow: hidden;
}

.opc .last .step-title {
	border-bottom: 1px solid #ddd;
}

.opc .tool-tip {
	right: 8px;
}

.opc .step-title a {
	display: none; /* Hide Edit button in step header */
}

.opc h2 {
	color: #999;
	font-size: 1.15em;
	margin: 0;
	float: left;
	text-transform:lowercase;
}

.opc h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	background: #999;
	padding: 0 4px;
	color: #fff;
	float: left;
	margin-right: 10px;
}

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #333;
	font-size: 110%;
}

.form-list li.wide .input-box input.input-text,
.form-list li.wide .input-box textarea {
	width: 525px;
}

.opc .form-list li.fields .field {
	float: left;
	width: 275px;
}

#billing-address .form-list li.wide .input-box .input-text, 
#shipping-address .form-list li.wide .input-box .input-text {
	width: 250px;
}

/*Allow box*/
.opc .allow .step-title {
	background: url(../images/icon_accept.gif) no-repeat 98% center #eee;
	cursor: pointer;
}

.opc .allow h3 {
}

.opc .allow .number {
	background: #800000;
	border: 1px solid #800000;
	color: #fff;
}

/*Active box*/
.opc .active .step-title {
	background: #fff;
	cursor: default;
	border-color: #ddd;
}

.opc .active .step-title h2 {
	color: #800000;
}

.opc .active .number {
	background: #800000;
	border: 1px solid #800000;
	color: #fff;
}

.opc .active .step {
	display: block;
	border-top-color: #ddd;
}

.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 Review*/
.checkout-onepage-success .ja-lo-1col #ja-current-content { padding:20px 40px;}
.checkout-onepage-success .page-title { margin:0 -40px;}


#checkout-step-review {
	border-bottom: 1px solid #ddd;
}

/*Checkout Progress---*/
/*Side Box*/
.ja-lo-2colsr .main { padding-top:40px !important}

.block-progress {}

.block-progress dl {
	margin: -10px;
}

.block-progress dt {
	padding: 10px !important;
	font-weight:bold;
}

.block-progress dt.complete {
}

.block-progress dt.complete a { color:#fff;text-decoration: underline;}
.block-progress dt.complete a:hover { color:#fff; text-decoration: none;}

.block-progress h4 {
	color: #000;
	margin: 0;
	font-size: 100%;
}

.block-progress .complete h4 {
}

.block-progress h4 a {
	text-transform: none;
}

.block-progress dd.complete {
	border-bottom: 1px solid #fff;
    margin: 0 10px 10px;
    padding-bottom: 15px;
}

.block-progress dd.complete p { margin:0;}

.block-progress dd.complete table {
	width: 100%;
	table-layout: fixed;
}

.block-progress dd.complete table td,
.block-progress dd.complete table th {
	word-wrap: break-word;
}

.opc .box-no-padding {
	background: #FEF9EF;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 15px 0px;
}

.opc .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	border-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

.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 .button-set {
	margin: 0;
}

/*Table*/
#checkout-step-login .col2-set .col-2 { width:52%; }
#checkout-step-login .col-1 ul.ul li { padding-bottom:10px; }

.checkout-progress {
	margin: 0 auto 20px;
	width: 100%;
	overflow: hidden;
}

.checkout-progress li {
	color: #ddd;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 10px 0;
	text-indent: 15px;
	background: none;
	text-align:center;
	text-transform:lowercase;
	font-size:110%;
	background: #999;
}

.checkout-progress li.active {
	color: #fff;
	background: #800000;
}
.ja-lo-2colsl .checkout-progress li {font-size:100%;}

/*Multiple Addresses checkout---*/
.checkout-multishipping-addresses #ja-current-content, 
.checkout-multishipping-shipping #ja-current-content,
.checkout-multishipping-billing #ja-current-content,
.checkout-multishipping-overview #ja-current-content,
.checkout-multishipping-success #ja-current-content { padding:40px }

.checkout-multishipping-addresses #ja-current-content .buttons-set,
.checkout-multishipping-shipping #ja-current-content .buttons-set,
.checkout-multishipping-billing #ja-current-content .buttons-set,
.checkout-multishipping-overview #ja-current-content .buttons-set { margin:15px 0;}

.checkout-multishipping-billing dt input.radio { float:left; }

.checkout-multishipping-addresses .multiple-checkout .page-title {padding: 20px 0 5px;}

.checkout-multishipping-login .ja-lo-1col .main #ja-main .col2-set { margin:40px;}

.checkout-multishipping-login .ja-lo-1col .main #ja-main .col2-set .col-2 { width: 50%; }

.multi-address-checkout-description {
	margin-bottom: 25px;
	margin-top: -15px;
}

.multiple-checkout{}

.multiple-checkout .col2-set,
.info-set {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #ddd;
}

#shipping_method_form .col2-set .content,
.info-set .content {
	padding: 10px 15px;
}

.multiple-checkout .col2-set .legend,
.info-set .legend {
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
	margin: 0;
	font-size: 110%;
	clear:both;
}

.multiple-checkout .col2-set .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.multiple-checkout .col2-set .box-title,
.info-set .box-title,
.multiple-checkout .col-wide > h3 {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: none;
	text-align: left;
}

.multiple-checkout .col-wide > h3 {
	font-size: 110%;
}

.multiple-checkout .col2-set .box-title h2,
.multiple-checkout .col2-set .box-title h3,
.info-set .box-title h3 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 110%;
}

.multiple-checkout .col2-set .box-title a {}

.multiple-checkout .col2-set .form-list {
	margin: 0;
}

.multiple-checkout .col2-set .form-list ul {
	margin: 5px 0 15px;
}

.multiple-checkout .col2-set .col-1,
.info-set.col2-set .col-1 {
	width: 32%;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.multiple-checkout .col2-set .col-2,
.info-set.col2-set .col-2 {
	width: 63%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.multiple-checkout .place-order .grand-total {
	float: right;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	padding: 14px 0 0 0;
}

.multiple-checkout .place-order .grand-total .inner div { display: inline; vertical-align: top; }

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 12px;
	line-height: 1;
}

.multiple-checkout .place-order .grand-total .button { float: none; vertical-align: middle; }

.info-set .box .actions {
	background: none;
}

.shipment-count {
	background: #069;
	color: #fff;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

#shipping_method_form .col2-set .tool-tip {
	left: -23px;
}

#shipping_method_form .col2-set .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.box-sp-methods {
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
	margin-top: 10px;
}

.box-sp-methods .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

.place-order-box {
	float: right;
	line-height: normal;
}

.place-order-box .grand-total {
	font-size: 200%;
}

.place-order-box .grand-total .price {
	color: #069;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order-box input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

.ja-lo-2colsl .multiple-checkout .page-title  { margin-left:-40px}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #FEF9EF;
	border: 1px solid #ddd;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	border: 1px solid #ddd;
	border-width: 0 1px;
	padding: 5px 20px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #ddd;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/ 
#cboxLoadedContent .account-login{
  width:400px;

}
#login-form .col-1, #login-form .col-2 {
	border: 1px solid #ddd;
}


#login-form .content {
	padding: 0 15px 10px;
}

#login-form h2 {
	background-position: 15px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ddd;
	margin: 0 -15px;
	padding: 8px 0;
	text-indent: 18px;
	text-transform:lowercase;
}

#login-form .buttons-set {
	border-top: 1px solid #ddd;
	background: #eee;
	margin: 0;
	padding:15px;
}

#login-form .content {
	min-height: 230px;
}

/*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: #999;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.ja-lo-1col .main { padding-top:40px !important;}
.cms-home .ja-lo-1col .main { padding-top:0 !important}

.ja-lo-1col .main #ja-main { background:#fff;}
.cms-home .ja-lo-1col .main #ja-main { background:none; }

.customer-account-login .ja-lo-1col .main #ja-main .col2-set { margin:40px;}
.customer-account-login .ja-lo-1col .main #ja-main .col2-set .col-1 { width:45%; }
.customer-account-login .ja-lo-1col .main #ja-main .col2-set .col-2 { width:50%; }

.has-toggle .block-account {
  display: none;
}

.block-account {}

.block-account .block-title {
	background: #069;
	margin: 0;
	padding: 5px 10px;
}

.block-account .block-title strong {
	color: #fff;
}

.block-account .block-content {
	padding: 0;
}

.block-account ul {
	padding: 5px 10px 10px;
}

.block-account li a, .block-account li.current {
	padding: 5px 0;
}

.block-account li strong {
	font-weight: normal;
}

.block-account li a {
	display: block;
}

.block-account li a {
	color: #fff;
	text-decoration: none;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	color: #fff;
	text-decoration:underline;
}

.block-account li.current {
	color: #fff;
	font-weight: bold;
	background: url(../images/arrow_l1.gif) no-repeat 98% center;
}

.block-account li.current a {
	padding: 0;
}

.block-account li.last, .block-account li.last a {
	border-bottom: 0;
}

/*Dashboard---*/

.box-account {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.box-account.box-recent { border-bottom:none; }

.box-account .col2-set{
	margin: 0 15px 10px;
}

.box-account .box-head {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 8px 15px;
	overflow: hidden;
}

.box-account .box {
	background: none;
	border: none;
}

.box-account .box .box-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.box-account h5,
.box-account .box .box-title h3 {
	font-size: 1.1em;
}

.box-account h6 {
	text-transform: uppercase;
}

.buttons-set a.f-left { line-height:32px; }

.account-main .box-account li {
	padding: 5px 0;
}

.box-account ol li {
	margin: 15px 0 0;
}

.box-account .product-name {
	font-size: 100%;
	margin: 0;
}

.box-account ol#my_recent_tags,
.box-account ol#my_recent_reviews {
	padding: 0 15px 15px 15px;
}

.box-account.box-reviews li .details h3 { padding-bottom:10px;}

.box-account ol .number {
	background: #800000;
	color: #fff;
	float: left;
	font-size: 9px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 3px;
	padding: 1px 3px;
}

.box-account ol .details {
	margin-left: 20px;
}

.box-account ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.box-account .product-images {
	width: 65px;
}

.box-account .product-images img {
	border: 1px solid #ccc;
}

.box-account .product-details {
	margin: 0 0 10px 70px;
}

.box-account .tags {
	overflow: hidden;
}

.box-account .tags ul,
.box-account .tags strong {
	display: inline;
	float: left;
}

.box-account .tags ul li {
	margin: 0 0 0 5px;
	float: left;
}

.box-account .content {
	padding: 0;
}

.box-account .ratings {
	margin: 0;
}

.account-side .actions {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

.my-account { padding:0 20px;}

.my-account .page-title { line-height:normal!important; margin:0 -20px; padding-right:20px; }

.my-account .page-title a { background: none; color:#aaa; float:none; font-size:13px; padding:0 25px; line-height:normal; }

.my-account .page-title a:hover { background:none; color:#222;}

.my-account dl.order-info { display:none; }

.my-account .box {border: none;}

.order-items h2 { text-transform:lowercase}
.customer-address-index .my-account .page-title button { margin-top:-10px;}

.customer-address-index .my-account .addresses-primary h2,
.customer-address-index .my-account .addresses-primary h3,
.customer-address-index .my-account .addresses-additional h2{ text-transform:lowercase; }

.my-account .order-info-box {}

.my-account .pager { margin:10px 0}

.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;
}

.dashboard-welcome {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-right: 8em;
}

.box-account .box-head h2,
.account-box .head h4 {
	margin: 0;
	font-size: 110%;
}

.box-recent .box-head {
	margin: 0;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #ddd;
	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: 10px;
	background: url(../images/arrow_d2.gif) no-repeat 2px center; 
}

.address-list li {
	margin-bottom: 1em;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
.box-account #my-orders-table {
	border: 0;	
	border-left: 1px solid #ddd;
}

#my-orders-table span.nobr { float:left;}

.box-account.box-recent #my-orders-table span.nobr { width: auto}

#my-orders-table tfoot td, 
#checkout-review-table tfoot td {
}

#checkout-review-table tfoot th { background:#eee;}


#my-orders-table tfoot tr.last td,
#checkout-review-table tfoot tr.last td {
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #ddd;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: 170px;
	vertical-align: top;
}

.compare-products tbody tr.first td {
	border-top: 1px solid #ddd;
}

.compare-products tbody td.last {
	border-right: 1px solid #ddd;
}

.compare-products tbody.attribute-cart td {
	background: #FEF9EF !important;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.compare-products tbody td.label {
	background: #ecf3f6 !important;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: left;
	width: auto;
}

.compare-products tbody.attribute-cart td.label {
	background: #FEF9EF !important;
}

.compare-products tbody.remove-buttons tr {
	background: #fff;
}

.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 {
	border-bottom: 1px solid #ddd !important;
}

/*Reviews---*/
.my-review-detail .product-image {
	float: left;
	width: 135px;
}

.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: 538px;
}

.my-review-detail .ratings-list {
	margin-bottom: .8em;
}

.my-review-detail .ratings {
	line-height: 1.5;
}

.my-review-detail .ratings .rating-box {
	float: none;
	margin-bottom: 3px;
}

.my-review-detail .ratings .pipe {
	display: none;
}

.my-review-detail .ratings a {
	display: block;
}

/*Tags ---*/
.my-tag-edit a.btn-remove {
	padding: 0;
	margin: -3px 5px 0 0;
	border: 0;
	float: left;
}

#my-tags-table td { vertical-align: middle; }

#my-tags-table .add-to-links { background:none;}
#my-tags-table .add-to-links li { padding:0; width:auto;}
#my-tags-table .add-to-links a { background:none; color:#222; font-weight:normal; }
#my-tags-table .add-to-links a:hover { color:#800000}

/*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: #FEF9EF;
}

.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 {
	margin-top:20px;
}

#wishlist-table td {
	vertical-align: middle;
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: block;
}

#wishlist-table textarea {
	width: 95%;
	height: 175px;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px 0;
	font-size: 100%;
}

#wishlist-table tr th:nth-child(3n),
#wishlist-table tr td:nth-child(3n) {width:25%; text-align:center; }

#wishlist-table .add-to-cart-alt input { text-align:center; padding:6px 2px;}

.newsletter-manage-index .fieldset { margin:20px 0;}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/

/*ADVANCED SEARCH
----------------------------------------------------------------*/ 

.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-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .input-range .input-text {
	width: 70px;
}

.advanced-search .input-range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #c00;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #FEF9EF;
	border: 1px solid #ddd;
	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_d2.gif) no-repeat left 6px;
	padding-left: 8px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*RETURNS PAGE
----------------------------------------------------------------*/ 
#oar_widget_orders_and_returns_form .input-box {
	padding: 5px 0;
}

/*PRINT
----------------------------------------------------------------*/
.page-print .order-date {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
	margin-right:20px;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 125%;
    font-weight: bold;
}

.page-print h2, .page-print h3 {
    font-size: 100%;
    font-weight: bold;
}

.page-print .col2-set h2,.page-print .col2-set h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.page-print h2.h2 {
    font-size: 125%;
    font-weight: bold;
}

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 {
	background: #fff;
	color: #333;
	padding: 25px 30px;
	text-align: left;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {
	float: right;
	width: 530px;
}

.std dl dt { font-weight: bold; }
.std dl dd { margin: 0 0 10px; }

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

.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: 110%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

.recently .product-image {
	border: 1px solid #ddd;
}

.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%;
}

/* Site Map */
.page-sitemap .links {
	margin: 0 8px -38px 0;
	text-align: right;
	position: relative;
}

.page-sitemap .links li {
	line-height: 30px;
} 

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .pager {
	overflow: hidden;
	border: none;
	padding: 5px 10px;
	width: 98%;
}

/*==============================================================*/

/*Mis---*/
.products-list .product-shop .desc { clear: both; }

.jm-masshead { height: 160px; width:760px; overflow:hidden; background: #fff !important;}
.jm-masshead .main { background: none !important; padding:65px 0 0 20px !important; width:740px !important;}
.jm-masshead .main h3.ja-masshead-title { background:#fff; padding:10px 50px 10px 20px; color:#222; font-weight:bold; font-size:30px; float: left }

/* mega dim*/
.mega-dim {
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: -10000px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: #000;
  z-index: 998;
  transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -webkit-transition: opacity .4s ease-in;
}
.mega-dim.active {
  position: fixed;
  top: 50px;
  bottom: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

#cart-sidebar-reorder a { color:#fff;}
#cart-sidebar-reorder a:hover { color:#800000;}
#cart-sidebar-reorder input.checkbox { float:right; }
.side-col .block-reorder .actions { margin-bottom:20px; }

#jm-error {
  background: url(../images/error.jpg) no-repeat scroll left top transparent;
  margin: 0 auto;
  padding: 40px 20px 60px 500px;
}

#jm-error .page-head-alt + dl {
  margin-bottom: 20px;
}

#jm-error .disc { margin:20px 0; }

#jm-error .disc li {
  background: none;
  padding-left: 0;
}

#jm-error .disc a { color:#800000; }

#jm-error .disc a:hover { text-decoration:underline;}

.customer-account-logoutsuccess p { margin:20px}

.contacts-index-index #ja-main .inner,
.catalogsearch-term-popular #ja-main .inner { margin:0 20px;}

.sales-guest-form #ja-main .inner,

.catalogsearch-advanced-index #ja-main .inner { margin:0 20px; padding:0 0 20px 0; }
.catalogsearch-advanced-index .page-title { margin:0 -20px}

.sales-guest-form #ja-main .inner .block-content { margin-top:20px; }

.catalog-seo-sitemap-category #ja-main .inner,
.catalog-seo-sitemap-product #ja-main .inner { margin:0 20px; padding:20px 0}

.truncated { display:none; }

.catalogsearch-result-index .error-msg,
.catalogsearch-result-index .success-msg, 
.catalogsearch-result-index .notice-msg, 
.catalogsearch-result-index .note-msg,
 
.catalogsearch-advanced-result .error-msg,
.catalogsearch-advanced-result .success-msg, 
.catalogsearch-advanced-result .notice-msg, 
.catalogsearch-advanced-result .note-msg { margin:20px !important}

.advanced-search-summary { margin:20px !important}
.products-grid li.item.no-border{border:0;}

@media screen and (max-width:479px) {
	.page-print .print-head {
    clear: both;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
}

.account-create .fieldset,
.customer-account-forgotpassword .fieldset { margin:20px;}
.page-sitemap .page-title,
.catalogsearch-term-popular .page-title,
.sales-guest-form .page-title,
.contacts-index-index .page-title { margin:0 -20px; }

.sales-order-print .data-table tr td.last {
	text-align: center;
}

.data-table tfoot th,
.data-table tfoot th strong { font-weight:normal;}

.customer-address-index .my-account .buttons-set {
	border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}
ul.boardscat{
	padding: 20px;
}
ul.boardscat li a{
	color:#fff;
}
.std{
	/*padding-left: 20px;*/
}

/* css new
-----------------------------------*/
/*menu*/
.mega-dim.active {top:0px; display: none;}
#ja-mainnav .jm-megamenu ul.level2 li.mega{border-bottom:0px;}
#ja-header #ja-mainnav .jm-megamenu ul.level2 li.mega:hover,
.jm-megamenu ul.level0 li.mega a.mega:hover, .jm-megamenu ul.level0 li.mega a.mega:hover span, .jm-megamenu ul.level0 li.mega:hover{color:#800000!important;}
.jm-megamenu ul.level0 > li.mega > a.mega:hover span{color:#fff!important;}
#ja-header .jm-megamenu .childcontent.cols1 a.mega{border-bottom:0px !important}

#ja-header .main{background:#ddd; padding-top:20px;}
#ja-header .main .inner{padding-top:0px;}
h1#logo{margin:0px 0 49px 0}
h1#logo a{width:400px; height:63px; position:relative; z-index:9999;}
#ja-search .btn-toggle{border-color:#ccc;}
#ja-search{top:72px;}
#ja-mycart{top:47px;}
.shop-access a{color:#000;}
.jm-tabs .hawkstore.jm-tabswrap{background:#fff;}
.jm-slider, .jm-tabs .hawkstore .jm-tabs-title-top{border-top:1px solid #ececec;}
.ja-spotlight .block .block-title{color:#000;}
#ja-mainnav{right:inherit; left:0px; top:72px; }
.jm-megamenu ul.level1 li.mega a.mega span.menu-title{font-size:12px;}
#ja-header .jm-megamenu ul.level0 li.mega.last a.mega{background:#fff;color: #222;}
#ja-header .jm-megamenu ul.level0 li.mega a.mega:hover{background:#ccc; color:#333;}
.jm-megamenu ul.level0 li.mega:hover, .jm-megamenu ul.level0 li.mega.active, .jm-megamenu .childcontent-inner{background-image:none!important; }
.jm-megamenu .childcontent-inner{background-color:#ccc !important;}
/*inner pages
---------------*/
#ja-container{margin-top:0px}
#ja-container.ja-lo-2colsr .main{ /* background: url("../images/bg_body_main.jpg") no-repeat scroll center top #111111;*/ background: #fff;}

#ja-col2 .block .block-title {
    background: url("../images/bg_top_block.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px 10px 0;
    padding-left: 0;
    padding-top: 20px;
}
.product-name a{color:#000;}
.product-name a:hover{color:#800000;}
.catalog-category-view #ja-col2{margin-top:39px;}

/* home page */
.main {background:#003366;}
.main #ja-mycart .active + .inner-toggle{background:none; background-color:#fff;}
.shop-access a{font-size:15px}
.add-to-links li{float:none; width:100%;}
.add-to-links li a{font-size:16px;}
.quick-access{right:0px;}
#search_mini_form{  position: absolute; right: 0; top: 72px; width: auto;}
#search_mini_form input.input-text{width: 140px;}

/* button color : 961a1a*/
/*.main .jm-mask-desc .readmore, .main .hawkstore .jm-tabs-title-top ul.jm-tabs-title li h3 span{background:#961a1a}
#ja-search .btn-toggle.active, #ja-search .active + .inner-toggle, #ja-mycart .btn-toggle span, #ja-mycart .actions button.button, #ja-pathway li.home a, button.button, button, #ja-pathway a, .page-title h1, .cms-home .page-title h1, .page-title a:hover, .add-to-links a.link-compare:focus, .add-to-links a:focus, .add-to-cart .button, #ja-col1 .block-cart .actions button.button, .products-grid li.item:hover button.btn-cart:hover, .box-up-sell h2, .opc .allow .number, .opc .active .number, .checkout-progress li.active, .box-account ol .number, .jm-mask-desc .readmore, .hawkstore .jm-tabs-title-top ul.jm-tabs-title li h3 span, .jm-prev:hover, .jm-prev:focus, .jm-slider-ul li.jm-slider-li:hover button:hover, .jm-slider-ul li.jm-slider-li .add-to-links a:hover, .jm-slider-ul li.jm-slider-li .add-to-links a:focus, .jm-next:hover, .add-to-links a:hover, .add-to-links a:focus, .add-to-links a.link-compare:hover, .add-to-links a.link-compare:focus, .products-grid li.item button.form-button:hover, .products-grid li.item:hover button.btn-cart:hover, .jm-megamenu ul.level0 li.mega.active a.mega, .jm-megamenu ul.level0 li.mega.active a.mega:hover, .jm-megamenu ul.level0 li.mega.active a.mega.active, .jm-megamenu ul.level0 li.mega:hover a.mega, .jm-megamenu ul.level0 li.mega:hover a.mega:hover, .jm-megamenu ul.level0 li.mega:hover a.mega.active{background-color:#961a1a}
#ja-search .btn-toggle.active{border-color:#961a1a}*/
.jm-megamenu ul.level0 > li.mega.active > a.mega.active, .jm-megamenu ul.level0 > li.mega > a.mega:hover, .jm-megamenu ul.level0 > li.mega:hover>a.mega{background-color:#800000!important; color:#fff !important}
.jm-megamenu ul.level2 li.mega a.mega:hover span, .jm-megamenu ul.level2 li.mega a.mega:hover {color:#800000!important}
.group-title .menu-title{color:#333}
.jm-megamenu ul.level2 li.mega, .jm-megamenu .megacol{border-color:#000!important}
/*85380e*/

.cms-home .page-title h1,.jm-mask-desc .readmore{background: #800000!important;}

/* status message */
.statusmsg { color: #800; padding: 6px;}



.block-cart span.label,ol#recently-viewed-items a,.block-cart a{color: #fff;}
ol#recently-viewed-items a:hover,.block-cart a:hover{color: #fff; text-decoration: underline;}


/*pop up*/
.ui-widget-overlay{background: #000 !important;z-index: 1000!important;opacity: .7 !important;filter: Alpha(Opacity=70);}
.ui-widget-content{z-index: 1005 !important;}
.ui-widget input{width: 94%;padding: 2%;border: 1px solid #e5e5e5;background: #f5f5f5; margin-bottom: 10px;}
.ui-widget input:focus{border: 1px solid #800000;background: #fff;}
.ui-widget select{width: 98%;margin-bottom: 10px;}
.ui-draggable .ui-dialog-titlebar {border-radius: 0;background-color: #800000;color: #fff;border: none;text-transform: capitalize;font-weight: normal;}
.ui-dialog .ui-dialog-content{text-transform: capitalize;}
.ui-button-text-only .ui-button-text {padding: 0;background: #800000;color: #fff;padding: 9px 14px;text-transform: capitalize;}
.ui-widget #chksameship{float: left;width: auto;}
.ui-widget .popup-checkbox{margin-bottom: 10px;}
.ui-widget .error{width: 100%;color:red;margin-bottom: 15px; font-size: 11px; float: left;}

.block-wishlist .regular-price .price,.block-wishlist a {color: #fff;}

.add-to-box button.button:hover.add-to-box ,button.button:focus,.add-to-box button:hover,.add-to-box  button:focus { background: #036; border: 1px solid #036; }
#discount-coupon-form .discount h2 {display: none;}