/*
 * ------------------------------------------------------------------------
 * JM Jasmine 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.
 * ------------------------------------------------------------------------
*/


/* TEMPORAL PRE-LAUNCH*/
.quick-access {
  display: none !important;
}

.ctg-menu a{
    /*pointer-events: none !important;*/
    /*cursor: default;*/
}

#ja-topsl .col-3 .block .block-content {
  visibility: hidden;
}

#ja-topsl .col-4 ul li.breakfast a, #ja-topsl .col-4 ul li.lunch a, #ja-topsl .col-4 ul li.dinner a {
   pointer-events: none !important;
    cursor: default;
}


body { background: url(../images/bg_body.gif) repeat; color: #000; font: 12px/1.5 "Georgia", Helvetica, Arial, sans-serif; }

body#bd {
	color: #333;
}

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: #ea3018;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3f739a;
	text-decoration: none;
}

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 125%;}
h2 {font-size: 110%;}
h3 {font-size: 100%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 92%; text-transform: uppercase;}


/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-title {
	font-family: "Glegoo",serif;
	line-height: 1.3;
	color: #333;
	font-weight: normal;
}

/*Small text---*/
small, #ja-footer,
.category-products .add-to,
.ratings, .ratings-list td.label,
.widget-btn, .validation-advice, .required,
.toolbar .sorter {
	font-size: 92%;
}

/*Form---*/
input.input-text, select, textarea {
  border: 1px solid #ddd;
  color: #333;
  vertical-align: middle;
  font-size: 11px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

option, optgroup { }

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 8px 2px;
}

input.input-text, textarea {
	padding: 8px;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
	float: left;
}

input#subscription {
	margin-top: 4px;
}

.input-text:focus, select:focus, textarea:focus {
	background: #fff;
	border: 1px solid #ea3018;
}

#payment_method {
	margin-right: 5px;
	vertical-align: top;
	height:30px;
	padding: 5px 2px;
}

/*Fieldset--*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/

/*Others--*/
address {
	font-style: normal;
}

p.f-left {
	margin: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
  position: relative;
  z-index: 5;
}

#ja-header > .main > .inner {
	position: relative;
	z-index: 4;
	padding: 120px 0 0 20px;
}

/* Toggle ---*/
.has-toggle .btn-toggle { display: none; }

/*Logo---*/
.logo-mobile{
  display: none;
}

h1#logo, div#logo-text {
	margin: 0;
	padding: 0;
	float: left;
}

h1#logo a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 250%;
  width: 183px;
  height: 183px;
  text-indent: -99999px;
  transition: transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  overflow: hidden;
}

h1#logo a:hover {
  transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate3d(0,0,0,-360deg);
}

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;
  text-shadow: 1px 1px #fff, 0 0 #999;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	font-size: 12px;
}

.quick-access p {
	margin: 0 10px 0 0;
	float: left;
}

.shop-access li {
	background: url(../images/sep-vline.gif) 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;
}

.quick-access .block-account { display: none; margin-bottom: 0; }

.quick-access .block-account li { padding: 0; }

.quick-access .block-account li a, 
.quick-access .block-account li.current {
  padding: 10px 0;
  border-bottom: 0;
  color: #999;
  font-family: "Glegoo",serif;
  line-height: 1.3;
  font-size: 14px;
  text-shadow: none;
}

.quick-access .block-account li.current {
  color: #3f739a;
}

.shop-access {
	float: right;
}

.shop-access a {
  color: #000;
  text-shadow: 1px 1px #fff, 0 0 #999;
}

.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
  color: #ea3018;
}

.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;
}

/*Mini search---*/
#ja-search {
	position: absolute;
	right: 10px;
	top: 50px;
	z-index: 2;
}

#ja-search form {
	float: right;
	text-align: right;
}

#ja-search legend {
	display: none;
}

#ja-search .input-text {
	width: 210px;
	vertical-align: middle;
}

#ja-search label { display: none; }

#ja-search button.button {
  position: absolute;
  right: 0;
  top: 2px;
  background: url(../images/icon_search.png) no-repeat left top;
  padding: 0;
  height: 28px;
  width: 28px;
  display: block;
  border: 0;
}

#ja-search button.button span {
  display: none;
}

.search-autocomplete {
	z-index: 999;
}

.search-autocomplete ul {
	background: #fff;
	border: 1px dashed #ddd;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px dashed #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;
}

/* More promos ---*/
#brand_intro {
  float: right;
  text-align: right;
  width: 660px;
}

#brand_intro h2 {
  font-family: "Glegoo",serif;
  font-size: 34px;
  #text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}

.hilite-text {
  color: #ea3018;
}

#brand_intro .open-hour {
  background: url(../images/bg_deco.png) no-repeat right top;
  padding-right: 85px;
  padding-top: 10px;
  min-height: 78px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
  width: 100%;
  position: absolute;
  top: 40px;
}

#ja-mainnav-inner {
  position: static;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

/* CONTAINER
--------------------------------------------------------- */
#ja-container {}

/*main content---*/
#ja-content {}

#ja-current-content { padding: 25px 30px; }

#ja-current-content .my-account .pager { margin-bottom:20px; }
#details-reload .data-table { border:none !important}

.catalog-category-view #ja-current-content,
.catalogsearch-result-index #ja-current-content {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

#ja-main .inner {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

.catalog-category-view #ja-main .inner,
.catalogsearch-result-index #ja-main .inner {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
/*columns---*/
#ja-col1 {}

#ja-col1 .block {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

#ja-col2 .block {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

#ja-col2 .inner {
  background: #333;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  padding: 5px;
  margin-bottom: 20px;
}

#ja-col2 .inner1 {
  border: 1px dashed #666;
}

#ja-col2 .inner .block {
  margin: 30px 0;
  padding: 0 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  color: #aaa;
  font-size: 12px;
}

#ja-col2 .inner .block .product-image { background:#fff; margin-right:10px; }

#ja-col2 .inner .block .block-content {
  border-bottom: 1px dashed #666;
  padding-bottom: 20px;
  /*padding-top: 15px;*/
}

#ja-col2 .inner .block .block-subtitle {
  margin-top: 20px;
}

#ja-col2 .inner .block-cart .block-subtitle { border-top:1px dashed #666; padding-top:10px; }

#ja-col2 .inner .block ol li {
  border: 0;
  padding: 8px 0;
}

#ja-col2 .inner .block ol li.last {
  padding-bottom: 0;
}

#ja-col2 .inner .block ol li:first-child {
  padding-top: 0;
}

#ja-col2 .inner .block .empty {
  margin: 0;
}

#ja-col2 .inner .block .block-title strong {
  color: #eee;
}

#ja-col2 .inner .block a {
  color: #eee;
  font-weight: normal;
}

#ja-col2 .inner .block a:hover,
#ja-col2 .inner .block a:focus,
#ja-col2 .inner .block a:active {
  color: #ea3018;
}

#ja-col1 .block-reorder .actions a { float:left; clear: both; }

/*breadcrums---*/
#ja-pathway {
	padding: 0 0 15px;
	border-bottom: 1px dashed #ddd;
	line-height: normal;
	color: #333;
	margin: 0 0 15px;
}

#ja-pathway ul {}

#ja-pathway ul li {
	display: inline;
}

/* Mass */
.ja-mass .main {
	padding: 0 0 20px 0;
}

.ja-mass .main .inner {
	margin: 0 9px;
}

.content-mass-bottom { border:1px dashed #aaa; padding:78px 0 40px 0; text-align:center; background:url(../images/bg_mass_bottom.png) no-repeat center 40px }

.content-mass-bottom ul { margin:0 auto; width:350px; padding:0; list-style:none; min-height:50px; }
.content-mass-bottom li { text-align:center; display: inline;  }
.content-mass-bottom li a { cursor: pointer; width:53px; height:53px; background:url(../images/icon_social.png) no-repeat; float:left; margin-right:5px;}
.content-mass-bottom li a span { display:none; }
.content-mass-bottom li a.facebook { background-position: 0 0; }
.content-mass-bottom li a.facebook:hover { background-position: 0 0; opacity: 0.7;}
.content-mass-bottom li a.tiwter { background-position: -57px 0; }
.content-mass-bottom li a.tiwter:hover { background-position: -57px 0; opacity: 0.7;}
.content-mass-bottom li a.google { background-position: -114px 0; }
.content-mass-bottom li a.google:hover { background-position: -114px 0; opacity: 0.7;}
.content-mass-bottom li a.flickr {background-position: -170px 0; }
.content-mass-bottom li a.flickr:hover {background-position: -170px 0; opacity: 0.7;}

.content-mass-bottom li a.yelp { background:url(../images/icon-yelp.png) no-repeat; }
.content-mass-bottom li a.yelp:hover { background:url(../images/icon-yelp.png) no-repeat; opacity: 0.7;}

.content-mass-bottom li a.instagram { background:url(../images/icon-instagram.png) no-repeat; }
.content-mass-bottom li a.instagram:hover { background:url(../images/icon-instagram.png) no-repeat; opacity: 0.7;}

.content-mass-bottom li a.pinterest { background:url(../images/icon-pinterest.png) no-repeat; }
.content-mass-bottom li a.pinterest:hover { background:url(../images/icon-pinterest.png) no-repeat; opacity: 0.7;}

/* Spotlight */
#ja-botsl .col-1,
#ja-botsl .col-2,
#ja-botsl .col-3 { min-height: 200px; padding-top:30px; background: url(../images/bg_vdot.gif) repeat-y right top }
#ja-botsl .col-4 {min-height: 200px;  padding-top:30px;}

#ja-botsl .block { margin: 0 30px; border: 0; padding: 0; }
#ja-botsl .block .block-title { font-size: 13px; }
#ja-botsl .block .block-content { padding: 10px 0; }

#ja-botsl .col-3 .block .block-content,
#ja-botsl .col-4 .block .block-content {
  padding: 0 0 10px;
}

#ja-botsl .col-1 ul { margin:0; padding:0; list-style:none; }
#ja-botsl .col-1 li { border-bottom: 1px dashed #ddd; padding:10px 0; }
#ja-botsl .col-1 li a { font-size: 14px; color: #333; }
#ja-botsl .col-1 li a:hover { text-decoration: none; color: #ea3018; }
#ja-botsl .col-1 li a span { background: #ea3018; color:#fff; font-family: "Glegoo"; text-transform:uppercase; padding:5px; margin-right:10px; }

#ja-botsl .col-3 ul { margin:0; padding:0; list-style:none; }
#ja-botsl .col-3 li { border-bottom: 1px dashed #ddd; padding: 10px 0 10px 15px; background: url(../images/icon_contact.png) repeat-y -5px -214px; }
#ja-botsl .col-3 li a {}

#ja-botsl .col-1 li:last-child, #ja-botsl .col-3 li:last-child { border-bottom:none; }

.block-subscribe { position:relative}
.block-subscribe .input-text {
	width: 100%;
	vertical-align: middle;
}

.block-subscribe label { display: none; }

.block-subscribe button.button {
  position: absolute;
  background: url(../images/icon_contact.png) no-repeat 10px -262px;
  padding: 0;
  height: 29px;
  width: 28px;
  display: block;
  border: 0;
  right:0px;
}

.block-subscribe button.button:hover,
.block-subscribe button.button:focus
 {
	background: url(../images/icon_contact.png) no-repeat 10px -262px;
	border:none;
}


.block-subscribe button.button span {
  display: none;
}

/* Header Subscribe */
.header-subscribe{
  background-color: #ea3017;
  min-height: 38px;
}

.header-subscribe .input-box{
  text-align: center;
}

.header-subscribe .input-box img{
  margin-top:6px;
}

.header-subscribe .input-box #newsletter{
  margin-top: -24px;
  color:#7f7f7f;
}

.header-subscribe .button{
  background-color: #fff36e;
  border-radius: 5px;
  color:black;
  cursor: pointer;
  margin-top: -24px;
}

.header-subscribe .button:hover{
  background-color: #fff36e;
  opacity: 0.8;
  border:1px solid white;
}

.header-subscribe .validation-advice{ 
  background: none !important;
  margin: -2px 0 16px 0;
  color:white;
  font-weight: normal;
}

/* Top Spotlight */
#ja-topsl { padding: 10px 0; position: relative; z-index: 4; }
#ja-topsl .inner { margin: 0; }
#ja-topsl .col-1 { float:left; width:50%; margin-bottom:20px; }
#ja-topsl .col-4 { float:left; width:50% }
#ja-topsl .col-2, #ja-topsl .col-3 { float:right;  width:50%; margin-bottom:20px; }
#ja-topsl .col-5 { float:right;  width:50%; } 

#ja-topsl .col-1 .block,
#ja-topsl .col-4 .block,
#ja-topsl .col-5 .block {
  margin: 0 10px;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  border: none;
  padding: 0;
}

#ja-topsl .col-1 .block { background: #020002; }
#ja-topsl .col-1 .block .block-content .block { background:none !important; margin:0 !important}

#ja-topsl .col-2 .block .block-content .div1 {
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

#ja-topsl .col-2 .block { background: none; margin: -18px 10px 0 10px; border: none; padding: 0; }
#ja-topsl .col-2 .block .block-content { padding: 28px 0 0 0; background: url(../images/bg_top.png) no-repeat center top; }
#ja-topsl .col-2 .block .block-content .div1 {background:url(../images/bg_left.jpg) repeat-y left top;}
#ja-topsl .col-2 .block .block-content .div1 .div2 {background:url(../images/bg_right.jpg) repeat-y right top; }
#ja-topsl .col-2 .block .block-content .div1 .div2 .div3 {background:url(../images/bg_bottom.jpg) no-repeat left bottom; margin:0 10px; padding-bottom:10px; }

.ctg-menu {
  background: url(../images/bg_box_black.gif) repeat;
  padding: 40px 50px;
  color: #fff;
  text-shadow: -1px 1px #000;
  font-family: "Glegoo";
  min-height: 238px;
}

.ctg-menu .title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.ctg-menu .title span {
  font: italic 11px "Georgia";
  text-transform: none;
  color: #e6472a;
}

.ctg-menu .category-products { margin:0;}

.ctg-menu ul.products-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ctg-menu ul.products-list li,
.ctg-menu ul.products-list li.last {
  border-bottom: 1px dashed #535453;
  padding: 15px 0;
}

.ctg-menu ul.products-list li a {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 14px;
  text-transform: uppercase;
  float:left;
} 

.ctg-menu  ul.products-list li .price-box { margin:0; }

.ctg-menu  ul.products-list li .price { text-align: right; color: #ea3018; float: right; }

#ja-topsl .col-3 .block { background:none; border:none; margin: 0 10px; padding: 0; }
#ja-topsl .col-3 .block .block-content { padding: 0; background:url(../images/bg_likethis.png) no-repeat 271px 10px; }
#ja-topsl .col-3 .block .block-content div.book-table a {
  background: url(../images/bg_book_table.png) no-repeat;
  height: 105px;
  width: 288px;
  float: left;
  cursor: pointer;
  color: transparent;
	transition: transform .1s ease-in-out;
	-moz-transition: -moz-transform .1s ease-in-out;
	-webkit-transition: -webkit-transform .1s ease-in-out;
}

#ja-topsl .col-3 .block .block-content div.book-table a:hover {
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate3d(0,0,0,-2deg);
}

#ja-topsl .col-1 .block .block-title,
#ja-topsl .col-2 .block .block-title,
#ja-topsl .col-3 .block .block-title,
#ja-topsl .col-4 .block .block-title,
#ja-topsl .col-5 .block .block-title { display:none; }

#ja-topsl .col-4 .block .block-content { padding: 0; }

#ja-topsl .col-4 ul { margin:0; padding:0; list-style:none; display:block}
#ja-topsl .col-4 ul li { float:left; width:25%; background: url(../images/bg_vdot.gif) repeat-y right top; text-align:center; padding:30px 0; }
#ja-topsl .col-4 ul li:last-child { background: none; }

#ja-topsl .col-4 ul li a { background: url(../images/bg_icon_menu.png) no-repeat; font-size:14px; font-family: "Glegoo"; text-transform:uppercase; padding-top:70px; width:100%; float:left; text-align:center; color:#3f739a}
#ja-topsl .col-4 ul li a:hover {color:#ea3018; text-decoration:none; }

#ja-topsl .col-4 ul li.breakfast a { background-position: 20px 0}
/*#ja-topsl .col-4 ul li.breakfast a:hover { background-position: 20px -140px}*/

#ja-topsl .col-4 ul li.lunch a { background-position: -93px 0}
/*#ja-topsl .col-4 ul li.lunch a:hover { background-position: -93px -140px}*/

#ja-topsl .col-4 ul li.dinner a { background-position: -209px 0}
/*#ja-topsl .col-4 ul li.dinner a:hover { background-position: -209px -140px}*/

#ja-topsl .col-4 ul li.beer a { background-position: -325px 0}
/*#ja-topsl .col-4 ul li.beer a:hover { background-position: -325px -140px}*/

#ja-topsl .col-5 .block .block-content {min-height: 154px; padding:9px 30px ; background: url(../images/bg_white.jpg) repeat; border:1px solid #dbd7c0; position: relative; }
#ja-topsl .col-5 .block .block-content .image { background: #fff; float: left; margin-right: 17px; }
#ja-topsl .col-5 .block .block-content .image img { display: block; margin-top: -8px;}
#ja-topsl .col-5 .block .block-content .text-deskiption {padding-top: 25px; color: #544531; font-style: italic; font-size: 14px; padding-bottom: 18px; line-height: 1.4; }
#ja-topsl .col-5 .block .block-content .linkmore {font-size:14px; font-family: "Glegoo"; text-transform:uppercase}
#ja-topsl .col-5 .block .block-content .linkmore a {color:#ea3018; }
#ja-topsl .col-5 .block .block-content .bg_ticker {
  background: url(../images/bg_ticker.png) no-repeat;
  height: 61px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 62px;
  z-index: 99;
  text-indent: -999em;
}
 
/* Bottom Spotlight */
#ja-botsl {}

#ja-botsl .main .inner {
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

#ja-botsl.ja-spotlight .col-wide { background: none; }

.color-text-blue { color:#3f739a; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer { position: relative; }
#ja-footer .main .inner {}
#ja-footer a {text-decoration: none; }

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: none;
}

#ja-footer ul {
	float: none	;
	margin: 0 auto;
}

#ja-footer li {
	display: inline;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	background: url(../images/bg_xdot.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 { margin-bottom: 10px; text-align: center; }

#ja-footer .jm-legal { text-align: center; color:#000; }
#ja-footer .jm-legal a { color:#000; }

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.success {color: #42A032;}
.error	{color: #c00;}
.notice	{color: #3f739a;}

.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: 92% !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: #F1F9EF;
	background-image: url(../images/msg_success.gif);
	border-color: #42A032;
	color: #42A032;
}

.notice-msg, .note-msg {
	background-color: #FEF9EF;
	background-image: url(../images/msg_notice.gif);
	border-color: #3f739a;
	color: #3f739a;
}

.out-of-stock {
	color: #c00;
	font-weight: bold;
}

/* FORMS
----------------------------------------------------------------*/
input.qty {
	width: 2.5em !important;
}

.fieldset label, .form-list label, .sp-methods label {
	font-weight: bold;
}

.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: #ea3018;
  border: 1px solid #ea3018;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  overflow: visible;
  font-family: "Glegoo",serif;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  line-height: 1.5;
}

button.button span, .btn-cart span,.form-button {
	white-space: nowrap;
}

button.button:hover,
button.button:focus,
button:hover,
button:focus {
	background: #3f739a;
	border: 1px solid #3f739a;
}

.btn-continue {
	margin-right: 5px;
}

a.button {
	padding: 2px 9px;
	text-decoration: none;
}

button.btn-proceed-checkout, 
button.btn-proceed-checkout:focus,
button.btn-proceed-checkout:hover {}

/*button.btn-proceed-checkout span { display: 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; }

.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: 4px;
	margin-bottom: 0;
	vertical-align: middle;
}

.fieldset {
	border: 1px dashed #ddd;
	margin: 25px 0 15px;
	padding: 15px;
}

.fieldset .legend {
	background: #fff;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 0 8px;
}

.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 #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;
}

.head a, .inner-head a,.box-title a,.box-head a {
	font-weight: bold;
}

.info-box .box-title {
	text-align: left;
}

/*Page heading---*/
.page-title { margin-bottom: 15px; }

.page-title h1 {
	font-size: 18px;
	margin: 5px 0 5px;
	font-weight: normal;
	text-transform: none;
	color: #ea3018;
}

.category-title h1 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.page-title h4 {
	font-size: 150% !important;
	margin: 0;
}

.page-title a {
	font-weight: bold;
}

.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 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;
}

p.paypal-logo .paypal-or {
	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 dashed #ddd;
	border-collapse: collapse;
}

.data-table tr td {
	background: #fff;
}

.data-table .odd td {
	/*background: #F7F7F7;*/
}

.data-table .even td {
	background: #fff !important;
}

.data-table td.last, 
.data-table th.last,
.data-table th:last-child {
}

#shopping-cart-table td.last, 
#shopping-cart-table th.last,
#shopping-cart-table th:last-child {
	border-right: 1px dashed #ddd !important;
}

.data-table tr.last td,
.data-table tr.last th {
	border-bottom: 0 !important;
}

.data-table th {
	white-space: nowrap;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	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 {
	background: #eee;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	color: #333;
}

.data-table tfoot tr.first td {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

.data-table tfoot tr td {
	background: #eee;
}

.data-table tfoot td {
	border-bottom: 0;
	border-right: 1px dashed #ddd;
}

.data-table tbody td {
	border-bottom: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
}

/*Bundle Products---*/
.data-table tbody.odd tr td{
	background: #F7F7F7 !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 dashed #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 {
	/*width: 100%;
	margin: 10px 0;
	overflow: hidden;
	padding: 5px 0;*/
}

.toolbar .amount { float: left; }
.toolbar .limiter { float: left; padding: 15px 20px 15px 0; border-right: 1px dashed #ddd; }
.toolbar .limiter label { vertical-align: middle; }
.toolbar .limiter select { }

.pager .pages { margin: 0 20px; }
.pager .pages strong { font-weight:normal; }
.pager .pages ol { display: inline; }
.pager .pages li { display: inline; margin: 0 2px; }
.pager .pages .current {}

/* Sorter */
.toolbar .view-mode { float: left; margin: 0 20px; padding: 15px 20px 15px 0; border-right: 1px dashed #ddd; }

.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; margin-right: 20px; padding: 15px 0; }
.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 {
  margin: 0 20px;
  font-size: 12px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
}

.catalog-category-view .toolbar-bottom .toolbar,
.catalogsearch-result-index .toolbar-bottom .toolbar {
  top: auto;
  bottom: 0;
}

.toolbar .pager {
	margin: 0;
	float:left;
	padding: 15px 0;
}

.toolbar .sorter {
	border-bottom: 1px dashed #ddd;
	margin: 0 0 10px;
}

.toolbar-bottom {
	clear: both;
}

/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 15px;
	margin: 15px 0;
}

.ratings strong {
	float: left;
	margin-right: 5px;
}

.rating-box {
	background: url(../images/product_rating_blank_star.gif) repeat-x;
	height: 13px;
	position: relative;
	width: 95px;
	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: 20px 0 0;
	clear: both;
	color: #ccc;
	font-size: 12px;
}

.ratings .rating-links .separator {
  margin: 0 10px;
}

.ratings .amount {
  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;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	color: #333;
  font-family: "Glegoo",serif;
  font-size:16px;
}

/*Regular price---*/
.regular-price {
	color: #333;
}

.regular-price .price {
  color: #ea3018;
}

/*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: #3f739a;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	color: #3f739a;
	font-size: 13px;
	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: #3f739a;
	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: #3f739a;
	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: #3f739a;
	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: #333;
}

.product-pricing-grouped li {
	color: #333;
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	background: #F7F7F7;
	border: 1px dashed #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 dashed #ddd;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4,
.order-info-box h2 {
	margin: 0 0 5px;
	border-bottom: 1px dashed #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 dashed #ddd;
	border-right: 1px dashed #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 {
	line-height: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

.add-to-links a { margin-bottom: 10px; display: block; font-size: 12px; }

.add-to-links a:hover,
.add-to-links a:focus {
	text-decoration: none;
}

.add-to-links .pipe,
.add-to-links .separator {
	display: none;
}

.add-to-cart label {
	float: left;
}

.add-to-cart .qty {
	float: left;
	margin: 0 5px;
}

.add-to-cart .button {
	float: right;
}

.add-to-box {
	padding: 10px 0 30px;
}

.add-to-box .add-to-cart {}

.add-to-box .or { display: none; }

.add-to-box .add-to-links {
	margin: 20px 0 0 0;
	float: left;
	text-align: left;
}

.add-to-box .add-to-links li {
  display: inline;
}

.add-to-box .add-to-links li a {
  display: inline;
}

.add-to-box .add-to-links .separator {
  display: inline;
  margin: 0 10px;
  color: #ccc;
}

.add-to-cart .paypal-logo {
	clear: both;
	margin: 10px 0 0 0;
	display: block;
}

/*Tool Tips---*/
.tool-tip {
	background: #FEF9EF;
	border: 1px dashed #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 {
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #FEF9EF;
	border: 1px dashed #ddd;
	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: -60px;
	top: 20px;
	width:150px;
	}

/*Link highlights---*/
.link-wishlist { white-space: nowrap; background:url(../images/wishlist.png) no-repeat left; padding-left:15px; }
.link-compare { white-space: nowrap; background:url(../images/compare.png) no-repeat left; padding-left:15px; }

.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: #333;
	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 {
	background: #fff;
	margin-bottom: 25px;
	padding: 25px 30px;
}

.block-banner {
  padding: 0;
}

.block-dashed {
  padding: 5px;
}

.block-welcome {
  background: url(../images/bg_box_red.gif) repeat;
  color: #fff;
  text-align: center;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.25);
}

.block-welcome .block-content h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Glegoo";
}

.block-twitter {
  /*background: url(../images/bg_box_blue.gif) repeat;*/
  color: #fff;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.25);
}

.twitter-widget{
  margin: 10px;
}

#contactForm .fieldset .form-list{
    width: 70%;
    margin: 0 auto;
}

#contactForm .fieldset .form-list li{
    margin-left: 5%;
}

.contact-list { margin-top:10px; font-size: 12px;}
.contact-list li { float:left; padding-bottom:15px; background:url(../images/icon_contact.png) no-repeat; padding-left:25px; }
.contact-list li.address { background-position: 0 -42px; }
.contact-list li.phone { background-position: 0 -139px; }
.contact-list li.mail { background-position: 0 -181px; }
.contact-list li.mail a {}

.box-hilite,
.block-hilite { /*hilite state*/
	background: #3F3F3F;
	color: #ddd;
	border: 1px dashed #3F3F3F;
}

.block-nopadding {
  padding: 0;
  position: relative;
}

/*Block Head---*/
.block .block-title {
	line-height: normal;
	margin-bottom:15px; 
}

.block-hilite .block-title { /*hilite state*/
	border-bottom: 1px dashed #333;
}

.block-hilite .block-title * { /*hilite state*/
	color: #fff;
}

.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Glegoo",serif;
  color: #000;
  text-transform: uppercase;
}

.block .block-subtitle { }

.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 {}

.block-dashed .block-content { padding: 19px; border: 1px dashed #ddd; }

.block .btn-remove { float: right; margin: 1px 0 2px 5px; }
.block .btn-edit { /*float: right; margin: 1px 0 2px 5px;*/ display: none; }

.block input.checkbox { margin: 2px 5px 4px 0;  margin: -2px 5px 4px 0\0/;}

.block-banner a,
.block-banner .block-content {
  display: block;
  line-height: 1;
}

.block-banner img {
  max-width: 100%;
  display: block;
}

.img-alt {
  position: absolute;
  /*width: 125px;*/
  /*height: 95px;*/
  background: url(../images/bg_imgalt.png) no-repeat right top;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Glegoo",serif;
  padding-bottom: 10px;
}

.img-alt h4 {
  font-size: 16px;
  margin: auto;
  margin: 35px 0 0px 10px;
  padding:0 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}

.img-alt span {
  margin-left: 22px;
  font-size: 14px;
}

.block-welcome h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: none !important;
  color: #fff;
}

.twitter-tweets {
  position: relative;
}

.twitter-date {
  font-style: italic;
  font-size: 11px;
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.twitter-follow {
  background: url(../images/icon_twitter.png) no-repeat left top;
  width: 56px;
  height: 46px;
  position: absolute;
  bottom: -20px;
  right: -14px;
}

.twitter-follow:hover {
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate3d(0,0,0,-2deg);
}

.twitter-follow span {
  display: none;
}

/*Box Action---*/
.block .actions {
	font-weight: bold;
	overflow: auto;
	clear: both;
	margin: 20px 0 0;
}

.block .actions a {
	float: right;
	margin-top: 9px;
	font-weight: normal;
}

.block .actions button.button {
	float: left;
}

/*Box List---*/
.block ol {
	margin: 0;
}

.block ol li {
	border-bottom: 1px dashed #ddd;
	margin: 0;
	padding: 8px 0;
	font-size: 92%;
}

.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: 60%;
}

#ja-col2 .block .product-details {
	float: none;
	width: auto;
}


.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 .summary {
 margin-top: 20px;
}

.block-cart .block-subtitle {
	margin:20px 0 10px 0 !important;
}

.block-cart p { margin:0; }
.block-cart .paypal-logo { padding:0; text-align:left }

/*Mini Wishlist---*/

/*Compare Products, Orders---*/
.block-compare .block-content { }

.block-compare .empty { }

.block-compare .actions { }

.block-compare ol { padding: 10px 0; }

/*Mini Product View---*/

/*Poll---*/
.block-poll .votes {
 /* float: right;
  margin-left: 10px;*/
  margin-top: 20px;
  position: absolute;
}

.block-poll .answer {
  font-weight: bold;
  width:100%
}

.block-poll li {
  line-height: 30px;
}

.block-poll li input.radio {
  margin-top: -3px;
  vertical-align: middle;
}

/*Relate Products----*/
.block-related .block-content {}

/*.block-related p {
	margin: 10px;
}*/

.block-related ol li {
	position: relative;
}

#block-related li {
	padding:20px 0 !important;
	border-bottom:1px dashed #898886 !important;
}

#block-related li:first-child { padding-top:0 !important; }

#block-related li.last { border-bottom: none !important; padding-bottom:0 !important }
#block-related li a.link-wishlist { display:none; }

.block-related .product-details {
	/*width: 50%;*/
}

.block-related input.checkbox  { float:right !important; }

/* Block Paypal */
.paypal-logo {
	padding: 10px 0;
	margin: 0;
	text-align: right;
}

.paypal-logo a {
	display: block;
}

/*Layered Navigation---*/
#ja-shopby {
  display: none;
}

#ja-shopby .block {
  padding: 0;
}

#ja-shopby .block-layered-nav .block-subtitle {
  margin: 0;
}

#ja-shopby .block-layered-nav .currently {
   margin: 0;
   border-bottom: 0;
}

#ja-shopby .block-layered-nav .actions {
  margin-bottom: 20px
}

.block-layered-nav .block-subtitle {
  font-size: 92%;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.block-layered-nav .currently {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.block-layered-nav .currently ol li:nth-child(3n) { display: none; }

.block-layered-nav .currently ol li:nth-child(4n) { display: none; }

.block-layered-nav .currently ol li.last,
.block-layered-nav .currently ol li:last-child { display: none; }

#ja-col2 .inner .block-layered-nav .currently {
  border-bottom-color: #666;
}

#ja-col2 .inner .block-layered-nav .currently { margin-top: 0; }

.block-layered-nav .currently .block-subtitle { margin: 0; }

.block-layered-nav .currently .actions { margin: 0; }

.block-layered-nav .currently .label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

#ja-col2 .inner .block-layered-nav .currently .label { margin-top: 10px; }

.block-layered-nav .actions { margin-top: 0; }

#ja-col2 .inner .block-layered-nav .actions a {
  margin: 10px 0;
}

.block-layered-nav ol {}

.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 {}

#narrow-by-list dt {
	color: #333;
	padding: 10px 10px 0 0;
	font-weight: bold;
	font-size: 92%;
}

#ja-col2 .inner #narrow-by-list dt { color: #fff; padding-bottom: 10px; }

#narrow-by-list dd {}

#narrow-by-list dd li {
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
}

#narrow-by-list dd.last {
	background: none;
}

/* 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 { margin: 0 -30px; }

.category-products h2 {
	font-size: 100%;
	margin: 0 0 15px;
}

.category-products .price-box {
	display: block;
}

.category-image {
  overflow: hidden;
  margin: 0 0  20px;
}

.jm-masshead {
  margin: 0 10px 20px;
  min-height: 180px;
  -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

/*List Type---*/
.products-list {
  margin: 0 20px;
}

.products-list h2 {
  font-size: 16px;
}

.products-list .item {
	border-bottom: 1px dashed #ddd;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
}

.products-list .item:first-child {
	padding-top: 0;
}

.products-list .item.last {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.products-list .product-image {
	float: left;
	width: 180px;
	text-align: center;
}

.products-list .product-shop {
	width: 460px;
}

.products-list .product-shop .description {}

.products-list .product-shop .price-box {
	text-align: left;
	white-space: nowrap;
}

.products-list .add-to {
	margin-bottom: 0;
}

.products-list .product-shop p.add-to a {
	margin-right: 10px;
}


/*Grid Type---*/
.listing-type-grid { margin: 0 -30px; }

.jm-product-list { margin-bottom: 0;  padding: 0; }

.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 30px 8px;
}

.products-grid .product-name {
  margin-bottom: 10px;
}

.products-grid .price-box {
  margin-bottom: 10px;
}

.product-name a {
  color: #333;
}

.product-name a:hover,
.product-name a:focus,
.product-name a:active {
  color: #ea3018;
}

.products-grid .add-to-links { display: none; }

.products-grid { width: 100%; }

.products-grid.last { border-bottom: 0; }

.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 33%;
	margin: 0 !important;
	padding: 10px 0;
	background: url(../images/bg_vdot.gif) repeat-y right top;
	position: relative;
  text-align: center
}

.jm-product-list .listing-type-grid .actions button.button {
  float:none;
}

.products-grid.last li.item {
  padding-bottom: 0;
}

.products-grid li.item.first {
  clear: both;
}

.products-grid li.item .jmquickview {
	color: #fff;
  display: none;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 75px;
	font-family: "Glegoo",serif;
}

.products-grid li.item:hover .jmquickview {
  display: block;
}

.products-grid li.item .jmquickview  span { 
	background: #ea3018;
	color: #fff;
	padding: 5px 10px;
	text-decoration: uppercase;
}

.products-grid li.item .jmquickview  span:hover, 
.products-grid li.item .jmquickview  span:focus{
  background: #3f739a;
}

.quick-add-to-cart .btn-cart {
	float: left;
}

.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;
	float: none;
	width: auto;
	position: relative;
}

.products-grid li.item:hover .product-image {
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.products-grid .product-image .Hot-label {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/bg_ticker_new.png) no-repeat;
  width: 40px;
  height: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  color: #fff;
  font-family: "Glegoo",serif;
  font-size: 11px;
  text-transform: uppercase;
}

.products-grid .ratings {
  margin-bottom: 20px;
}

.products-grid .rating-box {
	/*margin-left: 0;*/
	/*margin-right: 5px;*/
  margin: 0 auto;
}

.products-grid .ratings a {
	text-align: center;
}

.products-grid .ratings .rating-links {
	display: none;
}

.products-grid .pipe {
	display: none;
}

.products-grid .actions {
  background: url(../images/bg_hdot.gif) repeat-x left bottom;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.products-grid.last .actions,
.products-grid .item-row-last .actions {
  padding-bottom: 0;
  background: none;
}

.products-grid .actions button.button {
  margin-bottom: 10px;
}

.ja-dot { display: none; visibility: hidden; }

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {}

.product-essential, .product-collateral {
	clear: both;
}

.product-essential {
	margin: 20px 0;
	overflow: hidden;
} 

.product-img-box {
	width: 310px;
	float: left;
}

.product-img-box .rating-links {
	margin-top: 10px;
	clear: both;
	float: none;
}

.product-essential .product-shop {
	width: 310px;
}

.product-collateral {
	
	border: 1px dashed #ddd;
}

/*PRODUCT TABS */

ul.ja-tab-navigator {
	border-bottom: 1px dashed #ddd;
}

ul.ja-tab-navigator li {
	float: left;
	line-height: 50px;
	padding: 0 20px;
	background: #FFF;
	border-right: 1px dashed #ddd;
}

ul.ja-tab-navigator li.first { }

ul.ja-tab-navigator li.active {
  line-height: 51px;
  margin-bottom: -1px;
}

ul.ja-tab-navigator li.active.first { }

.ja-tab-content {
	padding: 10px 20px;
}

ul.ja-tab-navigator li a {
	line-height: 30px;
	font-size: 100%;
	margin: 0;
	border: none;
	text-transform: uppercase;
	color: #000;
}

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: #ea3018;
	text-decoration: none;
}

.ja-tabitem-producttags h5 {
	margin-top: 0;
}

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 310px;
	overflow: hidden;
	position: relative;
	width: 310px;
	z-index: 3;
	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%;
	display: none;
}

.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 {
	background: #eee;
	float: left;
	border: 1px dashed #eee;
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: 56px;
	width: 56px;
	float: left;
	border: 4px solid #eee;
}

.product-img-box .more-views li a:hover {
	border: 4px solid #3f739a;
}

/*Product Info---*/
.product-essential .product-shop h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
}

.product-essential .ratings {}

.product-essential .availability {
	margin: 10px 0;
}

.product-essential .price-box {
	margin: 0;
	font-size: 30px;
}

.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 { }
.product-essential .short-description h2 { font-weight:bold; }

.email-friend {
  margin-top: 20px;
}

/*Product Options---*/
.product-options {
	margin: 0 0 30px;
}

.product-options dt {
  padding: 0;
  margin: 0 0 10px;
}

.product-options dd {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px dashed #ddd;
}

.product-options dt label {
	color: #333;
  font-weight: normal;
  text-transform: uppercase;
}

.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 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;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required { display: none; }

.product-options-bottom {}

.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 {}

.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;
	display: inline;
}

.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;
	color: #ccc;
	margin: 0 10px;
}

.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 .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;
	background: #EDF7FC;
	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; border: 1px dashed #ddd; }

.product-collateral .box-up-sell .products-grid td {
	width: 25%;
	vertical-align: top;
	border: none;
	padding: 15px 10px 12px;
	background: #fff;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

.product-view .box-up-sell .products-grid td.empty {
	background: #f7f7f7;
	border-right: 0;
}

.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: left;
}

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews dl {
	clear: both;
	padding-top: 15px;
}

#customer-reviews dd {
	margin-bottom: 15px;
	border-bottom: 1px dashed #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 {
	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.first,
.product-tags li.first {
	padding-left: 0;
}

.tags-list li.last,
.product-tags li.last {
	background: none;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	color: #3f739a;
	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 dashed #ddd;
	border-top: 1px dashed #ddd;
	padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	border: 1px dashed #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 {
	clear: both;
	float: none;
	padding-top: 5px;
}

/* Product Review Detail */
.product-review .product-img-box {
	width: 220px;
}
.review-customer-view .product-review .product-img-box {
	width: 240px;
}

/*CHECKOUT
----------------------------------------------------------------*/ 
.form-list li .input-box select.address-select {
	width: 530px;
}

.sp-methods dd {
	margin-bottom: 10px;
}

#multishipping-billing-form .sp-methods dd,
#checkout-payment-method-load .sp-methods dd {
	margin-bottom:0;
}



.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: 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;
}

.multiple-checkout .title-buttons, 
.multiple-checkout .title-buttons  button { line-height:20px !important}

/*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 .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 {
	float: right;
	margin-top: 25px;
	width: 25% !important;
	padding: 0;
	background:#eee;
}

.cart-collaterals .totals table {
	width: 100%;
	/*background: #EDF7FC;*/
}

.cart-collaterals .totals td {
	padding: 10px 15px;
}

.cart-collaterals .totals tr.last td {}

.cart-collaterals .totals tfoot td {
	font-size: 105%;
	border-top: 1px dashed #ddd;
	padding: 10px 15px;
}

.cart-collaterals .totals ul.checkout-types { padding: 10px 0 0 0; margin: 10px 0 0; background:#fff; }

.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; }

#shopping-cart-table .btn-continue,
#shopping-cart-table .btn-update,
#shopping-cart-table .btn-empty { background: none !important; border: none !important; color:#EA3018}
#shopping-cart-table td a { font-size:12px; }

#shipping-zip-form ul.form-list li { padding-bottom:10px}
#shipping-zip-form .buttons-set { margin-top:0px; margin-bottom:30px; }

/*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 #ddd;
}

.tax-details td {
	color: #999;
}

.tax-details-first td {
	border-top: 1px dashed #ddd;
}

/*Collaterals---*/
.cart .cart-collaterals .col2-set {
	margin: 25px 0;
	float: left;
	width: 72%;
}

.cart .cart-collaterals .col2-set .col-1, 
.cart .cart-collaterals .col2-set .col-2 { width:48%; }

.cart .discount,
.cart .shipping {
	background: #fff;
	border: 1px dashed #ddd;
	margin-bottom: 20px;
	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: 8px 0;
	text-indent: 20px;
	margin: 0 -20px;
	border-bottom: 1px dashed #ddd;
}

.cart .discount .discount-form label {
	display: block;
	margin: 10px 0;
}

.discount-form .buttons-set button { padding:5px !important}

.cart .shipping-estimate .input-text {
	width: 214px;
}

.cart .shipping-estimate select {
	width: 220px;
}

.cart .crosssell {
	border: 1px dashed #ddd;
}

.cart .crosssell h2 {
  border-bottom: 1px dashed #DDDDDD;
  margin: 0;
  padding: 8px 0;
  text-indent: 20px;
}

.cart .crosssell ul {
	margin: 20px;
}

.cart .crosssell .add-to-links {
  margin: 0;
  padding-top: 10px;
  clear: both;
}

.cart .crosssell .add-to-links li {
	border: none;
	display: inline-block;
	padding: 0;
}

.cart .crosssell .add-to-links li:last-child { margin-left: 20px; }
.cart .crosssell .add-to-links li { margin-right:10px\0/; }

.cart .crosssell .add-to-links a {
  margin-bottom: 0;
  font-size: 12px;
  color: #ea3018;
}

.cart .crosssell .add-to-links li .separator {}

.cart .crosssell .btn-cart {
  float: left;
  clear: both;
  margin-top: 20px;
}

.cart .crosssell .cboxElement {
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}

.cart .crosssell .cboxElement + .cboxElement{
	display: none;
}

.cart .crosssell li {
	border-top: 1px dashed #ddd;
	padding: 20px 0;
	overflow: hidden;
}
.cart .crosssell li:first-child { border-top: none; padding-top: 0; }
.cart .crosssell li.last { padding-bottom:0; }

.cart .crosssell .product-image {
	border: 1px dashed #ddd;
	float: left;
	width: 75px;
	margin-right:10px;
}

.cart .crosssell .product-details {
	width: 165px;
	float: right;
}

.cart .crosssell .product-details h3 { margin-top:0; }

.cart .crosssell .product-details h5 {
	font-size: 110%;
	margin: 0 0 5px;
}

.cart .crosssell .product-details .button {
	margin: 0 0 15px;
}

.cart .crosssell .product-details small {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 8px;
}

.grand_total {
	background: #ddd;
	border: 1px dashed #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;
}

/*One-Page checkout---*/
.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 dashed #ddd;
	border-bottom: 0; 
	padding: 5px 20px 15px;
	margin: 0;
}

.opc .step-title {
	background: #eee;
	border: 1px dashed #ddd;
	border-bottom: 0;
	padding: 8px 15px;
	overflow: hidden;
}

.opc .last .step-title {
	border-bottom: 1px dashed #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.05em;
	margin: 0;
	float: left;
}

.opc h4 {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 2px;
	/*text-transform: uppercase;*/
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	background: #CCC;
	padding: 0 4px 4px;
	color: #999;
	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 #fff;
	cursor: pointer;
}

.opc .allow h3 {
	text-transform:uppercase;
	font-size:15px;
}

.opc .allow .number {
	background: #ea3018;
	border: 1px dashed #ea3018;
	color: #fff;
}

/*Active box*/
.opc .active .step-title {
	cursor: default;
}

.opc .active .step-title h2 {
	color: #3F739A;
}

.opc .active .number {
	background: #3F739A;
	border: 1px dashed #3F739A;
	color: #fff;
}

.opc .active .step {
	display: block;
	}

.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 {
	border-bottom: 1px dashed #ddd;
}

/*Checkout Progress---*/
/*Side Box*/
.block-progress {}

#ja-col2 .inner .block-progress .block-content {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.block-progress dl {
	margin: 10px 0px;
}

.block-progress dt {
	padding: 15px 0 !important;
	border-bottom: 1px dashed #666;
}

.block-progress dt.complete {}

.block-progress h4 {
	color: #333;
	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: #FEF9EF;
	border: 1px dashed #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-progress {
	margin: 0 auto 20px;
	width: 100%;
	background: #999;
	overflow: hidden;
}

.checkout-progress li {
	color: #ddd;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 3px 0px;
	background: none;
	text-align:center; 
}

.checkout-progress li.active {
	color: #fff;
	background: #3f739a;
}

.checkout-progress li.last {
	/*background: none;*/
}

#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2
 { width:48% !important}

/*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 dashed #ddd;
}

#shipping_method_form .col2-set .content,
.info-set .content {
	padding: 10px 15px;
}

.multiple-checkout .col2-set .legend,
.info-set .legend {
	border-bottom: 1px dashed #ddd;
	padding: 5px 15px;
	margin: 0;
	font-size: 110%;
}

.multiple-checkout .col2-set .count-head-alt {
	margin-top: 10px;
	border-top: 1px dashed #ddd;
}

.multiple-checkout .col2-set .box-title,
.info-set .box-title,
.multiple-checkout .col-wide > h3 {
	border-bottom: 1px dashed #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;
	height: 71px;
	overflow: hidden;
}

#checkout-review-submit .place-order .grand-total .inner {
	float: left;
	padding: 14px 0 0 0 ;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.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: #3f739a;
	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 dashed #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: #3f739a;
	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: #FEF9EF;
	border: 1px dashed #ddd;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	border: 1px dashed #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---*/ 
#login-form .col-1, #login-form .col-2 {
	border: 1px dashed #ddd;
	margin: 0 -1px;
	width: 100%;
}

#login-form .col-1 {
  margin-bottom: 20px;
}

#login-form .content {
	padding: 0 20px 20px;
}

#login-form h2 {
	border-bottom: 1px dashed #ddd;
	padding: 0 0 8px;
}

#login-form .buttons-set {
  margin: 0;
  padding: 20px;
}

/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}


.customer-name-middlename .name-middlename {
	width: 60px !important;
  display: none;
}

.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-content {
	padding: 0;
}

.block-account ul {
	padding: 5px 0 0;
}

.block-account li a, .block-account li.current {
	padding: 10px 0;
}

.block-account li strong {
	font-weight: normal;
}

.block-account li a {
	border-bottom: 1px dashed #ddd;
	display: block;
}

.block-account li a {
	color: #333;
	text-decoration: none;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	color: #3f739a;
}

.block-account li.current {
	border-bottom: 1px dashed #ddd;
	color: #3f739a;
	font-weight: bold;
	/*background: url(../images/arrow_d1.gif) no-repeat 98% center;*/
}

.block-account li.current a {
	padding: 0;
}

.block-account li.last, .block-account li.last a {
	border-bottom: 0;
	padding-bottom:0; 
}

/*Dashboard---*/
.box-account {
	border: 1px dashed #ddd;
	margin-bottom: 30px;
}

.box-account .col2-set{
	margin: 0 15px 10px;
}

.box-account .box-head {
	border-bottom: 1px dashed #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 dashed #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.box-account h5,
.box-account .box .box-title h3 {
  font-size: 16px;
}

.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 0 5px;
}

.box-account ol#my_recent_tags,
.box-account ol#my_recent_reviews {
	padding: 0 15px 15px 15px;
}

.box-account ol#my_recent_reviews .rating-box {
  float: left;
}

.box-account ol .number {
	background: #3f739a;
	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 dashed #ddd;
}

.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;
}

.box-account a.button { padding:2px 0; }

.account-side .actions {
	border-top: 1px dashed #ddd;
	padding-top: 4px;
}

.my-account .box {
	border: none;
	margin:0 10px;
}

.my-account .order-info-box {
	
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	display: block;
	height: 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: 16px;
  text-transform: uppercase;
}

.box-recent .box-head {
	margin: 0;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px dashed #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;	
}

#my-orders-table tfoot td, 
#checkout-review-table tfoot td {
	background: #fff;
}

#my-orders-table tfoot tr.last td,
#checkout-review-table tfoot tr.last td {
	font-weight: bold;
	font-size: 110%;
	border-top: 1px dashed #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 dashed #ddd;
}

.compare-products tbody td.last {
	border-right: 1px dashed #ddd;
}

.compare-products tbody.attribute-cart td {
	background: #FEF9EF !important;
	border-bottom: 1px dashed #ddd;
	text-align: center;
}

.compare-products tbody td.label {
	background: #EDF7FC !important;
	border-bottom: 1px dashed #ddd;
	border-left: 1px dashed #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 dashed #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: 5px 5px 0 0;
	border: 0;
	float: left;
}

#my-tags-table td { vertical-align: middle; }

/*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 th { text-indent:10px }
#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;
	margin:10px;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px;
	font-size: 100%;
}

#wishlist-table .description .inner { box-shadow: none; }

.cart-cell { text-align:center; }
.cart-cell .add-to-cart-alt input { 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 {
	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 dashed #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;
}

#oar_widget_orders_and_returns_form select {
	 height: 35px;
    line-height: 35px;
    padding: 8px 5px;
    width: 150px;
}

/*PRINT
----------------------------------------------------------------*/
.page-print .order-date {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ddd;
}

.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 dashed #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 dashed #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 dashed #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 dashed #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 dashed #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

.recently .product-image {
	border: 1px dashed #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%;
}

.page-sitemap .pager .pages { margin:-30px auto 0; width:100px}

/* table reservation */
.table-reservation .toolbar {
  margin: 0 0 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table-reservation .toolbar .listsesh {
  margin-right: 10px;
}

.table-reservation .toolbar .listcovers {
  margin-left: 10px;
}

/*==============================================================*/

/*Mis---*/
.ja-tools { float: right; padding: 3px 0 0 0; }

.ja-tools ul { float: left; padding-right: 10px; }

.ja-usertools-color { padding-top: 1px; }

.ja-tools li { display: inline; }

.ja-tools li img { cursor: default; }

.products-list .product-shop .desc { clear: both; }

#cboxLoadedContent .product-view {
  margin: 0 30px;
}

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* Error page */
#jm-error {
	background: url(../images/error.png) no-repeat 40px 85px;
	padding: 60px 30px 60px 440px;
	margin: 0 auto;
}

#jm-error .page-head-alt h3 {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 25px;   
}

#jm-error .page-head-alt + dl {
  margin-bottom: 20px;
}

#jm-error .disc li {
  background: none;
  padding-left: 0;
}

#childcontent7 .megacol { background:none !important; }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.cms-index-index .listing-type-grid li { width:50% !important}
}

/* Category Listing */
.category-image-hsb {
    text-align:center;
}
.category-image-hsb img {
    width:95%;
}

.categories-hsb li img {
    text-align: center;
    max-width:100%;
}

.categories-hsb li {
    float: left;
    width:33.1%;
    text-align:center;
    border:1px solid #fff;
}
.categories-hsb li a{ display:block;text-transform: uppercase;min-height: 50px; }
.categories-hsb li:hover{
  border:1px solid #EA3018;
}
.categories-hsb li:hover a{text-decoration:none;}

.name{}
@media only screen and (max-width: 550px) {
  .categories-hsb li {
    float:none;
    width:100%;
  }
}