body {
	background: #151515;
	color: #666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 1.6;
}

body#bd { color: #666; }

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

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

a img {
	border: 0;
}

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

/* Hr */

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

br.clear {
	line-height: 1px;	
}
/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt,.page-title, .page-title-alt {
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
}

.page-head-alt {
	border-top: 1px solid #252525;
}

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

small { }

/*Form---*/

input.input-text, select, textarea,.product-custom-option {
	background: #151515;
	border: 1px solid #252525;
	font-weight: normal;
	padding: 5px;
	font-size: 100%;
	vertical-align: middle;
	color: #e0e0e0;
}

select.product-custom-option {
	width: 200px;
}

select {
	padding: 2px;
	background: #151515;
	color: #e0e0e0;
}

input.input-text {
	background: #151515;
	border: 1px solid #252525;
	padding: 5px 10px;
	font-size: 100%;
}

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

.btn_link {
	border: 1px solid #252525 !important;
	background: #000;
	padding: 5px 10px;
}

.btn-continue {
	float: left;
}

.button {
	background: #151515 url(../images/grad-01.gif) left bottom repeat-x;
	padding: 0 10px;
	overflow: visible;
	font-size: 100%;
	cursor: pointer;
	border: 1px solid #252525;
	color: #666;
	vertical-align: middle;
}

.button span {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 25px;
	display: block;
	height: 25px;
	text-transform: uppercase;
	font-size: 90%;
} 

.button span span {
	background: none;
	padding: 0;
}

.button:hover,
.button:focus,
.button:active {
	background: #000;
}

.button:hover span,
.button:focus span,
.button:active span {
	text-decoration: none;
}

.btn-cart {
	background: #f05119 url(../images/grad-02.gif) left bottom repeat-x;
	border: 1px solid #f6612c;
	color: #e0e0e0;
}

.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active {
	background: #fc6936;
}

.btn_link {
	float: right;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}

.btn_link:hover,
.btn_link:focus,
.btn_link:active {
	background: #000;
	text-decoration: none;
}

.button-level .button,
.button-level .btn-cart{
	margin-top: 0;
}

.page-head.button-level .button,
.page-head.button-level .btn-cart {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
}

.button span{
	white-space: nowrap;
}

.buttons-set {
	clear: both;
}

#review-buttons-container {
	margin-bottom: 20px;
}

.buttons-set .button {
	float: right;
	margin-left: 5px;
}

.buttons-set .back-link {
	float: left;
}

.back-link a {
	color: #e0e0e0;
}

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

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
}

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

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

#ja-col2 .input-text {
	background: #151515;
	border: 1px solid #252525;
}

#ja-col2.col-right #search {
	float: right;	
}

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

/* HEADER
--------------------------------------------------------- */
#ja-header { border-top: 1px solid #252525; }

#ja-header .main { border-bottom: 1px solid #252525; }

.ja-top { float: right; margin: 0; clear: both;}

#ja-top {
	background: #131313;
}

#ja-top .main{ }

h1#logo, div.logo-text h1 { font-size: 250%; line-height: 1;}

/* Logo Image ---*/
h1#logo { margin: 18px 0; float: left; }

h1#logo, h1#logo a { height: 61px; width: 220px; display: block; }

h1#logo a {
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -99999px;
}

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

/* Logo Text ---*/
div.logo-text h1 a {
	color: #ce4515;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

p.site-slogan {
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	padding: 3px 0 0;
	text-align: center;
	text-transform: uppercase;
}

/*Quick Access---*/
.quick-access {
	color: #666;
	text-align: left;
	margin: 0;
	float: right;
}

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

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

.quick-access .shop-access {
	display: block;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	float: right;
	position: relative;
	z-index: 9999;
}

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

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

.shop-access ul { display: inline; }

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

.shop-access strong {
	font-weight: bold;
}

/*Languages Switcher---*/
.language-switcher {
	float: right;
	padding: 0 0 0 20px;
	margin: 10px 0;
}

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

.language-switcher #select-language {}

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

/*Currency Switcher---*/
.ja-top .block-currency {
	margin: 0;
	width: 250px;
}

.ja-top .block-currency .block-title {
	float: left;
	background: none;
	border: none;
	padding: 5px;
}

.ja-top .block-currency .block-title strong {
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	background: none;
	height: auto;
	line-height: normal;
}

.ja-top .block-currency .block-content {
	float: right;
	background: none;
	border: none;
	padding: 5px 0;
}

.ja-top .block-currency select {
	background: #000;
}

.ja-top .block-currency select option,
.ja-top .block-currency select optgroup {
	border-color: #e0e0e0 !important;
}

.currency-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

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

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

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

/* Search Block ---*/
.block.block-search {
	margin-bottom: 0 !important;
}
.block.block-search .block-title {}

.block-search .input-text {
	background: #151515 url(../images/icon-search.png) 10px center no-repeat;
	width: 169px;
	position: relative;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #252525;
	border-top: 0;
	color: #666;
}

.block-search .form-search {
	position: relative;
}

.block-search .form-search .button {
	margin-top: 10px;
}

.block-search legend { display: none; }

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

.search-autocomplete ul {
	border-right: none;
	border-top: 0;
	background: none;
}

.search-autocomplete li {
	background: #131313;
	border: 1px solid #222;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
	color: #e0e0e0;
	margin: 2px 0 2px !important;
}

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

.search-autocomplete li.odd {}

.search-autocomplete li.selected { background: #252525; color: #666; }

#search_autocomplete {
	left: 0 !important;
	top: 36px !important;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	position: relative;
	z-index: 2;
	float: left;
}

#ja-mainnav .inner {}

/* CONTAINER
--------------------------------------------------------- */
.main {}

#ja-wrapper {
	background:url(../images/body-bg.png) center 20px no-repeat;
}

#ja-container {
	border-bottom: 5px solid #ce4515;
}

#ja-container .main {
	background:url(../images/dot.gif) 220px top repeat-y;
	min-height: 300px; 
}

#ja-container.ja-lo-1col .main {
	background: none;
}

#ja-container.ja-lo-2colsr .main {
	background:url(../images/dot.gif) 719px top repeat-y;
}

#ja-container.ja-lo-3cols #ja-contentwrap {
	background:url(../images/dot.gif) 220px top repeat-y;
}

#ja-mainbody {}

/*main content---*/
.ja-lo-3cols #ja-content {
	float: left;
	width: 480px;	
}

#ja-content-mass-top .block-title,
#ja-current-content .block-title {
	background: #131313;
	border: 1px solid #252525;
	padding: 10px 20px;
	margin-left: -20px;
}

.ja-lo-2colsr #ja-content-mass-top .block-title,
.ja-lo-2colsr #ja-current-content .block-title {
	margin-left: 0;
	margin-right: -20px;
}

#ja-container #ja-current-content .inner { }

#ja-current-content .category-head3,
#ja-current-content .category-head  {}

#ja-current-content .category-head3 h2,
#ja-current-content .category-head h2 {
	color: #e0e0e0;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
}

#ja-current-content .std {}

.ja-lo-1col #ja-current-content .std {
	margin: 0;
	border: none;
}

#ja-current-content .std .page-head {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 0 10px 0 !important;
	color: #e0e0e0;
	background: url(../images/shadow-left-page.gif) no-repeat left bottom;
	margin-left: -30px;
	position: relative;
}

#ja-current-content .std .page-head h3 {
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 1px;
	font-size: 100%;
}

.ja-lo-1col #ja-current-content .std .col3-set {
	padding: 10px 0 0 0;
}

#ja-current-content div .std {
	border: none;
	margin: 0;
}

#ja-current-content .std .disc {
	padding: 10px 0 0 0;
	margin: 0;
}

/* Column */
#ja-col1 {}

#ja-col1 .col-inner {}

#ja-col2 {}

#ja-col2 .block {}

/*breadcrums---*/
#ja-pathway {
	height: 35px;
	line-height: 35px;
	margin-left: -20px;
}

.ja-lo-2colsr #ja-pathway {
	margin-left: 0;
	margin-right: -20px;
}

#ja-pathway h4 {
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0 5px 0 21px;
	font-weight: normal;
}

#ja-pathway a {}

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

#ja-pathway ul {
	display: inline;
}

#ja-pathway li {
	display: inline;
}

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

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	padding: 10px 0;
}

#ja-footer .main {
	color: #666;
	padding: 15px 0;
}

#ja-footer small { color: #ce4515; font-size: 100%; }

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

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

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

#ja-footer .jm-info { }

#ja-footer .jm-info ul {
	margin: 0;
	padding: 0;
	display: inline;
}

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

#ja-footer .jm-info li.first {
	padding-left: 0;	
}

#ja-footer .jm-info li a{
	color: #666;
	text-decoration: none;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
}

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

#ja-footer .jm-legal { }

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

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

div.ja-box-center .block{}

div.ja-box-right .block{}

div.ja-box-left .block{}

div.ja-box-left .block,
div.ja-box-center .block,
div.ja-box-right .block {}

.block .ja-inner {
	padding-top: 10px;
}

/*Bottom Spotlight ---*/
#ja-botsl { }

#ja-botsl .main {
	border-bottom: 1px solid #252525;
}

#ja-botsl div.ja-box-left,
#ja-botsl div.ja-box-center {
	background: url(../images/dot.gif) repeat-y right top;
}
#ja-botsl .ja-box-left .block  {
	margin-left: 0;
	margin-right: 20px;
}

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

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

#ja-botsl .block .block-title {
	margin: 0;
	color: #e0e0e0;
	border: none;
	padding: 5px 0;
	background: none;
}

#ja-botsl .block .block-title span.first-word {
	color: #e0e0e0;
}

#ja-botsl .block .block-title strong {
	padding: 5px 0;
}

#ja-botsl .block {
	margin-top: 10px;
}

#ja-botsl div.block .block-content  {
	padding: 5px 0 0;
}

#ja-botsl small { }

#ja-botsl a { }

#ja-botsl img {
	padding: 3px;
	background: #e0e0e0;
}

#ja-botsl li {
	background: url(../images/bullet.gif) no-repeat left 8px;
	padding: 3px 0 3px 10px;
}

#ja-botsl .contact-list li {
	background: none;
	padding-left: 0;
}

#ja-botsl .contact-list strong {
	text-decoration: underline;
}

#ja-botsl ol li { margin-left: 25px; padding: 0 !important; }

#ja-botsl ul.styles-list li {
	background: none;
	padding: 0;
	float: left;
}

#ja-botsl ul.menu-list li {
	float: left;
	width: 40%;
	padding: 0 0 0 10px;
}

.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-image: url(../images/icon-badge-new.png);
}

.badge-pick .badge {
	background-image: url(../images/icon-badge-pick.png);
}

.badge-hot .badge {
	background-image: url(../images/icon-badge-hot.png);
}

.badge-top .badge {
	background-image: url(../images/icon-badge-top.png);
}

/* Content Mass Bottom */

#ja-content-mass-bottom {
	margin: 0 -10px 0 -28px;
	background: url(../images/mass-bottom.gif) repeat-x left top ;
} 

#ja-content-mass-bottom .inner {
	padding: 0 10px;
	background: url(../images/mass-bottom-vline.png) no-repeat right bottom;
}

#ja-content-mass-bottom .ja-box-left .inner {
	padding-left: 30px;
}

#ja-content-mass-bottom .ja-box-right .inner {
	padding-right: 10px;
	background: none;
}

#ja-content-mass-bottom .block .block-title {
	background: none;
	padding-left: 0;
}

#ja-content-mass-bottom .block .block-title strong {
	background: none;
	line-height: 1;
	padding: 0;
}
/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

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

.success { }
.error	{ }
.notice	{ }

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

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

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

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

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

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

.button-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 15px;
	text-align: right;
	margin-top: 10px;
}

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

.btn-checkout {
	float: right;
}

.btn-checkout, .btn-checkout:hover {
}

.btn-checkout span {
}

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

.form-list li { margin: 0 0 10px 0; overflow: hidden;}

.form-list li.addElement {
	border-top: 1px solid #252525;
	padding-top: 10px;
}

.group-select,.fieldset {
	border: 1px solid #333;
	margin: 25px 0 15px;
	padding: 10px;
}

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

.group-select li,
.fieldset li {
	padding: 0;
}

.form-list li.fields .field {
	float: left;
	width: 250px;
}

.form-list li.wide .input-box .input-text, 
.fieldset li.wide .input-box select, 
.fieldset li.wide .input-box textarea {
	width: 480px;
}

.form-list li .input-box .input-text, 
.fieldset li .input-box textarea {
	width: 210px;
}

.fieldset li .input-box textarea {
	height: 200px;
}

.form-list li .input-box select {
	width: 270px;
}

#payment_method { margin-right: 5px; }

#is_subscribed {
	float: left;
	margin-top: 2px;
}

/*Form Messages---*/
.validation-advice, .required {}

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

.validation-failed {
	border: 1px dashed #333 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix {
	float: left;
}

.v-fix .validate-cc-exp {
	display: block;
	position: relative;
	width: 12em;
}

.v-fix .input-text {
	margin-right: 10px;
}

.form-list .input-box .v-fix select,
.opc .form-list .input-box .v-fix select {
	width: 135px;
}

label.required {
	font-weight: bold;
}

p.required {
	text-align: right;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head,
.box-title { }

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3 {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

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

#ja-col1 .head a,#ja-col1 .inner-head a,
#ja-col2 .head a,#ja-col2 .inner-head a,
#ja-col1 .box-title a,#ja-col2 .box-title a {
	line-height: 15px;
	padding: 8px 0 12px;
	margin-right: 10px;
}

/*Page heading---*/
.page-title, .page-title-alt {
	font-size: 100%;
	margin: 0 0 0 -20px;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	border: none;
	position: relative;
}

.cart .page-title {
	min-height: 42px;
}

.ja-lo-2colsr .page-title, .page-title-alt {
	margin: 0 -20px 0 0;
}

.page-title h1 , .page-title-alt h1 {
	display: block;
	background: #333;
	border: 1px solid #252525;
	padding: 8px 18px;
	text-transform: uppercase;
	margin: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	font-weight: normal;
}

.ja-lo-3cols #ja-current-content .page-head {
	padding: 0 20px;
}

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

.page-head a, .page-head-alt a,
.page-title a, .page-title-alt a {
	float: right;
	padding-right: 5px;
	padding-left: 5px;	
	padding-top: 5px;
	line-height: 35px;
	color: #e0e0e0;
}

.page-title ul.checkout-types li {
	float: left;	
}

.page-title .paypal-logo a {
	float: none;	
}

.page-title .checkout-types .paypal-logo {
	margin-right: 10px;
	display: inline;
}

.cart .page-title h1 {
	position: absolute;
	bottom: 0;
	left: 0;	
}

.page-title .checkout-types li {
	float: none;
	display: inline;
}

.page-title p.paypal-logo .paypal-or {
	display: inline;	
}

.page-title a.link-reorder {
	margin-right: 20px;
}

.page-title .button, .page-title-alt .button {
	float: right;
	margin: 5px 20px 0 0;
}

.page-title .checkout-types .button {
	float: none;
}

.page-title .separator, .page-title-alt .separator {
	line-height: 35px;
	float: right;	
	padding-top: 5px;
}

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

.title-buttons {
	background: #222;	
}

.title-buttons h1 {
	float: left;
}

.my-wishlist .title-buttons h1 {
	float: none;
}

.title-buttons ul {
	float: right;
}

.button-level {}

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

.button-level .form-button-alt {
	float: right;
	margin: 5px 10px;
}

.button-level ul {
	float: right;
}

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

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

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

.box-header {
	background: #222;
	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%;
	margin: 15px 0;
}

.data-table th {}

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

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

.data-table td,
.data-table th {
	border-bottom: 1px solid #252525;
	padding: 8px 10px;
}

.data-table td h3 {
	font-size: 100%;
	margin: 0;
}

.data-table thead  {
}

.data-table thead th,
.data-table thead td {background: #222;}

.data-table tfoot tr {}

.data-table tfoot td {}

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

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

.a-center input.checkbox {
	float: none;
}

.data-table .a-right {
	text-align: center !important;
}


.data-table tfoot .a-right.last  {
	text-align: right !important;
}

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

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

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

.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 */
.pager { 
	width: 100%;
	color: #e0e0e0;
	border: none; 
	padding: 10px 0;
	border-top: 1px solid #252525;
}

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

.pager .pages li.current {
	color: #e0e0e0;
}

.pager .pages li a {
	color: #ce4515;
}

.my-account .pager { 
	width: 100%;
	background:none repeat scroll 0 0 #131313;
	border:1px solid #252525;
	float: left;
	padding: 5px 0;
	line-height: 20px;
}

/* Sorter */
.sorter { 
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	float: left;
	line-height: 1.3;
	padding: 5px 0;
	width: 100%;
}

.sorter .view-mode label {
	float: left;
}

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

.sorter strong {
	background: #333;
	color: #e0e0e0;
	padding: 2px 5px;
	margin-left: 5px;
}

.sorter a {
	margin-left: 5px;
}

/* Toolbar */
.toolbar {
}

.toolbar .pager { 
	width: 100%;
	background:none repeat scroll 0 0 #131313;
	border:1px solid #252525;
	float: left;
	padding: 5px 0;
	line-height: 20px;
}

.toolbar .sorter { 
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	float: left;
	line-height: 1.3;
	padding: 5px 0;
	width: 100%;
	line-height: 20px;
}

.pager p,
.pager div,
.sorter p,
.sorter div {
	margin: 0 15px;
}

.toolbar-bottom {}

.page-nav {
	
}

table.pager, table.view-by {
	width: 100%;
	background: url(../images/head-bg.gif) repeat-x left bottom #e0e0e0;
	color: #ce4515;
	border: 1px solid #252525;
}

table.view-by {
	background: none;
	border: none;
	border-bottom: 5px solid #252525;
}

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

table.pager select {
	width: 50px;
}

table.view-by strong {
	border: 3px solid #333;
	background: #333;
	color: #e0e0e0;
}

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

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

table.view-by a:hover, table.view-by a:active, table.view-by a:focus {
	color: #ce4515;
	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.a-right {
	width: auto;
}

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: 12px;
	margin: 10px 0;
}

.rating-box {
	background: url(../images/product_rating_blank_star.png) repeat-x;
	height: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	position: relative;
	width: 87px;
	float: left;
}

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

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

.ratings-table td,
.ratings-table th {
	padding: 3px 0;
	vertical-align: top;
}

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

.rating-links {
	margin: 0;
}

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

.price-box {
	margin: 10px 0;
	clear: both;
}

.block-wishlist .price-box .price {
	font-weight: normal;
	color: #666;
}

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

.regular-price .price {
	font-weight: bold;
	color: #e0e0e0;
}

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

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

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

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

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

.special-price .price {
	font-size: 115%;
	font-weight: bold;
}

/*Cart price---*/
.cart-price price {
}

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

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

.price-excl-tax .price {
	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 #252525;
	background: #222;
	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-img-box {float: left;}

.product-review .rating-links {
    clear: both;
}

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

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

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

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

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

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

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

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

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

.add-to-cart .button {
	margin-left: 5px;
}

.add-to-links {
	margin: 15px 0 5px;
	font-size: 92%;
}

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

.add-to-links li a {
	color: #e0e0e0;
}

.add-to-holder {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #333;
	float: left;
}

.add-to-holder .add-to-cart {
	float: left;
	margin: 0;
	padding-top: 5px;
}

.add-to-holder .add-to-cart label {
	vertical-align: middle;
}

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

.add-to-holder .add-to-links {
	float: left;
	text-align: left;
	margin: 0;
}

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

.add-to-holder .add-to-links li a {
}

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

.add-to-holder .add-to-cart .button {
	margin-left: 5px;
}

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

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

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

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

.truncated {
	cursor: help;
}

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

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

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

.truncated .truncated_full_value dl {
	background: #222;
	border: 1px solid #252525;
	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,
.button-level .link-wishlist { 
	float: right !important ; 
	padding-left: 18px; 
	line-height: 35px;
}

.btn-remove2 { 
	display: block; 
	width: 16px; 
	height: 16px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_trash.gif) 0 0 no-repeat; 
	text-indent: -999em; 
	overflow: hidden;
}

.btn-remove {
	display: block; 
	width: 11px; 
	height: 11px; 
	font-size: 0; 
	line-height: 0; 
	background: url(../images/btn_remove.png) 0 0 no-repeat; 
	text-indent:-999em; 
	overflow: hidden;
	float: left;
	margin: 10px 5px;
}

.btn-remove:hover,
.btn-remove:focus,
.btn-remove:active {
	background: url(../images/btn_remove.png) 0 0 no-repeat; 
}

.my-tag-edit .btn-remove {
	border: 0;
	margin-top: 4px;
	padding: 0;
}

.link-print, .link-mail, .link-feed, .link-reviewwrite, .link-productalert {
	padding-left: 22px !important;
	line-height: 35px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

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

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

.button-level .link-feed {
	
}

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

.link-feed:hover,
.link-feed:focus,
.link-feed:active {
}

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

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

.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
----------------------------------------------------------------*/
.block {
	margin: 0 0 20px;
}

.block-banner {
	border: none !important;
	background: none !important;
	padding: 0;
	margin-top: 20px !important;
}

div.paypal-logo {
	margin: 0 0 20px 20px;
	padding-bottom: 20px;
	text-align: center;
}

p.paypal-logo {
	margin: 0;
	text-align: center;
}

.add-to-cart p.paypal-logo {
	margin-top: 10px;	
}

p.paypal-logo .paypal-or {
	display: block;
}

/*Box Head---*/
.block-title {
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	margin: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
}

.block .block-title small{
	display: inline;
}

.block-title span.first-word {
	color: #ce4515;
}

.block  .block-subtitle {
	font-weight: bold;
	padding: 10px 20px 10px 0;
	margin: 0;
}

.block-title strong {

	font-weight: normal;
}

.block-title strong span{}

.block h5,
.block h3 {
	padding: 10px 15px;
}

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

/*reset*/
.box h3, .box h4, .box h5,
.block h3, .block h4, .block h5,
.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	margin: 0;
}

/*Box Content---*/
.block .block-content {}

.block-banner .block-content {
	padding: 20px;
	text-align: center;
	background: #ce4515;
}

.box small,
.block small {
	text-align: left;
}

.block p {
	margin: 0;
}

.box .content img,
.block .block-content img {}

.block-banner .block-content img {
	background: #ff571c;
	border: 1px solid #be4217;
	padding: 4px;
}

/*Box Action---*/
.box .actions,
.block .actions {
	font-weight: bold;
	overflow: auto;
	clear: both;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #252525;
	padding: 0 0 15px;
}

#ja-col1 .block .actions {
	padding-left: 0;
	padding-right: 0;
}

.block .actions a {
	float: right;
}

.block.block-compare .actions a {
	padding: 5px 0;	
}

.block .actions .paypal-logo a {
	float: none;
}

.block.block-cart .actions button.button {
	display: block;
	margin: 5px auto 0 auto;
}

/*Box List---*/
.box ol,
.block ol {
}

.box ol li,
.block ol li {
	margin: 0;
	line-height: normal;
	overflow: hidden;
	border-bottom: 1px solid #333;
	padding: 10px 0;
}

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

.box ol li div,
.block ol li div {
	text-indent: 0;
}

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

#ja-col2 .block ol li a,
#ja-col2 .block ul li a { }

#ja-col2 .block ol li a:hover,
#ja-col2 .block ol li a:focus,
#ja-col2 .block ol li a:active,
#ja-col2 .block ul li a:hover,
#ja-col2 .block ul li a:focus,
#ja-col2 .block ul li a:active {
	color: #e0e0e0;
}

/* Block Rounded */

.block.ja-box-br .block-title {
	background: none !important;
}

.block.ja-box-br {
	padding: 0 !important;
}

.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #252525;
}

.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}

.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 20px 20px 10px;
}

/* hilite */
.block-hilite.ja-box-br {
	background: url(../images/bh-br.gif) no-repeat bottom right #222;
}

.block-hilite .ja-box-bl {
	background: url(../images/bh-bl.gif) no-repeat bottom left;
}

.block-hilite .ja-box-tr {
	background: url(../images/bh-tr.gif) no-repeat top right;
}

.block-hilite .ja-box-tl {
	background: url(../images/bh-tl.gif) no-repeat top left;
}

.block.ja-box-br .block-content {
	padding: 0;
}

.block.ja-box-br .block-title {
	padding: 0;
}


/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.box {
	background: none;
	border: none;
}

.box .box-title {
	background: #222;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 30px;
}

.box .box-content {
	padding: 0 10px;
	clear: both;
}

.box .box-title h3,
.box .box-title h2,
.box .box-title h4 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
}

.box .box-title h3 a,
.box .box-title h2 a,
.box .box-title h4 a {
	padding-left: 5px; 
	float: none;
	display: inline;
	color: #e0e0e0;
}

.box .product-images,
.block .product-images {
	float: left;
	width: 30%;
	margin-top: 5px;
	text-indent: 0;
}

.box .product-details,
.block .product-details {
	float: right;
}

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

.box .product-names,
.block .product-names {}

.box a.link-cart,
.block a.link-wishlist {
	 color: #ce4515;
	 font-size: 92%;
	 display: block;
}

.block .product-name {
	margin: 0;
}

.block .btn-remove {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 1px;
}

/*Product Tags---*/
.block-tags,
.block-tags ul {
	border: none;
	margin: 0;
}

#ja-current-content .block-tags ul,
#ja-current-content .block-tags ul {}

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

.block-tags li a,
.block-tags li a{
	color: #ce4515;
}

.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus,
.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus {
}

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

.block-tags .actions a {	
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
}

/*Newsletter---*/

.block-subscribe label {
	margin: 0 0 10px 0;
	display: block;
}

input#newsletter {
	font-weight: normal;
	padding: 7px 10px;
	vertical-align: middle;
	width: 170px;
}

/*Mini Cart---*/
#ja-cart {}

.block-cart {
	background: #252525;
	padding: 0 20px 20px;
}

.block-cart .block-title { }

#ja-col2 div.block-cart .block-content .block-subtitle {
	margin: 0 -20px 10px -20px;
}

#ja-col2 div.block-cart .block-content .block-subtitle {
	border-top: 1px solid #252525;
}

.block-cart .actions,
#ja-col2 div.block-cart .block-content .actions {
	margin-bottom: 0;
	border-color: #333;
}
.block-cart .button {
	border-color: #333;
}
/*Mini Wishlist---*/
.block-wishlist a { }
.link-cart {
	text-decoration: underline;	
}

.block-wishlist .block-subtitle {
	margin: -10px 0 0 0;
}

.block-wishlist .actions a {
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
}

.mini-products-list .product-details {
	margin-left: 70px;
	float: none;
}

.mini-products-list .product-image {
	float: left; 
	width: 60px;
}

.mini-products-list .price-box {
	clear: none;
}

.mini-products-list .product-name {
	margin: 0;
}

.block-wishlist small {
	color: #e0e0e0;
}

/*Compare Products, Orders---*/
.block-reorder .block-subtitle {
	margin: 0;
	padding-top: 0;
}

.block-reorder .actions {}

.block-reorder .product-name{}

.block-reorder input.checkbox { margin-right: 10px; }

#cart-sidebar-reorder li.item {}

.block-compare {}

.block-compare .block-content { }

#ja-col2 div.block-compare .block-content .block-content-inner2 {
	padding-top: 10px;
}

.block-compare p {}

.block-compare p.no-item {}

.block-compare .block-title small {
	display: none;
}

.block-compare ol#compare-items li {
	border-top: none;
	text-indent: 0;
}

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

.block-compared .block-title strong {
	line-height: 25px;
}

.block-compared ol#recently-compared-items li a{
	background: url(../images/bullet1.gif) no-repeat left 5px;
	text-indent: 0;
	padding: 0 0 0 10px;
	display: block;
}

ol#recently-compared-items li a:hover,
ol#recently-compared-items li a:active,
ol#recently-compared-items li a:focus {
	text-decoration: none;
	background-image: url(../images/bullet1-hover.gif);
}

.block-compare #compare-items a,
.block-compare .product-names a {

}

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

/*Mini Product View---*/
.mini-product-view ol#recently-viewed-items li {text-indent: 0;border-bottom: 1px solid #252525; border-top: none;}

.block-viewed .block-content { }

.block-viewed .block-title strong {
	line-height: 25px;
}

#ja-col2 div.block-viewed .block-content .block-content-inner2 {
	padding-top: 10px;
}

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

.block-poll .block-subtitle {
	padding: 0;
	color: #ce4515;
}

.block-poll ul,
.block-poll ol {
	margin: 10px 0;
}

.block-poll li{
	padding: 4px;
	vertical-align: middle;
}

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

.poll_vote {
	margin-left: 0;
}

.block-poll .actions {
	margin: 15px 0 0;
}

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

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

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

.block-related .product-details p {
	margin: 0;
}

.block-related ol li {
	position: relative;
	padding: 20px 0 !important;
}

.block-related ol li.last {
	padding-bottom: 0 !important;
}

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

.block-related .product-image{
	float: left;
}

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

.block-related .product-details {
	display: block;
	width: auto;
}

.block-related input.checkbox {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

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

.block-layered-nav .block-title {}

.block-layered-nav .block-title strong {}

.block-layered-nav .block-title strong span{}

.block-layered-nav .block-content { }

.block-layered-nav .block-subtitle { padding: 10px 0; }

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

.block-layered-nav .border-creator h4 {
	background: none;
	color: #222;
	padding: 8px 15px;
	font-size: 100%;
	text-transform: uppercase;
	border: none;
	border-bottom: 5px solid #252525;
}

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

.block-layered-nav ol li { }

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

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

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

#narrow-by-list {}

#narrow-by-list ol{
	margin: 0;
	padding: 4px 0;
}

.block-layered-nav dl { padding: 0; }

.block-layered-nav dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

.block-layered-nav dd { padding: 0; }

.block-layered-nav dd li {
	background: none;
	border-bottom: 1px solid #252525;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.block-layered-nav dd li a {
	color: #ce4515;
	display: inline;
	outline: none;
	padding: 6px 0 6px 5px;
	text-decoration: none;
	text-indent: 0;
	line-height: 30px;
}

.block-layered-nav dd li a:hover,
.block-layered-nav dd li a:active,
.block-layered-nav dd li a:focus {
	color: #e0e0e0;
}

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

/*CATALOG LISTING
----------------------------------------------------------------*/
.category-image {
	margin: 0;
	padding: 0 20px;
}

.catalog-listing { padding: 20px 0 0; }
.category-products { padding: 20px 0 0; }
.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .product-information,
.category-products h2, /*product name*/
.category-products .product-image, /*product name*/
.category-products .product-information{
	margin: 0 6px 10px 7px;
}

.catalog-listing li.first h5, /*product name*/
.catalog-listing li.first .product-image, /*product name*/
.catalog-listing li.first .product-information,
.category-products li.first h2, /*product name*/
.category-products li.first .product-image, /*product name*/
.category-products li.first .product-information {
	margin: 0 13px 10px 0;
}

.catalog-listing li.last h5, /*product name*/
.catalog-listing li.last .product-image, /*product name*/
.catalog-listing li.last .product-information,
.category-products li.last h2, /*product name*/
.category-products li.last .product-information {
	margin: 0 0 10px 13px;
}

.catalog-listing .ratings, /*product rating*/
.category-products .ratings /*product rating*/ {
	margin: 0 0 5px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	padding: 7px 0;
}

.catalog-listing .pdescription, /*product info*/
.category-products .pdescription /*product info*/ {
	margin: 0 0 10px;
}

.category-products .button,
.catalog-listing .button {
	margin: 0 10px 0 0;
}

.category-products .button {
	float: none;
}

.category-products .add-to,
.catalog-listing .add-to {
	float: left;
	margin: 0;
	font-size: 100%;
}

.category-products h2.product-name,
.catalog-listing h5.product-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.category-products h2.product-name a,
.catalog-listing h5.product-name a {
	display: block;
	background: none;
	border: none;
	text-transform: capitalize;
	font-weight: bold;
	color: #e0e0e0;
}

.category-products h2.product-name a {
	font-size: 100%;
	font-weight: bold;
}

.category-products li.item img,
.catalog-listing img {
	border: 1px solid #252525;
	padding: 4px;
	background: #131313;
}

.category-products h2.product-name a,
.catalog-listing h5 a{}

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

.catalog-listing .price-box,.category-products .price-box {
	display: block;
	margin: 0 0 10px;
}

.catalog-listing .add-to {}

.category-products .add-to-links { clear: both; }

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

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist,
.category-products .add-to-links a {}

.catalog-listing .add-to a:hover,
.catalog-listing .add-to a:active,
.catalog-listing .add-to a:focus,
.category-products .add-to-links a:hover,
.category-products .add-to-links a:active,
.category-products .add-to-links a:focus {
	text-decoration: none;
}

.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist {
}

.catalog-listing .add-to .pipe,
.category-products .add-to-links .separator {
}

.ja-dot {
	background: url(../images/dot.gif) repeat-x left top;
	clear: both;
}

/*List Type---*/
.products-list {
	clear: both;
	padding: 0;
}

.products-list .item {
	padding: 15px 0;
	border-bottom: 1px solid #252525;
	overflow: hidden;
}

.products-list .item.last {
	border: none;
}

.products-list .product-image {
	float: left;
	width: 220px;
	text-align: left;
	margin: 0;
}

.products-list .product-shop {
	width: 450px;
	float: right;
}

.products-list .product-shop .desc {
	clear: both;
}

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

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

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

.products-list h2.product-name {
	margin-top: 0;
	line-height: normal;
}

.products-list .regular-price {
 	line-height: 30px;
}
/*Grid Type---*/
.products-grid {
	clear: both;
	padding: 10px 0;
}

.products-grid.last {
	border: none;
}

.products-grid .ja-dot {
	height: 1px;
	margin: 5px 0;
	width: 100%;
	clear: both;
}

.products-grid .ja-dot.last {
	background: none;
	margin: 0;
}

.products-grid .no-rating small {
}

.products-grid .btn-cart  /*addtocart btn*/ {
	margin: 0;
}

.products-grid .ratings {}

.products-grid .ratings a {
}

.products-grid .product-image {
	display: block;

}

.products-grid .price-box {}

.products-grid .ratings { }

.products-grid h2 {}

.products-grid h3.product-name {
	font-size: 110%;
}

.products-grid h3.product-name a {}

.products-grid td,
.products-grid th {
	padding: 8px 0;
}
.products-grid h2 a {}

.products-grid h2 a:hover,
.products-grid h2 a:active,
.products-grid h2 a:focus {
	text-decoration: none;
}

.products-grid ol.grid-row {
	border-bottom: 1px solid #333;
}

.products-grid li.item {
	padding: 0;
	float: left;
	width: 33%;
}

.products-grid li.first {}

.products-grid li.last {
	border: none;
}

.listing-type-grid ol.odd,.products-grid ol.odd	{
	border-bottom: 1px solid #252525;
	margin-bottom: 20px;
}
.listing-type-grid li.last,.products-grid li.last {}

.products-grid .product-information {}

.product-image a {
	display: block;
}

.product-image img {}

.products-grid .ratings {
	margin-bottom: 10px;
}

.products-grid .rating-box {
	margin-bottom: 0;
}

.products-grid .actions {
	margin-bottom: 0;
}

.products-grid .separator {}

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {
	padding: 10px 0;
	border-top: 1px solid #252525;
}

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

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

.product-img-box { width: 220px; padding: 0; margin-top: 10px;}

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

.product-collateral {}

/*PRODUCT TABS */

#ja-tab-products {
	background: #000;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.ja-tab-navigator {
	background: #222;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

ul.ja-tab-navigator li{
	float: left;
	line-height: 30px;
	padding: 0 15px;
}

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

ul.ja-tab-navigator li.active {
	background: #000;
}

.ja-tab-content {
	border: 1px solid #333;
	border-top: none;
	padding: 20px 0 10px;
}

ul.ja-tab-navigator li a {
	font-weight: normal;
	line-height: 30px;
	font-size: 100%;
	margin: 0;
	padding: 5px 5px !important;
	border: none;
}

ul.ja-tab-navigator li a:hover,
ul.ja-tab-navigator li a:focus,
ul.ja-tab-navigator li a:active{
	text-decoration: none;
}


ul.ja-tab-navigator li.active a {
	color: #e0e0e0 !important;
	text-decoration: none;
}

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

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

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	padding: 4px;
	background: #151515;
	border: 1px solid #252525;
}

.image-zoom,
.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,
.zoom #track {
	height: 24px;
	position: relative;
}

.image-zoom #handle,
.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,
.zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px;
}

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

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

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

.product-img-box .more-views ul {
	background: #222;
	float: left;
	border: 1px solid #252525;
}

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

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

.product-img-box .more-views li a:hover {
	border: 4px solid #333;
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
	color: #e0e0e0;
}

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

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

.product-essential .add-to-holder .add-to-cart-box {
	width: 220px;
}

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

.product-essential .short-description {}

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

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

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

.product-options dd {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #252525;
}

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

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

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

.product-options dd select {}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #222;
	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;
	border: 1px solid #252525;
	border-top: 3px solid #252525;
	background: #252525;
}

.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-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

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

.product-options-bottom .add-to-cart {
	float: right;
}

.product-options-bottom .add-to-cart .button {
	margin-bottom: 0;
}

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

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

/*Product Collateral---*/
.product-collateral .collateral-box,.product-collateral .box-collateral {
}

.box-collateral h2,
.collateral-box h2{
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 20px 5px;
	background: #000;
	border-bottom: 1px solid #252525;
	color: #e0e0e0;
}

.product-collateral .head {
	background: #000;
	color: #ce4515;
	line-height: normal;
	display: block;
	padding: 10px 0;
	margin: 0 -10px;
	overflow: hidden;
	border-bottom: 1px solid #252525;
	border-top: 1px solid #252525;
}

.product-collateral .box-collateral h3 {
	font-size: 100%;
	line-height: 20px;
	margin: 10px;
}

.product-collateral .box-collateral .product-tags {
	margin: 0 20px;
}

.product-collateral .collateral-box h4,
.product-collateral .box-collateral h4 {
	font-size: 100%;
	float: left;
	padding-left: 10px;
	line-height: 20px;
}

.product-collateral .collateral-box h5,
.product-collateral .box-collateral h5 {
	margin: 10px 0 5px;
	font-size: 100%;
}

/*Product Description*/
.product-collateral .std {
	border: none !important;
	padding: 10px 20px;
}

.product-collateral .product-specs {padding: 8px 0;}

.product-collateral .product-specs ul,
.product-essential .short-description ul {
	list-style: disc;
	margin-left: 15px;
}

.product-collateral .product-specs ol,
.product-essential .short-description ol {
	list-style: decimal;
	margin-left: 15px;
}

.product-collateral .product-specs td,
.product-essential .short-description td {
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;
}

.product-collateral .product-specs th,
.product-essential .short-description th {
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;
	background: #000;
}

.product-collateral .product-specs table,
.product-essential .short-description table {
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
}

/*Additional Information*/
.product-collateral .attribute-specs {
	padding: 0 20px;
}

.product-collateral .attribute-specs table {
	border: 1px solid #333;
}

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

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

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

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

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

.product-collateral .box-up-sell .products-grid {}

.product-collateral .box-up-sell .products-grid td {
	text-align: left;
	vertical-align: top;
	border: none;
}

.product-collateral .box-up-sell .products-grid h2, 
.product-collateral .box-up-sell .products-grid .product-image, 
.product-collateral .box-up-sell .products-grid .ratings, 
.product-collateral .box-up-sell .products-grid .price-box, 
.product-collateral .box-up-sell .products-grid .out-of-stock, 
.product-collateral .box-up-sell .products-grid .add-to, 
.product-collateral .box-up-sell .products-grid .actions, 
.product-collateral .box-up-sell .products-grid .product-name {
	margin-left: 10px;
	margin-right: 10px;
}

.product-collateral .box-up-sell .rating-box {
	float: none;
}

.product-collateral .box-up-sell .rating-links{
	clear: both;
	margin: 10px 0;
}

#upsell-product-table {
	padding: 10px 20px;
}

/*reviews*/
#customer-reviews h2,
#review-form h2{
	display: none;
}
#customer-reviews {
	margin-bottom: 0;
	overflow: hidden;
}

#customer-reviews .pager {
	margin: 20px;
	width: auto;
	border: none; 
	padding: 5px 0;
	background: #222;
	line-height: 20px;
}

#customer-reviews dl {
	margin-bottom: 15px;
	border-bottom: none;
	margin-left: 20px;
	margin-right: 20px;
}

#customer-reviews dl label {
	color: #e0e0e0;
}

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

#customer-reviews dl a {
	color: #e0e0e0;
}

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

#ja-tabitem-reviewform .button-set {
	padding: 8px 0;
}

#ja-tabitem-reviewform .buttons-set .button {
	float: left;
}

#review-form {
	margin: 0 20px 20px;
}

#product-review-table {
	width: 500px;
}

#review-form .buttons-set {
	width: 500px;
}

/*tags*/
.add-tag-box,.form-add {
	display: block;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}

.form-add label {
	width: 100%;
	margin: 10px 0 5px;
	display: block;
}

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

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

.product-collateral .add-tag-box .input-box .input-text,
.product-collateral .form-add .input-box .input-text,
.product-collateral .form-add .input-box textarea {
	width: 480px;
	float: left;
	padding: 7px 10px;
}

.product-collateral .form-add .input-box textarea {
	height: 175px;
}

#addTagForm {
	padding: 10px 20px;
}

#addTagForm .form-add .input-box .input-text {
	width: 220px;
}

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

.note {
	margin: 10px 20px;
}

.tags-list {
	padding: 10px 0 0 0;
}

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

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

.tags-list li.last,
.product-tags li.last {
	padding-right: 0;
}

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

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

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

.giftmessages textarea {
	height: 100px;
}

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

.giftmessages .input-checkbox label {
	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: #ce4515;
	font-weight: bold;
}

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

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

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

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

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

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

.sp-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 {
	vertical-align: middle;
}

.page-title .checkout-types li img {
	margin-top: 5px;
}

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

input.validate-one-required-by-name {
	margin-left: 0;
}

/*Shopping Cart---*/
#shopping-cart-table tfoot td {
	border-top: none;
}

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

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

	font-weight: normal;
}

.shopping-cart tr.error {
	background: #cc0000 !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;
}

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

.cart-collaterals .totals col {}

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

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

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

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

.cart-collaterals .totals tfoot td .price {
}

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

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

.cart-collaterals .totals ul.checkout-types li a {
	color: #e0e0e0;
}

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

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

.cart-collaterals .totals .btn-checkout {
	display: inline;
	float: none;
}

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

.tax-total td {}

.tax-total .tax-collapse {
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #222;
}

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

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

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

.cart-collaterals .col2-set #discount-coupon-form,
.cart-collaterals .col2-set .shipping {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #252525;
	overflow: hidden;
}

.cart-collaterals .col2-set .box .button {
	margin-left: 5px;
}

.cart-collaterals .col2-set .discount h2, 
.cart-collaterals .col2-set .shipping h2 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: 23px;
	margin: 0;
	font-size: 100%;
}

.cart-collaterals .col2-set .discount h2 {
	background-image: url(../images/icon_asterick.gif);
}

.cart-collaterals .col2-set .shipping h2 {
	background-image: url(../images/icon_lorry.gif);
}

.cart-collaterals .col2-set .discount .discount-form {
	display: block;
	overflow: hidden;
}

.cart-collaterals .col2-set .discount .input-text  {
	width: 250px;
}

.cart-collaterals .col2-set .discount .input-box, .cart-collaterals .col2-set .discount .buttons-set {
}

.cart-collaterals .col2-set .discount .input-box {
	margin-bottom: 10px;
}

.cart-collaterals .col2-set .shipping-estimate select {

}

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

.cart-collaterals .col2-set .shipping .buttons-set .button,
.cart-collaterals .col2-set .discount .button {
	float: none;
	margin-left: 0;
	margin-right: 5px;
}

.cart-collaterals .col2-set .crosssell {
	padding-right: 10px;
}

.cart-collaterals .col2-set .crosssell h2 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 100%;
}

.cart-collaterals .col2-set .crosssell ul {
	margin: 0;
}

.cart-collaterals .col2-set .crosssell li.item {
	border-top: 1px solid #252525;
	padding: 15px 5px;
	display: block;
	overflow: hidden;
}

#crosssell-products-list .add-to-links li {
	padding: 10px 0;
	border: none;
}

.cart-collaterals .col2-set .crosssell .product-image {
	float: left;
	width: 95px;
}

.cart-collaterals .col2-set .crosssell .product-details {
	width: 190px;
	float: left;
}

.cart-collaterals .col2-set .crosssell .product-details .price-box {
	margin: 5px 0;
}

.cart-collaterals .col2-set .crosssell .product-details h3 {
	font-size: 100%;
	margin: 0 0 5px;
}

.cart-collaterals .col2-set .crosssell .product-details .button {
	margin: 0 0 5px;
}

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

.cart-collaterals .col2-set .crosssell .product-shop small a {
	color: #ce4515;
}

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

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

/*One-Page checkout---*/
.opc {
	margin: 0;
	padding: 10px 0;
}

.opc li.section {
	position: relative;
	background: #000;
	border-bottom: 1px solid #252525;
}

.opc .step {
	padding: 15px;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
}

.opc .group-select,
.opc .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .group-select li,
.opc .fieldset li {
	padding-left: 0;
}

.opc .box {
	background: #000;
	border: 0;
	padding: 15px 0;
	margin: 0;
}

.opc .step-title {
	background: #222;
	border: 1px solid #252525;
	padding: 5px 15px;
	overflow: hidden;
	margin: 0;
}

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

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

.opc h4 {
	border-bottom: 1px solid #252525;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
}

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

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

.opc h2 {
	margin: 0;
	line-height: 20px;
	font-size: 1.05em;
	float: left;
}

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

.opc label.label {
	color: #ce4515;
	font-size: 115%;
}

/*Allow box*/
.opc .allow .step-title {
	background: url(../images/icon_accept.gif) no-repeat 98% center #222;
	cursor: pointer;
}

.opc .allow h2 {}

.opc .active h2 {}

.opc .allow .number {
	background: #333;
	border: 1px solid #333;
	color: #e0e0e0;
}

/*Active box*/
.opc .active {
}

.opc .active .step-title {
	background: #333;
	cursor: default;
	border-color: #333;
	color: #e0e0e0;
}

.opc .active h3 {}

.opc .active .number {
	background: #000;
	border: 1px solid #333;
	color: #666;
}

.opc .active .box {
	background: none;
	display: block;
}

.opc .active .group-select {

}

.opc .alloq .step-title a {
	display: block; /* Display Edit button in active selection */
}

.opc dd .form-list {
	margin: 0;
}

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

.opc .checkmo-mailing-address {
	padding-left: 20px;
}

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

.col2-alt-set .col-1 {
	position: relative;
}

/*Checkout Step Review*/
#checkout-step-review {
	border-bottom: 1px solid #252525;
}

/*Checkout Progress---*/
/*Side Box*/
.block-progress .block-content {
	padding: 0;
}

.block-progress .block-title strong {
	line-height: 25px;
}

#ja-col2 div.block-progress .block-content .block-content-inner2 {
	padding-top: 10px;
}

.block-progress dl {
	margin: 0;
}

.block-progress dt h4{
	font-size: 100%;
}

.block-progress dl dt {
	border: none;
	border-bottom: 1px solid #252525;
	text-indent: 5px;
	padding: 8px 0;
}

.block-progress dt.complete {
}

.block-progress dt h4.complete {
	margin-bottom: 10px;
}

.block-progress dd.complete {
	padding: 10px 20px;
	background: #000;
}

#checkout-progress-wrapper .complete table {
	table-layout: fixed;
	width: 100%;
}

#checkout-progress-wrapper .complete table th, #checkout-progress-wrapper .complete table td {
	padding: 0 10px 0 0;
}

#checkout-progress-wrapper .complete table td {
	padding: 0;
}

.opc .box-no-padding {
	padding: 15px 0px;
}

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

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

.opc .payment-methods dd {
	padding: 0;
}

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

.checkout-progress li {
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
}

.checkout-progress li.active {
	color: #e0e0e0;
	background: #333;
}

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

.multiple-checkout {
	position: relative;
}

.multiple-checkout .box {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #252525;
}

.multiple-checkout h2.legend {
	background: #222;
	color: #ce4515;
	border: 1px solid #252525;
	font-size: 115%;
	padding: 2px 8px;
	position: relative;
}

.multiple-checkout h3.legend {
	border-bottom: 3px solid #252525;
	font-size: 115%;
	padding: 2px 8px;
}

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

.multiple-checkout .count-head,
.multiple-checkout .count-head-alt {
	border: 1px solid #252525;
	background: #222;
	padding: 8px;
}

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

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

.multiple-checkout .head {
	border-bottom: 1px solid #252525;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
}

.multiple-checkout .head h4{
	padding: 0;
}

.multiple-checkout .head h5 {
	margin: 0;
	padding: 0 15px;
	float: none;
	font-size: 100%;
	color: #ce4515;
	line-height: 30px;
}

.multiple-checkout .head a {
	float: none;
	padding: 0;
}

.multiple-checkout .form-list {
	margin: 0;
}

.multiple-checkout .form-list ul {
	margin: 5px 0 15px;
}

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

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

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

.shipment-count {
	background: #333;
	color: #e0e0e0;
	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: #222;
	border: 1px solid #252525;
	padding: 10px;
	position: relative;
}

.box .content .shipping-method-pointer img.pointer {
	position: absolute;
	right: -40px;
	top: -20px;
	border: none;
	background: none;
}

.place-order {
	float: right;
	line-height: normal;
	padding: 15px 0;
}

.place-order .grand-total big{
	font-size: 200%;
	float: left;
	padding: 0 15px;
}

.place-order #review-buttons-container {
	float: right;
}

.place-order .grand-total .inner {
	padding: 0 !important;
}

.place-order .grand-total .price {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

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

.col-wide h3,
.col-wide h4 {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	line-height: normal;
	margin-top: 20px;
}

.col-wide h3 a,
.col-wide h4 a {
	color: #e0e0e0;
}

.col-wide h3.product-name a,
.col-wide h4.product-name a{
	color: #ce4515;
}

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

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

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

.opc .checkout-agreements {
	border: 1px solid #252525;
	border-width: 0 1px;
	padding: 5px 20px;
}

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

.opc .checkout-agreements .agreement-content {
	background-color: #e0e0e0;
	border-color: #222;
	padding: 5px;
}

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

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/
#login-form { padding: 10px 0 0 0; }

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

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

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

.login-box .registered-users h4,
#login-form .registered-users h2 {
	background: url(../images/icon_page_white_text.gif) no-repeat 5px center #222;
}

.login-box .button-set,
#login-form .buttons-set {
	padding: 8px 0;
	border-top: 3px solid #252525;
	margin: 0 0 10px;
}

#login-form .buttons-set {
	height: 30px;
}

#login-form .buttons-set a{
	float: left;
	line-height: 30px;
}

#login-form .buttons-set .button {
	float: right;
}

.login-box .content,
#login-form .content {
}

#form-validate { padding: 10px 0 0 0; }

/*Email To A Friend---*/
#product_sendtofriend_form {}
#product_sendtofriend_form .left  { margin-right: 30px; float: left; }
#product_sendtofriend_form .right  { float: right; }
#product_sendtofriend_form .login-box { background: none; }
#product_sendtofriend_form .button{
	float: right;
	margin-left: 5px;
}

#product_sendtofriend_form .back-link{
	margin: 0;
}

#product_sendtofriend_form #add_recipient_button {
	margin: 0;
	float: right;
}

#recipients_options .additional-row p {
	float: right;
	width: 11px;
	padding-right: 160px;
}

#recipients_options .btn-remove {
	float: right;
	margin:	15px 0 0;
}

#product_sendtofriend_form #max_recipient_message {
	float: right;
}

#product_sendtofriend_form #max_recipient_message p {
	margin: 0;
}

.send-friend { 
	padding-bottom: 20px;
}
/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

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

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

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

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

.customer-name-middlename .name-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: #ce4515;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.account-nav .head h3,
.block-account .block-title h3 {
	float: left;
	line-height: 15px;
	margin-left: 15px;
	padding: 15px 0 5px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.block-account .block-content {}

.block-account ul {
	padding: 0;
	background: #131313;
}

.block-account ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #191919;
	position: relative;
	line-height: 160%;
}

.block-account ul li a,
.block-account ul li strong {
	color: #666;
	display: block;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 90%;
	padding: 5px 20px;
}

.block-account ul li strong {
	color: #e0e0e0;
}

.block-account ul li a:hover {
	background-color: #252525;
	text-decoration: none;
}

.account-nav ul {}
.block-account li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #252525;
}

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

.account-nav li.current,
.block-account li.current {
	color: #e0e0e0;
}

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

/*Dashboard---*/
.box-account {
	padding: 0 0 20px 0;
	clear: both;
}

.account-box .head,
.box-account .box-head {
	line-height: normal;
	display: block;
	border-bottom: 5px solid #252525;
	margin: 0 0 15px;
	text-align: right;
	overflow: hidden;
}

.my-account {}

.my-account .page-title {
	margin-bottom: 20px;
}

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

.account-box .inner-head,
.my-account .box .box-title {
	background: #222;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 30px;
}

.my-account .box .box-content {
	padding: 0 10px;
}

.my-account .box .box-title h2,
.my-account .box .box-title h3 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	color: #ce4515;
}

.account-box h6,
.my-account h6 {
	text-transform: uppercase;
}

.account-box .head a,
.my-account .box-head a {
	float: right;
	line-height: 30px;
}

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

.account-box ol li,
.my-account ol li {
	margin: 15px 0 0;
	overflow: hidden;
}

.account-box ol .count,
.my-account ol .count {
	float: left;
	font-size: 150%;
	font-weight: bold;
	background: #222;
	padding: 0 8px;
	margin-top: 4px;
	color: #ce4515;
}

.account-box ol .content,
.my-account ol .content {
	margin-left: 35px;
}

.account-box ol,
.my-account ol  {
	padding: 0 5px;
}

.account-box ol#my_recent_reviews small,
.my-account ol#my_recent_reviews span,
.my-account ol#my_recent_reviews strong {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

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

.account-box .product-images img,
.my-account .product-images img {}

.account-box .product-details,
.my-account .product-name {
	margin: 0 0 10px 10px;
	font-size: 100%;
}

#my-tags-table h2.product-name {
	margin-left: 0;
}

#my-tags-table .rating-box {
	margin: 0;
}

.my-account .details{
	float: left;
	width: 570px;
}

.my-account .details .ratings {
	clear: both;
	margin-left: 10px;
}

#my_recent_tags span.number {
	float: left;
	font-weight: bold;
}

.my-account .details .tags {
	clear: both;
	overflow: hidden;
	margin-left: 10px;
}

.my-account .details .tags strong {
	float: left;
	margin-right: 10px;
}

.my-account .details .tags ul {
	overflow: hidden;
	float: left;
}

.my-account .details .tags ul li {
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#my-reviews-table { position: relative; }

#my-reviews-table .product-name {
	margin: 0;
}

.my-account .content { padding: 0; }
.my-account .ratings { margin: 0; }

.account-side .actions {
	border-top: 1px solid #252525;
	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;
}

.account-box .head h4,
.box-account .box-head h2 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 0 ;
}

.ad-orders .head h4 {
	background: url(../images/icon_folder_table.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
	margin: 0;
}

.ad-account-info .head h4 ,
.box-info .box-head h2{
	margin: 0;
}

.ad-tags .head h4 {
	background: url(../images/icon_ma_tags.gif) no-repeat 10px center !important;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-reviews .head h4 {
	background: url(../images/icon_ma_reviews.gif) no-repeat 10px center;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-account-info p, .ad-account-info address, .ad-account-info h6 {
	margin-left: 8px;
	margin-right: 8px;
}

.ad-orders .data-table thead tr th {}

.order-access {
	padding: 10px;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #252525;
	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: 12px;
	background: url(../images/arrow.gif) no-repeat left center; 
}

.address-list li {
	margin-bottom: 15px;
}

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

#my-orders-table tfoot td.last,
#checkout-review-table td.last {
	border-left: 1px solid #252525;
	text-align: center;
}

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

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

.compare-products td {
	text-align: left;
	width: auto;
	vertical-align: top;
	background-image: none; 
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;
}

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

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

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

.compare-products td.label {
	background: #222 !important;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	text-align: left;
	width: 120px !important;
}

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

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

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

.compare-products h5 {
	font-size: 125%;
}

.compare-products .link-cart {
	display: block;
	clear: both;
}

/*Reviews---*/
.my-review-detail {
	padding: 0 15px;
}
 
.my-review-detail .product-image {
	float: left;
	width: 30%;
	text-align: center;
}

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

.my-review-detail strong {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.my-review-detail .ratings-list {}

.my-review-detail .ratings {}

.my-review-detail .ratings .rating-box {
	float: none;
}

.my-review-detail .ratings .pipe {
	float: left;
}

.my-review-detail .ratings a {
	display: block;
	float: left;
}

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

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(../images/gift-message-expand.gif);
}

.collapse {
	background-image: url(../images/gift-message-collapse.gif);
}

/*Wishlist---*/
#wishlist-table {
	border: 0;
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: block;
}

#wishlist-table textarea {
	width: 90%;
	height: 175px;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px 0;
}

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

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

.advanced-search .legend {
	border: 0;
	float: left;
	font-size: 100%;
	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-range .input-text {
	width: 75px;
}

.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 {
	font-weight: bold;
	margin-bottom: 15px;
}

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

.advanced-search-summary-box {
	background: #222;
	border: 1px solid #252525;
	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: #ce4515;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat left 6px;
	padding-left: 15px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/* CONTACT 
----------------------------------------------------------------*/

#contactForm {
	padding: 10px 0 0 0;
}

/*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, .catalog-product-compare-index, .sales-order-print {
	background: #000 !important;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

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

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

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

.page-popup .col2-set, .sales-order-print .col2-set {
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
}

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

.sales-order-print .data-table thead th,
.sales-order-print .data-table tfoot td  {
	background: #252525;
}

.sales-order-print .data-table td {
	border-color: #666 !important;
}

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

.home-callout img {}

.home-spot {}

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

.best-selling h3 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 20px;
	margin: 10px 0;
}

.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: 115%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #222;
	border-bottom: 1px solid #252525;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

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

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

#recently-viewed-items li p {
	margin: 0;
}

#recently-viewed-items li a{
	margin: 0;
	line-height: normal;
	display: block;
}

#recently-viewed-items li a:hover,
#recently-viewed-items li a:active,
#recently-viewed-items li a:focus {
	text-decoration: none;
	color: #e0e0e0;
}

#recently-viewed-items li.last a  {
	border-bottom: 0;
}

/* Site Map */
.page-sitemap #sitemap_top_links {
	padding-top: 10px;
}

.page-sitemap {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.page-sitemap .links {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 8px;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-sitemap .links li {
	line-height: 30px;
} 

.page-sitemap .links li a {
	color: #e0e0e0;
}

.page-sitemap .sitemap {
	margin: 42px 12px 12px;
}

.page-sitemap .pager {
	width: 100%;
	color: #e0e0e0;
	border: none;
	border: none; 
	float: left;
	padding: 5px 0;
	background: #222;
	line-height: 20px;
}

/*==============================================================*/
/*Mis---*/

.category-img {
	padding: 10px 0;
}

a.widget-btn {
	vertical-align: middle;
	padding: 4px;
	float: left;
}

.mini-wishlist a.widget-btn img {
	background: none;
	padding: 0;
	border: none;
}

a.readon {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 92%;
}

a.readon:hover, a.readon:focus, a.readon:active {
	text-decoration: underline;
}

div.ja-innerdiv {
	padding: 10px;
}

#ja-col2 .ja-innerdiv {
	padding: 10px 20px;
	border-bottom: 1px solid #252525;
}

#ja-col2 .ja-innerdiv.last {
	border: none;
}

#ja-col2 .ja-innerdiv img {
	margin: 3px 10px 0 0;
	padding: 1px;
	border: 1px solid #e0e0e0;
}

.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*JM PRODUCTS LIST + JM PRODUCT SLIDER + JM PRODUCT LIST BY CAT + JM SLIDESHOW---*/
#ja-slideshow { }

#ja-slideshow .main { }

.jm-product-list, .jm-products-slider-listing, .jm-product-list-bycat {}

.jm-product-list .block-title {}

.jm-product-list .block-title strong {}

.jm-products-slider-listing .block-title strong span,
.jm-product-list .block-title strong span{}

/*JM PRODUCTS LIST*/
.jm-product-list .product-image { 
	width: 220px;
}

.jm-product-list .product-information { 
	margin-bottom: 20px;
}

.jm-product-list .item {
	float: left;
}

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {}

.jm-products-slider-listing a {
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	color: #e0e0e0;
}

.jm-products-slider-listing a.product-title {
	line-height: 17px;
}

.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus {
	text-decoration: underline;
}

.jm-products-slider-listing p {
	font-size: 92%;
	margin: 0;
}

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

.jm-products-slider-content {
	overflow: hidden;
}

.jm-products-slider-content ul li img {
	border: 1px solid #252525;
	padding: 4px;
	background: #131313;
}

/* SLIDER02 */

.side-col .jm-products-slider-listing {
	background: #ce4515;
	padding: 10px 20px;
}

.side-col .jm-products-slider-listing .jm-slider {
	margin: 0;	
}

.side-col .jm-products-slider-listing .jm-slider li .item-slider {
	padding: 0;
}

.side-col .jm-products-slider-listing .block-title span.first-word {
	color: #fff;
}

.side-col .jm-products-slider-listing .jm-products-slider-content {
	padding: 10px 0;	
}

.side-col .jm-products-slider-listing .jm-products-slider-content img {
	background: #FF571C;
	border: 1px solid #BE4217;
}

.side-col .jm-products-slider-listing .jm-prev,
.side-col .jm-products-slider-listing .jm-next {
	top: 25px;
	display: none;
}

.side-col .jm-products-slider-listing .price-box{
	margin: 0;	
}

.side-col .jm-products-slider-listing .block-title {
	background: url(../images/grad-04.gif) left bottom repeat-x;	
}

/*JM PRODUCT LIST BY CAT*/
.jm-product-list-bycat {}

/*JM TABS*/

.jm-tabs {
	margin: 0;
}

.jm-tabs a { }

.tabs_content {
	overflow: visible !important;
}

.jm-tabs .jm-tab-content {
}

.jm-tab-subcontent .ja-innerdiv {
	border: 1px solid #e0e0e0;
	background: url(../images/normal-star.gif) no-repeat 10px center #e0e0e0;
	margin-bottom: 5px;
	padding-left: 40px;
}

.jm-tab-subcontent .ja-innerdiv.last {
	margin: 0;
}

/*JM SIDE NAVIGATION*/
#ja-sidenav .toggle,
#ja-sidenav .toggle:active {
	width: 15px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 20px;
	padding: 0;
	background: url(../images/arrow-cat.gif) no-repeat center center;
	color: #e0e0e0 !important;
	text-indent: 16px;
}

#ja-sidenav .toggle:hover {
	background: url(../images/arrow-cat-hover.gif) no-repeat center center;
	text-decoration: none;
}

#ja-sidenav .toggle:focus, #ja-sidenav .toggle:active {
	background: url(../images/arrow-cat-hover.gif) no-repeat center center;
	text-decoration: none;
}

#ja-sidenav li.selected .toggle {
	background: url(../images/arrow-cat-active.gif) no-repeat center center;
}

#ja-sidenav li.selected .toggle:hover {
	background: url(../images/arrow-cat-active.gif) no-repeat center center;
	text-decoration: none;
}

/*0 level*/
#ja-sidenav {
	padding: 0;
	background: #131313;
}

#ja-sidenav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #191919;
	position: relative;
	line-height: 160%;
}

#ja-sidenav li:hover {

}

#ja-sidenav li.parrent {
	background: #000;
}

#ja-sidenav li a {
	color: #666;
	display: block;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 90%;
}

#ja-sidenav li a:hover {
	background-color: #252525;
	text-decoration: none;
}

#ja-sidenav li a span {
	display: block;
	padding: 0 10px;
	margin-left: 10px;
}

#ja-sidenav li a li a {
	font-weight: normal;
}

#ja-sidenav li.active a,
#ja-sidenav li.selected a {
	text-decoration: none;
	color: #e0e0e0;
}

#ja-sidenav li.selected.parent {
	padding: 8px 0 0 0;
}

#ja-sidenav li.over,
#ja-sidenav li.selected,
#ja-sidenav li.active {}

/*1st level and upper*/
#ja-sidenav li ul {
	padding: 0;
}

#ja-sidenav li li {
	background: none;
	overflow: hidden;
	border-top: 1px solid #191919;
	border-bottom: none;
}

#ja-sidenav li li a,
#ja-sidenav li.selected li a,
#ja-sidenav li.active li a,
#ja-sidenav li li.active li a  {
	color: #666;
	display: block;
	outline: none;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-indent: 0;
	line-height: 30px;
	font-size: 90%;
}

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

#ja-sidenav li li.active a {
	color: #e0e0e0;
}

#ja-sidenav li li.last a {
	border: none;
}

#ja-sidenav li li a span {
	background:url(../images/arrow-1.gif) left 12px no-repeat;
}

#ja-sidenav li ul ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333;
}

#ja-sidenav li ul ul li {
	border: none;
}

#ja-sidenav li li li a,
#ja-sidenav li.selected li li a,
#ja-sidenav li li.active li li a {
	padding: 0 0 0 40px;
	background-position: 30px center;
}

#ja-sidenav li li li.active a {
	font-weight: bold;
}

#ja-sidenav li li li a:hover,
#ja-sidenav li li li a:focus,
#ja-sidenav li li li a:active,
#ja-sidenav li.selected li li a:hover,
#ja-sidenav li.selected li li a:focus,
#ja-sidenav li.selected li li a:active,
#ja-sidenav li li.active li li a:hover,
#ja-sidenav li li.active li li a:focus,
#ja-sidenav li li.active li li a:active,
#ja-sidenav li li li.active a {
	color: #e0e0e0;
	background-image: url(../images/bullet1-hover.gif);
}

/* Ja Tool Box */
.jm-open {
	position: absolute;
	background: url(../images/open-bot.gif) no-repeat left top;
	text-indent: 15px;
	right: 20px;
	color: #666;
	cursor: pointer;
	width: 42px;
	height: 27px;
	line-height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

.jm-open.show {
	background-image: url(../images/close-bot.gif);
}

.ja-bot { position: relative; z-index: 11; }

.ja-bot .jm-open {
	top: 0;
	z-index: 9999;
}

/* Returns */
#oar_widget_orders_and_returns_form {
	margin-top: 20px;
}

ul.form-alt li {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Billing */
.billing-agreements .box-title {
	text-align: left;
}