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

body#bd {
	background: url(../images/header-bg-evoks.gif) repeat-x top #fff;
	/*color: #4f4f4f;*/
	color: #333;
}

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

a:hover, a:active, a:focus {
	color: #B7AF88;
	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;}

/* Hr */

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

/*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,
.catalog-listing .add-to,
.ratings, .ratings-list td.label,
table.pager, table.view-by,
.widget-btn, .validation-advice, .required,
#track_hint {
	font-size: 92%;
	line-height: 1.5;
}

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

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

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

.form-button, .form-button-disable,
.button {
	/*background: url(../images/form-nikri-button-left-bg.gif) no-repeat left center;
	color: #4f4f4f;
	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: 0 0 0 5px !important;*/
	-webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: #000 0 1px 2px;
	cursor:pointer;
	display:inline-block;
	font:12px/100% Arial,Helvetica,sans-serif;
	margin:10px 2px;
	outline:medium none;
	padding:0.2em 1em 0.22em;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	vertical-align:center;
	background: #6b587f;
	background:-moz-linear-gradient(center top , #917ea5, #6b587f) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom, left top , from(#917ea5), to(#6b587f)) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#917ea5, #6b587f);	
	border:1px solid #503E63;
	color:#f1ebf6;
	behavior: url(/media/pie.htc);
}

.form-button-gray, .button-gray {
	-webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: #000 0 1px 2px;
	cursor:pointer;
	display:inline-block;
	font:12px/100% Arial,Helvetica,sans-serif;
	margin:10px 2px;
	outline:medium none;
	padding:0.2em 1em 0.22em;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	vertical-align:center;
	background: #eee;
	background:-moz-linear-gradient(center top , #cccccc, #eeeeee) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom, left top , from(#cccccc), to(#eeeeee)) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#cccccc, #eeeeee);	
	border:1px solid #aaaaaa;
	color:#666;
	behavior: url(/media/pie.htc);

}

.form-button-alt {
-webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 0.5em 0.5em 0.5em 0.5em;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
cursor:pointer;
display:inline-block;
font:14px/100% Arial,Helvetica,sans-serif;
margin: 5px 2px;
outline:medium none;
padding:0.5em 2em 0.55em;
text-align:center;
text-decoration:none;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
vertical-align:baseline;
background: #51b42b;
background:-moz-linear-gradient(center top , #5abe34, #51b42b) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear,left bottom, left top , from(#5abe34), to(#51b42b)) repeat scroll 0 0 transparent;
-pie-background: linear-gradient(#5abe34, #51b42b);	
border:1px solid #4aab26;
color:#eff7ec;
behavior: url(/media/pie.htc);
}



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

.mini-cart button{

	-webkit-border-radius:0;
	-webkit-box-shadow:0;
	-moz-border-radius:0;
	-moz-box-shadow:0;
	cursor:pointer;
	display:inline-block;
	font:12px/100% Arial,Helvetica,sans-serif;
	margin:10px 2px;
	outline:medium none;
	padding:0.2em 1em 0.22em;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	vertical-align:center;
	background: none;
	border:0;
	color:#f1ebf6;
	padding: 10px;
}

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

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

/*.button span span {
	background: none !important;
	padding: 0;
} */

.form-button:hover,
.form-button:active,
.form-button:focus,
.button:hover,
.button:active,
.button:focus {
	/* background: url(../images/form-nikri-button-left-bg-hover.gif) no-repeat left center; */
	background: #503e63;
	background:-moz-linear-gradient(center top , #615073, #503e63) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom, left top , from(#615073), to(#503e63)) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#615073, #503e63);
	behavior: url(/media/pie.htc);
}

.form-button-alt:hover,
.form-button-alt:active,
.form-button-alt:focus {
	background: #4aab26;
	background:-moz-linear-gradient(center top , #55b531, #4aab26) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom, left top , from(#55b531), to(#4aab26)) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#55b531, #4aab26);		
	-moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	behavior: url(/media/pie.htc);
}

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

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

optgroup { font-weight: bold; }

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

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

/* HEADER
--------------------------------------------------------- */
#ja-header {}

#ja-header .main {
	line-height: normal;
	position: relative;
	z-index: 99;
	/* background: url(../images/header-bg.jpg) repeat-x bottom #342544; */
	/* background: #FFF; */
	color: #eee;
	/* padding-top: 30px; */
}

.creditcards {position: absolute; right: 160px; bottom: 10px;}

* html #ja-header .main {
	background-image: url(../images/header-bg.jpg);
}

/*Logo---*/
h1#logo {
	/* margin: 15px 0 15px 15px; */
	padding: 15px 30px;
	margin: 0;
	float: left;
}

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

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

/*Quick Access---*/
.quick-access {
	position: absolute;
	top: 0;
	height: 1px;
	line-height: 30px;
	width: 100%;
	color: #333;
	/* background-color: #eee;
	 border-bottom: 1px solid #ddd; */
	left: 0;
}

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

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

.shop-access {
	display:block;
	float:right;
	height:30px;
	line-height:18px;
	position:absolute;
	right:0;
	top:18px;
}

.shop-access a { color: #621A67; }

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

.shop-access ul { display: block; width: 140px;}

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

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

/*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 {
	float: right;
	z-index: 1000;
	margin-top: 5px;
	margin-right: 10px;
}

#search_mini_form {}

#ja-search legend { display: none; }

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

#ja-search input {
	margin: 0;
}

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

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

.search-autocomplete ul {
	background: #f5f5f5 repeat-x bottom;
	border:1px solid #ccc;
	-moz-box-shadow: 0 3px 3px #ccc;
}

.search-autocomplete li {
	border-bottom: 1px solid #ccc;
	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: #FFF; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {background-color: #503E63; border-top: 1px solid #746582; border-bottom: 1px solid #41324f; }


#ja-mainnav .main {/* background-color: #503E63; */}

#ja-mainnav li.nav-home {
	border-left: 0 !important;
}

#headertwo {
	padding: 0 0 15px 0;	
}

#headertwo .main{
	background: #EEE; /* for non-css3 browsers */
	
	padding: 3px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#efefef'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#efefef)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #dbd7c6,  #efefef); /* for firefox 3.6+ */
	-moz-border-radius-bottomleft: 5px;
 	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; /* bottom left corner */
	-webkit-border-bottom-right-radius:5px; /* bottom right corner */
 	border-radius-bottomleft: 5px;
 	border-radius-bottomright: 5px;
}

/* CONTAINER
--------------------------------------------------------- */
.main {
	/* border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff; */
}

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

#ja-container .main {
	padding-top: 15px;
	/* background: #FFFFFF; */
}

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

#ja-container .main frontNIKRI {
	padding: 0;
}

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

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

/*breadcrums---*/
#ja-pathway {}

#ja-pathway .main {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

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

#ja-pathway a {}

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

#ja-pathway ul {
	display: inline;
}

#ja-pathway li {
	display: inline;
}

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

.bread-main {background: #fdfdfd; border-top: 1px solid #ddd;}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	color: #B08CB3;
	line-height: normal;
	background-color: #EEE;
	border-top: 1px dotted #503E63;
/*	background-color: #503E63; */
}

#ja-footer .main {
	/* background: url(../images/pat-1.gif) #4f4f4f; */
/*	background-color: #503E63; */
	/* background-color: #EEE;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color:#503E63; */
}

#ja-footer a {
/*  color: #999; */
	color: #B08CB3;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
/*	color: #fff; */
	color: #503E63; 
/*	text-decoration: underline; */
	text-decoration: none;
}

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

#ja-footer .jm-info {
	padding: 15px 0;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#ja-topsl .teaserArea {
	float: right;
	position: relative;
	top: -10 px;
	width: 230px;
}

#ja-topsl .teaserArea .teaserBox {
	border-bottom: 1px dotted #BBBBBB;
	height: 126px;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.success {color: #25A6D5;}
.error	{color: #CC0000;}
.notice	{color: #25A6D5;}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-set .nikriHack {
	float: left !important;
	margin-left: 15px;
}

.buttons-set a {
	float: left;
}

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

.btn-checkout {}

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

.btn-checkout span {}

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

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

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

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

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

.fieldset,#billing-new-address-form fieldset {
	border: 1px solid #ddd;
	margin: 25px 0 15px;
	padding: 15px;
}

.fieldset .legend,
#billing-new-address-form fieldset .legend {
	background: #FFFFFF;
	color: #666;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -28px 0 0;
	padding: 4px 8px;
}

.fieldset li,
#billing-new-address-form fieldset li {
	padding: 4px 8px;
}

.fieldset li.fields .field,
#billing-new-address-form fieldset li.fields .field {
	float: left;
	width: 275px;
}

.fieldset li.wide .input-box .input-text, .fieldset li.wide .input-box textarea,
#billing-new-address-form fieldset li.wide .input-box .input-text,
#billing-new-address-form fieldset li.wide .input-box textarea {
	width: 525px;
}

.fieldset li .input-text, .fieldset li select, .fieldset li textarea,
#billing-new-address-form fieldset .input-text,
#billing-new-address-form fieldset li select,
#billing-new-address-form fieldset textarea {
	width: 525px;
}

.fieldset li .input-box .input-text, .fieldset li .input-box textarea,
#billing-new-address-form fieldset li .input-box .input-text,
#billing-new-address-form fieldset li .input-box textarea {
	width: 250px;
}

.fieldset li .input-box select,
#billing-new-address-form fieldset li .input-box select {
	width: 256px;
}

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

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

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

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

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

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

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

.input-box .v-fix .month ,
.input-box .v-fix .year {
	width: 90px;
}

.input-box .v-fix {
	margin-right: 5px;
}

label.required {
	font-weight: bold;
}

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

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

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

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

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

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

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

.page-head h3, .page-head-alt h3,.page-title h1 {
	/* 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;
	padding-right: 5px;
}

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

.title-buttons  {}

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

.title-buttons  ul {
	float: right;
}

.title-buttons .button {
	margin-top: 5px;
}

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

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

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

.category-head3 {
	/* background: url(../images/boxhead-bg.gif) repeat-x bottom;
	color: #666;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	padding: 5px 0;
	margin: 0 0 0 -1px; */
}

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

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

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

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

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

.data-table th {
	color: #4f4f4f;
}

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

.data-table thead  {
}

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

.data-table tfoot tr {}

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

.data-table .cartSpecial {
	width: 100px;
}

.data-table .cartplus, .data-table .cartminus {
border: 1px solid #ddd;
background: #eee;
cursor: pointer;
}

.data-table .pm-cart {text-align: center;}
.data-table .cartplus {text-align: center; padding: 3px 5px; font-size: 8px;}
.data-table .cartminus {text-align: center; padding: 3px 5px; font-size: 8px;}
.data-table .cartplus:hover, .data-table .cartminus:hover {background: #ddd; border: 1px solid #ccc;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table.pager, table.view-by {
	width: 100%;
	background: #F2F2F2;
	color: #4f4f4f;
	border: 1px solid #ddd;
}

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

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

table.pager select {
	width: 50px;
}

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

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

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

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

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

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

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

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

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

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

td.pages li {
	padding: 0;
}

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

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

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

/*RATINGS
----------------------------------------------------------------*/
#customer-reviews dl{
	margin-top: 15px;
	padding: 0 15px;
}

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

#customer-reviews h3 {
	font-size: 100%;
	font-weight: normal;
	padding: 0 15px;
}

#customer-reviews h4 {
	margin-top: 10px;
	padding: 0 15px;
}

#customer-reviews .form-list {
	padding: 0 15px;
}

#customer-reviews .form-add {
	padding-top: 20px;
}

.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-table {
	margin: 5px 0;
}

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

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

p.rating-links {
	margin: 0;
}

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

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

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

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

.regular-price .price {
	font-weight: bold;
	color: #4f4f4f;
	font-size: 100%;
}

.add-to-box .regular-price .price {
	color:#333333;
	display:block;
	font-size:24px;
	font-weight:bold;
	width:160px;
}

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

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

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

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

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

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

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

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

a.minimal-price-link .label {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-box-bundle .price {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.add-to-links {
	margin: 0;
	display: none;
}

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

.add-to-box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #F2F2F2 url('../images/buy_now.png') no-repeat right bottom;
}

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

.add-to-box .add-to-cart label, .product-options-bottom .add-to-cart label {
	display: block;
}

.add-to-box .add-to-cart #qty, .product-options-bottom .add-to-cart #qty {
	font-size: 12px;
	height: 24px;
	text-align: center;
}

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

.add-to-box .add-to-links {
	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;
}

.button {
	margin-left: 5px;
}

.nikri {
font-size: 14px;
}

.button span span  {
/* background:url("/media/icons/cart_add.png") no-repeat scroll left center transparent; */
display:inline-block;
line-height:25px;
/* padding-left:64px; */
}

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

.tool-tip .btn-close {
	margin-bottom: 0;
	padding: 0 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 #25A6D5 ;
	cursor: help;
	text-decoration: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-reviewcount { /*review link*/
	color: #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 #ddd;
}

.block-banner {
	border: none;
	margin-bottom: 15px;
}

.block-banner #counter {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F6F8F4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0EEE8', endColorstr='#F6F8F4'); /* for IE */
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.22, rgb(221,216,202)),color-stop(0.61, rgb(248,250,247)),color-stop(0.81, rgb(240,238,232)));
	background: -moz-linear-gradient(center bottom,rgb(221,216,202) 22%,rgb(248,250,247) 61%,rgb(240,238,232) 81%);
	padding: 10px;
}

.block-banner #counter .lcdtext {
	font-size: 12px;
	text-align: center;
	text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);

}

.block-banner #counter .lcdstyle {
	padding: 15px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #e5e5ee;
	/* filter: dropshadow(color=#e5e5ee,offX=0,offY=1); */
}

/*Box Head---*/
.block .block-title {
	/* background: url(../images/boxhead-bg.gif) repeat-x left center; */
	background-color: #503E63;
	color: #eee;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 0 0 0 -1px;
}

.block .block-title h3, .block .block-title h4,
.block .block-title strong {
	font-size: 100%;
}

.block .block-subtitle  {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	background: #F2F2F2;
	margin: 0;
}

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

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

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

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

.block h3 a {
}

.block small {
	color: #4f4f4f;
}

/*Box Action---*/
.block .actions {
	padding: 8px 0;
	font-weight: bold;
	overflow: hidden;
	clear: both;
}

.block .actions a {
	float: right;
}

/*Box List---*/
.block ol {
	margin: 5px 15px;
}

.block ol li {
	margin: 0;
	padding: 12px 0;
	line-height: normal;
	border-bottom: 1px solid #ddd;
	/* text-indent: 15px; */
	overflow: hidden;
}

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

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

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

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

.block .product-names {}

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

/*Product Tags---*/
.block-tags {
}

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

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

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

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

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

/*Newsletter---*/
.block-subscribe {
	
}

.block-subscribe fieldset.content {
	
}

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

.block-subscribe .form-button-alt{
	margin-left: 5px;
}

input#newsletter {
	width: 200px;
}

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

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

/*Mini Cart---*/
#ja-cart {
	margin: 0;
	position: absolute;
	right: 150px;
	top: 15px;
	width: 245px;
	/* background: url(../images/ja-cart.gif) no-repeat left top; */
}

.mini-cart {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border: none;
	width: 100%;
	height: 80px;
	background: url(../images/icon-cart.png) no-repeat 0 center;

	/* background: url(../images/ja-cart.gif) no-repeat left bottom; */
}

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

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

.mini-cart .content {
	padding: 5px 10px 10px 75px;
	font-size: 11px;
}

.mini-cart p {
	margin: 0;
}

.mini-cart a,
.mini-cart a:hover,
.mini-cart a:active,
.mini-cart a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

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

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

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

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

.mini-cart h5 {
	padding-left: 20px;
}

.mini-cart a.orderbutton {
	border-top: 1px dotted #9C85A6;
	display:block;
	color:#FFF;
	font-weight:bold;
	height:25px;
	line-height:24px;
	text-decoration:none;
	margin-top: 5px;
	width: 130px;
}

.mini-cart a.orderbutton .basket{
	background:url(../images/bag.png) no-repeat 90px 5px;
	display:block;
}

/* .mini-cart a:hover.orderbutton span,
.mini-cart .orderbutton:focus span,
.mini-cart .orderbutton:active span{
	text-decoration: underline;
} */

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

.block-wishlist .btn-remove {
	float: left;
}

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

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

.block-wishlist .actions {
	padding: 8px 15px;
	border-top: 1px solid #ddd;
}

.block-wishlist ol li {
	text-indent: 0;
}

/*Compare Products, Orders---*/
.mini-compare-products,.block-reorder {
}

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

.mini-compare-products p,
.block-reorder p.block-subtitle {
}

.mini-compare-products p.no-item,
.block-reorder p.empty {
}

.mini-compare-products ol#compare-items li,
.block-reorder ol#cart-sidebar-reorder li {
	border-bottom: 1px solid #d0d0d0;
	border-top: none;
	text-indent: 0;
}
.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-compare-products h5 {
	background: #F2F2F2;
	border-bottom: 1px solid #DDD;
}

.mini-compare-products .actions,
.block-reorder .actions {
	border-top: 1px solid #d0d0d0;
	padding: 10px 15px;
}

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

}

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

/*Mini Product View---*/
.block-viewed ol#recently-viewed-items li {text-indent: 0; border-bottom: 1px solid #ddd; border-top: none;}
.block-viewed .block-content {
	padding: 0;
}

.block-viewed ol {
	margin: 8px 15px;
}

.block-viewed ol#recently-viewed-items li.last {
	border: none;
}

p.product-name {
	margin-bottom: 0;
	margin-top: 0;
}

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

.block-poll ul {
	margin: 8px 15px;
}

.block-poll ul li {
	padding: 8px 0;
}

.block-poll h5 {
}

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

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

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

.block-poll .actions {
	padding: 8px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.block-layered-nav .actions {}
.block-layered-nav .block-subtitle {
	font-size: 92%;
}

.block-layered-nav .block-subtitle {
	background: #25a6d5;
	color: #fff;
	margin: 0 -1px;
	padding: 5px 15px;
	font-size: 100%;
	text-transform: uppercase;
	border: none;
}

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

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

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

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

.block-layered-nav ol {
	margin: 0;
}

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

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

.block-layered-nav dd {}

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

.block-layered-nav dd.last li {padding-left: 15px;}

/* Box Hilite */

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

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

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

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

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

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

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

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

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

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

.catalog-listing .add-to {}

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

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

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

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

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

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

.listing-type-list .product-shop {
	width: 80%;
	float: left;
}

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

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

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

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

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

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

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

.listing-type-grid h5 a {
}

.listing-type-grid ol.grid-row {
	/* background: url(../images/dot-bg.gif) repeat-y; */
}

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

#hometabspro.listing-type-grid li.item {
	width: 25%;
}

.listing-type-grid li.first {}

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

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

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

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

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

.listing-type-grid .ratings a {}

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

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

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

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.tier-prices {color: #6DCA00; font-size: 1.2em;}
.tier-prices .price {} 
.tier-prices .benefit {color: #5A9632;}

.product-info-box {
}

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

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


.product-img-box { width: 300px; padding: 0; text-align: center; }

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

.product-collateral {/* border: 1px solid #ccc; */ padding-top: 10px;}

.product-collateral .padder {border: 1px solid #F2F2F2}

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

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

.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 { color: #4f4f4f; }

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

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

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

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

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

.product-img-box .discount-overlay {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 100;
}

.product-img-box .discount-overlay img {
	-ms-interpolation-mode: bicubic;
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 150%;
	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; */
	margin: 10px;
}

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

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

.product-essential .add-to-box {-moz-border-radius: 5px;
-webkit-border-radius: 5px;}

.product-essential .special-price .price-label {display: block; font-size: 12px; color: #666;}


.product-essential .price-box .special-price .price {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	display: block;
	width: 160px;
}

.product-essential .price-box .old-price {
	font-size: 10px;
}

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

.product-essential .short-description {}

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

.product-options dt {
	padding: 0;
	margin: 0 0 5px;
	width: 30%; 
	float:left; 
	clear:left;
}

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

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

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

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

.product-options dd {
	margin: 0 0 15px;
	padding: 0;
	width:65%; float:left; text-align:left;
}

.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 {clear: left;}

.product-options-bottom {
/*	padding: 10px 0px;
	background: #F2F2F2 url('../images/buy_now.png') no-repeat right bottom;;
	border: 1px solid #ddd;
	border-top: 0;
	*/	
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #F2F2F2 url('../images/buy_now.png') no-repeat right bottom;
}

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

.product-collateral .box-collateral .std {
	padding: 10px 20px;
}

.product-collateral h2 {
	border-top: 1px solid #ddd; 
	padding: 5px 0;
	margin: 0;
	font-size: 150%;
}

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

.box-collateral {
	padding: 10px 0 0 0;
}

.box-collateral h2 {
	font-size: 125%;
	padding: 10px 15px 5px 15px;
	border-top: 1px solid #ccc;
	margin-top: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f0,  #fff); /* for firefox 3.6+ */
}

/*Product Description*/
.product-collateral .product-specs {padding: 10px 20px;}

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

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

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

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

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

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

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

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

.product-collateral .box-articles { padding: 10px 20px; }
.product-collateral .box-articles ul { list-style-type: disc; }
.product-collateral .box-articles ul li { margin: 0 0 0 30px; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { width:100%; }
.product-view .box-up-sell .products-grid td { width:25%; /* padding:15px 10px 12px; */ line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; text-align: center; vertical-align: top; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; /* background:#f1ecdb; */ }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Mini Products List */
.block-content .mini-products-list {padding: 0; margin: 0;}
.block #block-related ol li {text-indent: 0;}
.mini-products-list .product-details { margin-top: -10px; }
.mini-products-list .product {position: relative;min-height:90px;}
.mini-products-list .related-checkbox {left:20px; position:absolute; top:70px;}

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

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

#customer-reviews .form-list li  {
	border: none;
}

#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;
	border-bottom: 1px solid #ddd;
}

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

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

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

.product-collateral #addTagForm .form-add .input-box {
	float: left;
}

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

.product-collateral #addTagForm .form-add label {
	width: 100%;
	display: block;
}

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

.tags-list {}

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

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

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

.box-account .details .tags ul li {
	padding: 0;
}

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

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

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

.giftmessages textarea {
	height: 100px;
}

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

.giftmessages .input-checkbox label {
	color: #25A6D5;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

td.attributes-col {}

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

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

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

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

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

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

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

.cart-collaterals .totals col {
	display: none;
}

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

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

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

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

.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 .levering {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 15px 3px 90px;
	height: 80px;
	margin-bottom: 5px;
	cursor: pointer;
}

.levering#afhentning {background: #eee url('/media/levering/afhentning.jpg') no-repeat;}
.levering#afhentning:hover {background: #eee url('/media/levering/shipping1_gave.jpg') no-repeat;}

.levering#privat {background: #eee url('/media/levering/privat.jpg') no-repeat;}
.levering#privat:hover {background: #eee url('/media/levering/shipping2_gave.jpg') no-repeat;}

.levering#erhverv {background: #eee url('/media/levering/erhverv.jpg') no-repeat;}
.levering#erhverv:hover {background: #eee url('/media/levering/shipping3_gave.jpg') no-repeat;}



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

.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: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: 23px;
	margin: 0;
}

.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,
.cart-collaterals .col2-set .discount .input-text {
	width: 250px;
}

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

}

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

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

.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 #ddd;
	padding: 15px 5px;
}

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

.cart-collaterals .col2-set .crosssell .product-details {
	width: 250px;
}

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

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

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

.cart-collaterals .col2-set .crosssell .crosssell small a {
	color: #4f4f4f;
}

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

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

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

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

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

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

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

.opc .step-title {
	background: #F2F2F2;
	border: 1px solid #ddd;
	padding: 5px 0;
}

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

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

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

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

.opc h3 {
	/* border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	text-transform: uppercase; */
	font-size: 100%;
}

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

.opc .number {
	background: #4f4f4f;
	padding: 0 4px;
	color: #FFFFFF;
	float: left;
	margin: 0 15px;
}

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

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

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

.opc .allow h2 {
}

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

/*Active box*/
.opc .active {
	border: 1px solid #ddd;
}

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

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

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

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

.opc .active .group-select {

}

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

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

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

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

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

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

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

.block-progress dl {
	margin: 0;
}

.block-progress dt {
	background: #f2f2f2;
	text-indent: 15px;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}

.block-progress dd {
	padding: 8px 15px;
}

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

.block-progress dl.complete {
	background: #252525
}

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

.block-progress dt.complete h5 {
	
}

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

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

.block-progress .content {
	text-indent: 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.button-set p.left {
	float: left;
}

#opc-review .content.button-set p{
	float: right;
} 

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

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

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

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

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

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

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

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

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

.multiple-checkout .col2-set  {
	position: relative;
}

.multiple-checkout .col2-set .col-narrow {
	width: 32%;
}

.multiple-checkout .col2-set .col-wide {
	width: 65%;
}

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

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

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

.multiple-checkout .col2-set h2.legend,
.multiple-checkout .col2-set .count-head-alt,
.multiple-checkout .col2-set h3.legend {
	border: 1px solid #ddd;
	background: #F2F2F2;
	padding: 8px;
	margin-top: 15px;
	margin-left: 0;
}

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

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

.multiple-checkout .col2-set .box-content {
	padding: 8px 15px;
}

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

.multiple-checkout .col2-set .box-title h3,
.multiple-checkout .col2-set .box-title h2{
	padding: 0;
}

.multiple-checkout .col2-set .col-wide {}

.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h2 {
	margin: 0;
	padding: 8px 0;
	float: none;
	font-size: 100%;
	color: #4f4f4f;
}

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

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

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

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

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

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

.multiple-checkout .grand-total {
	width: 65%;
	float: right;
}

.multiple-checkout .grand-total big{
	float: left;
	font-size: 180%;
}

.multiple-checkout .grand-total big .price {
	color: #25a6d5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-login .buttons-set {
	padding: 8px 13px;
	background: #F2F2F2;
	border: 1px solid #ddd;
	margin: 0 0 10px;
}

.account-login .content {
	padding: 14px 0;
}

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

.additional-row p .btn-remove {
	margin: 15px 0;
}
/*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: #4f4f4f;
	font-size: 10px;
	font-weight: normal;
}

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

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

.block-account .block-title strong {
	padding: 0 15px;
	margin: 0;
	text-align: left;
}

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

.block-account li a, .block-account li.current {
	margin: 0;
	padding: 8px 0;
	line-height: normal;
	border-top: 1px solid #ddd;
	text-indent: 15px;
	display: block;
	color: #4F4F4F;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	background: #F2F2F2;
	text-decoration: none;
}

.block-account li.current {
	background: #F2F2F2;
	font-weight: bold;
	color: #766C8D;
}

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

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

.box-account .box-head {
	border-top: 1px solid #ccc;
	margin: 0 0 15px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f0,  #fff); /* for firefox 3.6+ */
}

/* .box-account .box-head {
	background: url(../images/head-bg.gif) repeat-x left bottom #FFFFFF;
	color: #666;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 1px solid #A5A5A5;
	margin: 0 0 15px;
	text-align: right;
} */

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

.box-account h3 {
	font-size: 100%;
	color: #4f4f4f;
	float: left;
	line-height: 30px;
}

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

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

.box-account 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: #F2F2F2;
	padding: 0 8px;
	margin-top: 4px;
	color: #4f4f4f;
}

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

.box-account ol .details .product-name {
	margin: 0;
	float: none;
}

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

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

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

.box-account .details strong{
	float: left;
	margin-right: 5px;
}

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

.box-content {
	padding: 0 15px
}

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

.box-account .box-head h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 15px;
	text-align: left;
	float: left;
}

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

.ad-account-info .box-head h2 {
}

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

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

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

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

.order-access {
	padding: 10px;
}

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

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

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

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

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

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

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

.compare-products tbody.attribute-cart td.label {
	background: #f2F2F2 !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: #F2F2F2;
}

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

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

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

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

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

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

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

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

.advanced-search .input-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: #F2F2F2;
	border: 1px solid #ddd;
	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: #4f4f4f;
	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: #FFFFFF !important;
	color: #4f4f4f;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #ddd;
	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 #ddd;
	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 #ddd;
	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 #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

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

.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 .page-title {
	margin-bottom: 15px;
}

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

.box .head span.first-word { color: #4f4f4f; }

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

.category-img {
	
}

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

a.readon {
	text-align: center;
	text-decoration: none;
	color: #4f4f4f;
	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 {}

.ja-usertools-color li {
	display: block;
	width: 47%;
	font-size: 92%;
	background: none;
	float: right;
}

.ja-usertools-color li.default,
.ja-usertools-color li.brown,
.ja-usertools-color li.green_moss,
.ja-usertools-color li.orange,
.ja-usertools-color li.red {
	margin-right: 10px;
	float: left;
}

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

}

/*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 #ddd;
	padding: 8px 15px;
	
}

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

.jm-product-list .head {
	background: url(../images/head-line.gif) repeat-x left center #FFFFFF;
	color: #666;
	line-height: normal;
	display: block;
	border: none;
}

.jm-product-list .head h4 {
	font-size: 175%;
	float: left;
	background: #FFFFFF;
	padding-left: 10px;
}

.jm-product-list .catalog-listing {}

.jm-product-list ol.grid-row {}

.jm-product-list ol.last {}

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

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

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

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

.jm-products-slider-listing .head {
	background: url(../images/head-bg.gif) repeat-x left bottom #FFFFFF;
	color: #666;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 1px solid #A5A5A5;
}

.jm-products-slider-listing .head h4 {
	font-size: 92%;
	text-transform: uppercase;
}

.jm-products-slider-listing a {
	text-decoration: none;
	color: #25A6D5;
	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: 92%;
	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 #ddd; 
}

/*JM SIDE NAVIGATION*/
.mini-sidenav .head {
	border-bottom: 0;
}

.mini-sidenav .head h4 {
}

.mini-sidenav .block-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 center;
}

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

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

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

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

/*0 level*/
#ja-sidenav {
	padding: 0;
}

#ja-sidenav li {
	margin: 0;
	padding: 8px 0;
	line-height: normal;
	border-top: 1px solid #ddd;
	position: relative;
	text-indent: 15px;
	background: #FFF;
}

#ja-sidenav li a {
	color: #4f4f4f;
	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 {
	color: #4f4f4f;
	background: #eee;
}

#ja-sidenav li.over a,
#ja-sidenav li.selected a {
	color: #4f4f4f;
}

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

#ja-sidenav li li {
	border-top: 1px solid #ddd;
	text-transform: none;
	padding: 0;
	width: 100%;
	display: block;
	background: #eee;
}

#ja-sidenav li li a, #ja-sidenav li.selected li a, #ja-sidenav li li.active li a {
	padding: 8px 12px;
	color: #666;
	display: block;
	font-weight: normal;
	width: 80%;
}

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

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

#explainCVC h2 {
	margin:0px;
	padding:0px;
}

small.date {
	display:none;
}

/* Changes on the original frontend NIKRI 2010 */ 
