/*
 * ------------------------------------------------------------------------
 * JM Haga 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.
 * ------------------------------------------------------------------------
*/

@import url(../fonts/Novecento_wide_Light/web_fonts/novecentowide_light_macroman/stylesheet.css);

body {
  background: #fff;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

body#bd {
	color: #666;
	background: #9f7f80;
	/* background: url(../images/body-bg.jpg) repeat-x fixed center top #9f7f80; */
}

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;}

#ja-wrapper {
  /* background: url(../images/pattern.png); */
}

.main {
  background: #fff;
}

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

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

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

a img {
	border: 0;
}

.wb-img-tabs {
	height:100px;
}

/* 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 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1.3;
	color: #484848;
}

/*Small text---*/
small, #ja-footer,
.category-products .add-to,
.ratings, .ratings-list td.label,
.widget-btn, .validation-advice, .required,
.toolbar .pager,.toolbar .sorter {
	font-size: 92%;
}

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #e7e7e7;
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
	color: #666;
	vertical-align: middle;
}

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

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 0;
}

input.input-text, textarea {
	padding: 4px 2px;
}

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

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

input#subscription {
	margin-top: 4px;
	margin-right: 5px;
}

.input-text:focus, select:focus, textarea:focus {
	background: #fff;
	border: 1px solid #666;
}

#payment_method {
	margin-right: 5px;
	vertical-align: top;
}

/*Fieldset--*/
fielddset {}

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

/*Tables--*/

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

p.f-left {
	margin: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header .main {
	line-height: normal;
	position: relative;
	padding: 0px 30px 0px 30px;
	z-index: 3;
}

div.hotline {
  position: absolute;
  right: 90px;
  top: 30px;
  color: #f15959;
  font-size: 14px;
}

div.hotline p { border-right: 1px solid #e7e7e7; padding-right: 15px; margin: 15px 0; }

/*Logo---*/
h1#logo, div#logo-text { margin: 0; padding: 0; }

h1#logo a {
	/* display: block; */
	text-decoration: none;
	color: transparent;
	width: auto;
	height: auto;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 6em;
}

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: #a7a7a7;
	width: 100%;
	line-height: 30px;
	font-size: 80%;
	position: relative;
	z-index: 99999;
}


#quick-access .main { background: #121722; }

.quick-access p {
	margin: 0 10px 0 0;
	float: left;
	font-weight: bold;
	position: absolute;
}
.btn-toggle{
	display: block;
}

#quick-access .shop-access .inner-toggle {
  display: block;
  float: right;
  padding: 0;
  position: static;
  top: 0;
  width: auto;
}

#quick-access .shop-access .inner-toggle .block.block-account{ 
	display: none;
}



.shop-access { float: right; font-weight: 400; }

.shopaccess{
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #EEEEEE;
  border-image: none;
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 1px 1px 4px;
}

.shop-access strong,
.shop-access ul { float: left; color:#fff; }

.shop-access li {
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;
}

.shop-access li.first {
  padding-left: 30px;
}

.shop-access li.last {
  padding-right: 0;
}

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

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

.form-language {
	float: right;
}

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

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

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

#quick-access .shop-access .btn-toggle.menu-toggle {
	display: none;
}

/*Mini search---*/
#ja-search {
	position: absolute;
	right: 30px;
	top: 0;
	z-index:2;
}

#ja-search form {
	float: right;
	text-align: right;
}

#ja-search legend {
	display: none;
}

#ja-search .input-text {
	width: 198px;
	padding: 10px 15px;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	color: #555;
}

#ja-search .input-text:hover,
#ja-search .input-text:focus {
  border-color: #666;
}

#ja-search label.active,
#ja-search label:hover {
  background-position: left top;
  cursor: pointer;
}

#ja-search button.button {
  background: url(../images/icon_search.png) no-repeat center center #f5f5f5;
  border: 0;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
}

#ja-search:hover button.button,
#ja-search button.button:hover {
   background-image: url(../images/icon_searchhv.png);
}

#ja-search label { display: none; }

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

.search-autocomplete ul {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px solid #e7e7e7;
	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: #f2f2f2;
}

/*Top My Cart ---*/

#ja-header .block-cart {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1;
	border: 0;
	padding: 0;
}

#ja-header .block-cart .block-content {
	display: none;
	position: absolute;
	right: 0;
	width: 200px;
	background: #fff;
	padding: 20px;
	margin-top: 10px;
	color: #8f8f8f;
	border: 1px solid #ececec;
}

#ja-header .block-cart .block-title {
	background: url(../images/shoppingcart-button.png) no-repeat left bottom;
	border: 0;
	padding: 0;
	line-height: 1;
	cursor: pointer;
	width: 47px;
	height: 47px;
}

#ja-header .block-cart .block-title i {
	display: none;
}

#ja-header .block-cart p.amount { display: block; }

#ja-header .block-cart .block-title p.amount {
  background: #f15959;
  display: inline-block;
  padding: 2px 5px;
  margin: -10px 0 0 -10px;
  border: 2px solid #fff;
  font-size: 80%;
}

#ja-header .block-cart .block-title p.amount a {
  color: #fff;
}

#ja-header .block-cart:hover .block-title,
#ja-header .block-cart .block-title.active { background: url(../images/shoppingcart-button.png) no-repeat left bottom; }

#ja-header .block-cart .block-title.has-item { background: url(../images/shoppingcart-button.png) no-repeat left top; }

#ja-header .block-cart .block-title strong { display: none;  }

#ja-header .block-cart .block-subtitle,
#ja-header .block-cart #cart-sidebar  { display: none; }

#ja-header .block-cart .block-content .empty { margin: 0; }

#ja-header .block-cart .summary p { margin-top: 0; }

#ja-header .block-cart .subtotal span.label { float: left; line-height: 23px; color: #121722; }

#ja-header .block-cart .subtotal span.price { float: right; font-size: 128.6%; color: #f15959; }

#ja-header .block-cart .actions {
  margin: 0;
  padding: 15px 0 0;
  background: none;
  border-top: 1px solid #e7e7e7;
}

.block-cart .summary p.subtotal {
  float: left;
  width: 100%;
}

.subtotal span.label { float: left; color: #121722; }

.subtotal span.price { float: right; color: #f15959; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav { }

#ja-mainnav .main {
	position: relative;
	z-index: 2;
}

/* CONTAINER
--------------------------------------------------------- */
#ja-container {}

#ja-container .main {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
/*main content---*/
#ja-content {}

#ja-current-content {}

#ja-main {}

/*columns---*/
#ja-col1 .block,
#ja-col2 .block { border: 1px solid #e7e7e7; }

#ja-col2 .block .block-title,
#ja-col1 .block .block-title {
  padding: 10px 20px 0;
}

#ja-col2 .block-banner,
#ja-col1 .block-banner { border: 0; }
/*breadcrums---*/
#ja-pathway { margin-bottom: 10px; }

#ja-pathway ul {}

#ja-pathway ul li { display: inline; }

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

/* Mass */
.ja-mass .main { z-index: 1; position: relative; }

#ja-mass-bottom .block {
  margin: 0;
}

#ja-mass-bottom .block .block-title {
   background: url(../images/light-title.gif) repeat-x left center;
}

#ja-mass-bottom .block .block-title strong {
  background: #fff;
  padding-right: 20px;
}

#ja-mass-bottom .block .block-content { padding: 30px 0; }

#ja-mass-bottom ul.our-brands-list { margin: 0 -10px; }

#ja-mass-bottom ul.our-brands-list li { text-align: center; }

#ja-mass-bottom ul.our-brands-list .inner-list { padding: 0 10px; }

#ja-mass-bottom ul.our-brands-list .inner-list h3 {
  font-size: 16px;
  font-family: "Segoe UI",Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  line-height: 1;
}

#ja-mass-bottom ul.our-brands-list .inner-list h3 a { color: #000; }

#ja-mass-bottom ul.our-brands-list .inner-list h3 a:hover,
#ja-mass-bottom ul.our-brands-list .inner-list h3 a:focus,
#ja-mass-bottom ul.our-brands-list .inner-list h3 a:active { color: #f15959; text-decoration: none; }

#ja-mass-bottom ul.our-brands-list .inner-list p {
  margin-bottom: 0;
}

#ja-mass-bottom1 { background: #121722; }

#ja-mass-bottom1 .main { background: #eaeaea; border-top: 1px solid #ccc;  }

#ja-mass-bottom2  { background: #121722; padding: 30px 0 0; }

#ja-mass-bottom2 .main { padding: 0; width: 1000px; background: none; }

#ja-mass-bottom2 .advertising-list { line-height: 1; width: 100%; float: left; }

#ja-mass-bottom2 .advertising-list img { margin-right: 17px; }

#ja-mass-bottom2 .advertising-list img.last { margin-right: 0; }

#ja-mass-bottom2 .advertising-list a { display: block; float: left; }

#ja-mass-bottom2 .advertising-list a:hover,
#ja-mass-bottom2 .advertising-list a:focus,
#ja-mass-bottom2 .advertising-list a:active { text-decoration: none; }

.lemmon-slider           		{ position: relative; background: #eaeaea; padding: 10px 67px; }

.lemmon-slider .slider    		{ overflow: hidden; position: relative; }
.lemmon-slider .slider ul 		{ margin: 0; padding: 0; }
.lemmon-slider .slider li 		{ float: left; margin: 0; list-style: none; padding: 0; line-height: 1; width: 161px; }
.lemmon-slider .slider li a 	{ display: block; text-align: center; }
.lemmon-slider .slider li img 	{ opacity: 0.4; }
.lemmon-slider .slider li:hover img { opacity: 1; }
.lemmon-slider .controls a {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	overflow: hidden;
}

.box-up-sell .lemmon-slider .controls a {
	top: 115px;
}

.lemmon-slider .controls a:hover,
.lemmon-slider .controls a:focus,
.lemmon-slider .controls a:active {
	background-position: left top;
}

.lemmon-slider .controls .prev-slide {
	left: 0;
	background-image: url(../images/pre.png);
}

.lemmon-slider .controls .next-slide {
	right: 0;
	background-image: url(../images/next.png);
}


/* Spotlight */
.ja-spotlight .col-1,
.ja-spotlight .col-2,
.ja-spotlight .col-3,
.ja-spotlight .col-4 { }

.ja-spotlight .block { margin: 0 10px; border: 0; background: none; }

.ja-spotlight .block .block-title { background: none; padding: 0; border-bottom: 0; }

.ja-spotlight .block .block-title strong { font-size: 14px; }

.ja-spotlight .block .block-content { padding: 10px 0 0; }

/* Top Spotlight */
#ja-topsl { }

/* Bottom Spotlight */
#ja-botsl { background: #121722; padding: 30px 0 0; }

#ja-botsl .main { background: none; position: relative; }

#ja-botsl .block {
  margin-left: 0;
  margin-right: 20px;
}

#ja-botsl .block .block-title strong { color: #fff; }

#ja-botsl .block ol li {
  border-bottom: 0;
  background: none;
  padding: 4px 0;
}

#ja-botsl .block ol li a {
  color: #9e9ea1;
}

#ja-botsl .block ol li a:hover,
#ja-botsl .block ol li a:focus,
#ja-botsl .block ol li a:active {
  color: #f15959;
  text-decoration: none;
}

#ja-botsl .col-wide {
  position: absolute;
  right: 0;
  background: #161b28;
}

#ja-botsl .col-wide .block {
  margin-right: 0;
}

#ja-botsl .col-wide .block .block-content {
  padding: 10px 20px;
}

#ja-botsl .contact-list > div {
  padding: 10px 0 10px 55px;
  background-position: left center;
  background-repeat: no-repeat;
}

#ja-botsl .contact-list .mobile {
  color: #fff;
  font-size: 18px;
  background-image: url(../images/icon_mobile.png);
}

#ja-botsl .contact-list .mail {
  color: #f15959;
  font-size: 18px;
  background-image: url(../images/icon_mail.png);
}

#ja-botsl .contact-list .social {
  background-image: url(../images/icon_social.png);
}

#ja-botsl .contact-list .social a {
  width: 24px;
  height: 24px;
  margin-right:  10px;
  overflow: hidden;
  text-indent: 9999em;
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat
}

#ja-botsl .contact-list .social a:hover,
#ja-botsl .contact-list .social a:focus,
#ja-botsl .contact-list .social a:active {
  background-position: left bottom;
}

#ja-botsl .contact-list .social a.facebook {
  background-image: url(../images/icon_facebook.gif);
}

#ja-botsl .contact-list .social a.google {
  background-image: url(../images/icon_google.gif);
}

#ja-botsl .contact-list .social a.twitter {
  background-image: url(../images/icon_twitter.gif);
}

#ja-botsl .contact-list .social a.vimeo {
  background-image: url(../images/icon_vimeo.gif);
}

#ja-botsl .contact-list .social a.linkedin {
  background-image: url(../images/icon_linkedin.gif);
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	background: #121722;
	padding: 30px 0 0;
	color: #9e9ea1;
}

#ja-footer .main { background: none;  }

#ja-footer .main .inner {
  background: url(../images/checkout-partner.png) no-repeat right;
  border-top: 1px solid #1f2533;
  padding: 20px 0;
  margin: 0;
}

#ja-footer a {
	color: #9e9ea1;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: none;
	color: #f15959;
}

#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.gif) 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 { float: left; }

#ja-footer .jm-legal { float: left; clear: both; }

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.success {color: #7db10e;}
.error	{color: #f15959;}
.notice	{color: #f15959;}

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

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

.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: #f15959;
	color: #f15959;
}

.success-msg {
	background-color: #F1F9EF;
	background-image: url(../images/msg_success.gif);
	border-color: #7db10e;
	color: #7db10e;
}

.notice-msg, .note-msg {
	background-color: #f2f2f2;
	background-image: url(../images/msg_notice.gif);
	border-color: #f15959;
	color: #f15959;
}

.out-of-stock {
	color: #f15959;
	font-weight: bold;
}

/* FORMS
----------------------------------------------------------------*/
input.qty {
	width: 2.5em !important;
}

.fieldset label, .form-list label, .sp-methods label {
	font-weight: bold;
	color: #111;
}

.buttons-set,
.button-set {/*Container for form buttons*/
	clear: both;
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
}

.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: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  overflow: visible;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
}

button.button span, .btn-cart span,.form-button {
	white-space: nowrap;
}

button.button:hover,
button.button:focus,
button:hover,
button:focus {
	background: #f15959;
	border: 1px solid #f15959;
}

button.btn-cart {
  padding-right: 30px;
  background-image: url(../images/cart-bt.gif);
  background-position: right center;
  background-repeat: no-repeat;
}

button.btn-cart:hover,
button.btn-cart:focus {
  background-image: url(../images/cart-bth.gif);
  background-position: right center;
  background-repeat: no-repeat;
}

.btn-continue {
	margin-right: 5px;
}

a.button {
	padding: 2px 9px;
	text-decoration: none;
}

button.btn-proceed-checkout{
	background: #f15959;
	border-color: #f15959;
	padding: 8px 15px;
	line-height: 1.5;
}

button.btn-proceed-checkout:focus,
button.btn-proceed-checkout:hover  {
  background: #000;
	border-color: #000;
}


/*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; }

.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-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.fieldset {
	border: 1px solid #e7e7e7;
	margin: 25px 0 15px;
	padding: 15px;
}

.fieldset .legend {
	background: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 0 10px;
}

.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; }

/*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 #f15959 !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: #f15959;
	margin-right: 3px;
}

p.required {
	margin: 0;
	text-align: right;
	color: #f15959;
}

.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;
}

.head a, .inner-head a,.box-title a,.box-head a {
	font-weight: bold;
}

.info-box .box-title {
	text-align: left;
	font-size: 100%;
}

/*Page heading---*/
.page-title {
  margin: 0 0 20px;
  padding: 0;
  background: url(../images/light-title.gif) repeat-x left center;
}

.page-title h1 {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 142%;
  font-weight: 600;
  margin: 0;
  line-height: normal;
  padding-right: 20px;
}

.page-title h4 { font-size: 150% !important; margin: 0; }

.page-title a { float: right; font-weight: bold; margin-top: -30px; }

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

.title-buttons {
	line-height: 35px;
	overflow: hidden;
	text-align: right;
	padding-top: 40px;
	background-position: left 50px;
}

.title-buttons h1 { float: left; /* heading level with buttons */ }

.title-buttons ul { float: right; margin-top: -40px; }

.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; margin-top: 0; }

.checkout-types li p.paypal-logo .paypal-or { display: none; }

.title-buttons .separator { display: none; }

.title-buttons .link-reorder { position: absolute; right: 140px; }

.my-account .title-buttons button.button { margin-top: -70px; position: relative; z-index: 1; }

.title-buttons button.button {
  line-height: 1.5;
}

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

.category-head h2 {
	color: #484848;
	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 #e7e7e7;
	border-collapse: collapse;
}

.data-table tr td { }

.data-table .odd td {}

.data-table .even td { background: #fff !important; }

.data-table td.last, 
.data-table th.last,
.data-table th:last-child { border-right: 0; }

.data-table tr.last td,
.data-table tr.last th { border-bottom: 0 !important; }

.data-table th {
	white-space: nowrap;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	color: #484848;
}

.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,
.data-table thead tr.last th {
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7 !important;
	color: #484848;
}

.data-table tfoot tr.first td {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.data-table tfoot tr td {
	padding: 20px 10px;
}

.data-table tfoot td {
	border-bottom: 0;
	border-right: 1px solid #e7e7e7;
}

.data-table tbody td {
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

/*Bundle Products---*/
.data-table tbody.odd tr td{
	background: #fff !important;
}

.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 #e7e7e7;
}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #484848;
	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 9px;
	padding-left: 15px;
}

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 {
	background: #f5f5f5;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	padding: 5px 0;
}

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

/* Sorter */
.sorter {
	background: #fff;
	border: 0;
	margin: 10px 0;
	padding: 5px 0;
	overflow: hidden;
}

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

.sorter p,
.pager p,
.sorter div,
.pager div {
	margin: 0 10px;
	text-align: center;
}

strong.grid {
	background: url(../images/icon-grid-active.gif) center center no-repeat;
	display: inline-block;
	height: 11px;
	text-indent: -10000em;
	width: 11px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px 0;
}

a.grid {
	background: url(../images/icon-grid.gif) center center no-repeat;
	display: inline-block;
	height: 11px;
	text-indent: -10000em;
	width: 11px;
	vertical-align: middle;
	margin-right: 5px;
	padding: 5px 0;
}

strong.list {
  background: url(../images/icon-list-active.gif) center center no-repeat;
  display: inline-block;
  height: 11px;
  text-indent: -10000em;
  width: 11px;
  vertical-align: middle;
	padding: 5px 0;
}

a.list {
  background: url(../images/icon-list.gif) center center no-repeat;
  display: inline-block;
  height: 11px;
  text-indent: -10000em;
  width: 11px;
  vertical-align: middle;
	padding: 5px 0;
}

/* Toolbar */
.toolbar .pager {
	margin: 0;
}

.toolbar .sorter {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 10px;
}

.toolbar-bottom {
	clear: both;
}

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

.ratings strong {
	float: left;
	margin-right: 5px;
}

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

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

.ratings .rating-links {
	margin: 10px 0 0;
	float: left;
	clear: both;
}

.ratings .rating-links a {
  color: #777;
  margin-right: 10px;
  padding-left: 15px;
  background: url(../images/icon_review.gif) no-repeat left center;
}

.ratings .rating-links .separator + a {
  background-image: url(../images/icon_addreview.gif);
}

.ratings .rating-links a:hover,
.ratings .rating-links a:focus,
.ratings .rating-links a:active {
  text-decoration: none;
  color: #f15959;
}

.ratings .rating-links .separator { display: none; }

.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: 10px; vertical-align: middle; }

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
	font-family: 'NovecentowideLightRegular', sans-serif;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	color: #484848;
}

/*Regular price---*/
.regular-price {
	color: #484848;
}

.regular-price .price {
	color: #484848;
	font-size: 16px;
}

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

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

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

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

.special-price .price-label {
	color: #f15959;
	white-space: nowrap;
}

.special-price .price {
	color: #f15959;
}

/*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: #f15959;
	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: #f15959;
	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: #f15959;
	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: #484848;
	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: #666;
}

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

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

/*Product Pricing---*/
.product-pricing {
	background: #F7F7F7;
	border: 1px solid #e7e7e7;
	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: #484848;
	font-weight: bold;
}

.product-pricing .price {
	color: #484848;
	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 #e7e7e7;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4,
.order-info-box h2 {
	margin: 0 0 5px;
	border-bottom: 1px solid #e7e7e7;
	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 #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.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;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 10px;
}

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

.add-to-links a {
  float: none;
  display: inline-block;
  overflow: hidden;
  width: 37px;
  height: 37px;
  text-indent: -9999em;
  padding: 0;
  margin: 0 5px;
}

.add-to-links a.link-wishlist { background: url(../images/btn_wishlist.png) no-repeat; }

.add-to-links a.link-compare { background: url(../images/btn_compare.png) no-repeat; }

.add-to-links .pipe,
.add-to-links .separator { display: none; }

.add-to-cart { float: right; }

.add-to-cart label { float: left; margin-top: 7px; }

.add-to-cart .qty { float: left; margin: 7px 60px 0 5px; }

.add-to-cart .button {
  float: left;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
}

.add-to-box {
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
}

.add-to-box .add-to-cart { float: left; margin: 30px 0; }

.add-to-box .or { display: none; }

.add-to-box .add-to-links {
	margin: 30px 0 0;
	float: right;
	text-align: left;
}

.add-to-cart .paypal-logo { clear: both; margin: 0; text-align: right; }

/*Tool Tips---*/
.tool-tip {
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	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 #f15959 ;
	cursor: help;
	text-decoration: none !important;
}

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

.truncated .truncated_full_value dl {
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	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: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove.gif) 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: #666;
	line-height: 24px;
}

.link-feed {
	background: url(../images/icon_feed.png) no-repeat left center;
	padding-left: 18px;
	line-height: 24px;
}

.link-reorder {
  line-height: 24px;
  color: #f15959 !important;
}

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

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {
	background: #fff;
	margin-bottom: 20px;
}

.block-banner {
	border: none;
	background: none;
}

.box-hilite,
.block-hilite { /*hilite state*/
	background: #3F3F3F;
	color: #e7e7e7;
	border: 1px solid #3F3F3F;
}

/*Block Head---*/
.block .block-title {
	line-height: normal;
}

.block .block-title strong {
	font-size: 20px;
	font-weight: 600;
	color: #3c3c3c;
}

.block .block-subtitle {
	margin: 0 0 10px;
	width: 100%;
	float: left;
}

.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 20px 20px; }

.block-banner .block-content { padding: 0; line-height: 1; }

.block .btn-remove,
.block .btn-edit { float: right; margin: 5px 0 2px 5px; }

.block input.checkbox { margin: 2px 5px 4px 0; }

/*Box Action---*/
.block .actions {
  padding: 20px 0 0;
  overflow: auto;
  clear: both;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.block .actions a { float: right; }

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

/*Box List---*/
.block ol {
	margin: 0;
}

.block ol li {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 8px 0;
	font-size: 92%;
}

.block ol li.first,
.block ol li:first-child {
	border-top: 0;
	padding-top: 0;
}

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

.block ol li:last-child {
	border-bottom: 0;
	padding-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---*/
.block-subscribe #newsletter {
  width: 182px;
}
.newsletter-title-wb {
	color: #ffffff;
}
.newsletter-main-wb {
	width: 100%;	
}
.newsletter-inner-wb {
	background: #121722;
}
.input-wb {
	width: 100% !important;
	height: 30px !important;
}
.no-border-wb {
	border:0px !important;
	margin-top:0px !important;
}
.subscribe-btn-wb {
	background: #F15959 !important;
	width: 50% !important;
	height: 35px !important;
	margin-left: 25% !important;
	font-size: 100% !important;
	font-weight: bold !important;
	border-top: 0px !important;
}

::-webkit-input-placeholder {
   color: red;
   font-size:15px;
   font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
   font-size:15px;
   font-style:italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
   font-size:15px;
   font-style:italic;
}

:-ms-input-placeholder {  
   color: red;  
   font-size:15px;
   font-style:italic;
}
/*Mini Cart---*/
.block-cart .block-content { }

.block-cart p.amount { display: block; margin: 0; }

.block-cart .empty { margin: 0; }

.block-cart .actions .paypal-logo a {
	float: none;
	background: none;
	padding: 0;
}

.block-cart .summary {	
  background: url(../images/light-title.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

.block-cart button.button {
  padding: 5px 10px;
  background-image: none !important;
}

.block-cart button.button:hover,
.block-cart button.button:focus {
  background-image: none !important;
}

/*Mini Wishlist---*/

/*Compare Products, Orders---*/
.block-compare .block-content { }

.block-compare .empty { margin: 0; }

.block-compare .actions { }

.block-compare ol { padding: 0; }

.compare-table thead tr th, 
.compare-table thead tr.last td, 
.compare-table thead tr.last th {
  border-bottom: 1px solid #e7e7e7 !important;
  border-right: 1px solid #e7e7e7 !important;
}

.compare-table thead tr.last td.last {
  border-right: 0 !important;
}

/*Mini Product View---*/

/*Poll---*/
.block-poll .votes { float: right; margin-left: 10px; }

.block-poll .answer { font-weight: bold; }

/*Relate Products----*/
.block-related { margin-top: 30px; margin-bottom: 0; }

.block-related .block-title { background: url(../images/light-title.gif) repeat-x left center; }

.block-related .block-title strong { background: #fff; padding-right: 20px; }

.block-related .block-subtitle { display: none; }

.block-related .block-content { padding: 30px 0 0; }

.block-related .checkbox { display: none; }

.block-related p { margin: 10px; }

.block-related ol li {
	position: relative;
	width: 33.3%;
	float: left;
	border-bottom: 0;
	padding: 0;
}

.block-related .product-image { float: none; width: auto; display: block; text-align: center; }

.block-related .product-details { float: none; width: auto; text-align: center; }

/* Block Paypal */
.paypal-logo {
	padding: 10px 0;
	margin: 0;
	text-align: left;
}

.paypal-logo a {
	display: block;
}

.paypal-logo .paypal-or,
.paypal-logo + .paypal-logo { display: none; }

/*Layered Navigation---*/
.block-layered-nav .block-subtitle { }

.block-layered-nav .currently { }

.block-layered-nav .block-subtitle { font-weight: bold; }

.block-layered-nav .currently .actions { margin: 0; }

.block-layered-nav ol {
	margin: 5px 0;
}

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

.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 { }

#narrow-by-list dt {
	color: #484848;
	padding: 10px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#narrow-by-list dd {}

#narrow-by-list dd li {
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 0;
}

#narrow-by-list dd.last {
	background: none;
}

#narrow-by-list dd li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* My Orders */

.block-reorder .block-content{ }

.block-reorder ol { }

.block-reorder .block-subtitle { }

.block-reorder p.product-name { }

.block-reorder .actions { }

/* Block List */

.block-list ol li {}

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

/*CATALOG LISTING
----------------------------------------------------------------*/
.category-products {}

.category-products h2,
.product-name {
	font-size: 100%;
	margin: 0 0 10px;
	font-weight: normal;
}

.category-products h2 a,
.product-name a {
  color: #484848;
}

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

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

/*List Type---*/
.products-list .item {
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}

.products-list .product-image {
	float: left;
	width: 180px;
	text-align: center;
}

.products-list .product-shop {
	width: 380px;
}

.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 h2.product-name {
  font-size: 18px;
}

.products-list .ratings .rating-links { display: none; }

/*Grid Type---*/
.listing-type-grid { margin: 0 -8px; }

.products-grid .product-name, /*product name*/
.products-grid .product-image, /*product name*/
.products-grid .ratings, /*product rating*/
.products-grid .price-box, /*product price*/
.products-grid .actions, /* buttons and add to links */
.products-grid .pdescription /* product description */ {
	margin: 0 10px 10px;
	text-align: center;
}

.products-grid .actions {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  border-top: 0;
}

.products-grid li.item .item-inner:hover .actions { display: block; }

.products-grid .add-to-links {}

.products-grid {
  margin: 0 -10px;
  padding: 20px 0 0;
  clear: both;
}

.products-grid.first { }

.products-grid.last { padding-bottom: 30px; }

.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 33.3%;
	min-height: 324px;
	margin: 0 !important;
}

.products-grid.first li.item { }

.products-grid.last li.item { 
	width:25%
}

.products-grid li.item .item-inner {
  border: 1px solid #e7e7e7;
  margin: 0 10px;
  padding: 5px 0;
  position: relative;
  min-height:324px;
}

.jm-product-list .products-grid li.item .item-inner {
  border: 1px solid #fff;
}

.products-grid li.item .item-inner:hover,
.jm-product-list .products-grid li.item .item-inner:hover {
  border-color: #e7e7e7;
}

.products-grid li.item  button.button { margin: 0 auto; float: none; } 

.products-grid li.item .actions .add-to-links { background: url(../images/trans.png); padding: 10px 0; }

.products-grid li.item .actions .add-to-links a {
  float: none;
  display: inline-block;
  overflow: hidden;
  width: 37px;
  height: 37px;
  text-indent: -9999em;
  padding: 0;
  margin: 0 5px;
}

.products-grid li.item .actions .add-to-links a.link-wishlist {
  background: url(../images/btn_wishlist.png) no-repeat;
}

.products-grid li.item .actions .add-to-links a.link-compare {
  background: url(../images/btn_compare.png) no-repeat;
}

.catalogsearch-advanced-result .products-grid li.item { width: 25%; }

.products-grid ol.odd  {}
.products-grid li.last { background: none; }

.products-grid .product-image {
	vertical-align: bottom;
	display: block;
	width: auto;
	float: none;
	margin: 0 0 10px;
}

.products-grid .rating-box { float: none; margin: 0 auto; }

.products-grid .ratings .amount { display: none; }

.products-grid .ratings a {
	text-align: center;
}

.products-grid .rating-links {
	display: none;
}

.products-grid .pipe {
	display: none;
}

.ja-dot { display: none; visibility: hidden; }

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {}

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

.product-essential {
	margin: 20px 0;
	overflow: hidden;
	background: url(../images/light-title.gif) repeat-x left bottom;
	padding-bottom: 25px;
} 

.product-img-box {
	width: 295px;
	float: left;
}

.product-img-box .rating-links {
	margin-top: 10px;
	clear: both;
	float: none;
}

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

.product-collateral {
	border: 1px solid #e7e7e7;
	background: #fff;
}

.product-essential .product-shop .regular-price .price { font-size: 20px; }

/*PRODUCT TABS */

ul.ja-tab-navigator {
  border-bottom: 1px solid #e7e7e7;
}

ul.ja-tab-navigator li {
	float: left;
	line-height: 31px;
	padding: 0 10px;
	border-right: 1px solid #e7e7e7;
}

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

ul.ja-tab-navigator li.active {
  border-bottom: 1px solid #fff;
  border-top: 0;
  line-height: 31px;
  margin-bottom: -1px;
}

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

.ja-tab-content { padding: 10px; }

ul.ja-tab-navigator li a {
	line-height: 30px;
	font-size: 100%;
	margin: 0;
	padding: 5px 5px !important;
	border: none;
	text-transform: uppercase;
	color: #666;
}

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: #f15959; text-decoration: none; }

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

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

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

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

.product-img-box .more-views h2,
.product-img-box #track_hint { display: none; }

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

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

.product-img-box .more-views li a {
	height: 140px;
	width: 140px;
	float: left;
	border: 1px solid #e7e7e7;
	margin-right: 5px;
	margin-bottom: 5px;
}

.product-img-box .more-views li:last-child a {
  margin-right: 0;
}

.product-img-box .more-views li a:hover { border-color: #f15959; }

/*Product Info---*/
.product-essential .product-shop h1 {
	font-size: 18px;
	margin-top: 0;
	font-weight: Bold;
	line-height: 1;
}

.product-essential .ratings {}

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

.product-essential .price-box {
  padding: 20px 0;
	margin: 10px 0 0;
	font-size: 110%;
	border-top: 1px solid #e7e7e7;
}

.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 .add-to-box {}

.product-essential .short-description { border-top: 1px solid #e7e7e7; }

.short-description > h2 { font-size: 14px; font-weight: Bold; margin-top: 20px; }

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

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

.product-options dt label {
	color: #484848;
	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: #484848;
	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 #e7e7e7;
	padding: 2px 4px;
}

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

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

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

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

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

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

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

.product-options p.required {}

.product-options-bottom {
	padding: 10px 20px;
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	border-top: 0;
}

.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: inline;
}

.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 {}

.product-collateral .box-collateral > h2 { display: none; }

.product-collateral .head {
	margin-bottom: 5px;
}

.product-collateral .box-collateral h3 {
	font-size: 100%;
}

.product-collateral .box-collateral h4 {
	color: #484848;
	font-size: 92%;
	margin: 0;
}

.product-collateral .box-collateral h5 {
	color: #484848;
	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;
	background: #f2f2f2;
	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*/
.product-collateral .box-up-sell .products-grid { float: none; width: 100%; padding: 0; margin: 0; }

.product-collateral .box-up-sell .products-grid td {
	width: 25%;
	vertical-align: top;
	border: none;
	padding: 15px 10px 12px;
	text-align: center;
}

.product-view .box-up-sell .products-grid td.empty { display: none; }

.product-view .box-up-sell .products-grid tr.last td { border-bottom: 0; }

.product-view .box-up-sell .products-grid td.last { border-right: 0; }

.product-collateral .box-up-sell .products-grid .product-image, 
.product-collateral .box-up-sell .products-grid .product-name, 
.product-collateral .box-up-sell .products-grid .price-box, 
.product-collateral .box-up-sell .products-grid .ratings {
	margin: 0 0 10px;
	display: block;
	text-align: center;
}

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews dl {
	clear: both;
	padding-top: 15px;
}

#customer-reviews dd {
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	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: #484848;
	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 {
	width: 200px;
}

.box-tags .form-add .button {
	margin-left: 5px;
}

.tags-list,
.product-tags {}

.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 a,
.product-tags li a {
  color: #777;
}

.tags-list li a:hover,
.tags-list li a:active,
.tags-list li a:focus,
.product-tags li a:hover,
.product-tags li a:focus,
.product-tags li a:active {
  color: #f15959;
  text-decoration: none;
}

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

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

/*Gift Messages----*/
.giftmessages .gift-header {
	color: #f15959;
	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: #f2f2f2;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 22px 16px 22px 22px;
}

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

.giftmessages .product-image {
	border: 1px solid #e7e7e7;
}

.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 {
	clear: both;
	float: none;
	padding-top: 5px;
}

/* Product Review Detail */
.product-review .product-img-box {
	width: 220px;
	text-align: center;
}

.product-review .product-img-box .rating-box {
  float: none;
  margin: 0 auto;
}

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

.sp-methods dd {}

.sp-methods dt {
	padding: 5px 0;
	color: #484848;
	font-weight: bold;
}

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

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

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

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

.sp-methods .cvv-what-is-this {
	margin-left: 10px;
}

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

/*Shopping Cart---*/
.cart-table { margin-bottom: 0; }

.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 .btn-continue  { float: left; }

.cart-table .btn-update,
.cart-table .btn-continue { margin-right: 5px; }

.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 #e7e7e7;
	float: right;
	margin-top: 25px;
	width: 24%;
	padding: 0;
}

.checkout-cart-index .cart-collaterals .totals {width: 24%}
.checkout-cart-index .cart-collaterals .col1-set { float:left; width:35%; clear:both;}

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

.cart-collaterals .totals table strong { font-weight: normal; }

.cart-collaterals .totals td { padding: 3px 10px; }

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

.cart-collaterals .totals tfoot td {
	font-size: 125%;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 10px;
}

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

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

.cart-collaterals .totals ul.checkout-types .button { float: right; display: inline-block; }

.cart-collaterals .totals ul.checkout-types li  a { float: right; }

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

/*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 #e7e7e7;
}

.tax-details td {
	color: #999;
}

.tax-details-first td {
	border-top: 1px dashed #e7e7e7;
}

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

.cart .discount,
.cart .shipping {
	background: #fff;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding: 0 20px 20px;
}

#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: 15px 0;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
}

.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 #e7e7e7;
}

.cart .crosssell h2 {
	margin: 10px 15px;
	color: #666;
	font-size: 100%;
}

.cart .crosssell ul {
	margin: 10px 15px;
}

.cart .crosssell .add-to-links {
	margin: 0;
}

.cart .crosssell .add-to-links li {
	border: none;
	padding: 0;
}

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

.cart .crosssell li {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
	overflow: hidden;
}

.cart .crosssell .product-image {
	border: 1px solid #e7e7e7;
	float: left;
	width: 75px;
}

.cart .crosssell .product-details {
	width: 200px;
	float: right;
}

.cart .crosssell .product-details h5 {
	font-size: 110%;
	margin: 0 0 5px;
}

.cart .crosssell .product-details .button {
	margin: 5px 0;
	float: left;
	background-image: none;
	padding: 4px 8px;
}

.cart .crosssell .product-details small {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 8px;
}

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

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

/*One-Page checkout---*/
.opc { border-bottom: 1px solid #e7e7e7; }

.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 #e7e7e7;
	border-bottom: 0; 
	padding: 5px 20px 15px;
	margin: 0;
}

.opc .step-title {
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	padding: 8px 15px;
	overflow: hidden;
}

.opc .last .step-title {
	border-bottom: 1px solid #e7e7e7;
}

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

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

.opc h2 {
	color: #999;
	font-size: 1.05em;
	margin: 0;
	float: left;
}

.opc h4 {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 2px;
	text-transform: uppercase;
}

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

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

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #484848;
	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 #f2f2f2;
	cursor: pointer;
}

.opc .allow h3 {
}

.opc .allow .number {
	background: #7db10e;
	border: 1px solid #7db10e;
	color: #fff;
}

/*Active box*/
.opc .active .step-title {
	background: #f15959;
	cursor: default;
	border-color: #f15959;
}

.opc .active .step-title h2 {
	color: #fff;
}

.opc .active .number {
	background: #fff;
	border: 1px solid #FFF;
	color: #f15959;
}

.opc .active .step {
	display: block;
	border-top-color: #f15959;
}

.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-step-review {
	padding-top: 20px;
}

/*Checkout Progress---*/
/*Side Box*/
.block-progress {}

.block-progress dl { }

.block-progress dt {
	padding: 5px 0 !important;
	border-bottom: 1px solid #e7e7e7;
}

.block-progress dt.complete {
	background: #fff;
}

.block-progress h4 {
	color: #666;
	margin: 0;
	font-size: 100%;
}

.block-progress .complete h4 {
}

.block-progress h4 a {
	text-transform: none;
}

.block-progress dd.complete {
	padding: 10px 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: #f2f2f2;
	border: 1px solid #e7e7e7;
	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-progress {
	margin: 0 auto 20px;
	width: 100%;
	background: #999;
	overflow: hidden;
}

.checkout-progress li {
	color: #e7e7e7;
	float: left;
	font-weight: bold;
	width: 19%;
	padding: 2px 0;
	text-indent: 15px;
	background: none;
}

.checkout-progress li.active {
	color: #fff;
	background: #f15959;
}

.checkout-progress li.last {
	background: none;
}

/*Multiple Addresses checkout---*/
.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 #e7e7e7;
}

#shipping_method_form .col2-set .content,
.info-set .content {
	padding: 10px 15px;
}

.multiple-checkout .col2-set .legend,
.info-set .legend {
	background: #f2f2f2;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 15px;
	margin: 0;
	font-size: 110%;
}

.multiple-checkout .col2-set .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #e7e7e7;
}

.multiple-checkout .col2-set .box-title,
.info-set .box-title,
.multiple-checkout .col-wide > h3 {
	border-bottom: 1px solid #e7e7e7;
	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: 15px;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	height: 57px;
	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: top; }

.info-set .box .actions {
	background: none;
}

.shipment-count {
	background: #f15959;
	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 #e7e7e7;
	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: #f15959;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order-box input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	border: 1px solid #e7e7e7;
	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: #e7e7e7;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/ 
#login-form .col-1, #login-form .col-2 {
	border: 1px solid #e7e7e7;
}

#login-form .content {
	padding: 0 20px 20px;
}

#login-form h2 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 20px;
	padding: 15px 0;
	font-size: 18px;
}

#login-form .new-users h2 {}

#login-form .registered-users h2 {}

#login-form .buttons-set { margin: 0; padding: 0 20px; }

#login-form .buttons-set-inner {
  width: 100%;
  float: left;
  padding: 20px 0;
	border-top: 1px solid #e7e7e7;
}

#login-form .content { min-height: 260px; }

/*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---*/
.block-account {}

.block-account .block-title {
	background: #f15959;
	margin: 0 -1px;
	padding: 10px 20px !important;
}

.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 {
	border-bottom: 1px solid #e7e7e7;
	display: block;
}

.block-account li a {
	color: #666;
	text-decoration: none;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	color: #fff !important;
	padding-left:10px;
}

.block-account li.current {
	border-bottom: 1px solid #e7e7e7;
	color: #fff !important;
	font-weight: bold;
	background: url(../images/arrow_d2.gif) no-repeat 98% center;
	padding-left:10px;
}

.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 #e7e7e7;
	margin-bottom: 15px;
}

.box-account .col2-set{
	margin: 0 15px 10px;
}

.box-account .box-head {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 10px;
	padding: 8px 15px;
	background: #f2f2f2;
	overflow: hidden;
}

.box-account .box {
	background: none;
	border: none;
}

.box-account .box .box-title {
	border-bottom: 1px solid #e7e7e7;
	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;
}

.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 ol .number {
	background: #f15959;
	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 #e7e7e7;
}

.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 #e7e7e7;
	padding-top: 4px;
}

.my-account .box {
	border: none;
}

.my-account .order-info-box {
	
}

.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; }

.ad-orders .head h4,
.box-recent .box-head h2 { }

.box-info .box-head h2 { }

.ad-tags .head h4,
.box-tags .box-head h2  { }

.ad-reviews .head h4,
.box-reviews .box-head h2 { }

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #e7e7e7;
	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;	
}

#my-orders-table tfoot td, 
#checkout-review-table tfoot td {}

#my-orders-table tfoot tr.last td,
#checkout-review-table tfoot tr.last td {
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #e7e7e7;
}

#my-orders-table a {
  color: #484848;
}

#my-orders-table a:hover,
#my-orders-table a:focus,
#my-orders-table a:active {
  color: #f15959;
}

/*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 #e7e7e7;
}

.compare-products tbody td.last {
	border-right: 1px solid #e7e7e7;
}

.compare-products tbody.attribute-cart td {
	background: #f2f2f2 !important;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
}

.compare-products tbody td.label {
	background: #f2f2f2 !important;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	text-align: left;
	width: auto;
}

.compare-products tbody.attribute-cart td.label {
	background: #f2f2f2 !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 #e7e7e7 !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: 6px 5px 0 0;
	border: 0;
	float: left;
}

#my-tags-table td { vertical-align: middle; }

#my-tags-table .add-to-links { text-align: center; }

/*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: #f2f2f2;
}

.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 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 .description .inner {
  margin: 0 0 20px;
}

#wishlist-table .cart-cell {
  text-align: center;
}

#wishlist-table .cart-cell input.qty {
  margin-bottom: 10px;
}

/*===============================================================
--------------------[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 {
	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: #f15959;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	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: #484848;
	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 #e7e7e7;
}

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.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 #e7e7e7;
}

.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: #484848;
	padding: 25px 30px;
	text-align: left;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #e7e7e7;
	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 #e7e7e7;
	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: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	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: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

.recently .product-image {
	border: 1px solid #e7e7e7;
}

.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;
	float: right;
}

.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---*/
.ja-tools { float: left; padding: 10px 0; }
.ja-tools a {
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	float: left;
	text-indent: -999em;
}
.ja-tools a.colors-default {
	background: url("../images/default.png") top left no-repeat;
}
.ja-tools a.colors-orange {
	background: url("../images/orange.png") top left no-repeat;
}
.ja-tools a.colors-blue {
	background: url("../images/blue.png") top left no-repeat;
}
.ja-tools a.colors-green {
	background: url("../images/green.png") top left no-repeat;
}
.ja-tools a.colors-violet {
	background: url("../images/violet.png") top left no-repeat;
}

.ja-tools a.colors-default.active {
	background: url("../images/default-hilite.png") top left no-repeat;
}
.ja-tools a.colors-orange.active {
	background: url("../images/orange-hilite.png") top left no-repeat;
}
.ja-tools a.colors-blue.active {
	background: url("../images/blue-hilite.png") top left no-repeat;
}
.ja-tools a.colors-green.active {
	background: url("../images/green-hilite.png") top left no-repeat;
}
.ja-tools a.colors-violet.active {
	background: url("../images/violet-hilite.png") top left no-repeat;
}

.ja-tools ul { float: left; padding-right: 10px; }

.ja-usertools-color { padding-top: 1px; }

.ja-tools li { display: inline; float: left; padding-right: 5px; }

.ja-tools li img { cursor: default; }

.products-list .product-shop .desc { clear: both; margin: 0 0 10px; float: left;}

.products-list .product-shop .desc + p { float: left; margin: 20px 10px 0 0; }

.products-list .product-shop .add-to-links { margin-top: -5px; margin-left: 5px; }
.products-list .product-shop .add-to-links li{ 
	display: inline-block;
	float: left;
	height: 37px;
	width: 42px;
}
.products-list .product-shop .actions { float: left; }
.products-list .product-shop .actions  button.btn-cart{ float: left; }
.products-list .product-shop .actions  .add-to-links{ float: left; }


/* Error page */
#jm-error {
	background: url(../images/error.png) no-repeat left center;
	padding-left: 340px;
}

#jm-error .page-head-alt {
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Add mega menu */
#ja-mainnav .btn-toggle { display:none; }

#ja-header .ground-menu1 { 
	margin: 0 auto;
    position: relative;
    width: 1000px;
	background: #fff;
}
#ja-mainnav .main { padding:0 30px;}

.products-list-home {
	display: none;
}

.block.jm-tabs,
.products-slider-home {
	display: block;
}

/* pop-up image fix */
.cboxPhoto {
	width: 100% !important;
	height: 100% !important;
}
.pr-img {
	height: 100% !important;
}