body {
	background: #FFFFFF;
	color: #000000;
	font: 12px/1.5 "Segoe UI", Helvetica, Arial, sans-serif;
}

body#bd {
	background: #333333;
	color: #666666;
}

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

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

a img {
	border: 0;
}

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


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

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

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #CCCCCC;
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
	color: #666666;
}

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

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 1px 2px;
}

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

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

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

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

/*Fieldset--*/
fielddset {}

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

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

/*Others--*/
address {
	font-style: normal;
	padding-left: 5px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/topbar-bg.gif) repeat-x top #333333;
}

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

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

h1#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 250%;
	width: 420px;
	height: 68px;
	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: #FFFFFF;
	text-transform: uppercase;
}

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

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

.quick-access p {
	margin: 0 10px 0 0;
	float: left;
	font-weight: bold;
}

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

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

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

.shop-access {
	float: left;
}

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

.language-switcher {
	float: right;
}

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

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

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

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

#ja-search form {
	float: right;
	text-align: right;
}

#ja-search legend {
	display: none;
}

.mini-search {
}

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

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

#ja-search .form-button{}

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

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

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

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

.search-autocomplete li.odd {}

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

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	position: absolute;
	bottom: 0;
	background: #3F3F3F;
	width: 100%;
}

/* CONTAINER
--------------------------------------------------------- */
#ja-containerwrap {
	background: #EEEEEE;
}

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

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

/*breadcrums---*/
#ja-pathway {
	background: url(../images/grad_l1.gif) repeat-x top #DDDDDD;
	padding: 5px 15px;
	margin: -15px -15px 15px;
	border-bottom: 1px solid #CCCCCC;
	line-height: normal;
	font-size: 110%;
	color: #999999;
}

#ja-pathway ul {}

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

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	background: #333333;
}


#ja-footer {
	position: relative;
	color: #666666;
	padding: 15px 0;
}

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

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

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

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

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

#ja-footer li a {}

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

#ja-footer .jm-info {}

#ja-footer .jm-legal {}
/*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: #F0A300;
	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
----------------------------------------------------------------*/
.success {color: #42A032;}
.error	{color: #CC0000;}
.notice	{color: #F0A300;}

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

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

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

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

.error-msg {
	background-color: #FCEDED;
	background-image: url(../images/msg_error.gif);
	border-color: #CC0000;
	color: #CC0000;
}

.success-msg {
	background-color: #F1F9EF;
	background-image: url(../images/msg_success.gif);
	border-color: #42A032;
	color: #42A032;
}

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

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

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

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

.buttons-set {/*Container for form buttons*/
	clear: both;
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
}

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

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

.buttons-set #add_recipient_button {
	float: right;
	margin: 0;
}

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

.button, .btn-cart,.form-button {
	background: url(../images/grad_d3.gif) repeat-x top #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 100%/normal Arial, Helvetica, sans-serif !important;
	overflow: visible;
	padding: 1px 8px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

.button span, .btn-cart span,.form-button {
	white-space: nowrap;
}

.btn-cart,.btn-update,.form-button {
	background: url(../images/grad_d1.gif) repeat-x top #0088CC;
	border: 1px solid #0088CC
}

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

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

.btn-checkout {
	background:  url(../images/btn_proceed_to_checkout.gif) no-repeat 100% 0;
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding-right: 8px;
	text-indent: -999px;
	border: none;
	width: 180px;
	height: 32px;
}

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

.btn-checkout span {}

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

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

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

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

.form-list li.additional-row {
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
}

.form-list li.additional-row .btn-remove {
	float: right;
}

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

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

.fieldset li {
	padding: 5px 0;
}

.fieldset li .field {
	float: left;
	width: 275px;
}

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

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

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

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

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

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

.form-list li .input-box .v-fix .month,
.form-list li .input-box .v-fix .year{
	width: 125px;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head, .box-title {
	line-height: 1.25em;
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3{
	float: left;
	margin: 0;
	text-align: left;
}

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

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

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

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

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

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

.title-buttons {
	line-height: 35px;
	overflow: hidden;
}

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

.title-buttons ul {
	float: right;
}

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

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

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

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

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

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

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

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

.data-table .odd td{
	background: #F7F7F7;
}

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

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

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

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

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

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

.data-table td {}

.data-table thead tr th {
	background: url(../images/grad_l1.gif) repeat-x top #DDDDDD;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Pager magento 1.4*/
.pager {
	background: url(../images/grad_l2.gif) repeat-x bottom #EDF7FC;
	width: 100%;
	margin: 2px 0;
	overflow: hidden;
}

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

/* Sorter */
.sorter {
	background: #FFFFFF;
	border: 0;
	margin: 0;
}

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

/* Toolbar */
.toolbar {}
.pager {
	background: url(../images/grad_l2.gif) repeat-x bottom #EDF7FC;
	width: 100%;
	margin: 2px 0;
	width: 100%;
	padding: 5px 0;
}

.sorter {
	background: #FFFFFF;
	border: 0;
	margin: 0;
	float: left;
	width: 100%;
	padding: 5px 0;
}

.toolbar-bottom {
	clear: both;
}

.sorter p,
.pager p,
.sorter div,
.pager div{
	margin: 0 10px;
	text-align: center;
}

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

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

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

.ratings .rating-links {
	margin: 0;
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.special-price .price {
	color: #F0A300;
	font-size: 13px;
	font-weight: bold;
}

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

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

a.minimal-price-link {
	display: block;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	color: #0088CC;
	font-weight: normal;
}

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

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

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

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

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

.price-including-tax .price {
	color: #F0A300;
	font-size: 13px;
	font-weight: bold;
}

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

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

.price-excl-tax .price {
	display: block;
}

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

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

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

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

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

.price-to {
	margin: 0;
}

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

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

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

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

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

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

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

.price-box-bundle .price {
	color: #666666;
}

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

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

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

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

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

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

/*Currency Switcher---*/
.currency-switcher {
	background: url(../images/currency_switcher_bg.gif) no-repeat;
	font-size: 1.05em;
	height: 53px;
	padding: 7px 12px 10px 12px;
}

.currency-switcher h4 {
	background: url(../images/icon_world.gif) no-repeat 0 2px;
	color: #FFFFFF;
	min-height: 21px;
	padding-left: 22px;
	text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.truncated {
	cursor: help;
}

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

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

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

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

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

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

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

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

/*Link highlights---*/
.link-wishlist {
	color: #F0A300 !important;
	font-weight: bold !important;
}

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

.link-cart  {
	color: #F0A300 !important;
	font-weight: bold !important;
}

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

.link-print {
	background: url(../images/icon_printer.gif) no-repeat left center;
	padding-left: 23px;
	color: #666666;
	line-height: 24px;
}

.link-feed {
	background: url(../images/icon_feed.png) no-repeat left center;
	padding-left: 18px;
	line-height: 24px;
}

/*===============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/
/*JM PRODUCTS LIST  BY CAT---*/
.jm-product-list,  .jm-product-list-bycat {}

.jm-product-list 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 {
	margin: 0 4px 8px;
	width: 800px;
}

.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 a.minimal-price-link {
	display: none;
}

.jm-product-list ol.grid-row {
	background: no-repeat right bottom;
}

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

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

.jm-product-list ol li,
.jm-product-list ol li {
	float:left;
	border-right: 0px solid #DDDDDD;
	margin: 0;
	padding: 8px 0;
	font-size: 92%;
	overflow: hidden;
}

.jm-product-list ol li.last,
.jm-product-list ol li .last{
	border-right: 0px solid #DDDDDD;
}

.jm-product-list .product-image {
	text-align: center;
	vertical-align: bottom;
}

.box .jm-product-list h5 {
	margin:0 4px 8px;
}

.jm-product-list  .price-form {
	text-align: right;
	margin:0 4px 8px;
}

.jm-product-list h5 {
	margin: 0 4px 8px;
	padding: 8px 10px;
	background: #333333;
}

.jm-product-list h5 a {
	color: #0088CC;
	font-size: 110%;
}


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

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.box,
.block {
	background: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.block-banner {
	border: none;
	background: none;
}

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

/*Box Head---*/
.box .head,
.block .block-title {
	background: url(../images/grad_l1.gif) repeat-x top #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	line-height: normal;
}

.box-hilite .head,
.block-hilite .block-title { /*hilite state*/
	background: url(../images/grad_d3.gif) repeat-x bottom #666666;
	border-bottom: 1px solid #333333;
}

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

.box .head h3, .box .head h4,
.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	font-size: 110%;
}

.box h5,
.block .block-subtitle {
	background:none repeat scroll 0 0 #EDF7FC;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin:-10px -10px 10px;
	padding:8px 10px;
}

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

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

.box .head br,
.block .block-title br {
	display: none;
}

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

.block .block-content ul {
	padding: 10px;
}

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

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

.block .actions a {
	float: right;
}

.block .actions button.button {
	float: left;
}

/*Box List---*/
.box ol,
.block ol {
	margin: 0;
}

.box ol li,
.block ol li {
	border-bottom: 0px solid #DDDDDD;
	margin: 0;
	padding: 8px 0;
	font-size: 92%;
	overflow: hidden;
}

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

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

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

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

.box .product-names,
.block .product-name {
	margin: 0;
}

/*Product Tags---*/
.block-tags .block-content {
	padding: 0;
}

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

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

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

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

.block-subscribe .actions{
	background: none;
	border: none;
	padding: 5px 0;
}

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


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

.block-cart .product-images {}
.block-cart .product-details {}
.block-cart .block-subtitle {
	margin-top: 10px;
}
/*Mini Wishlist---*/
.block-wishlist .actions a {
	background: url(../images/arrow.gif) no-repeat right center;
	padding-right: 10px;
}

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

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

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

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

.block-compare .empty {
	margin: 10px;
}

.block-compare ol {
	padding: 10px;
}

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

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

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

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

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

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

.block-poll  .block-subtitle {
	margin: 0;
}

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

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

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

/*Relate Products----*/
.block-related .block-content {}

.block-related p {
	margin: 10px;
}

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

.block-related .product {
	padding-left: 18px;
}

.block-related .product-image {
	position: absolute;
}

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

.block-related .related-checkbox {
	position: absolute;
	top: 30px;
	left: 0;
}

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

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

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

.block-layered-nav .block-subtitle {
	background: url(../images/grad_d1.gif) repeat-x top #0088CC;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 10px;
}

.block-layered-nav ol {
	margin: 5px 10px;
}

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

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

.block-layered-nav .narrowed-category li .label {
	background: url(../images/narrow_by_li_by.gif) no-repeat 0 3px;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
}

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

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

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

#narrow-by-list dd {}

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

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


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

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

#narrow-by-list2 dd {}

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

#narrow-by-list2 dd.last {
	background: none;
}
/* My Orders */

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

.block-reorder ol {
	padding: 10px;
}

.block-reorder .block-subtitle{
	margin: 0;
}

.block-reorder p.product-name {
	float: left;
}

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

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

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

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

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

.category-products .add-to-links {
	font-weight: bold;
	line-height: normal;
}

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

.category-products .add-to-links a.link-wishlist {
	background-image: url(../images/arrow_d1.gif);
}

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

/*List Type---*/
.products-list .item {
	border-top: 1px solid #DDDDDD;
	padding: 15px 0;
	overflow: hidden;
	clear: both;
}

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

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

.products-list .product-shop .description {}

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

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

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

/*Grid Type---*/
.products-grid h2, /*product name*/
.products-grid .product-image, /*product name*/
.products-grid .ratings, /*product rating*/
.products-grid .price-box, /*product price*/
.products-grid .btn-cart, /*addtocart btn*/
.products-grid .out-of-stock, /*oos msg*/
.products-grid .add-to, /*product link*/
.products-grid .actions {
	margin: 0 4px 8px;
}

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

.products-grid {}

.products-grid {
	border-top: 1px solid #DDDDDD;
	float: left;
	width: 100%;
}

.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 33%;
	margin: 0 !important;
	padding: 15px 0;
}

.products-grid ol.odd	{}
.products-grid li.last {border-bottom: 0;}

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

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

.products-grid .ratings a {
	text-align: center;
}

.products-grid .actions {
	margin: 10px 0;
}

.products-grid .pipe {
	display: none;
}

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

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

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

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

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

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

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 295px;
	overflow: hidden;
	position: relative;
	width: 295px;
	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 28px 0 28px;
	cursor: pointer;
}

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

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

.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 {
	font-size: 92%;
}

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

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

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

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

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

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

.product-essential .ratings {}

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

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

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

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

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

.product-essential .short-description {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-options p.required {}

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

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

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

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

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

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

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

.product-shop .product-options-bottom .price-box {}


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

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

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

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

/*Product Collateral---*/
.product-collateral .box-collateral {
	margin-bottom: 20px;
}

.product-collateral .head {
	margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.product-collateral .attribute-specs td {}

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

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

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

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

#customer-reviews dl {
	clear: both;
	padding-top: 15px;
}

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

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

#review-form {
	padding-bottom: 10px;
}

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

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

#review-form td.label {
	text-align: left;
	width: 100px;
}

#review-form .form-add{
	padding-left: 0;
	background: none;
}

#review-form input.input-text,#review-form  textarea {
	width: 450px;
}

/*tags*/
.form-add {
	background: url(../images/icon_tag_add.gif) no-repeat 0 bottom;
	display: block;
	overflow: hidden;
	padding-left: 25px;
	vertical-align: middle;
}

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

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

.product-collateral .form-add .input-box .input-text {
	width: 200px;
}

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

.product-tags {}

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

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

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

/*Gift Messages----*/
.giftmessages .gift-header {
	color: #F0A300;
	font-size: 12px;
	font-weight: bold;
}

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

.giftmessages textarea {
	height: 100px;
}

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

.giftmessages .input-checkbox label {
	color: #999999;
	font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

.cart-table tr.error {
	background: #FCEDED !important;
}

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

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

td.attributes-col {}

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

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

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

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

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

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

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

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

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

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

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

.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 .button {
	float: none;
	margin-left: 25px;
}

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

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

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

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

.cart-collaterals .col2-set .discount,
.cart-collaterals .col2-set .shipping {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding: 0 15px 10px;
}

#coupon_code {
	width: 250px;
}

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

.cart-collaterals .col2-set .discount h2, 
.cart-collaterals .col2-set .shipping h2 {
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 8px 0;
	text-indent: 38px;
	margin: 0 -15px;
	border-bottom: 1px solid #DDDDDD;
}

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

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

.cart-collaterals .col2-set .crosssell {
	border: 1px solid #DDDDDD;
}

.cart-collaterals .col2-set .crosssell h2 {
	margin: 10px 15px;
	color: #666666;
	font-size: 100%;
}

.cart-collaterals .col2-set .crosssell ul {
	margin: 10px 15px;
}

.cart-collaterals .col2-set .crosssell .add-to-links {
	margin: 0;
}

.cart-collaterals .col2-set .crosssell .add-to-links li {
	border: none;
	padding: 0;
}

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

.cart-collaterals .col2-set .crosssell li {
	border-top: 1px solid #DDDDDD;
	padding: 10px 0;
	overflow: hidden;
}

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

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

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

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

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

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

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

/*One-Page checkout---*/
.opc {}

.opc li.section {
	position: relative;
}

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

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

.opc .step {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-bottom: 0; 
	padding: 5px 20px 15px;
	margin: 0;
}

.opc .step-title {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 8px 15px;
	overflow: hidden;
}

.opc .last .step-title {
	border-bottom: 1px solid #DDDDDD;
}

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

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

.opc h2 {
	color: #999999;
	font-size: 1.05em;
	margin: 0;
	float: left;
}

.opc h4 {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2px;
	text-transform: uppercase;
}

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

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

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

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

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

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


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

.opc .allow h3 {
}

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

/*Active box*/
.opc .active .step-title {
	background: url(../images/grad_d2.gif) repeat-x top #F0A300;
	cursor: default;
	border-color: #F0A300;
}

.opc .active .step-title h2 {
	color: #FFFFFF;
}

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

.opc .active .step {
	background: #FEF9EF;
	display: block;
}

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

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

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

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

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

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

.block-progress dl {
	margin: -10px;
}

.block-progress dt {
	padding: 5px 10px !important;
	background: #EEEEEE;
	border-bottom: 1px solid #ddd;
}

.block-progress dt.complete {
	background: #FFFFFF;
}

.block-progress h4 {
	color: #666666;
	margin: 0;
	font-size: 100%;
}

.block-progress .complete h4 {
}

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

.block-progress dd.complete {
	padding: 10px;
}

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

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

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

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

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

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

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

.opc .button-set {
	margin: 0;
}

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

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

.checkout-progress li.active {
	color: #FFFFFF;
	background: #F0A300;
}

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

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

.multiple-checkout{
}

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

#shipping_method_form .col2-set .content {
	padding: 10px 15px;
}

.multiple-checkout .col2-set .legend {
	background: #EDF7FC;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 15px;
	margin: 0;
	font-size: 110%;
}

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

.multiple-checkout .col2-set .box-title {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: none;
	text-align: left;
}

.multiple-checkout .col2-set .box-title h2,
.multiple-checkout .col2-set .box-title h3 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 110%;
	color: #666666;
}

.multiple-checkout .col2-set .box-title a {}

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

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

.multiple-checkout .col2-set .col-1{
	width: 32%;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.multiple-checkout .col2-set .col-2{
	width: 63%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

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

.multiple-checkout .box {
	border: none;
}

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

#shipping_method_form .col2-set .tool-tip {
	left: -23px;
}

#shipping_method_form .col2-set .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.box-sp-methods {
	background: #FEF9EF;
	border: 1px solid #DDDDDD;
	padding: 10px;
	position: relative;
}

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

.place-order-box {
	float: right;
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/ 
#login-form .col-1, #login-form .col-2 {
	border: 1px solid #DDDDDD;
}

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

#login-form h2 {
	background-position: 15px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -15px;
	padding: 8px 0;
	text-indent: 38px;
}

#login-form .new-users h2 {
	background-image: url(../images/icon_page_white.gif);
}

#login-form .registered-users h2 {
	background-image: url(../images/icon_page_white_text.gif);
}

#login-form .buttons-set {
	border-top: 1px solid #DDDDDD;
	background: #EEEEEE;
	margin: 0;
	padding: 8px 15px;
	height: 25px;
}

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

#login-form .buttons-set a {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-account .block-title {
	background: url(../images/grad_d2.gif) repeat-x top #F0A300;
	margin: 0;
	padding: 5px 10px;
}

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

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

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

.block-account li a, .block-account li.current {
	padding: 5px 0;
}

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

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

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

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

.block-account li.current a {
	padding: 0;
}

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

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

.box-account .col2-set{
	margin: 0 15px 10px;
}

.box-account .box-head {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 10px;
	padding: 8px 15px;
	background: #EDF7FC;
}

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

.box-account .box .box-title {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-account .box-head h2 {
	background-position: 0 center;
	background-repeat: no-repeat;
	text-indent: 23px;
	margin: 0;
	font-size: 110%;
}

.ad-orders .head h4 {
	background-image: url(../images/icon_folder_table.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	text-indent: 23px;
	margin: 0;
	font-size: 110%;
	line-height: 30px;
}

.box-info .box-head h2 {
	background-image: url(../images/icon_ma_info.gif);
}

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

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

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 10px;
	background: url(../images/arrow_d2.gif) no-repeat 2px center; 
}

.address-list li {
	margin-bottom: 1em;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
#my-orders-table tfoot td, #checkout-review-table tfoot td {
	background: #EDF7FC;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Reviews---*/
.my-review-detail .product-image {
	float: left;
	width: 135px;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 538px;
}

.my-review-detail .ratings-list {
	margin-bottom: .8em;
}

.my-review-detail .ratings {
	line-height: 1.5;
}

.my-review-detail .ratings .rating-box {
	float: none;
	margin-bottom: 3px;
}

.my-review-detail .ratings .pipe {
	display: none;
}

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

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

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

.giftmessage-row {
	background: #FEF9EF;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(../images/gift-message-expand.gif);
}

.collapse {
	background-image: url(../images/gift-message-collapse.gif);
}

/*Wishlist---*/
#wishlist-table {
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: block;
}

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

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px 0;
	font-size: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.advanced-search-summary-box {
	background: #FEF9EF;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #333333;
	font-weight: bold;
	background: url(../images/arrow_d2.gif) no-repeat left 6px;
	padding-left: 8px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

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

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

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

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

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

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

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

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

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

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

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

.home-callout img {}

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


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

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

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 110%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: url(../images/grad_l1.gif) repeat-x top #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

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

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

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

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

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

/* Site Map */
.page-sitemap .links {
	margin-bottom: -30px;
	margin-left: 0;
	margin-right: 8px;
	margin-top: 0;
	text-align: right;
}

.page-sitemap .links li {
	line-height: 30px;
} 

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .pager {
	overflow: hidden;
	border: none;
	padding: 5px 10px;
	width: 98%;
}

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

/*Mis---*/
.ja-tools {
	float: right;
	padding: 3px 0 0 0;
}

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

.ja-usertools-color {
	padding-top: 1px;
}

.ja-tools li {
	display: inline;
}

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

/* ================== enhanced ======================================*/

#enhanced_option_container {
	display:block;
}

#enhanced_option_option_youtube {
	background:  url('../images/logo_youtube.gif');
	width: 35px;
	height: 16px;
	margin-top : 10px;
}

#enhanced_table{
	float : left;
}

#enhanced_option{
	width: 90px;
}

#enhanced_option_image{
	width: 90px;
	height: 90px;
	cursor: pointer;
}

#enhanced_option_option{

}

#enhanced_option_radio{
	width: 224px;
}

#enhanced_td_option{
	width: 90px;
}

#enhanced_td_photo{
	height: 45px;
}

#enhanced_label{
	float : left;
}

#qty-holder{
	float : left;
}

#enhanced_td_photo_image_1{
	background:  url('../images/photo.gif');
	width: 18px;
	height: 18px;
}


/*PRODUCT TABS */

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

ul.ja-tab-navigator {
	background: #fff url("../images/tab-bg.gif") repeat-x scroll left bottom;
}

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

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

ul.ja-tab-navigator li.active {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
}

.ja-tab-content {
	padding: 20px 0 10px;
}

ul.ja-tab-navigator li a {
	font-weight: bold;
	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: #666 !important;
	text-decoration: none;
}

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


