body {
	background: #FFFFFF;
	color: #000000;
	font: 12px/1 Arial;
	/*behavior: url(http://www.studiomixltd.com/js/csshover3.htc);*/
}

body#bd {
	
}

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

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 92%; text-transform: none;}


/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt {	
	line-height: 1.3;
	color: #000;
}

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

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #CCCCCC;
	font: 100%/normal Arial;
	color: #000;font-weight:bold;
}

option, optgroup {
	font: 100%/normal Arial;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 1px 2px;
}

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

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

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

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

/*Fieldset--*/
fielddset {}

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

/*Tables--*/
td, th {
	padding: 5px 10px;
}

/*Others--*/
address {
	font-style: normal;
    line-height:17px;
}

/* HEADER ;
--------------------------------------------------------- */
#ja-headerwrap {
	
}

#ja-header {
	line-height: normal;
	position: relative;
	z-index: 999;
	padding: 15px 0; 
	*padding: 12px 0;
}


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

h1#logo{
clear:both;
}
h1#logo a#main {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 250%;
	width: 280px;
	height: 54px;*height:45px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;float:left;
}

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


h1#logo a#sub {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 250%;
	width: 380px;
	height: 45px;
	*height:35px;
	margin:9px 0px 0px 10px;
	background: url(../images/logo_tag_line.jpg) no-repeat;
	text-indent: -99999px;float:left;
}

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: #FFFFFF;
	text-transform: none;
}

.site-slogan {
	color: #999999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}

/*Quick Access---*/
.quick-access {
	color: #999999;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	line-height: 30px;
	font-size: 11px;
}

.quick-access p {
	margin: 0 10px 0 0;
	float: left;
	font-weight: bold;
}
#ja-search ul{
    color: #222;
	right: 0;
	top: 0;
	width: 100%;
	line-height: 30px;*line-height:20px;
	font-size: 12px;
	font-weight:bold;
}
.shop-access li ,#ja-search li{
	background: url(../images/sep-vdot.gif) no-repeat right center;
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
}
#ja-search li.last{
	background-image:none;
}
.quick-access li.first {
	padding-left: 0;
}

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

.shop-access {
	float: left;
}

.shop-access a,
.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
	color:#8C705E;
}

.language-switcher {
	float: right;
}

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

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

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

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

*+html #ja-search {
	 top:34px;
}
#ja-search form {
	float: right;
	text-align: right;
}

#ja-search legend {
	display: none;
}

.mini-search {
}

#ja-search .input-text {
	width: 180px;
	background: url(../images/icon_search.gif) no-repeat 5px center #FFFFFF;
	padding-left: 20px;
	border: 1px solid #666666;
	vertical-align: middle;
	margin-right: 2px;
	font-size: 12px;
}

* html #ja-search .input-text {
	width: 200px;
}

#ja-search .form-button{}

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

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

.search-autocomplete li {
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
}

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

.search-autocomplete li.odd {}

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

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	bottom: 0;
	background: url(../images/brown_menu.png) repeat-x bottom #7D5C48;
	width: 920px;margin:0px auto;clear:both;
}

/* CONTAINER
--------------------------------------------------------- */
#ja-containerwrap {
min-height:300px;
}

/*main content---*/
#ja-content {}
#ja-current-content {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
}

/*columns---*/
#ja-col1 {}
#ja-col2 {}

/*breadcrums---*/
#ja-pathway {
	border-bottom: 0px;
	line-height: normal;
	font-size: 110%;
	color: #000;
	margin-bottom:5px;
}

#ja-pathway ul {}

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

/* FOOTER --------------------------------------------------------- */
#ja-footerwrap {

}
#ja-footerwrap .spliter{
 color:#000;
}
#ja-footer {
	position: relative;
	color: #8C705E;
	padding: 13px 0;font-weight:bold;
}

#ja-footer a {
	text-decoration: none;margin:0px 5px;
}

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

#ja-footer ul {
	float: right;
	margin: 0;padding:10px 0;
}

#ja-footer li {
	display: block;
	float: left;
	padding: 0 10px 0 8px;
	background: url(../images/sep-vdot.gif) no-repeat right center;
}

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

#ja-footer li a {}

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

#ja-footer .jm-info {}
#ja-footer .jm-info ul{display:none;}
#ja-footer .jm-legal {}

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

/* MESSAGES ----------------------------------------------------------------*/
.success {color: #000;}
.error	{color: #CC0000;}
.notice	{color: #000;}

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

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

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

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

.error-msg {
	background-color: #D6D6AC;
	border-color: #ddd;
	color: #CC0000;
}

.success-msg {
	background-image: url(../images/msg_success.gif);
	background:none repeat scroll 0 0 #D6D6AC;
	border-color:#DDDDDD;
	color:#000000;
}

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

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

.in-stock {
	color: #7D5C48;
	font-weight: bold;
}
/* FORMS ----------------------------------------------------------------*/
.qty {
	width: 2.5em;
}

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

.button-set { 
	clear: both;
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
}

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

.form-button, .form-button-alt {
	background: url(../images/brown_menu.png) repeat-x bottom #7D5C48; 
	border: 0px solid #7D5C48;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 100%/normal Arial;
	overflow: visible;
	padding: 4px 15px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}


.add-to-cart-btn {
	background: url(../images/add_to_cart_btn.png) no-repeat bottom #7D5C48; 
	border: 0px solid #7D5C48;
	color: #7D5C48;
	cursor: pointer;
	font: bold 100%/normal Arial;
	overflow: visible;
	padding: 4px 15px;
	text-align: center;
	vertical-align: middle;
	width: auto;width:102px;
}
.form-button span, .form-button-alt span {
	white-space: nowrap;
}

.form-button-alt {
 
}

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

.form-button-alt:hover {
	text-decoration: none;
}

.btn-checkout {
	background: transparent url(../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: #FEF9EF;
	text-decoration: none;
}

.btn-checkout span {
	background: transparent url(../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;line-height:20px;
}

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

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

.group-select .legend {
	background: #FFFFFF;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 0 8px;
}

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


*+html .group-select li {
     clear:both;
}

.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: 0px 1px;
}

.validation-advice {
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
	clear: both;
	font-weight: bold;
	line-height: 2em;
	margin-top: 3px;
	min-height: 15px;
	padding-left: 17px;
}

.validation-failed {
	background: #FCEDED !important;
	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 {
	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 {
	float: left;
	margin: 0;
	text-align: left;
}

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

/*Page heading---*/
.page-head, .page-head-alt {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: right;	
}

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

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

.page-head a, .page-head-alt a {
	font-weight: bold;
}

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

.button-level {
	line-height: 35px;
}

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

.button-level ul {
	float: right;
}

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

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

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

.box-header {
	background: #EEEEEE none repeat scroll 0%;
	font-size: 1.05em;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

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

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

/*Data Table---*/
.data-table {
	width: 100%;
	border: 1px solid #DDDDDD;
}

.data-table tr {
	background: #FFFFFF;
}

.data-table .odd {
	background: #FEF9EF;
}

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

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

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

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

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

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

.data-table td {}

.data-table thead tr th {
		background:#D6D6AC;
}

.data-table tfoot {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background:#D6D6AC;
}

.data-table tfoot tr {
	background: #D6D6AC;
}


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

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

.data-table tbody.even tr {
	background: #FFFFFF !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom: 1px solid #DDDDDD;
}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #333333;
	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;
}

.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---*/
table.pager {
	border: 1px solid #DDDDDD;
	width: 100%;
	margin: 2px 0;
}

 table.view-by {
	border: 0px solid #DDDDDD;
	display:none;
	width: 100%;
	margin: 2px 0;
}
table.view-by {
	background: #FFFFFF;
	border: 0;
	margin: 0;
}

table.pager select, table.view-by select {}

table.pager select {
	width: 50px;
}

table.view-by strong {
	border: 2px solid #0088CC;
	background: #0088CC;
	color: #FFFFFF;
}

table.view-by a {
	border: 2px solid #FFFFFF;
	color: #666666;
}

table.view-by a:hover, table.view-by a:focus {
	border: 2px solid #FFFFFF;
	color: #666666;
	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 {
	padding: 5px 10px;
	vertical-align: middle;
	width: 32%;
}

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

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

td.pages li {
	padding: 0;
}

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

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

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

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

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

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

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

.ratings-list td {
	padding: 3px 0;
	vertical-align: middle;
}

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

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

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

.price-box .price {
	color: #333333;
	font-weight: bold;
}

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

.regular-price .price {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

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

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

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

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

.special-price .price-label {
	color: #7D5C48;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	color: #7D5C48;
	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: #0088CC;
	font-weight: normal;
}

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

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

.price-excluding-tax .price {
	color: #7D5C48;
	font-size: 13px;
	font-weight: normal;
}

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

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

.price-including-tax .price {
	color: #7D5C48;
	font-size: 13px;
	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;
}

/*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: #999999;
	padding-left: 10px;
}

.price-notice .price {
	color: #333333;
	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: #666666;
}

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

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

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

.product-pricing .price {
	color: #333333;
	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: #FFFFFF;
	min-height: 21px;
	padding-left: 22px;
	text-transform: none;
}

.currency-switcher select {
	width: 98%;
}

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

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

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

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

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

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

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

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

.add-to-cart-box .qty-box .qty {
	border:1px solid #7D5C48;
	float:left;
	margin:0 5px;
	padding:3px;
}

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

.add-to-box {
	margin: 10px 0;
}

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

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

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

.add-to-holder .add-or {
	color: #666666;
	float: left;
	font-weight: bold;
	padding: 15px 30px;
}

.add-to-holder .add-to-box {
	margin: 7px 0 0;
	float: left;
	text-align: left;
}

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

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

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

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

.truncated .truncated_full_value dl {
	background: #FEF9EF;
	border: 1px solid #CCCCCC;
	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---*/
.link-cart {
	color: #7D5C48 !important;
	font-weight: bold !important;
}

.link-remove {
	color: #999999 !important;
}

.link-print {
	background: url(../images/icon_printer.gif) no-repeat left center;
	padding-left: 23px;
	color: #666666;
	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 ----------------------------------------------------------------*/
.box {
	background: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.box-hilite { /*hilite state*/
	background: #7D5C48;
	color: #CCCCCC;
	border: 1px solid #3F3F3F;
}

/*Box Head---*/
.box .head {
	background: url(../images/brown_menu.png) repeat-x top #D6D6AC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	line-height: normal;
}

*+html .box .head {
	padding: 6.5px 10px;
	height: 15px;
}
.box-hilite .head { /*hilite state*/
	background: url(../images/grad_d3.gif) repeat-x bottom #666666;
	border-bottom: 1px solid #333333;
}

.box-hilite .head * { /*hilite state*/
	color: #FFFFFF;
}

.box .head h3, .box .head h4 {
	font-size: 13px;color:#fff;line-height:16px;
}

.box h5 {
	padding: 8px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #EDF7FC;
}

.box .head h5 {
	color: #999999;
	font-size: 100%;
	background: none;
	border: 0;
	padding: 5px 0 0;
}

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

.box .head br {
	display: none;
}

/*Box Content---*/
.box .content {
	padding: 10px;
}

/*Box Action---*/
.box .actions {
	background: #F7F7F7;
	border-top: 1px solid #DDDDDD;
	padding: 5px 10px;
	font-weight: bold;
	overflow: auto;
	clear: both;
}

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

.box ol li {
	border-bottom: 0px solid #DDDDDD;
	margin: 0;
	padding: 8px 0;
	font-size: 10px;
}

.box ol li.last {
	border-bottom: none;
}

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

.box .product-details {
	float: right;
	width: 65%;
}

.box .product-checkbox {
	float: left;
	padding-right: 4px;
}

.box .product-names {}

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

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

.mini-product-tags small {
	background: url(../images/arrow.gif) no-repeat right center;
	padding-right: 10px;
}

/*Newsletter---*/
.mini-newsletter fieldset.content {
	line-height: 2;
}

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

/*Mini Cart---*/
.mini-cart p {
	margin: 0;
}

.mini-cart ol#cart-sidebar li {}
.mini-cart ol#cart-sidebar li.last {}

.mini-cart .product-images {}
.mini-cart .product-details {}

/*Mini Wishlist---*/
.mini-wishlist .actions a {
	background: url(../images/arrow.gif) no-repeat right center;
	padding-right: 10px;
}

/*Compare Products, Orders---*/
.mini-compare-products .content {
	padding: 0;
}

.mini-compare-products p {
	margin: 10px;
}

.mini-compare-products ol#compare-items li {}
.mini-cart ol#cart-sidebar li.last {}

.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 Product View---*/
.mini-product-view ol#recently-viewed-items li {
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 2px 14px;
}

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

.mini-poll h5 {}

.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 #DDDDDD;
	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: 75px;
	float: none;
	width: auto;
}

/*Layered Navigation---*/
.layered-nav {}
.layered-nav .head {}
.layered-nav h3 {}
.layered-nav .actions {}
.layered-nav .border-creator {}

.layered-nav h4 {
	background:#D6D6AC;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 10px;
}

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

.layered-nav ol.narrowed-category li {
	padding: 0 !important;
	border-bottom: none;
}

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

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

.narrow-by dl {
	background: #EDF7FC;
	padding: 0 0 10px 0;
}

.narrow-by dt {
	background: url(../images/narrow_by_set.gif) no-repeat 9px 13px;
	color: #333333;
	padding: 10px 10px 0 28px;
	text-transform: none;
	font-weight: bold;
}

.narrow-by dd {}

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

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

/*===============================================================
--------------------[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 .price-box, /*product price*/
.catalog-listing .form-button, /*addtocart btn*/
.catalog-listing .out-of-stock, /*oos msg*/
.catalog-listing .add-to /*product link*/ {
	margin: 0 0 8px;
}

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

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

.catalog-listing .add-to {
	font-weight: bold;
	line-height: normal;
}

.catalog-listing .add-to a {
	background: url(../images/arrow_d2.gif) no-repeat 0 center;
	padding-left: 7px;
	color: #666666;
}

.catalog-listing .add-to a.link-cart {
	background-image: url(../images/arrow_d1.gif);
}

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

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

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

.listing-type-list .product-shop {
	width: 350px;
}

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

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

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

/*Grid Type---*/
.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 4px 4px;padding:3px 15px;
}

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

.listing-type-grid {}

.listing-type-grid ol.grid-row {
	 height:225px;clear:both;
}

.listing-type-grid li.item {
	float: left;
	overflow: hidden;
	width:25%;
	margin: 0 !important;
	padding: 15px 0;
	*width:24.2%;
	text-align:center;
}

.listing-type-grid li.item h5.productTitle{
	padding:3px 5px;
	width:95%;
	*padding:0px;
}
.listing-type-grid li.item h5.productTitle a{
	padding:0px;
	margin:0px;
	width:98%;
}
.listing-type-grid ol.odd	{}
.listing-type-grid li.last {border-bottom: 0;}

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

.listing-type-grid .rating-box {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}

.listing-type-grid .ratings a {
	display: block;
	text-align: center;
}

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

.listing-type-grid .pipe {
	display: none;
}

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

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

.product-essential {
	margin-bottom: 20px;
} 

.product-img-box {
	width: 267px;
}

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

.product-collateral {	
	margin: 0 -15px;
	padding: 15px;
	border-top: 0px solid #CCCCCC;
}

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

.product-img-box .product-image-zoom img {
	cursor: 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 {
	font-size: 92%;
}

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

.product-img-box .more-views h4 {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 92%;
	color: #999999;
}

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

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

.product-img-box .more-views li a {
	height: 56px;
	width: 56px;
	float: left;
	border: 2px solid #D6D6AC;
}

.product-img-box .more-views li a:hover {
	border: 2px solid #7D5C48;
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 200%;
	margin-top: 0;
}

.product-essential .ratings {}

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

.product-essential .price-box {
	margin: 10px 0;
	font-size: 110%;
}

.product-essential h4 {
	font-size: 92%;
	color: #999999;
	margin: 15px 0 2px;
	text-transform: none;
}

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

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

.product-essential .short-description {}

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

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

.product-options dt label {
	color: #333333;
	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: #333333;
	padding: 3px;
}

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

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

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

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

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

.product-options dd .multiselect option {
	border-bottom: 1px dotted #DDDDDD;
	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: #EDF7FC;
	border: 1px solid #DDDDDD;
	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; 
}

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

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

/*Product Collateral---*/
.product-collateral .collateral-box {
	margin-bottom: 20px;
}
.collateral-box {
line-height:18px;text-align:justify;
}
.product-collateral .head {
	margin-bottom: 5px;
}

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

.product-collateral .collateral-box h5 {
	color: #333333;
	margin: 10px 0 5px;
}

/*Product Description*/
.product-collateral .product-specs {}

/*Additional Information*/
.product-collateral .attribute-specs table {}

.product-collateral .attribute-specs .label {
	font-weight: bold;
	white-space: nowrap;
	background: #FEF9EF;
	width: 25%;
}

.product-collateral .attribute-specs .odd {
	background: #FFFFFF;
}

.product-collateral .attribute-specs .data {
	border-right: 0;
	background: #FFFFFF;
}

.product-collateral .attribute-specs td {}

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

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

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

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

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

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

.tags-list {}

.tags-list li {
	background: url(../images/sep-vdot.gif) no-repeat 100% 4px;
	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 {
	color: #7D5C48;
	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: #999999;
	font-weight: normal;
}

.giftmessages .gift-box {
	background: #FEF9EF;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 22px 16px 22px 22px;
}

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

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

.giftmessages .giftmessage-product-info {
	padding-left: 10px;
}

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

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

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

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

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

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

.shopping-cart tr.error {
	background: #FCEDED !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 #DDDDDD;
	float: right;
	margin: 15px 0px;
	width: 44%;
	padding: 0;
}

.shopping-cart-totals table {
	width: 100%;
	background: #D6D6AC;
}

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

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

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

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

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

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

/*Tax details---*/
.tax-total {
	cursor: pointer;
	height:36px;line-height:16px;
}

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

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

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

/*Collaterals---*/
.shopping-cart-collaterals {
	margin: 15px 0;
	float: left;
	width: 55%;
}
.shopping-cart-collaterals .col2-set{
display:block;
}
.shopping-cart-collaterals .box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding: 0 15px 10px;
}

.shopping-cart-collaterals .box .form-button {
	margin-left: 5px;
}
.shopping-cart-collaterals .box dt,.shopping-cart-collaterals .box dd{
line-height:25px;
}
.shopping-cart-collaterals .discount-codes h4, 
.shopping-cart-collaterals .shipping-estimate h4 {
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 8px 0;
	text-indent: 10px;
	margin: 0 -15px;
	border-bottom: 1px solid #DDDDDD;
}

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

.shopping-cart-collaterals .shipping-estimate h4 {
	background-repeat: no-repeat;background: #D6D6AC;
}

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

.shopping-cart-collaterals .shipping-estimate select {
	width: 220px;
}

.shopping-cart-collaterals .upsell {
	border: 1px solid #DDDDDD;
}

.shopping-cart-collaterals .upsell h4 {
	margin: 10px 15px;
	color: #666666;
}

.shopping-cart-collaterals .upsell ul {
	margin: 10px 15px;
}

.shopping-cart-collaterals .upsell li {
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
}

.shopping-cart-collaterals .upsell .product-image {
	border: 1px solid #DDDDDD;
	float: left;
	width: 75px;
}

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

.shopping-cart-collaterals .upsell .product-shop h5 {
	font-size: 110%;
	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/arrow.gif) no-repeat left center;
	padding-left: 8px;
}

.grand_total {
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
	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;
}

*+html .one-page-checkout li.section {
    margin:0px;
}
.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: #FEF9EF;
	border-bottom: 0;
	padding: 15px 20px;
	margin: 0px;
}


*+html .one-page-checkout .box {
	background: #FEF9EF;
	padding: 15px 20px 75px 20px;
	margin:0px;
}
*+html .box {
	margin:0px;
}
*+html .one-page-checkout  .col2-set .col-2,*+html .one-page-checkout  .col2-set .col-1{
	clear:both;
}
.one-page-checkout .head {
	background: url(../images/green_menu.png) repeat-x top #D6D6AC;
	padding: 4.5px 15px;
}


*+html .one-page-checkout .head {
	padding: 7.5px 15px;
}
.one-page-checkout .last .head {
	border-bottom: 1px solid #DDDDDD;
}

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

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

.one-page-checkout h3 {
	font-size: 1.05em;
}

.one-page-checkout h4 {
	border-bottom: 0px solid #DDDDDD;
	padding-bottom: 2px;
}

.one-page-checkout h4.title {
	border-bottom: 0;
	text-transform: none;
}

.one-page-checkout .step-count {	
	padding: 0 4px;
}

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

.one-page-checkout label.label {
	color: #333333;
	font-size: 110%;
}

/*Allow box*/
.one-page-checkout .allow .head {
	background: url(../images/brown_menu.png) repeat-x top #D6D6AC;
	cursor: pointer;
}

.one-page-checkout .allow h3 {
color:#fff;
}

.one-page-checkout .allow .step-count {
	color: #fff;
}

/*Active box*/
.one-page-checkout .active .head {
	background: url(../images/green_menu.png) repeat-x top #D6D6AC;
	cursor: default;
}

.one-page-checkout .active h3 {
	color: #000;
}

.one-page-checkout .active .step-count {
	border: 0px solid #DDD;
	color: #000;
}

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

*+html .one-page-checkout .active .box {
  margin:0px;
}
.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 Review*/
#checkout-step-review {
	border-bottom: 1px solid #DDDDDD;
}

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

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

.one-page-checkout-progress li {
	padding: 5px 10px !important;
	background: url(../images/green_menu.png) repeat-x top #D6D6AC;
}

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

.one-page-checkout-progress h4 {
	color: #000;
	margin: 0;
	font-size: 100%;
}

.one-page-checkout-progress .complete h4 {
}

.one-page-checkout-progress h4 a {
	text-transform: none;
}

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

.one-page-checkout .box-no-padding {
	background: #FEF9EF;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 15px 0px;
}

.one-page-checkout .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;
}

*+html #opc-review .content {
	border: 0;
	padding: 0 15px 15px 15px;
	margin:0px;
}

*+html #opc-review {
	margin:0px;
}
#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;
}

.one-page-checkout .button-set {
	margin: 10px 0px;  height:36px;
}

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

.checkout-progress td {
	color: #DDDDDD;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
	background: url(../images/sep_checkout_progress.gif) repeat-y right;
}

.checkout-progress td.active {
	color: #FFFFFF;
	background: url(../images/sep_checkout_progress.gif) repeat-y right #7D5C48;
}

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

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

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

.multi-address-checkout-box .box {
	margin: 20px 0 10px;
	clear: both;
	border-color: #DDDDDD;
}

.multi-address-checkout-box .legend {
	background: #FFFFFF;
	color: #666666;
	font-size: 125%;
	float: left;
	margin-bottom: 0;
	margin-left: 8px;
	margin-top: -10px;
	padding: 0 6px;
}

.multi-address-checkout-box .content {
	padding: 10px 15px;
}

.multi-address-checkout-box .count-head,
.multi-address-checkout-box .count-head-alt {
	background: #EDF7FC;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 15px;
}

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

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

.multi-address-checkout-box .head {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: none;
}

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

.multi-address-checkout-box .head a {}

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

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

.shipment-count {
	background: #7D5C48;
	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: #FEF9EF;
	border: 1px solid #DDDDDD;
	padding: 10px;
	position: relative;
}

.shipping-method-pointer .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: #7D5C48;
	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 {	
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 0px;font-weight:bold;
}

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

.one-page-checkout .checkout-agreements li {
	margin: 0px 0 0;font-size:12px;
}

.one-page-checkout .checkout-agreements .agreement-content {
	padding: 5px;line-height:20px;text-align:justify;
}

.one-page-checkout .checkout-agreements .agree {
padding: 0px;
}
.one-page-checkout .checkout-agreements .agree label {
 margin-top:-2px;
}
/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/ 
.login-box .col-1, .login-box .col-2 {
	border: 1px solid #DDDDDD;
}

.login-box .content {
	padding: 0 15px 10px;
}

.login-box h4 {
	background-position: 15px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -15px;
	padding: 8px 0;
	text-indent: 38px;color:#000;background-color: #D6D6AC;
}

.login-box .new-users h4 {
	background-image: url(../images/icon_page_white.gif);
}

.login-box .registered-users h4 {
	background-image: url(../images/icon_page_white_text.gif);
}

.login-box .button-set {
	border-top: 1px solid #DDDDDD;
	background: #EEEEEE;
	margin: 0;
	padding: 8px 15px;
}

.login-box .content {
	min-height: 230px;
}

/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.account-nav {}

.account-nav .head {
	background:#7d5c48 url(../images/brown_menu.png) repeat-x 0 100%;
	margin: 0;
	padding: 5px 10px;
}

.account-nav .head h3 {
	color: #FFFFFF;
}

.account-nav ul {
	background: #FEF9EF;
	padding: 5px 10px 10px;
}

.account-nav li a, .account-nav li.on {
	padding: 5px 0;
}

.account-nav li a {
	border-bottom: 1px solid #DDDDDD;
	display: block;
}

.account-nav li a {
	color: #666666;
	text-decoration: none;
}

.account-nav li a:hover,
.account-nav li a:active,
.account-nav li a:focus {
	color: #7D5C48;
}

.account-nav li.on {
	border-bottom: 1px solid #DDDDDD;
	color: #7D5C48;
	font-weight: bold;
	background: url(../images/arrow_d1.gif) no-repeat 98% center;
}

.account-nav li.on a {
	padding: 0;
}

.account-nav li.last, .account-nav li.last a {
	border-bottom: 0;
}

/*Dashboard---*/
.account-box {
	border: 1px solid #DDDDDD;
	padding: 0 15px 10px;
	margin-bottom: 15px;
	*float:left;
}

.account-box .head {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -15px 10px;
	padding: 8px 15px;
	*clear:both;
	*padding-bottom:25px;
}

.account-box .inner-head {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
	padding-bottom: 5px;
	*clear:both;
}

.account-box .col2-set{
margin:0 0 10px;
}
.ad-account-info .col-1,.ad-account-info .col-2{
 *width:340px;
}

.account-box h5 {
	font-size: 1.1em;
}

.account-box h6 {
	
}

.account-main .account-box li {
	padding: 5px 0;
}

.account-box ol li {
	margin: 15px 0 0;
}

.account-box ol .count {
	background: #0088CC;
	color: #FFFFFF;
	float: left;
	font-size: 9px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 3px;
	padding: 1px 3px;
}

.account-box ol .content {
	margin-left: 20px;
}

.account-box ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.account-box .product-images {
	width: 65px;
}

.account-box .product-images img {
	border: 1px solid #CCCCCC;
}

.account-box .product-details {
	margin: 0 0 10px 70px;
}

.account-box .content {
	padding: 0;
}

.account-box .ratings {
	margin: 0;
}

.account-side .actions {
	border-top: 1px solid #CCCCCC;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.dashboard-welcome {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-right: 8em;
}

.account-box .head h4 {
	background-position: 0 center;
	background-repeat: no-repeat;
	text-indent: 23px;
	margin: 0;
}

.ad-orders .head h4 {
	background-image: url(../images/icon_folder_table.gif);
}

.ad-account-info .head h4 {
	background-image: url(../images/icon_ma_info.gif);
}

.ad-tags .head h4 {
	background-image: url(../images/icon_ma_tags.gif);
}

.ad-reviews .head h4 {
	background-image: url(../images/icon_ma_reviews.gif);
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #DDDDDD;
	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--- */
#my-orders-table tfoot td, #checkout-review-table tfoot td {
	
}

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

#my-orders-table tfoot td.last, #checkout-review-table td.last ,
.data-table td.last {
	border-right: 1px solid #DDDDDD;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: 170px;
	vertical-align: top;
}

.compare-products tbody tr.first td {
	border-top: 1px solid #DDDDDD;
}

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

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

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

.compare-products tbody.attribute-cart td.label {
	background: #FEF9EF !important;
}

.compare-products tbody.remove-buttons tr {
	background: #FFFFFF;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
	border-bottom: 1px solid #DDDDDD !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;
}

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

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

/*ADVANCED SEARCH ----------------------------------------------------------------*/ 
.advanced-search {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	padding: 22px 15px 10px 15px;
}

.advanced-search .legend {
	background: #FFFFFF;
	border: 0;
	color: #666666;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin-top: -33px;
	padding: 0 8px;
}

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .range .input-text {
	width: 70px;
}

.advanced-search .range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 15px;
}

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

.advanced-search-summary-box {
	background: #FEF9EF;
	border: 1px solid #DDDDDD;
	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: #333333;
	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 */
}

/*PRINT ----------------------------------------------------------------*/
table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

/*POP UP ----------------------------------------------------------------*/
.page-popup {
	background: #FFFFFF;
	color: #333333;
	padding: 25px 30px;
	text-align: left;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}

/*DEFAULT HOME ----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {
	float: right;
	width: 530px;
}

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	background: url(../images/grad_l1.gif) repeat-x top #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
	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: url(../images/grad_l1.gif) repeat-x top #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

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

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

/*==============================================================*/

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

#footerleft,#footerright{
 padding:10px 0;width:49.8%;
}
#footermid{
padding:10px 0;width:50%;margin:0px auto;clear:both;
}
#footerleft{
float:left;border-bottom:1px solid #8C705E;border-right:1px solid #8C705E;border-top:1px solid #8C705E;
}
#footerleft div{
  float:right;margin:0px 10px;
}
#footerright div{
  margin:0px 10px;
}
#footerright{
float:left;border-bottom:1px solid #8C705E;border-top:1px solid #8C705E;
}
#contactuspage {
float:left;
height:320px;
margin-right:30px;
margin-top:35px;
width:100px;
}
#contactuspage  p{

}
#imagecentered{
width:640px;height:480px;
}



/*JM BANNER---*/
.ja-banner {
	overflow: hidden;
	display: block;
	height: 251px;
}

/*JM RSS*/
.jm-item {
	background: url(../images/dot-dark.gif) repeat-x bottom !important;
	padding: 10px 0 !important;
}

/*JM PRODUCTS LIST + JM PRODUCT SLIDER + JM PRODUCT LIST BY CAT---*/
.jm-product-list, .jm-products-slider-listing, .jm-product-list-bycat {}

.jm-product-list h2, .jm-products-slider-listing h2, .jm-product-list-bycat h2 {
	font-size: 100%;
	text-transform: none;
	background: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
	padding: 8px 15px;
	margin: 0 -15px;
}

/*JM PRODUCTS LIST*/
.jm-product-list .head {
	font-size: 100%;
	text-transform: none;
	background: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
	padding: 8px 15px;
	margin: 0 -15px;
}

.jm-product-list {
}

.jm-product-list .catalog-listing {
	background: url(../images/productlist-bg.gif) repeat-x top;
	padding: 0 15px;
}

.jm-product-list ol.grid-row {
	border-top: 0px solid #FFFFFF;
}

.jm-product-list ol.last {
	background: none;
}

.jm-product-list .add-to {
	display: none;
}

.jm-product-list h5 a {
	color: #666666;
}

.jm-product-list h5 a:hover,
.jm-product-list h5 a:active,
.jm-product-list h5 a:focus {
	color: #BF4F14;
	text-decoration: none;
}

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {
	border-top: 1px solid #D5D5D5;
}

.jm-products-slider-listing a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus {
	text-decoration: none;
	color: #666666;
}

.jm-products-slider-listing .price {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*JM PRODUCT LIST BY CAT*/
.jm-product-list-bycat {
	border-top: 1px solid #D5D5D5; 
}

/*JM SIDE NAVIGATION*/
.mini-sidenav .content {
	padding: 0;
}

#ja-sidenav .toggle {
	position: absolute;
	width: 30px;
	height: 36px;
	top: 2px;
	right: 0;
	padding: 0;
	background: url(../images/arrow-cat.gif) no-repeat right center;
}
#ja-sidenav .leftMenuopened{
	color:#222;
}
#ja-sidenav .leftMenuopenedSelected{
	font-weight:bold;
}
#ja-sidenav .morelength{
	font-size:11px;
}
 
/*0 level*/
#ja-sidenav li {	
	position: relative;	background:#7d5c48 url(../images/brown_menu.png) repeat-x 0 100%;
	margin:0;
    padding:0;border:0px;
}
 
#ja-sidenav li a {
	padding: 8px 15px;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin:0px;
	border:0px;
}
#ja-sidenav li a#opened,#ja-sidenav li a#accountopened {
	background:#7d5c48 url(../images/brown_menu.png) repeat-x 0 100%;
}
#ja-sidenav a#opened:hover,#ja-sidenav li:hover,#ja-sidenav li a:hover,
#ja-sidenav li.selected a:hover,#ja-sidenav li a#opened:hover,#ja-sidenav li a#accountopened:hover
{
	text-decoration: none;
	background:#D6D6AC url(../images/green_menu.png) repeat-x 0 100%;
	color: #000;
	border:0px;
	*color: #000;	
}

 #ja-sidenav li a:active,  #ja-sidenav li.selected a:active{
	text-decoration: none;
	color: #000;
	border:0px;
}
#ja-sidenav li.selected a {
	color: #000;border:0px;
}
/*1st level and upper*/
#ja-sidenav li ul {
	padding: 0px;margin:0px;border:0px;padding:0px\9;margin:0px\9;
}

#ja-sidenav li li {	
	text-transform: none;	
	background:#D6D6AC url(../images/green_menu.png) repeat-x 0 100%;
	margin:0px;
    padding:0px;
	border:0px;
}

#ja-sidenav li li a, #ja-sidenav li.selected li a, #ja-sidenav li li.active li a {
	margin:0px;
	padding:6.8px 12px;
	color: #000;
	display: block;
	font-weight: normal;
	border:0px;
}

#ja-sidenav li li a:hover, #ja-sidenav li li a:active, #ja-sidenav li li a:focus,
#ja-sidenav li li.active li a:hover, #ja-sidenav li li.active li a:active, #ja-sidenav li li.active li a:focus{
	color: #000 !important;
	font-weight:bold;
	text-decoration: none;
	cursor:hand;cursor:hand\9;
	cursor: pointer;cursor: pointer\9;
}

#ja-sidenav li li.active a {
	font-weight: bold;
	color: #BF4F14;
}
#ja-header-bg {
	background:#222;height:3px;margin:2px 0px;
}

#ja-header-bg-inner{
background:#222;height:1px;margin:0 0 14px;
}

#ja-sidenav li li:hover,#ja-sidenav li:hover{	
	cursor:hand;cursor:hand\9;cursor: pointer;color:#000;*color:#000;
}
#ja-sidenav li a:hover{
	*background:#D6D6AC url(../images/green_menu.png) repeat-x 0 100%;*color:#000;
}
#ja-sidenav li li a:hover,#ja-sidenav li li.active li a:hover{
	*color:#000;font-weight: bold;
}
/* Home page slider */


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

}

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

/*Bottom Spotlight ---*/
#ja-botsl {
	background: url(../images/botsl-bg.gif) repeat-x top #121212;
}


.jm-slidewrap {
	margin: 0;
	padding: 0;
	position: relative;
	visibility: visible; width: 100%; height: 500px;
}

.jm-slide-main-wrap {
	position: relative;
	overflow: hidden;
	width: 920px; height: 500px;
}

.jm-slide-main {
	position: absolute;
	z-index: 1;
}

.jm-slide-item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.jm-slide-item img {
	border: 1px solid #1C1C1C;
	padding: 4px;width:920px;height:500px;
}

.jm-slide-thumbs-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
}

.jm-slide-thumbs, .jm-slide-thumbs-mask, .jm-slide-thumbs-handles {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 5000px;
}

.jm-slide-descs {
	display: none;	
}

.jm-slide-thumb, .jm-slide-thumbs-handles span {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
}

.jm-slide-thumbs-handles span {
	background: url(thumb_invisible.gif) no-repeat;
}

.jm-slide-thumbs-mask-left,
.jm-slide-thumbs-mask-right,
.jm-slide-thumbs-mask-center {
	float: left;
}

.jm-slide-thumbs-mask-left, .jm-slide-thumbs-mask-right{
	background: #000000;
}

.but_prev, .but_next {
	background: #000000;
	position: absolute;
	top: 0;
	z-index: 99;
}

.but_prev {
	background: url(../images/arrow-l.gif) no-repeat right center;
	left: 0;
}
.but_prev:hover, .but_next:hover {
	cursor: pointer;
}

.but_next {
	background: url(../images/arrow-r.gif) no-repeat left center;
	right: 0;
}
.maskDesc {
	display: block;
	z-index: 100;
	position: relative;
}

.maskDesc .jm-slide-desc br {
	display: none;
}

.maskDesc a.readon {
	bottom: 133px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	padding: 3px 14px 3px 0;
	right: 40px;
	z-index: 999;
	background: url(arrow_l1.gif) no-repeat right center;
}

.maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
	color: #FFFFFF;
}

.jm-slide-buttons {
	z-index: 900;
}

.jm-slide-buttons span {
	background: #000000;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px 5px;
	cursor: pointer;
}

/*JA Sideshow [ Topspotlight 1]*/
.jm-slidewrap {
	margin: 0;
	padding: 0;
	position: relative;
}

.jm-slide-mask {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 70px;
	width: 210px;
	z-index: 99;
	display: none;
}

.jm-slide-thumbs-wrap {
	position: absolute;
	bottom: 0;
	z-index: 100;left:30px;
}

 .jm-slide-buttons {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 101;
}

.jm-slide-thumb img {
	border: 1px solid #B5B5B4;height:86px;
width:86px;
}

.jm-slide-item img {
	padding: 0;
	border: none;
}

.maskDesc {
	background: none;
}

.maskDesc .jm-slide-desc {
	color: #B5B5B4;
	font-size: 100%;
	padding: 15px;
	position: absolute;
	bottom: 130px;	
	width: 90%;
	background-color: #000000;
}

 .maskDesc .jm-slide-desc h3 {
	color: #56891A;
	margin: 0;
	padding: 0;
	font-size: 200%;
}

/* Choose style */
.jm-slide-buttons {
	z-index: 900;
	text-align: center;
	margin-top: 5px;
}

.jm-slide-buttons span {
	background: #0E0E0E;
	font-size: 10px;
	text-transform: none;
	border: 1px solid #1C1C1C;
	padding: 1px 2px;
	float: none;
	display: inline;
}

.jm-slide-buttons span:hover {
	border: 1px solid #373737;
	color: #56891A;
}

.jm-slide-desc {
	color: #FFFFFF;
	font-size: 100%;
}

.jm-slide-desc h3 {
	color: #FFFFFF;
	background: none;
	margin: 0;
	padding: 0;
}

.jm-slide-desc p {
	font-weight: normal;
}

/* Slideshow layout style ---*/
.jm-vertical_right {
	background: none !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.jm-vertical_left {
	background: none !important;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 100;
}

.jm-vertical_right .active {
	background-image: url(../images/demo4.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.jm-vertical_left .active {
	background-image: url(../images/demo3.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.jm-slide-right{
	margin-left: auto;
	right: 0;
	top: 0;
}

.jm-vertical_right .jm-slide-thumb, .jm-vertical_right .jm-slide-thumbs-handles span {
	float: none!important;
}

.jm-vertical_left .jm-slide-thumb, .jm-vertical_left .jm-slide-thumbs-handles span {
	float: none!important;
}

.jm-slide-thumbs-wrap .active .jm-slide-thumb-inner {
	background-image: url(../images/grad2.gif);
	color: #FFF;
}

.jm-vertical_right .jm-slide-thumbs-mask-left,
.jm-vertical_right .jm-slide-thumbs-mask-right,
.jm-vertical_right .jm-slide-thumbs-mask-center {
	display: block;
	float: none;
}

.jm-vertical_left .jm-slide-thumbs-mask-left,
.jm-vertical_left .jm-slide-thumbs-mask-right,
.jm-vertical_left .jm-slide-thumbs-mask-center {
	display: block;
	float: none;
}

.jm-vertical_left .jm-slide-thumb-inner {
	margin-left: 0px;
	margin-right: 19px;
}

.jm-slide-thumb-inner img {
	background: #fcfcfc;
	border: 1px solid #ddd;
	margin: 15px 15px 4px !important;
	padding: 3px;
}

 
.jm-slide-thumb-inner h3 {
	color: #1c1c1c;
	font-family:  Arial;
	font-size: 125%;
	margin-top: 15px;
}

.jm-slide-thumb-inner .ratings {
	height: 18px;
	margin: 0;
	padding: 0;
}

.jm-slide-thumb-inner .price-box {
	font-size: 110%;
	margin: 0;
}

.active .jm-slide-thumb-inner {
	border-top: 1px solid #65A7F5;
}

.active .jm-slide-thumb-inner img {
	background: #88BBF7;
	border: 1px solid #5F9DE7;
}

.active .jm-slide-thumb-inner h3 {
	color: #fff;
}

#imagecontainer img#image {
	width:725px;
	height:480px;
}
#ja-account .account{
  padding:50px 50px 20px;
}
#ja-account {
  padding:10px 20px;width:70%;
}
#ja-account input.input-text{
width:240px;
}
#ja-account .account ul li,#ja-account  ul li{
 padding-bottom:10px;clear:both;
}
#label,#ja-account  label{
  width:160px; float:left;line-height:20px;
}
.centered{
width:220px;margin:0px auto;
}
.centeredTop{
width:100px;margin:5px auto;
}
.accountTop{
width:300px;margin:5px auto;
}
.mini-compare-products,.mini-compare-products,.mini-cart,.mini-newsletter{
display:none;
}
#ja-sidenav li a.menuselected{
	background:#D6D6AC url(../images/green_menu.png) repeat-x 0 100%;
	color: #000;
}
#ja-sidenav li.firstlevel{
	background:#D6D6AC url(../images/green_menu.png) repeat-x 0 100%;
	color: #000;
}
.customer-name div{ 
  margin-bottom:10px;clear:both;
}
.input-box{
width:100%;clear:both;
}
.ordernumber,a.ordernumber{
font-weight:bold;color:#000;
}

#ja-sidenav li a#sidemenuselected{
	text-decoration: none;
	background:#D6D6AC url(../images/green_menu.png) repeat-x 0 100%;
	color: #000;border:0px;
}
#innerpagestyle{
	float:left;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	width:75%;
}
#homebanner{
	height:500px;
	left:0;
	opacity:1;
	position:absolute;
	top:0;
	visibility:visible;
	width:920px;
	z-index:9;
}
#homebanner img:hover{
	cursor:hand;cursor:hand\9;cursor: pointer;
}
#leftinnerPage{
	padding-left:20px;text-align:left;font-size:12px;float:left;width:75%;
}
#leftinnerPage p{
text-align:justify;
}

.ja-lo-1col #ja-pathway{
 margin-left:195px;
}
.ja-lo-1col #ja-col1{
 margin-top:-19px;
}


/* IE Hack */
#ja-sidenav li li a{*padding:6.8px 12px;}
.one-page-checkout .a-item .button-set,.one-page-checkout .box .button-set{
	*margin-bottom:0px;
}
.data-table tfoot td {
	*background:#D6D6AC;
}
.data-table tfoot,.data-table tfoot tr {
	*background:#D6D6AC;
}
#datatablefooter{
	*background:#D6D6AC;
}

.data-table tfoot td {
	*background:#D6D6AC;
}

*html #ja-sidenav li {width:180px;}
*+html #ja-sidenav li {width:180px;}
*html #ja-sidenav li ul li{width:176px;margin:0px;padding:0px;padding-left:4px;}
*+html #ja-sidenav li ul li{width:176px;margin:0px;padding:0px;padding-left:4px;}
*html #ja-sidenav li ul li a{height:20px;padding-bottom:4px;padding-top:4px;}
*+html #ja-sidenav li ul li a{line-height:20px;height:20px;padding-bottom:3px;padding-top:3px;}