/* @override http://mag.divineo.co.uk/magento/skin/frontend/default/divineo/css/theme.css */

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #1D1D1D;
	color: #A5A5A5;
}

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

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

a img {
	border: 0;
}

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


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

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

/* Reset Text */

h2.product-name {
	font-size: 100%;
}

h3.product-name {
	font-size: 100%;
	margin: 0;
}

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

input.input-text {
	background: #323232;
}

select {
	background: #fff;
	color: #454545;
	border: none;
	padding: 2px;
}

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

.form-button-alt {
	background: url(../images/form-button-alt-bg.gif) repeat-x center;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
	font-weight: bold;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	border: none;
	height: 24px;
	line-height: 24px;
	padding: 0 4px;
}

.button-level .form-button-alt,
.title-buttons .button {}

.form-button-alt span {
	white-space: nowrap;
	display: block;
}

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

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

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

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

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
	background: #2D2D2D;
}

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

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

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

.main {}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(../images/header_bg.jpg) repeat-x bottom left;
	border-bottom: 1px solid #151515;
}

#ja-header .main {
	line-height: normal;
	position: relative;
	height: 120px;
	background: none;
	z-index: 99;
}

/*Logo---*/
h1#logo, div#logo-text {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 15px;
}

h1#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 200%;
	height: 50px;
	width: 263px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
}

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

div#logo-text {
	outline: none;
}

div#logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div#logo-text h1 a {
	color: #A5A5A5;
	text-transform: uppercase;
}

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

/*Quick Access---*/
.quick-access {
	float: right;
	margin: 40px 10px 0 0;
	text-align: right;
	width: 70%;
}

.quick-access li.first {
	padding-left: 5px;
}

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

.shop-access, .shop-tools {
	clear: both;
	display: block;
	line-height: 22px;
}

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

.shop-access ul { display: inline; }

.shop-access li {
	background: url(../images/sep-vline.gif) no-repeat right center;
	display: inline;
	padding-left: 5px;
	padding-right: 9px;
}

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

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

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

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

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

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

/*Mini search---*/
#ja-search {
	position: absolute;
	top: 8px;
	right: 10px;
	border: 1px solid #2D2D2D;
	text-align: left;
	z-index: 80;
	width: 245px;
}

* html #ja-search {
	top: 7px;
}

#search_mini_form {}

#ja-search legend { display: none; }

#ja-search .input-text {
	background: url(../images/icon_search.gif) no-repeat right center #F2F2F2;
	color: #757575;
	border: 1px solid #D5D5D5;
	font-weight: normal;
	padding: 2px 24px 2px 4px;
	vertical-align: middle;
	width: 140px;
}

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

#ja-search .form-button span,
#ja-search  .button span {
	background-image:  none;
}


#ja-search .title-buttons{ 
background-image: none;
}

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

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

.search-autocomplete li {
	border-bottom: 1px solid #151515;
	background:none repeat scroll 0 0 #D5D5D5;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
	clear:both;
	display:inline;
	float:left;
	width:140px;
}

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

.search-autocomplete li.odd {}

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

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav{
	bottom: 0;
	position: absolute;
	background: url(../images/mainnav-bg.gif) no-repeat right top;
}

.header-nav-container {
	margin-right: 4px; 
	background: #252525;
}

#ja-mainnav a.nav-home {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 0 0 20px;
	line-height: 30px;
	color: #454545;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 5px 0 20px;
}

#ja-mainnav a.nav-home span {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	line-height: 30px;
}

#ja-mainnav a.nav-home:hover,
#ja-mainnav a.nav-home:active,
#ja-mainnav a.nav-home:focus {
	color: #FFFFFF;
	background: url(../images/mainnav-hover.gif) no-repeat left #454545;
}

#ja-mainnav a.nav-home:hover span,
#ja-mainnav a.nav-home:active span,
#ja-mainnav a.nav-home:focus span {
	color: #FFFFFF;
	background: url(../images/mainnav-hover.gif) no-repeat right;
}

#ja-mainnav a.active,
#ja-mainnav a.active:hover,
#ja-mainnav a.active:active,
#ja-mainnav a.active:focus {
	color: #FFFFFF;
	background: url(../images/mainnav-active.gif) no-repeat left #FF9000;
}

#ja-mainnav a.active span,
#ja-mainnav a.active:hover span,
#ja-mainnav a.active:active span,
#ja-mainnav a.active:focus span {
	background: url(../images/mainnav-active.gif) no-repeat right;
}

/* CONTAINER
--------------------------------------------------------- */
#ja-container {
	position: relative;
	z-index: 1;
	border-top: 1px solid #151515;
}

#ja-container .wrap {
	background: url(../images/container-bg.jpg) repeat-x left top #252525;
}

#ja-container .main {
	background: url(../images/main-bg.jpg) repeat-x left top;
}

#ja-container .main .innerpad {
	padding: 0 10px;
}

/*main content---*/
#ja-content {position: relative;}
#ja-current-content {
	margin-bottom: 20px;
	padding:0 15px;
}

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

/*breadcrums---*/
#ja-pathway {
	background: #252525;
	color: #B5B5B4;
	width: 100%;
	border-top: 1px solid #2D2D2D;
	border-bottom: 1px solid #2D2D2D;
}

#ja-pathway .main {
	position: relative;
	padding: 10px 0;
}

#ja-pathway h4 {
	color: #ffffff;
	display: inline;
	font-size: 100%;
	background: url(../images/icon_pathway.gif) no-repeat 10px center;
	margin: 0;
	padding: 5px 5px 5px 40px;
}

#ja-pathway a {
	color: #B5B5B4;
}

#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_l1.gif) no-repeat center;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	border-top: 1px solid #333333;
	background: #1D1D1D;
	position: relative;
	color: #A5A5A5;
	line-height: normal;
}

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

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

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

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

#ja-footer .jm-info {
	padding: 20px 0;
}

#ja-footer .jm-info ul {
	margin: 0;
	padding: 0 0 5px 12px;
	float: left;
	display: block;
}

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

#ja-footer .jm-info li.last {}

#ja-footer .jm-legal {
	padding-left: 20px;
	clear: both;
}

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

div.sublogo {
	width: 90px;
	float: left;
	margin-top: 15px;
}

div.sublogo a {
	font-size: 200%;
	display: block;
	text-align: center;
	background: url(../images/logo-sub.png) no-repeat right;
	width: 88px;
	height: 42px;
	text-indent: -5000px;
}

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

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

#ja-topsl .head {
	background: url(../images/box_head.jpg) no-repeat left #A5A5A5;
	color: #B5B5B4;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #151515;
}

#ja-topsl .head h4 {
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/box_head_h4.jpg) no-repeat right;
}

/*Bottom Spotlight 1---*/
#ja-botsl1 {
	background: #FF9000;
	border-bottom: 1px solid #F8A718;
	color: #E7D3B2;
}

#ja-botsl1 .main {
	padding: 15px 0;
	background: none;
}

#ja-botsl1 li {
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat 5px 10px;
}

#ja-botsl1 a {
	color: #fff;	
}

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

#ja-botsl1 .head h4 {
	background: url(../images/line.gif) repeat-x left bottom;
	color: #fff;
	font-size: 100%;
	margin: 0 0 10px;
	padding: 5px 0;
	text-transform: uppercase;
	line-height: 30px;
}

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

#ja-botsl1 .content p {	margin: 5px 0; }

/*Bottom Spotlight 2---*/
#ja-botsl2 {
	background: #1d1d1d;
	border-bottom: 1px solid #151515;
	color: #ccc;
}

#ja-botsl2 .main {
	padding: 20px 0;
	background: none;
	font-size: 92%;
}

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

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

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

#ja-botsl2 .head h4 {
	color: #757575;
	font-size: 100%;
	line-height: 25px;
	padding: 5px 0;
	background: none;
	text-transform: uppercase;
}

#ja-botsl2 a {	color: #CCCCCC; }

#ja-botsl2 li { padding: 3px 0; }

#ja-botsl2 li a {
	background: url(../images/arrow_dark.gif) no-repeat left;
	padding-left: 10px;
}

#ja-botsl2 ul.ja-contact {
	color: #757575;
}

#ja-botsl2 ul.ja-contact li a {
	color: #F8A718;
	background: none;
	padding-left: 0;
	line-height: 15px;
}

#ja-botsl2 ul.ja-contact li {
	line-height: 20px;
}

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

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

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

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

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

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

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

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

div.ja-box-left .box .content img,
div.ja-box-center .box .content img,
div.ja-box-right .box .content img {
	padding: 4px;
	border: 1px solid #B37C20;
	background: #825306;
	margin-right: 10px;
	float: left;
} 

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

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

.success {color: #FF9000;}
.error	{color: #CC0000;}
.notice	{color: #FF9000;}

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

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

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

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

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

.f-left {
	float: left;
	margin: 0;
}

.buttons-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 0;
	text-align: left;
	border-top: 1px solid #151515;
}

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

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

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

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

.btn-checkout {}

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

.btn-checkout span {}

.btn-update {
	float: left;
}

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

.form-list li { margin: 5px 0; }

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

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

.form-list li .input-box .v-fix .input-text {
	width: 84px;
	margin-right: 5px;
}

.form-list li .input-box .v-fix select {
	width: 90px;
	margin-right: 5px;
}

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

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

.fieldset .legend {
	background: #252525;
	color: #B5B5B4;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -28px 0 0;
	padding: 4px 8px;
}

.form-list li {
	padding: 4px 8px;
}

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

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

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

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

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

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

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

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

.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	position: relative;
	width: 12em;
}

label.required {
	font-weight: bold;
}

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

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head,
.title-buttons {
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.block-title strong,
.box-head h2,
.box-title h3,.box-title h2{
	padding: 0 15px;
	margin: 0;
	text-align: left;
	line-height: 32px;
}

.head a, .inner-head a,
.block-title a,
.box-head a,
.box-title a,
.title-buttons a,
.step-title a {
	font-weight: bold;
	color: #B5B5B4;
	padding:8px;
	float: right;
}

.title-buttons .separator {
	color: #446611;
	padding: 8px 0;
	float: right;
}

/*Page heading---*/
.page-head, .page-head-alt,.page-title {
	margin: 0 -15px 15px;
	text-align: right;	
	background: #A5A5A5 url(../images/box_head.jpg) no-repeat left center;
	border-bottom: 1px solid #151515;
	color: #FFFFFF;
}

.page-head h3, .page-head-alt h3,.page-title h1 {
	background: url(../images/box_head_h4.jpg) no-repeat  right center;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 15px;
	text-align: left;
}

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

.page-head a, .page-head-alt a,.page-title a {
	float: right;
}

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

.button-level {}

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

.button-level ul,
.title-buttons ul {
	float: right;
}

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

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

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

.category-title {
	background: #A5A5A5 url(../images/box_head_hilite.jpg) no-repeat left center;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #151515;
	color: #FFFFFF;
	display: block;
	line-height: normal;
	margin: 0 -15px;
}

.category-title h1 {
	margin: 0;
	padding: 0 15px;
	text-align: left;
	background: url(../images/box_head_hilite_h4.jpg) no-repeat right center;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 32px;
}

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

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

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

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

.data-table th {
	color: #A5A5A5;
}

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

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

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

.data-table thead  {
}

.data-table thead th {background: #2D2D2D;}

.data-table tfoot tr {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Pager---*/
.page-nav {
	margin: 0 -15px;
}

table.pager, table.view-by {
	width: 100%;
	background: #454545;
	color: #B5B5B4;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #151515;
}

table.view-by {
	border-bottom: 0;
	background: #2D2D2D;
	color: #A5A5A5;
}

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

table.pager select {
	width: 50px;
}

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

table.view-by td {
}

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

table.view-by a:hover, table.view-by a:active, table.view-by a:focus {
	color: #A5A5A5;
	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%;
}

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.gif) repeat-x;
	float: left;
	height: 12px;
	margin-right: 10px;
	position: relative;
	width: 80px;
	clear: right;
}

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

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

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

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

.rating-links {
	margin: 0;
}

.rating-links a {
	color: #555555;
}

.rating-links .separator {
	color: #555555;
}

p.rating-links {
	margin: 0;
}

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

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

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

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

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

.regular-price .price {
	font-weight: bold;
	color: #fff;
	font-size: 125%;
	line-height: 34px;
}

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

.old-price .price-label {
	color: #959595;
	white-space: nowrap;
	display: none;
}

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

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

.special-price .price-label {
	color: #FF9000;
	font-weight: bold;
	white-space: nowrap;
	display: none;
}

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

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

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

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

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

a.minimal-price-link .label {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-box-bundle .price {
}

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

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

/*Product Pricing---*/
.product-pricing {
	border: 1px solid #151515;
	background: #2D2D2D;
	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;}

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

.order-info-box .box-title {
	margin: 0 0 5px;
	border-bottom: 1px solid #151515;
	padding-bottom: 5px;
}

.order-info-box .box-title h2 {
	padding: 0;
	font-size: 125%;
}

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

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

.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 label {
	float: left;
	padding: 4px 0;
}

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

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

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

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

/* Add to cart box */

.add-to-box {
	margin: 10px 0;
	padding: 10px;
	background: #1D1D1D;
	border: 1px solid #151515;
}

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

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

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

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

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

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

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

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

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

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

.truncated {
	cursor: help;
}

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

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

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

.truncated .truncated_full_value dl {
	background: #2D2D2D;
	border: 1px solid #151515;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -140px;
	top: 20px;
}

/*Link highlights---*/
.link-cart {}
.link-remove { color: #959595 !important; }

.link-print, .link-mail, .link-rss, .link-reviewwrite, .link-productalert {
	padding-left: 22px !important;
	color: #A5A5A5;
	background-position: 2px center;
	background-repeat: no-repeat;
}

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

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

.link-rss:hover,
.link-rss:focus,
.link-rss:active {
	color: #FFFFFF;
}

.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.gif) 0 0 no-repeat; 
	text-indent:-999em; 
	overflow: hidden;
	float: left;
	margin: 10px 5px;
}

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

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

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

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

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

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {
	margin-bottom: 15px;
	border: 1px solid #1D1D1D;
	border-top: none;
}

.box {
	margin-bottom: 15px;
	border-top: none;
}

/*Box Head---*/
.box .head,
.block .block-title {
	background: url(../images/box_head.jpg) no-repeat left #A5A5A5;
	color: #B5B5B4;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #151515;
}

.box .head h3, .box .head h4,
.block .block-title strong {
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/box_head_h4.jpg) no-repeat right;
	display: block;
}

.box h5,
.block .block-subtitle {
	padding: 10px 15px;
	border-bottom: 1px solid #2D2D2D;
}

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

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

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

/*Box Content---*/
.box .content,
.block .block-content {
	padding: 8px 15px;
	font-size: 92%;
}

.block p.empty {
	margin: 10px;
}

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

.box h3 a,
.block h3 a {
	color: #FFFFFF;
}

.block small {
	text-align: center;
	line-height: 32px;
	color: #555555;
}

.box small {
	text-align: center;
	line-height: 32px;
	color: #555555;
	display: block;
}

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

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

.box ol li,
.block ol li {
	border-bottom: 1px solid #252525;
	margin: 0;
	padding: 8px 0;
	overflow: hidden;
}

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

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

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

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

.block .product-names {}

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

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

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

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

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

.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus {
	color: #FF9000;
}

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

/*Newsletter---*/
.block-subscribe {
	border: none;
	margin: 0;
}

.block-subscribe fieldset.content {
	line-height: 2;
}

.block-subscribe fieldset.content legend {
	display: none;
}

/*Mini Cart---*/
.block-cart {
	border: 1px solid #1D1D1D;
	border-top: none;
}

.block-cart .block-content {
	padding: 0;
}

.block-cart .block-title {
	background: url(../images/box_head_hilite.jpg) no-repeat left #A5A5A5;
	color: #FFFFFF;
}

.block-cart .block-title strong {
	color: #FFFFFF;
	background: url(../images/box_head_hilite_h4.jpg) no-repeat right;
}

.block-cart .block-title strong span.first-word {
	color: #FFFFFF;
}

.block-cart p a {
	text-decoration: underline;
}

.block-cart p.subtotal {
	padding: 10px 15px;
	margin: -8px -15px;
}

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

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

/*Mini Wishlist---*/
.block-wishlist a {
	font-weight: bold;
}

.block-wishlist .block-content {
	padding: 0;
}

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

.block-wishlist h5 {
	display: block;
	float: none;
	margin-top: 5px;
	clear: both;
}

/*Compare Products, Orders---*/
.block-compare,
.block-reorder {
	border: 1px solid #1D1D1D;
	border-top: none;
}

.block-compare .block-content,
.block-reorder .block-content {
	padding: 0;
}

.block-compare p {}

.block-compare p.no-item {}

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

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

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

.block-compare .actions .button,
.block-reorder .actions .button {
	float: right;
}

.block-cart .summary {
	padding: 8px 15px;
}

.block-reorder p.product-name,
.block-compare p.product-name {
	margin: 3px;
}

.block-compare .btn-remove {
	margin: 3px;
}

/*Mini Product View---*/
.block-viewed .block-content {
	padding: 0;
}

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

.block-poll h5 {}

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

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

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

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

.block-related p {}

.block-related ol li {
	border-bottom: 1px solid #151515;
	position: relative;
}

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

.block-related .product-image a {
	width: 50px;
}

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

.block-related .checkbox {
	position: relative;
	z-index: 1;
	top: 20px;
}

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

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

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

.layered-nav .head {}

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

.layered-nav .actions {}
.layered-nav .border-creator {}

.layered-nav h4 {
	background: #353535;
	color: #B5B5B4;
	margin: 0;
	padding: 0 15px;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 32px;
}

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

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

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

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

.narrow-by ol {
	margin: 0;
}

.narrow-by dl {
	padding: 0;
}

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

.narrow-by dd {}

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

.narrow-by dd.last li {}

/* Box Hilite */

.hilite {
	background: url(../images/box-hilite.gif) repeat-x left bottom #1D1D1D;
	margin: 0;
	border: none;
}

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

.hilite .content {
	padding-top: 14px;
}

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

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

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

.category-products h2, /*product name*/
.category-products .product-image, /*product name*/
.category-products .desc, /*product info*/
.category-products .ratings, /*product rating*/
.category-products .form-button, /*addtocart btn*/
.category-products .out-of-stock, /*oos msg*/
.category-products .add-to-links /*product link*/ {
	margin: 0 0 10px;
}

.category-products .price-box { margin-bottom: 0; }

.category-products h2 {
	font-size: 150%;
}

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

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

.category-products .add-to-links a,
.category-products .add-to-links a.link-cart {
	background: url(../images/bullet_plus.gif) no-repeat left center;
	padding-left: 10px;
	color: #A5A5A5;
}

.category-products .add-to-links .separator {
	display: none;
}

/*List Type---*/
.products-list .item {
	padding: 15px;
	border-top: 1px solid #2D2D2D;
	margin: 0 -15px;
}

.products-list .product-image {
	float: right;
	width: 25%;
	text-align: center;
}

.products-list .product-shop {
	width: 75%;
	float: left;
}

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

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

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

.product-shop .add-to-box .add-to-links li {
	display:block;
}

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

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

.products-grid {	
	background: url(../images/line-dark.gif) no-repeat right bottom;
	margin-bottom: 0;
}

.listing-type-grid h5, /*product name*/
.listing-type-grid .product-image, /*product name*/
.listing-type-grid .out-of-stock, /*oos msg*/
.listing-type-grid .add-to, /*product link*/
.listing-type-grid .price-form,
.products-grid h2, /*product name*/
.products-grid .product-image, /*product name*/
.products-grid .out-of-stock, /*oos msg*/
.products-grid .add-to-links, /*product link*/
.products-grid .price-form  {
	margin: 0 20px 5px;
	text-align: center;
}

.products-grid .ratings /*product rating*/ {
	margin: 0 35px 15px;
	text-align: center;
}

.listing-type-grid .ratings /*product rating*/ {
	margin: 0 25px 15px;
	text-align: center;
}

.listing-type-grid .price-box /*product price*/,
.products-grid .price-box /*product price*/,
.products-list .price-box{
	float: left;
	margin: 0 0 0 10px;
	line-height: 16px;
	overflow: hidden;
}

.listing-type-grid .form-button,
.products-grid .button,
.products-list .button /*addtocart btn*/{
	margin: 2px 0 0;
	float: right;
	line-height: 40px;
	padding: 0;
}

.price-form {
	background: url(../images/price-form.gif) no-repeat;
	height: 34px;
	width: 180px;
	margin-bottom: 0;
}

.listing-type-grid h5,
.products-grid h2 {
	font-size: 100%;
}

.listing-type-grid h5 a,
.products-grid h2 a {
	color: #A5A5A5;
}

.listing-type-grid ol.grid-row,
.products-grid ol.grid-row {
	background: url(../images/line-dark.gif) no-repeat right bottom;
}

.listing-type-grid li.item,
.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 33%;
	padding: 15px 0 !important;
	border-right: 1px solid #2D2D2D;
}

.listing-type-grid li.first,
.products-grid li.first {}

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

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

.listing-type-grid .product-image,
.products-grid .product-image {
	vertical-align: bottom;
	display: block;
}

.product-image img {
	padding: 4px;
	background: #151515;
	border: 1px solid #2D2D2D;
}

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

.products-grid .rating-box {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.listing-type-grid .rating-links {
	clear: both;
	margin-top: 5px;
}

.listing-type-grid .ratings a,
.products-grid .ratings a {}

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

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

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

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {
	margin: 0 -15px;
}

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

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

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

.product-essential .product-shop { width: 390px; padding-top: 20px;}

.product-collateral {}

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

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

.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 30px 0 70px;
	cursor: pointer;
}

.zoom #track {
	height: 20px;
	position: relative;
}

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

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

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

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

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

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

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

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

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

.product-essential .product-name h1 {
	font-size: 100%;
}

.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 h2 {
	margin: 15px 0 5px;
	font-size: 100%;
	text-transform: uppercase;
	color: #959595;
}

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

.product-essential .short-description {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

.product-options dd select {}

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

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

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

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

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

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

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

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

.product-options p.required {}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Product Collateral---*/
.product-collateral .box-collateral {
	padding: 0 15px 15px;
}

.product-collateral h2 {
	border-top: 1px solid #151515; 
	border-bottom: 1px solid #151515;
	line-height: 32px;
}

.product-collateral .box-collateral h2 {
	margin: 10px 0;
	font-size: 100%;
	text-transform: uppercase;
	padding-left: 0;
}

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

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

.product-collateral .box-collateral label {
	margin: 10px 0 5px;
	font-size: 100%;
	display: block;
}

.product-collateral .box-collateral dl {
	margin: 10px 0;
}

/*Product Description*/
.product-collateral .std {padding: 8px 0;}

/*Additional Information*/
.product-collateral .box-additional table {
	border: 1px solid #151515;
}

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

.product-collateral .box-additional .odd td,
.product-collateral .box-additional .odd th {
	background: #2D2D2D;
	border-bottom: 1px solid #151515;
}

.product-collateral .box-additional .even td,
.product-collateral .box-additional .even th {
	background: #252525;
	border-bottom: 1px solid #151515;
}

.product-collateral .box-additional .data {}

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

.product-collateral .box-up-sell .products-grid {
	margin: 0;
	width: 100%;
}

.product-collateral .box-up-sell .products-grid td {
	width: 33%;
	text-align: center;
	vertical-align: top;
	border: none;
	padding: 0;
}

.product-collateral .box-up-sell .products-grid .price-box {
	float: none;
	margin: 0;
}

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

.product-collateral .box-up-sell .products-grid .rating-box {
	margin: 0 auto;
	float: none;
}

.product-collateral .box-up-sell .products-grid .ratings {
	margin: 0;
}


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

#customer-reviews li {
	margin-bottom: 15px;
	padding: 0;
}

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

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

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

#product-review-table td,
#product-review-table th {
	text-align: center;
}

#product-review-table th {
	text-align: left;
	width: 100px;
}

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

.box-reviews .form-list li .input-box textarea {
	height: 175px;
}

.box-reviews .buttons-set .button {
	float: left;
}

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

.product-collateral #addTagForm .input-box,
.product-collateral .add-tag-box fieldset {
	float: left;
	width: 205px;
}

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

.product-collateral #addTagForm .button {
	margin-left: 5px;
}

.tags-list,
.product-tags {}

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

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

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

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

.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 {
	color: #FF9000;
	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: #959595;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.shopping-cart tr.error {
	background: #E7D3B2 !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 #151515;
	float: right;
	margin-top: 20px;
	width: 25%;
	padding: 0;
}

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

.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 #151515;
	border-bottom: 1px solid #151515;
	padding: 5px 15px;
}

.cart-collaterals .totals tfoot td .price {
	color: #FF9000;
}

.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 img {
	width: 135px;	
}

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

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

.tax-total td {}

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

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

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

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

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

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

.cart-collaterals .col2-set .discount,
.cart-collaterals .col2-set .shipping {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #1D1D1D;
}

.cart-collaterals .col2-set .discount .button,
.cart-collaterals .col2-set .shipping .button {
	margin-left: 5px;
}

.cart-collaterals .col2-set .discount .input-box {
	float: left;
}

.cart-collaterals .col2-set .discount .buttons-set {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	clear: none;
}

.cart-collaterals .col2-set .shipping .buttons-set {
	padding: 0;
	margin: 0;
	border: none;
}

.cart-collaterals .col2-set .shipping .buttons-set .button {
	float: left;
	margin: 0;
}

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

.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 .shipping .input-text {
	width: 250px;
}

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

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

.cart-collaterals .col2-set .crosssell {}

.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 {
	border-top: 1px solid #151515;
	padding: 15px 5px;
}

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

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

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

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

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

.cart-collaterals .col2-set .crosssell .product-details .add-to-links li{
	background: url(../images/arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	border: none;
}

.cart-collaterals .col2-set .crosssell .product-details .add-to-links li .separator {
	display: none;
}

h3.product-name {
	font-size: 100%;
	margin: 0;
	border: none;
	text-transform: none;
}

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

.opc li.section {
	position: relative;
	margin: 5px 0;
}

.opc fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

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

.opc .step {
	background: #FFFFFF;
	border: 0;
	padding: 15px;
	margin: 0;
}

.opc .step-title {
	background: #2D2D2D;
	border: 1px solid #151515;
	padding: 8px 15px;
}

.opc .step-title .number {
	float: left;
	line-height: normal;
	margin-right: 5px;
}

.opc .step-title h2 {
	margin: 0;
	float: left;
}

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

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

.opc h2 {
	color: #959595;
	font-size: 1.05em;
}

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

.opc h3.product-name {
	font-size: 100%;
	margin: 0;
	border: none;
	text-transform: none;
}

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

.opc .number {
	background: #959595;
	padding: 0 4px;
	color: #151515;
}

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

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

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

.opc .allow h2 {}

.opc .allow .number {
	background: #FF9000;
	border: 1px solid #FF9000;
	color: #FFFFFF;
}

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

.opc .active h2 {
	color: #FFFFFF;
}

.opc .active .number {
	background: #FFFFFF;
	border: 1px solid #FF9000;
	color: #FF9000;
}

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

.opc .active .fieldset {}

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

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

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

.block-progress .block-content {
	padding: 0;
}

.block-progress dl {
	margin: 0;
}

.block-progress dt {
	padding: 8px 15px !important;
	background: #2D2D2D;
	border-bottom: 1px solid #151515;
}

.block-progress dd.complete {
	background: #252525;
	padding: 8px 15px;
}

.block-progress dt{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
}

.block-progress dt.complete{}

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

.block-progress h5 .pipe {
	display: none;
}

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

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

.block-progress .box-no-padding .inner-box {
	padding: 0px 20px;
}

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

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

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

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

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

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

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

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

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

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

.checkout-progress li.active {
	color: #FFFFFF;
	background: #FF9000;
	width: 19%;
}

/*Multiple Addresses checkout---*/
.multiple-checkout h2 {
	font-size: 100%;
	margin-bottom: 15px;
}

.multiple-checkout {
	position: relative;
}

.multiple-checkout .col2-set {
	margin: 20px 0 10px;
	clear: both;
	border: 0;
	border: 1px solid #151515;
}

.multiple-checkout .legend {
	background: #333333;
	color: #CCCCCC;
	font-size: 115%;
	float: left;
	margin-bottom: 0;
	margin-top: -10px;
	padding: 2px 8px;
}

.multiple-checkout .col-1,
.multiple-checkout .col-2 {}

.multiple-checkout .col-1 {
	width: 32%;
	padding: 15px 0 15px 8px;
}

.multiple-checkout .col-2 {
	width: 65%;
	padding: 15px 8px 15px 0;
}

.multiple-checkout h2.legend,
.multiple-checkout h3.legend {
	background: #2D2D2D;
	padding: 8px;
	float: none;
	margin: 0;
}

.multiple-checkout h2.legend {
	border-bottom: 1px solid #151515;
}

.multiple-checkout h3.legend {
	margin: 20px 8px 0 8px;
	border: 1px solid #151515;
}

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

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

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

.multiple-checkout .col-wide h3 {
	border-bottom: 1px solid #151515;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
	font-size: 100%;
	line-height: 32px;
}

.multiple-checkout .col-wide h3.product-name {
	border: none;
	line-height: normal;
	padding: 0;
	margin: 0;
} 

.multiple-checkout .box-title h4{
	padding: 0;
}

.multiple-checkout .box-title h3,
.multiple-checkout .box-title h2,
.multiple-checkout .box-title h4 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 100%;
	text-align: left;
}

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

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

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

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

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

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

.multiple-checkout .buttons-set {
	 border: none;
}

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

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

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

.box-sp-methods {
	background: #2D2D2D;
	border: 1px solid #151515;
	padding: 10px;
	position: relative;
}

.box-sp-methods .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

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

.place-order big {
	font-size: 200%;
}

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

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

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

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

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

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

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

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

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

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

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/
#login-form {}

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

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

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

#login-form .buttons-set {}

#login-form .content {}

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

/*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: #959595;
	font-size: 10px;
	font-weight: normal;
}

#add_recipient_button {
	margin: 0;
}

.additional-row p {
	float: right;
	margin: 0;
}

#recipients_options label.required {
	line-height: 20px;
	display: block;
}

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

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

.block-account .block-title {
	background: #A5A5A5 url(../images/box_head.jpg) no-repeat left center;
	margin: -1px 0 0;
}

.block-account .block-title strong {
	color: #FFFFFF;
}

.block-account ul {}
.block-account li {}

.block-account li a, .block-account li.current {
	border-bottom: 1px solid #151515;
	display: block;
	padding: 8px 15px 9px;
	color: #A5A5A5;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/arrow-cat.gif) no-repeat right center;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	color: #A5A5A5;
	background: url(../images/arrow-cat.gif) no-repeat right center #2D2D2D;
}

.block-account li.current {
	background: url(../images/arrow-cat.gif) no-repeat right center #454545;
	font-weight: bold;
	color: #B5B5B4;
}

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

/*Dashboard---*/
.box-account {
	padding: 0 15px 15px;
	margin: 0 -15px;
}

.box-account .box-head {
	background: #A5A5A5 url(../images/box_head.jpg) no-repeat left center;
	border-bottom: 1px solid #151515;
	color: #FFFFFF;
	margin: 0 -15px 15px;
	text-align: right;
}

.box-account .box-title {
	background: #454545;
	color: #B5B5B4;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
}

.box-account h3 {
	font-size: 100%;
	color: #CCCCCC;
	float: left;
}

.box-account h4 {
	text-transform: uppercase;
	font-size: 100%;
}

.box-account .box-head a {
	color: #A5A5A5;
}

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

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

.box-account ol .number {
	float: left;
	font-size: 150%;
	font-weight: bold;
	background: #2D2D2D;
	padding: 0 8px;
	margin-top: 4px;
	color: #959595;
}

.box-account ol .details {
	margin-left: 35px;
}

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

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

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

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

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

.box-account .content { padding: 0; }
.box-account .ratings{ margin: 0; clear: both; }

.box-account .ratings strong,
.box-account .tags strong {
	float: left;
}

.box-account .ratings .rating-box {
	margin: 0 0 0 10px;
}

.box-account .tags {
	clear: both;
}

.box-account .tags ul {
	float: left;
	margin: 0 0 0 10px;
}

.box-account .tags ul li {
	margin: 0;
	display: inline;
}

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

.welcome-msg {
	padding: 0 15px;
}

.box-account .box-head h2 {
	font-size: 92%;
	text-transform: uppercase;
	background: url(../images/box_head_h4.jpg) no-repeat right center;
}

.box-recent .box-head h2 {
	background-image: url(../images/icon_folder_table.gif);
	background-position: 10px center;
	float: left;
	padding-left: 30px;
}

.box-info .box-head h2 {}

.box-tags .box-head h2 {
	background-image: url(../images/icon_ma_tags.gif) !important;
	background-position: 10px center;
	float: left;
	padding-left: 30px;
}

.box-reviews .box-head h2 {
	background-image: url(../images/icon_ma_reviews.gif);
	background-position: 10px center;
	float: left;
	padding-left: 30px;
}

.box-info p, .box-info address, .box-info h4 {
	margin: 10px 8px;
}

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

.order-info,.order-date {
	padding: 10px;
	margin: 0;
}

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

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

/*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 #151515;
	border-right: 1px solid #151515;
}

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

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

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

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

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

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

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

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

.compare-products tr.last td {
	border-bottom: 1px solid #151515 !important;
}

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

.my-review-detail .ratings a {
	display: block;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #2D2D2D;
}

.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.link-remove {
	display: block;
}

#wishlist-table textarea {
	width: 95%;
	height: 175px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.advanced-search-summary-box {
	background: #2D2D2D;
	border: 1px solid #151515;
	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: #A5A5A5;
	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 */
}

/*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: #252525 !important;
	color: #A5A5A5;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #A5A5A5;
	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 #151515;
	padding-bottom: 15px;
}

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

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

.home-callout img {}

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

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

.best-selling h3 {
	background: #151515;
	border-bottom: 1px solid #151515;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.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: #151515;
	border-bottom: 1px solid #151515;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

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

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

/*==============================================================*/
/*Mis---*/
span.first-word { color: #ff9000; }

.jm-slide-mask {
	position: absolute;
	right: 0px;
	top: -32px;
	height: 57px;
	width: 57px;
	z-index: 99;
	background: url(../images/new.png) no-repeat;
}

.category-image {
	height: 150px;
	margin: 0 -15px;
}

.widget-btn {
	vertical-align: middle;
	padding-right: 2px;
}

a.readon {
	text-align: center;
	text-decoration: none;
	color: #A5A5A5;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/arrow-readon-1.png) no-repeat left 2px;
	padding-left: 12px;
	font-size: 92%;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow-readon-2.png) no-repeat left 2px;
}

div.ja-innerdiv {
	padding: 6px 0 7px;
	background: url(../images/dot-h.gif) repeat-x bottom;
}

.ja-tools { float: left; margin-top: 12px; }

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

.ja-usertools-color {margin-top: 2px;}

.ja-usertools-color li {
	display: block;
	float: left;
	width: 50%;
	background: none;
}

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

.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

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

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

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

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

/*JM PRODUCTS LIST*/
.jm-product-list {
}

.jm-product-list .head {
	background: url(../images/box_head.jpg) no-repeat left #A5A5A5;
	color: #B5B5B4;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #151515;
	margin: 0 -15px;
}

.jm-product-list .head h4 {
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/box_head_h4.jpg) no-repeat right;
}

.jm-product-list .catalog-listing {

}

.jm-product-list ol.grid-row {
	background: url(../images/line-dark.gif) no-repeat right bottom;
}

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

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

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

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

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {}

#ja-topsl .jm-products-slider-listing .head {
	background: url(../images/box_head_hilite.jpg) no-repeat left;
	color: #fff;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #151515;
}

#ja-topsl .jm-products-slider-listing .head h4 {
	font-size: 92%;
	text-transform: uppercase;
	background: url(../images/box_head_hilite_h4.jpg) no-repeat right;
}

.jm-products-slider-listing a {
	text-decoration: none;
	color: #d4be00;
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin-bottom: 5px;
}

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

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

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

/*JM SIDE NAVIGATION*/
.mini-sidenav .head{
	background: url(../images/box_head_hilite.jpg) no-repeat left;
	color: #FFFFFF;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #151515;
}

.mini-sidenav .head h4{
	font-size: 92%;
	text-transform: uppercase;
	background: url(../images/box_head_hilite_h4.jpg) no-repeat right;
}

.mini-sidenav .head h4 span.first-word {
	color: #FFFFFF;	
}

.mini-sidenav .content {
	padding: 0;
}

#ja-sidenav .toggle,
#ja-sidenav .toggle:active {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0;
	background: url(../images/arrow-cat.gif) no-repeat right center;
}

#ja-sidenav .toggle:hover {
	background: url(../images/arrow-cat-hover.gif) no-repeat right center;
	text-decoration: none;
}

#ja-sidenav .toggle:focus, #ja-sidenav .toggle:active {
	text-decoration: none;
}

#ja-sidenav li.selected .toggle {
	background: url(../images/arrow-cat-active.gif) no-repeat right center;
}

#ja-sidenav li.selected .toggle:hover {
	background: url(../images/arrow-cat-active-2.gif) no-repeat right center;
	text-decoration: none;
}

/*0 level*/
#ja-sidenav li {
	text-transform: uppercase;
	margin: 0;
	padding: 8px 0;
	text-indent: 15px;
	line-height: normal;
	border-bottom: 1px solid #2D2D2D;
	position: relative;
}

#ja-sidenav li a {
	color: #A5A5A5;
	line-height: normal;
	font-weight: bold;
}

#ja-sidenav li a:hover, #ja-sidenav li a:active {
	text-decoration: none;
}

#ja-sidenav li.over,
#ja-sidenav li.selected {
	background: #454545;
}

#ja-sidenav li.selected a {
	background: #454545;
	color: #B5B5B4;
}

/*1st level and upper*/
#ja-sidenav li ul {
	padding: 5px 0;
}

#ja-sidenav li li {
	border-bottom: 0;
	text-transform: none;
	padding: 0 0 0 15px;
	text-indent: 5px;
}

#ja-sidenav li li a, #ja-sidenav li.selected li a, #ja-sidenav li li.active li a {
	padding: 2px 12px;
	background: url(../images/arrow.gif) no-repeat left center;
	color: #A5A5A5;
	display: block;
	font-weight: normal;
	width: 80%;
	height: 20px;
	line-height: 20px;
}

#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 {
	background: url(../images/arrow_d1.gif) no-repeat left center;
	color: #FF9000;
	text-decoration: underline;
}

#ja-sidenav li li.active a {
	font-weight: bold;
	background: url(../images/arrow_d1.gif) no-repeat left center;
	color: #FF9000;
}