@CHARSET "ISO-8859-1";
/* Base CSS File combines addons.css layout.css menu.css and theme.css */

/************
/* ADDONS   *
/***********/    

/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Mis.
-------------------------------------------------------------*/
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,.nobr {white-space: nowrap !important;}

.no-border {
	border: 0 !important;
}

.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}


/************
/* LAYOUT   *
/***********/   

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

.wrap { width: 100%; clear: both; }

.main { width: 980px; margin: 0 auto; }

.narrow #ja-wrapper, .narrow .main { width: 750px; margin: 0 auto; }

/* HEADER
--------------------------------------------------------- */

/* CONTAINER
--------------------------------------------------------- */
#ja-main { float: left; width: 980px; padding-bottom: 15px; }

/*main content---*/
#ja-content { clear: both; display: block; float: right; width: 690px;background-color: #efede5;}
#ja-current-content { }

/*columns---*/
#ja-col1 { width: 200px; overflow: hidden; }
#ja-col2 { float: right; width: 210px; overflow: hidden; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {}

/* EXTENSIBLE LAYOUT
--------------------------------------------------------- */
/*1 Column---*/
.ja-lo-1col #ja-current-content { margin: 0;padding: 15px 0;}
.ja-lo-1col #ja-content {width: 100%; }
.ja-lo-1col #ja-topsl2 {width: 100%; padding: 15px 0 0; }
.ja-lo-1col #ja-main{min-height:500px;}
/*Content + 1 Columns Right---*/
.ja-lo-2colsr #ja-content { float: left; }
.ja-lo-2colsr #ja-current-content { margin-left: 0; padding: 15px 0; }

/*Content + 1 Columns Left---*/
.ja-lo-2colsl #ja-main { float: none; width: 100%; }
.ja-lo-2colsl #ja-content { width: 690px; float: right;  }
.ja-lo-2colsl #ja-current-content { margin-right: 0; }
.ja-lo-2colsl #ja-col1 { width: 240px; }

/* IN PAGE LAYOUTS
--------------------------------------------------------- */
.middle { width:980px; min-height:400px; margin:0 auto; text-align:left; }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:770px;  }
.col-2-left-layout .col-main { float:right; width:770px; }
.col-3-layout .col-main { width:575px; margin-left:15px; }

/*All---*/
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/*Col2---*/
.col2-set .col-1, .col2-set .col-2 { width:49%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/*Col2-alt---*/
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/*Col3---*/
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/*Col4---*/
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/*Table Columns---*/
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }

/************
/* THEME    *
/***********/    

body {
	background: #fff;
	color: #351700;
	line-height: 1.5;
	font-family: "Arial", "Lucida Grande", sans-serif;
}

body#bd {
	background: url("../images/bar_sup.gif") repeat-x scroll left top transparent;
	color:#351700;
}

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

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

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {
	font-size: 125%;
	color: #351700;
}
h5 {font-size: 100%;}
h6 {font-size: 100%; text-transform: uppercase;}

/* Hr */

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

/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt {
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1.3;
}

/*Small text---*/
.shop-access, #ja-footer, small,
.catalog-listing .add-to,
.ratings, .ratings-list td.label,
table.pager, table.view-by,
.widget-btn, .validation-advice, .required,
#track_hint {
	font-size: 92%;
	line-height: 1.5;
}

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #ddd;
	padding: 2px;
	vertical-align: middle;
	background-color: #fff;
}

select {
	color: #4f4f4f;
	padding: 2px;
}

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

.form-button-alt, .form-button, .form-button-disable {
	background: url(../images/form-button-left-bg.gif) no-repeat left center;
	color: #483b2a;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
	font-size: 100%;
	font-weight: normal;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0 0 0 12px !important;
}

.form-button-disable {
	color: #b4b4b4;
} 

.button-level .form-button-alt,
.button-level .form-button-disable,
.button-level .form-button{
	margin-top: 5px;
}

.form-button-alt span,
.form-button span,
.form-button-disable span {
	background: url(../images/form-button-right-bg.gif) no-repeat right center;
	white-space: nowrap;
	display: block;
	line-height: 27px !important;
	margin: 0 !important;
	padding-right: 12px;
}

.form-button-alt:hover,
.form-button-alt:active,
.form-button-alt:focus,
.form-button:hover,
.form-button:active,
.form-button:focus {
	background: url(../images/form-button-left-bg-hover.gif) no-repeat left center;
}

.form-button-alt:hover span,
.form-button-alt:active span,
.form-button-alt:focus span,
.form-button:hover span,
.form-button:active span,
.form-button:focus span {
	background: url(../images/form-button-right-bg-hover.gif) no-repeat right center;
	color: #FFFFFF;
}

option, optgroup {
	font: 100%/normal
}

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
	background: #fff;
}

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

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

/*Fieldset--*/
fielddset {}

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

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

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

/* PAGE WRAPPER 
--------------------------------------------------------- */

#page-wrapper{
	background-image: url("http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/bg-cloth.png");
	background-repeat: repeat-y repeat-ex;
	background-position: center center;
}

#page{
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 12px #634a35;
	-moz-box-shadow: 0 0 12px #634a35;
	-webkit-box-shadow: 0 0 12px #634a35;
}


/* HEADER
--------------------------------------------------------- */
#ja-header .banner {
	line-height: normal;
	position: relative;
	z-index: 99;
	background-image: url(../images/ttc-logo-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #351700;
	padding-top: 0;
	padding-bottom: 0;
}

/*Logo---*/
h1#logo {
	height: 90px;
	margin: 0;
}

h1#logo a {
	display: inherit;
	text-decoration: none;
	color: #FFFFFF;
	height: 80px;
	width: 590px;
	text-indent: -99999px;
	margin-right: auto;
	margin-left: auto;
}

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

/*Quick Access---*/
.quick-access {
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #d2ccb9;
	background: #342214;
}

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

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

.shop-access {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}

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

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

.shop-access ul { display: inline; }

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

.shop-access strong {
	font-weight: bold;
	margin-left: 15px;
}

/*Mini search---*/
#ja-search {
	float: right;
	z-index: 1000;
	margin-top: 5px;
	margin-right: 10px;
}

#ja-search legend { display: none; }

#ja-search .input-text {
	background: #fff;
	border: 1px solid #4f4f4f;
	font-weight: normal;
	padding: 1px 5px;
	vertical-align: middle;
	width: 180px;
	float: right;
}

#ja-search input {
	margin: 0;
}

#ja-search .form-button { display: none; }

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

.search-autocomplete ul {
	color:#4f3828;
	font-size: 10px;
	font-family: Arial;
	font-family: Arial;
	background-image: url(../images/bg_nav.png);

}

.search-autocomplete li {
	color:#4f3828;
	font-size: 10px;
	font-family: Arial;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
}

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

.search-autocomplete li.odd {
	padding-right: 4px;
}

.search-autocomplete li.selected {
	background: #FFF;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav .main {
	height: 40px;
	background-color: #2e1b2f;
}

/* CONTAINER
--------------------------------------------------------- */
#ja-container {
	position: relative;
	z-index: 1;
}

#ja-container .main {
	padding-top: 15px;
	background: #fff;
}

#ja-container .main .inner {
	padding: 0 15px;
}

/*main content---*/
#ja-content {
	position: relative;
	background-color: #FFF;
}
#ja-current-content { padding: 0 0 15px;}

/*breadcrums---*/
#ja-pathway .main {
	background: #fff url(../images/breadscrumbs.gif) no-repeat left;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	z-index: 20;
}

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

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

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

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

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	color: #999;
	line-height: normal;
}

#ja-footer .main {
	background: url(../images/pat-1.gif) #4f4f4f;
	height: 140px;
}

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

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

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

#ja-footer .jm-info {
	padding: 45px 0;
	text-align: left;
	float: left;
}

#gg-member-logos{
	width: 280px; float: left;
	margin: 0 25px;	
	height: 135px;
}

#gg-logo{float: left;}
#gg-member-logos .other-members{ float: left;}

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

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

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

#ja-footer .jm-legal {
	padding-top: 5px;
	clear: both;
}

#ja-footer .jm-legal a {
	color: #482c72;
}

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

div.ja-box-left .box,
div.ja-box-center .box,
div.ja-box-right .box {
	border: none;
	background: none;
}

div.ja-box-left .box {
	padding: 0 15px;
}

div.ja-box-center .box {
	padding: 0 15px;
}

div.ja-box-right .box {
	padding: 0 15px;
}

div.ja-box-left h3, div.ja-box-left .head h2,
div.ja-box-center h3, div.ja-box-center .head h2,
div.ja-box-right h3, div.ja-box-right .head h2 {
	font-size: 110%;
}

div.ja-innerdiv .title { display: block; }

div.ja-innerdiv a { font-weight: bold; }

/*Top Spotlight ---*/
#ja-topsl {
	padding: 0 0 15px;
}

#ja-topsl h2 {
	padding: 8px 15px;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

#ja-topsl .box {
	position: relative;
}

#ja-topsl .head {
	background: url(../images/nav-bg.png) repeat-x left center;
	color: #333;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	padding: 5px 0;
}

#ja-topsl .head h4 {
	font-size: 100%;
}

#ja-topsl2 {
	padding: 0 0 15px;
}

#ja-topsl2 .box{
	border: 1px solid #ddd;
	overflow: hidden;
}

#ja-topsl2 div.ja-box-left .box {
	margin: 0 10px 0 0;
	padding-left: 10px;
	padding-top: 10px;
}

#ja-topsl2 div.ja-box-center .box {
	margin: 0 5px 0 5px;
	padding-left: 10px;
	padding-top: 10px;
}

#ja-topsl2 div.ja-box-right .box {
	margin: 0 0 0 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*Bottom Spotlight ---*/

#ja-botsl .main {
	padding: 10px 0;
	background: url(../images/botsl-bg.gif) repeat-x top;
}

#ja-botsl .box { margin-bottom: 0; }

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

#ja-botsl .head {
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border: none;
}

#ja-botsl .head h4,
#ja-botsl .head h2 {
	color: #353535;
	font-size: 100%;
	line-height: 25px;
	padding: 5px 0;
	background: none;
	text-transform: uppercase;
	margin: 0;
}

#ja-botsl a {	color: #3ab7e2; }

#ja-botsl li { padding: 3px 0; background: none; }

#ja-botsl li a {
	color: #3ab7e2;
}

#ja-botsl div.ja-box-left h3,
#ja-botsl div.ja-box-center h3,
#ja-botsl div.ja-box-right h3{
	font-size: 120%;
	padding-bottom: 15px;
	padding-top: 0;
}

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

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

.badge-new .badge {
	background-position: 0 -46px;
}

.badge-pick .badge {
	background-position: 0 -92px;
}

.badge-hot .badge {
	background-position: 0 0;
}

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

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

.success {color: #482c72;}
.error	{color: #CC0000;}
.notice	{color: #482c72;}

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

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

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

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

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

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

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

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

.sku {
	font-size: 9px;
	font-weight: lighter;
	color: #351700;
}

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

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

.button-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 0;
	text-align: right;
	border-top: 1px solid #ddd;
	margin-top:10px;
}

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

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

.btn-checkout {
	background: transparent url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding-right: 8px;
}

.btn-checkout, .btn-checkout:hover {
	color: #ddd;
	text-decoration: none;
}

.btn-checkout span {
	background: transparent url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/btn_proceed_to_checkout_bg.gif) no-repeat;
	display: block;
	line-height: 40px;
	padding: 0 17px 0 25px;
}

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

.form-list li { margin: 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.addElement {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.group-select {
	border: 1px solid #ddd;
	margin: 25px 0 15px;
	padding: 15px;
}

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

.group-select li {
	padding: 4px 8px;
}

.group-select li .input-box {
	float: left;
	width: 275px;
}

.group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 525px;
}

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

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

/*Form Messages---*/
.validation-advice, .required {
	color: #CC0000;
	margin: 0;
}

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

.validation-failed {
	border: 1px dashed #CC0000 !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;
}

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

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head {
	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 {
	padding: 0 15px;
	margin: 0;
	text-align: left;
}

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

#ja-col1 .head a,#ja-col1 .inner-head a,
#ja-col2 .head a,#ja-col1 .inner-head a {
	line-height: 20px;
}

.box .head h3 {
	padding: 0 15px;
	color: #4f4f4f;
}

/*Page heading---*/
.page-head, .page-head-alt {
	text-align: right;
	/*background: url(../images/head-bg.gif) repeat-x left bottom #FFFFFF;*/
	color: #666;
	line-height: normal;
	display: block;
	padding-bottom: 5px;	/*border: 1px solid #ddd;*/
	/*border-bottom: 1px solid #A5A5A5;*/
}

.page-head h3, .page-head-alt h3 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 15px;
	text-align: left;
}

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

.page-head a, .page-head-alt a {
	float: right;
	padding-right: 5px;
}

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

.button-level {}

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

.button-level ul {
	float: right;
}

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

/*Category list heading---*/
.category-head {
	padding: 0 0 0px;
}

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

.category-head3 {
	/*background: url(../images/boxhead-bg.gif) repeat-x bottom;*/
	color: #351700;
	line-height: normal;
	display: block;
	/*border: 1px solid #ddd;*/
	padding: 0px 0;
	margin: 0 0 0 -1px;
	font-family: "Lucida Sans";
	font-weight: lighter;
}

.category-head3 h2 {
	margin: 0;
	padding: 0 15px 0 0px;
	text-align: left;
	font-size: 200%;
	text-transform: uppercase;
}

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

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

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

/*Data Table---*/
.data-table {
	width: 100%;
}

.data-table th {
	color: #25170c;
}

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

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

.data-table td {
	border-bottom: 1px solid #cfcebc;
}

.data-table thead  {
	
}

.data-table thead th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcebc;
	margin: 0px;
	padding: 0px;
}

.data-table tfoot tr {}

.data-table tfoot td {
	border-top: 1px solid #cfcebc;
}

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

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

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

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

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

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

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

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

.data-table tbody td br {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

/*Pager---*/
.page-nav {
}

table.pager, table.view-by {
	width: 100%;
	color: #4f4f4f;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ddd;
	border-left: none;
}

table.view-by {
	background: none;
	border: none;
}

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

table.pager select {
	width: 50px;
}

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

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

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

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

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

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

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

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

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

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

td.pages li {
	padding: 0;
}

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

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

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

/*REVIEWS
-----------------------*/
.rating-box .rating {
	background: url(../images/product_rating_full_star.gif) repeat-x;
	height: 12px;
	float: left;
	display: block;
	margin-right: 10px;
}


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

.price-box {
	margin: 0px 0;
	line-height: 10px;
}

.price-box .price {
	color: #482c72;
}

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

.regular-price .price {
	font-size: 90%;
}

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

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

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

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

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

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

/*Cart price---*/
.cart-price price {
	color: #482c72;
}

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

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

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

a.minimal-price-link .label {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-box-bundle .price {
}

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

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

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

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

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

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

/* MIS.
----------------------------------------------------------------*/
.product-shop {
	float: right;
}
.product-shop .product-name h1 {
	font-size: 16px;
	font-weight: bold;
	color:#351700;
}
.product-img-box {float: left;}

.product-shop .email {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

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

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

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

.generic-product-grid h5 {
	border: 1px solid #D6D6D6;
	padding: 5px;
}

.generic-product-grid h5 a{
	color: #5c5341;
	font-weight: normal;
} 
.generic-product-grid td {
	width: 33%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

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

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

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

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

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

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

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

.add-to-cart-box .qty-box label {
	float: left;
	line-height: 25px;
}

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

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

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

.add-to-holder {
	padding: 10px;
	border: 1px solid #cfcdc1;
}

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

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

.add-to-holder .add-to-box {
	float: left;
	text-align: left;
}

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

.add-to-holder .add-to-box li .pipe {
	display: none;
}

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

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

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

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

.truncated {
	cursor: help;
}

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

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

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

.truncated .truncated_full_value dl {
	background: #F2F2F2;
	border: 1px solid #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: -140px;
	top: 20px;
}

/*Link highlights---*/
.button-level .link-cart { float: right !important ; line-height: 30px; padding-left: 18px;}
.link-remove { color: #4f4f4f !important; }

.link-print, .link-mail, .link-feed, .link-reviewwrite, .link-productalert {
	padding-left: 22px;
	line-height: 24px;
	color: #4f4f4f;
	background-position: 2px center;
	background-repeat: no-repeat;
}

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

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

.button-level .link-feed {
	float: left !important;
}

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

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

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

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

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

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

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.box {
	margin-bottom: 15px;
	/*border: 1px solid #ddd;*/
}

.box.blank {
	border: none;
}

/*Box Head---*/
.box .head {
	/*background: url(../images/boxhead-bg.gif) repeat-x left center;*/
	color: #4f4f4f;
	line-height: normal;
	display: block;
	border-bottom: none;
	padding: 5px 0;
	margin: 0 0 0 -1px;
	font-family: "Lucida Sans";
}

.box .head h3, .box .head h4 {
	font-size: 16px;
	color: #44285B;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	letter-spacing: -1px;
}

.box h5 {
	padding: 5px 15px;
}

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

/*reset*/
.box h3, .box h4, .box h5 {
	margin: 0;
}

/*Box Content---*/
.box .content {
	padding: 5px 5px 5px 42px;
	font-size: 92%;
	color: #351700;
}

.box h3 {
	font-size: 110%;
	padding: 5px 0 0;
}

.box h3 a {
}

.box small {
	text-align: left;
	line-height: 32px;
	display: block;
	color: #4f4f4f;
}

/*Box Action---*/
.box .actions {
	border-top: 1px solid #ddd;
	padding: 8px 15px;
	font-weight: bold;
	overflow: auto;
	/*clear: both;*/
}

/*Box List---*/
.box ol {
	margin: 5px 10px;
}

.box ol li {
	margin: 0;
	padding: 8px 0;
	line-height: normal;
	border-top: 1px solid #ddd;
	text-indent: 15px;
	overflow: hidden;
}

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

/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.box .product-images {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.box .product-details {
	float: right;
	width: 74%;
	padding-top: 5px;
}

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

.box .product-names {}

.box a.link-cart {
	 color: #4f4f4f;
	 font-size: 92%;
	 background: url(../images/bullet_plus.gif) no-repeat left center;
	 padding-left: 10px;
	 display: block;
}

/*Product Tags---*/
.mini-product-tags {
}

#ja-current-content .mini-product-tags ul {
	font-size: 150%;
}

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

.mini-product-tags li a{
	color: #4f4f4f;
}

.mini-product-tags li a:hover,
.mini-product-tags li a:active,
.mini-product-tags li a:focus {
	color: #482c72;
}

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

/*Newsletter---*/
.mini-newsletter fieldset.content legend {
	display: none;
}

.mini-newsletter .form-button-alt{
	margin-left: 5px;
}

input#newsletter {
	width: 200px;
}

#newsletter-validate-detail button {
	margin-top: 10px;
}

/*Mini Cart---*/
#ja-cart {
	margin: 0;
	position: absolute;
	right: 0px;
	top: 25%;
	width: 230px;
	color: #9e9377;	/*background: url(../images/ja-cart.gif) no-repeat left top;*/
	float: right;
	padding: 0;
}
.line-minicart {
	background-image: url(../images/line_mini_cart.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.mini-cart {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	letter-spacing: -5%;	/*background: url(../images/ja-cart.gif) no-repeat left bottom;*/
}

.mini-cart .head {
	display: none;
}

.mini-cart .head h4 {
	float: none;
	text-align: left;
	color: #9e9377;
	font-size: 120%;
	font-weight: bold;
}

.mini-cart .content {
	color: #9e9377;
	/*background: url(../images/icon-cart.png) no-repeat 10px  center;*/
	/*padding: 15px 15px 8px 15px;*/
}

.mini-cart p {
	margin: 0;
}

.mini-cart a,
.mini-cart a:hover,
.mini-cart a:active,
.mini-cart a:focus {
	color: #9e9377;
	text-decoration: none;
	font-weight: bold;
}

.mini-cart p.subtotal {
	margin: 0;
}

.mini-cart .actions,
.mini-cart h5 {
	background: none;
	border: none;
	padding: 0;
}

.mini-cart .form-button {
	background:  url(../images/btn_mincart_checkout.gif) no-repeat right center;
	padding: 0 16px 0 0 !important;
	color: #fff;
	text-transform: uppercase;
}

.mini-cart .form-button span {
	background: none;
	padding: 0 !important;
	color: #9e9377;
	text-decoration: underline;
}

.mini-cart .form-button:hover span,
.mini-cart .form-button:focus span,
.mini-cart .form-button:active span{
	text-decoration: underline;
	color: #333;
}

/*Mini Wishlist---*/
.mini-wishlist a {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.mini-wishlist h5 {
	margin: 0px;
	padding: 0px;
}

.mini-wishlist .product-images {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
}

.mini-wishlist .product-details {
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.mini-wishlist .widget-btn {
	margin: 0px;
	padding: 0px;	
}

/*Compare Products, Orders---*/
.mini-compare-products ol#compare-items li {
	border-bottom: 1px solid #d0d0d0;
	border-top: none;
	text-indent: 0;
}

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

.mini-compare-products ol#recently-compared-items li {
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 2px 14px;
}

.mini-compare-products h5 {
	background: #F2F2F2;
	border-bottom: 1px solid #DDD;
}

.mini-compare-products .actions {
	border-top: 1px solid #d0d0d0;
}

.mini-compare-products #compare-items a,
.mini-compare-products .product-names a {

}

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

/*Mini Product View---*/
.mini-product-view ol#recently-viewed-items li {text-indent: 0;}

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

.mini-poll table {
	margin: 10px;
}

.mini-poll td {
	padding: 2px;
	vertical-align: middle;
}

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

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

.mini-related-items p {
	margin: 10px;
}

.mini-related-items ol li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
	position: relative;
}

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

.mini-related-items .product-images a {
	width: 50px;
}

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

.mini-related-items .product-details {
	display: block;
	padding-left: 100px;
	float: none;
	width: auto;
}

/*Layered Navigation---*/

.layered-nav h3 {
	color: #FFFFFF;
}

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

.layered-nav .border-creator h4 {
	background: #482c72;
	color: #fff;
	margin: 0 -1px;
	padding: 5px 15px;
	font-size: 100%;
	text-transform: uppercase;
	border: none;
}

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

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

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

.layered-nav .widget-btn {
	float: right;
	margin: 0px 0px 0;
}

.narrow-by ol {
	margin: 0;
}

.narrow-by dl {
	padding: 0;
}

.narrow-by dt {
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 94% center #eee;
	border-bottom: 1px solid #ddd;
	color: #4f4f4f;
}

.narrow-by dd {}

.narrow-by dd li {
	padding: 8px 0;
}

.narrow-by dd.last li {}

/* Box Hilite */

.hilite {
	background: #1C1C1C;
	margin: 0;
	border: none;
}

.hilite .content img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #151515;
}

.hilite .content {
	padding-top: 20px;
	color: #4f4f4f;
}

.hilite h3 {
	padding: 10px 0 0;
}

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

/*CATALOG LISTING
----------------------------------------------------------------*/
.catalog-listing {}

.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .description, /*product info*/
.catalog-listing .ratings, /*product rating*/
.catalog-listing .form-button, /*addtocart btn*/
.catalog-listing .out-of-stock, /*oos msg*/
.catalog-listing .add-to /*product link*/ {
	margin: 10px 0 10px;
}

.catalog-listing .price-box {
	margin-bottom: 0;
	color: #453176;
}

.catalog-listing h5 {
	font-size: 150%;
}

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

.catalog-listing .add-to {}

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart {
	padding-left: 5px;
	color: #4f4f4f;
}

.catalog-listing .add-to a:hover,
.catalog-listing .add-to a:active,
.catalog-listing .add-to a:focus {
	color: #482c72;
}

.catalog-listing .add-to a.link-cart {
	/*background: url(../images/sep-vline.gif) no-repeat right center;*/
	padding-right: 10px;
}

.catalog-listing .add-to .pipe {
	display: none;
}

/*List Type---*/
.listing-type-list .listing-item {
	padding: 0px 15px;
	border-top: 1px solid #ddd;	
}

.listing-type-list .product-image {
	float: right;
	width: 196px;
	text-align: center;
}

.listing-type-list .product-shop {
	width: 565px;
	float: left;
}

.listing-type-list .product-shop .description {}

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

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

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

/*Grid Type---*/
.listing-type-grid .ja-dot {
	height: 1px;
	/*background: url(../images/dot.gif) repeat-x left center;*/
	margin: 10px 0;
	width: 100%;
	clear: both;
}

.listing-type-grid h5, /*product name*/
.listing-type-grid .product-image, /*product name*/
.listing-type-grid .ratings, /*product rating*/
.listing-type-grid .price-box, /*product price*/
.listing-type-grid .form-button, /*addtocart btn*/
.listing-type-grid .out-of-stock, /*oos msg*/
.listing-type-grid .add-to /*product link*/ {
	margin: 0 15px 8px;
}

.listing-type-grid h5 {
	font-size: 100%;
	font-family: "Lucida Sans";
	color: #351700;
	border: 1px solid #d2ccb9;
	padding: 5px;
}

.listing-type-grid h5 a {
	color: #351700;
	font-weight: normal;
	letter-spacing: -1px;
}

.listing-type-grid ol.grid-row {
	/*background: url(../images/bg_box_list.gif) no-repeat center bottom;*/
}

.listing-type-grid li.item {
	background: url(../images/bg_box_list.gif) no-repeat center bottom;
	float: left;
	overflow: hidden;
	width: 33%;
	text-align: center;
	padding: 0px 0 !important;
}

.listing-type-grid li.first {}

.listing-type-grid li.last {
	border: none;
}

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

.listing-type-grid .product-image {
	vertical-align: bottom;
}

.product-image img {
	/*padding: 4px;*/
	/*background: #FFFFFF;*/
	/*border: 1px solid #EEEEEE;*/
}

.listing-type-grid .rating-box {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.listing-type-grid .ratings a {}

.listing-type-grid .actions {
	margin: 10px 0;
	text-align: center;
}

.listing-type-grid .add-to {
	margin-bottom: 0;
	clear: both;
}

.listing-type-grid .pipe {	font-weight: bold; color: #ccc;}

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

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

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

.product-img-box { width: 350px; padding: 0; }

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

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 250px;
	z-index: 9;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.product-img-box .more-views li a {
	height: 56px;
	width: 56px;
	float: left;
}

.product-img-box .more-views li a:hover {
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 16px;
	margin-top: 0;
	font-weight: normal;
}

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

.product-essential .ratings {}

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

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

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

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

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

.product-essential .short-description {}

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

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

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

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

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

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

.product-options dd {
	margin: 0 0 15px;
	padding: 0;
}

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

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

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

.product-options dd select {}

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

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

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

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

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

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

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

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

.product-options p.required {}

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

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

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

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

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

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

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

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

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

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

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px; 
}

.product-shop .short-description {
	font-size:1.05em;
	color:#522f0c;
	line-height:1.4em;
	font-family: Arial, Lucida Grande sans-serif;
	font-style: normal;
	font-weight: normal;
	
}

.short-description ul{
	list-style:square;
	margin-left: 20px;		
	}

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

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

/*Product Collateral---*/
.product-collateral h4 {
	text-transform: none;
	color: #351700;
	font-size: 14px;
	font-weight: normal;
}

.product-collateral .collateral-box {
	padding: 0 0 15px;
}

.product-collateral .head {
	border-top: 1px solid #ddd; 
	padding: 5px 0;
}

.product-collateral .collateral-box h4 {
	margin: 0;
	font-size: 150%;
	padding-left: 0;
}

.product-collateral .collateral-box h5 {
	margin: 10px 0 5px;
	font-size: 1.2em;
}

/*Product Description*/
.product-collateral .product-specs {
	font-size:1.05em;
	color:#522f0c;
	line-height:1.4em;
	font-family: "Arial", "Lucida Grande", sans-serif;
	padding: 8px 0;
	}

/*Additional Information*/
.product-collateral .attribute-specs table {
	border: 1px solid #ddd;
}

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

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

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

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

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

.product-collateral .up-sell .generic-product-grid {}

.product-collateral .up-sell .generic-product-grid td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: none;
}
.up-sell .price {
	display:none}


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

#customer-reviews li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

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

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

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

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

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

/*tags*/
.add-tag-box {
	background: url(../images/icon_tag_add.gif) no-repeat 0 2px;
	display: block;
	overflow: hidden;
	padding-left: 25px;
	vertical-align: middle;
	width: 90%;
}

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

.product-collateral .add-tag-box .input-box .input-text {
	width: 200px;
	float: left;
}

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

.tags-list {}

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

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

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

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

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

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

.giftmessages textarea {
	height: 100px;
}

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

.giftmessages .input-checkbox label {
	color: #482c72;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

/*CHECKOUT
----------------------------------------------------------------*/ 
select.address-select {
	width: 530px;
}

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

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

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

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

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

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

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

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


/*Shopping Cart---*/
#shopping-cart-table {
	width: 950px;
}

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

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

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

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

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

td.attributes-col {}

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

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

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

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

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

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

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

.shopping-cart-totals table {
	width: 100%;
	background: #F2F2F2;
	table-layout: fixed;
}

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

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

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

.shopping-cart-totals tfoot td .price {
	color: #482c72;
}

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

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

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

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

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

.tax-total .tax-collapse {
	background: url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/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;
}

.tax-details td {
	color: #4f4f4f;
}

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

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

.shopping-cart-collaterals .box {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ddd;
}

.shopping-cart-collaterals .box .form-button {
	margin-left: 5px;
}

.shopping-cart-collaterals .discount-codes h4, 
.shopping-cart-collaterals .shipping-estimate h4 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	/*text-indent: 23px;*/
	margin: 0;
}

.shopping-cart-collaterals .discount-codes h4 {
	/*background-image: url(../images/icon_asterick.gif);*/
}

.shopping-cart-collaterals .shipping-estimate h4 {
	/*background-image: url(../images/icon_lorry.gif);*/
}

.shopping-cart-collaterals .shipping-estimate .input-text {
	width: 180px;
}

.shopping-cart-collaterals .shipping-estimate select {

}

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

.shopping-cart-collaterals .upsell {}

.shopping-cart-collaterals .upsell h4 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 100%;
}

.shopping-cart-collaterals .upsell ul {
	margin: 0;
}

.shopping-cart-collaterals .upsell li {
	border-top: 1px solid #ddd;
	padding: 15px 5px;
}

.shopping-cart-collaterals .upsell .product-image {
	float: left;
	width: 75px;
}

.shopping-cart-collaterals .upsell .product-shop {
	width: 200px;
}

.shopping-cart-collaterals .upsell .product-shop h5 {
	font-size: 115%;
	margin: 0 0 5px;
}

.shopping-cart-collaterals .upsell .product-shop .form-button {
	margin: 0 0 5px;
}

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

.shopping-cart-collaterals .upsell .product-shop small a {
	color: #4f4f4f;
}

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

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

/*One-Page checkout---*/
.one-page-checkout {
}

.one-page-checkout li.section {
	position: relative;
	margin: 5px 0;
}

.one-page-checkout .group-select {
	border: 0;
	margin: 0;
	padding: 0;
}

.one-page-checkout .group-select li {
	padding-left: 0;
}

.one-page-checkout .box {
	background: #FFFFFF;
	border: 0;
	padding: 15px;
	margin: 0;
}


/* ---------------------IGGY EDITS HERE 4 19 -------------------------------------------------*/
.one-page-checkout .head {
	background: #f6f5f1;
	border: 1px solid #ddd;
	padding: 5px 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topmright: 5px;
	
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-top-left-radius: 5px; 
	
	
	-moz-border-radius-bottomleft: 5px;  
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px; 
}

/*------END EDITS------*/

.one-page-checkout .tool-tip {
	right: 8px;
}

.one-page-checkout .head a {
	display: none; /* Hide Edit button in step header */
}

.one-page-checkout h3 {
	/*--Iggy Edits--*/
  	font-family:"Lucida Sans";
	/*--End Iggy Edits--*/
	color: #261b15;
	font-size: 1.05em;
	font-weight:normal;
}

.one-page-checkout h4 {
	/*--Iggy Edits--*/
    font-family:"Lucida Sans";
	/*--End Edits--*/

	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
	font-weight:normal;
}

.one-page-checkout h4.title {
	font-family:"Lucida Sans";
	border-bottom: 0;
	text-transform: none;
}

.one-page-checkout .step-count {
	/*--Iggy Edits--*/
	border:1px solid #CCCCCC;
	background: #F5F5F1;
	/*--end Edits--*/
	padding: 0 4px;
	color: #251a16;
}

.one-page-checkout .content {
	padding: 10px 20px;
}

.one-page-checkout label.label {
	font-family:"Lucida Sans";
	/*--Iggy Edits--*/
	color: #F5F5F1;
	/*--End Edits--*/
	font-size: 115%;
}

/*Allow box*/
.one-page-checkout .allow .head {
	background: url(../images/icon_accept.gif) no-repeat 98% center #F5F5F1;
	cursor: pointer;
}

.one-page-checkout .allow h3 {
	font-family:"Lucida Sans";
}

.one-page-checkout .allow .step-count {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

/*Active box*/
.one-page-checkout .active {
	/*border: 1px solid #ddd;*/
}

.one-page-checkout .active .head {
	background: #260859;
	cursor: default;
	border-color: #260859;
}

.one-page-checkout .active h3 {
	font-family:"Lucida Sans";
	font-weight:normal;
	color: #FFFFFF;
}

.one-page-checkout .active .step-count {
	background: #FFFFFF;
	/*border: 1px solid #482c72;*/
	color: #482c72;
}

.one-page-checkout .active .box {
	background: none;
	display: block;
}

.one-page-checkout .active .group-select {

}

.one-page-checkout .alloq .head a {
	display: block; /* Display Edit button in active selection */
}

.one-page-checkout dd .form-list {
	margin: 0;
}

.one-page-checkout dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.one-page-checkout .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Login*/
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {
	width: 47%;
}

/*Checkout Step Review*/
#checkout-step-review {
	margin: 15px 15px 0;
}

/*Checkout Progress---*/
/*Side Box*/
.one-page-checkout-progress {}

.one-page-checkout-progress ol {
	margin: 0;
}

.one-page-checkout-progress li h4{
	font-family:"Lucida Sans";
	font-weight:normal;
	font-size: 100%;
}

.one-page-checkout-progress li.complete {
	background: #252525;
}

.one-page-checkout-progress li h5 {
	font-family:"Lucida Sans";
	font-weight:normal;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
	padding: 0;
	border: 0;
}

.one-page-checkout-progress li.complete h5 {
	font-family:"Lucida Sans";
	font-weight:normal;	
}

.one-page-checkout-progress h5 a {
	text-transform: none;
	display: block;
}

.one-page-checkout-progress h5 .pipe {
	display: none;
}

.one-page-checkout-progress .content {
	text-indent: 0;
}

.one-page-checkout .box-no-padding {
	padding: 15px 0px;
}

.one-page-checkout .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	margin-top: 0;
	padding-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

#opc-review .data-table {
	border-right: 0;
	border-left: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.one-page-checkout a.back {
	background: url(../images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.one-page-checkout .payment-methods dd {
	padding: 0;
}

/*Table*/
.checkout-progress {
	margin: 20px auto 20px;
	width: 100%;
	background: #F2F2F2;
}

.checkout-progress td {
	color: #4f4f4f;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
}

.checkout-progress td.active {
	color: #FFFFFF;
	background: #482c72;
}

/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin: 15px 0;
}

.multi-address-checkout-box {
	position: relative;
}

.multi-address-checkout-box .box {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #ddd;
}

.multi-address-checkout-box .legend {
	background: #F2F2F2;
	color: #4f4f4f;
	border: 1px solid #ddd;
	font-size: 115%;
	float: left;
	margin-bottom: 0;
	margin-top: -10px;
	margin-left: 15px;
	padding: 2px 8px;
}

.multi-address-checkout-box .content {
	padding: 15px 8px;
	font-size: 100%;
}

.multi-address-checkout-box .count-head,
.multi-address-checkout-box .count-head-alt {
	border: 1px solid #ddd;
	background: #F2F2F2;
	padding: 8px;
}

.multi-address-checkout-box .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.multi-address-checkout-box .count-head h4,
.multi-address-checkout-box .count-head-alt h4 {
	margin: 0;
	font-size: 100%;
}

.multi-address-checkout-box .head {
	border-bottom: 1px solid #ddd;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
}

.multi-address-checkout-box .head h4{
	padding: 0;
}

.multi-address-checkout-box .head h5 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 100%;
	color: #4f4f4f;
}

.multi-address-checkout-box .head a {
	float: none;
	padding: 0;
}

.multi-address-checkout-box .form-list {
	margin: 0;
}

.multi-address-checkout-box .form-list ul {
	margin: 5px 0 15px;
}

.multi-address-checkout-box .place-order-box {
	width: 100%;
}

.multi-address-checkout-box .place-order-box .main-radius {
	width: 550px;
}

.multi-address-checkout-box .place-order-box #review-buttons-container {
	float: right;
}

.shipment-count {
	background: #482c72;
	color: #FFFFFF;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}

.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.shipping-method-pointer {
	background: #F2F2F2;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
}

.shipping-method-pointer .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

.place-order-box {
	float: right;
	line-height: normal;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

.place-order-box .grand-total {
	font-size: 200%;
}

.place-order-box .grand-total .price {
	color: #482c72;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

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

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

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

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

.one-page-checkout .checkout-agreements {
	border: 1px solid #ddd;
	border-width: 0 1px;
	padding: 5px 20px;
}

.one-page-checkout .checkout-agreements li {
	margin: 20px 0 0;
}

.one-page-checkout .checkout-agreements .agreement-content {
	background-color: #FFFFFF;
	border-color: #151515;
	padding: 5px;
}

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

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/
.login-box {}

.login-box h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 115%;
	border: 1px solid #ddd;
	padding: 7px 15px 7px 27px;
}

.login-box .new-users h4 {
	background: url(../images/icon_page_white.gif) no-repeat 5px center #F2F2F2;
}

.login-box .registered-users h4 {
}
.country {
font-weight: normal; 
font-size:80%
}

.news_fix {
	float: left;
	width: 32%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}

.news_fix h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.date_fix {
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
}

/*JB's EDITS
----------------------------------------------------------------*/ 
a#hotel_button {
    cursor:pointer;
    cursor:hand;
	}

.mceEditorArea, div.postContent p, .textarea{
    font-family:"Arial", "Lucida Grande", sans-serif;
    background-color: #FFFFFF;
    color: #351700;
}

div.postContent h2{
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #351700;
	font-weight:normal;	
	}

div.postContent h3{
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	color: #645440;
	font-weight:normal;		
	}
	
div.postContent h4{
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #645440;
	font-weight:normal;		
	}

div#newsletter_signup_popup{
	position: fixed;
	bottom: 2px;
/*	border: 5px solid #d2ccb9;*/
	border: 5px solid #a9a391;
	right: 10%;
	width: 250px;
	height: 175px;
	background-color: #331d43;
	color: #fff;
	z-index: 10;
	display: none;
	}
	
div#newsletter_signup_popup p {
	padding: 10px 10px 15px 10px;
	font-size: 18px;
	font-family: Lucide Sans, Lucida Grande, sans-serif;
	line-height: 20px;
	text-align: center;
	}
	
a#signup-link{	margin-left: 20%; margin-right: auto;	}

div#close-link-box{
	position: relative;
	left: 75%;
	top: 3px;
	}
	
div#close-link-box a{
	color: #e1c4f4;
	font-size: 14px;
	}

#join-our-journey input{
	background-color: #d2ccb9;
	border: 1px solid #858172;
	margin: 5px 0;
	padding: 3px 0;
	color: #351700;
	width: 99.5%;
	}

#join-our-journey input.field-submit ,
#join-our-journey button{
	background-color: #331d43;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.4em;
	width: 80px;
	float: right;
	padding: 0;
	}

#join-our-journey button:hover{
	cursor: pointer;	
	}



/************
/* MENU   *
/***********/   

#nav {
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
	margin-right: 0;
}

#nav li.over {
	z-index: 999;
}

#nav a, #nav a:hover, #nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
	padding: 10px 0;
}

/************ 0 LEVEL  ***************/
#nav li {
	float: left;
	background: none;
	/*border-right: 1px solid #ddd;*/
	/*border-left: 1px solid #fff;*/
}

#nav li.first{}

#nav li.parent {}

#nav li.parent li.parent {}

#nav a {
	color: #d2c9aa;
	float: left;
	font-size: 100%;
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	/*border-bottom: 5px solid #ddd;*/
	letter-spacing: -1px;
}

#nav li.active a {
	color: #25A6D5;
	/*border-bottom: 5px solid #25A6D5;*/
}

#nav li.active a:hover, #nav li.active a:active, #nav li.active a:focus {
	color: #25A6D5;
	/*border-bottom: 5px solid #25A6D5;*/
}

#nav li.over a, #nav a:hover, #nav a:active, #nav a:focus, #nav a.over {
	color: #4f4f4f;
/*border-bottom: 5px solid #aaa;*/
}


/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	margin: 0;
	padding:0;
}

/*#nav ul li.over { background:#d5e4eb url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
	float: none;
	background: none;
}

#nav ul a span,
#nav ul a:hover span, #nav ul a.over span {
	float: none;
	display: inline;
}


#nav ul li a, #nav ul li a span {
	font-weight: normal !important;
	line-height: normal !important;
	background: none !important;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width: 15em;
	top: 35px;
	left: -10000px;
	/*border: 1px solid #fff;*/
	background: #eee;
	padding-bottom: 5px;
}

#nav ul li {
	/*border-bottom: 1px solid #ccc;*/
	border-right: 0;
	border-left: 0;
	background: none;
	width: 100%;
}

/* Show menu */
#nav li.over > ul { left: -1px; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a,  #nav li.active li a {
	border: 0 !important;
	margin: 0;
	color: #930 !important;
	/*background: url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/blank.png);*/
	font-size: 100%;
	text-transform: none;
	padding: 7px 15px;
	letter-spacing: normal;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.over {
	background: #4badd4 !important;
	color: #fff !important;
}

/************ 3RD+ LEVEL ************/
#nav ul ul { top: 5px; }