/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/
/********************** Columns */
/* All */ 
.col2-set, .col3-set, .col4-set, .col5-set {
	clear: both;
}

/* Col2 */ 
.col2-set .col-1, .col2-set .col-2 {
	width: 48.5%;
} 
.col2-set .col-1 {
	float: left;
} 
.col2-set .col-2 {
	float: right;
}

/* Col2-alt */ 
.col2-alt-set .col-1 {
	width: 32%;
} 
.col2-alt-set .col-2 {
	width: 65%;
} 
.col2-alt-set .col-1 {
	float: left;
} 
.col2-alt-set .col-2 {
	float: right;
}

/* Col3 */ 
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	float: left;
	width: 31.3%;
} 
.col3-set .col-1, .col3-set .col-2 {
	margin-right: 3%;
}

/* Col4 */ 
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
	float: left;
	width: 22%;
} 
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
	margin-right: 4%;
}

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 {
	float: none !important;
	margin: 0 !important;
} 
.col3-set td.spacer {
	width: 3%;
} 
.col4-set td.spacer {
	width: 4%;
} 
.accent {
	color: #E76200;
	font-weight: bold;
}

/********************** Form */
/* Form Elements */

.form-box {
	display: block;
	padding: 1px 10px !important;
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
	margin-bottom: 20px;
}

input.input-text, select, textarea {	
	font: 12px arial, helvetica, sans-serif;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	color: #666;
}

option, optgroup {
	font: 12px arial, helvetica, sans-serif;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

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

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

input.checkbox {
	margin-right: 3px;
} 
.qty {
	width: 2em;
} 
.group-select label, .form-list label, .payment-methods label {
	font-weight: bold;
}

input.input-text:focus, textarea:focus, select:focus {
	background-color: #FFF;
} 
.button-set {
	clear: both;
	margin: 0px;	
	text-align: right;
	padding: 5px 0px;
}
.button-set p {
	margin: 0px;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
} 
.form-button, .form-button-alt {
	overflow: visible;
	border: 0;
	background: transparent;
	font: bold 12px / 19px Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
} 
.form-button span, .form-button-alt span {
	float: left;
	height: 19px;
	border: 1px solid #406a83;
	padding: 0 8px;
	font: bold 12px / 19px Arial, Helvetica, sans-serif;
	background: #91c1cb url(../images/bkg_btn.gif) 0 100% repeat-x;
	white-space: nowrap;
	color: #fff;
}
.hidden-submit {
	overflow: visible;
	border: none;
	background: transparent;
	font-size: 0px;
	width: 0px;
	height: 0px;
}  
.btn-checkout {
	display: block;
	float: right;
	background: transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
	font-size: 15px;
	font-weight: bold;
	padding-right: 8px;
} 
.btn-checkout, .btn-checkout:hover {
	color: #fef5e5;
	text-decoration: none;
} 
.btn-checkout span {
	display: block;
	padding: 0 17px 0 25px;
	background: transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
	line-height: 40px;
}

/* Form lists */ 
.form-list li {
	padding-bottom: 5px;
} 
.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;
} 

.group-select {
	margin: 20px 10px !important;
	border: 1px solid #EEE;
	background-color: #F5F5F5;
} 
.group-select .legend {
	font-weight: bold;
	font-size: 16px;	
	padding: 5px 10px;
	margin: 0px;
	color: #38bcf8;				
} 
.group-select ul {
	padding: 5px 15px 10px 15px;	
}
.group-select li {
	padding: 4px 0px;	
} 
.group-select li .input-box {
	float: left;
	width: 275px;
} 
.group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 525px;
} 
.group-select li .input-box .input-text, .group-select li .input-box textarea {
	width: 250px;
} 
.group-select li .input-box select {
	width: 256px;
}
.group-select p.required {
	margin: 0px 15px 15px 15px;
}

.fieldset-aligned {
	margin: 0px 15px;
}

/* Form Messages */ 
.validation-advice, .required {
	color: #38bcf8 !important;
} 
.validation-advice {
	clear: both;
	min-height: 15px;
	margin-top: 3px;
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
	padding-left: 17px;
	font-size: .95em;
	font-weight: bold;
	line-height: 1.25em;
} 
.validation-failed {
	border: 1px dashed #EB340A !important;
	background: #faebe7 !important;
}

label.required {
	font-weight: bold;
}

p.required {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

/********************** Messages  */ 
.success {
	color: #80c908;
} 
.error {
	color: #f26c4f;
} 
.notice {
	color: #F90;
} 
.success, .error {
	font-weight: bold;
} 
.messages {
	width: 100%;
	overflow: hidden;
} 
.error-msg, .success-msg, .notice-msg, .note-msg {
	min-height: 16px !important;
	margin-bottom: 10px !important;
	background-repeat: no-repeat !important;
	background-position: 9px 9px !important;
	padding: 11px 9px 11px 39px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: bold !important;
	border: 1px solid #EEE;
	border-bottom: 1px solid #DDD;
} 
.error-msg li, .success-msg li, .notice-msg li, .note-msg li {
	padding: 0px 0px 4px 0px;
}
.error-msg {
	color: #f26c4f;
	background-image: url(../images/ico-msg-error.gif);
} 
.success-msg {
	color: #80c908;
	background-image: url(../images/ico-msg-success.gif);
} 
.notice-msg, .note-msg {
	color: #F90;
	background-image: url(../images/ico-msg-notice.gif);
}

/********************** Headings */ 
.head, .inner-head {
	line-height: 1.25em;
	text-align: left;
} 
.head h1, .head h2, .head h3, .head h4, .head h5, .inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5 {
	margin: 0px;	
}

table h1, table h2, table h3, table h4, table h5, table h6, table .head {
	margin: 0px;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first {
	margin-top: 0px;
}

/* Page heading */ 
.page-head {
	margin: 0px 0px 25px 0px;
} 
.page-head-alt {
	margin: 0px 0px 15px 0px;
} 
.page-head, .page-head-alt {
	text-align: right;
} 
.page-head h2, .page-head-alt h2, .page-head h3, .page-head-alt h3 {
	margin: 0px;
	text-align: left;
} 
.page-head .link-feed {
	float: right;
	margin-top: 9px;
}

.button-level h3 { /* heading level with buttons */
	float: left;
	width: 55%;
} 
.button-level .right-link, .button-level .left-link {
	margin-top: 10px;
} 
.button-level .link-feed {
	float: none !important;
	font-size: 1em !important;
}

/* Category list heading */ 
.category-head {
	margin-bottom: 7px;
} 
.category-head h2, .category-head h3 {
	max-width: 100%;
	margin: 0;
	padding: 3px 0;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	font-size: 27px;
} 
.box-header {
	font-size: 1.05em;
	text-align: left;
	background: #EEEEEE none repeat scroll 0%;
	font-weight: bold;
	padding: 2px 8px;
	margin: 10px 0px
} 
.category-head .link-feed {
	float: right;
	margin-top: 10px;
	position: relative;
}

.category-description {
	margin: 10px 0px 20px 0px;
}

/********************* Tables */
.label {
	font-weight: bold !important;
}

/* Data Table */ 
.data-table {	
	width: 100%;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.data-table td {
	padding: 5px 10px;
	background-color: #FFF;	
	border-color: #DDD;
	border-style: solid;
	border-width: 0px 1px 1px 0px;	
	line-height: normal;
} 
.data-table th {
	padding: 5px 10px;
	border-color: #DDD;
	border-style: solid;
	border-width: 0px 1px 1px 0px;	
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	background-color: #EEE;
	line-height: normal;	
} 
.data-table th.wrap {
	white-space: normal;
}
.data-table tr td.last {
	border-right-width: 0px;
}
.data-table tr.last th, .data-table tr.last td {
	border-bottom-width: 0px;
}
.data-table thead tr.last th, .data-table thead tr.last td {
	border-bottom: 1px solid #BBB;
}
.data-table thead th.last {
	border-right-width: 0px;
}
.data-table tfoot tr.first th, .data-table tfoot tr.first td {
	border-top: 1px solid #BBB;
}
.data-table thead th {
	vertical-align: middle;
	padding: 2px 10px;
}
.data-table tfoot th, .data-table tfoot td {
	padding: 5px 10px;
}
/* Bundle Products */ 
.data-table tbody td .option-label {
	font-weight: bold;	
} 
.data-table tbody td .option-value {
	padding-left: 10px;
}
.data-table div {
	padding: 0px;
	margin: 0px;
} 

#super-product-table {
	margin-top: 20px;
}
#super-product-table .input-text {
	font-size: 11px;
}

.box-table td {
	padding: 10px;
} 
.box-table select {
	width: 100%;
} 
.nested-data-table th, .nested-data-table td {
	padding-top: 2px;
	padding-bottom: 2px;
} 
.generic-table td {
	padding: 0 8px
} 
.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
} 
.shipping-tracking .button-set {
	margin-top: 0;
	border: none;
	border-top: 0;
	padding-top: 0;
}

/********************** Lists */ 
.disc {
	margin-bottom: 10px;
	list-style: disc;
} 
.disc li {
	margin: 0px 0px 0px 20px !important;
}

.decimal {
	margin-bottom: 10px;
	list-style: decimal;
} 
.decimal li {
	margin: 0px 0px 0px 25px !important;
}

.latin {
	margin-bottom: 10px;
	list-style: lower-latin;
} 
.latin li {
	margin: 0px 0px 0px 20px !important;
}

.arrow {
	margin-bottom: 10px;
} 
.arrow li {
	margin: 0px 0px 0px 10px !important;
	background: url(../images/dark-arrow-pas.gif) no-repeat left 7px;
	padding-left: 10px;	
}

.summary {
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	padding: 10px;
	color: #000;
}
.summary li {
	font-weight: bold;
	line-height: 18px;
} 
ul.summary li, .summary ul li {	
	background: url(../images/dark-arrow-pas.gif) no-repeat left 7px;
	padding-left: 10px;
	margin-left: 0px !important;
}
ol.summary li, .summary ol li {
	margin-left: 25px;
}
.summary li li {
	font-weight: normal;
}
.summary ul, .summary ol {
	margin: 0px;
}
.summary ol, ol.summary {
	list-style: decimal;
}
.summary li a {
	text-decoration: none;
}
.summary li a:hover {
	text-decoration: underline;
}

ol.ordered-text {
	margin: 0px;
	list-style: decimal;
}
ol.ordered-text li {
	font-size: 20px;
	margin: 30px 0px 0px 30px;
}
ol.ordered-text li li {
	font-size: 12px;
}
ol.ordered-text li .content {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

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

.sitemap {
	padding: 15px !important;
}
.sitemap li.level-0 {
	padding-top: 5px;
}
.sitemap li.level-1 {
	padding-top: 3px;
}
.sitemap a {
	text-decoration: none;
	background-image: url(../images/dark-arrow-pas.gif); 
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 7px;	
}
.sitemap a:hover {
	text-decoration: underline;
	background-image: url(../images/reg-arrow-act.gif);
}
.sitemap .level-0 a {
	font-size: 14px;
	font-weight: bold;
	background-position: left 6px;
}
.sitemap .level-1 a {
	font-weight: bold;
}

/********************** Space Creators */ 
.no-display {
	display: none;
} 
.content-box {
	min-height: 250px;
}
 /* Set minimum height for visual presentation */ 
.content {
	padding: 20px;
	position: relative;
}
 /* Sets default padding */
.border-creator, .border-creator-full {	
	border: 1px solid #BBB;	
	border-bottom-color: #666;	
	position: relative;
	padding: 0px;		
}
.border-creator {
	border-top: none;
}
 
.actions {	
	position: relative;
} 
.separator {
	padding: 0 5px;
} 
.pipe {
	padding: 0 4px;
	font-size: .95em;
} 
.divider {
	margin: 10px 0;
	height: 1px;
	background: url(../images/dotted_divider.gif) repeat-x;
	font-size: 1px;
	line-height: 1em;
	overflow: hidden;
}

/********************** Pager */
.pager-frame {
	border-bottom: 1px solid #DDD;	
}

table.pager select, table.view-by select {
	margin: 0px 0px 0px 3px;
	font-size: 11px;	
}

table.pager option, table.view-by option {
	padding-right: 3px;
}

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

table.pager, table.view-by {
	width: 100%;
	font-size: 11px;
}

table.pager td, table.view-by td {
	border-top: 1px solid #DDD;	
	padding: 5px 10px;
	vertical-align: middle;
	background: #FFF url(../images/bg-emboss-item.gif) bottom repeat-x;
}

table.pager td {
	width: 32%;
}

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

table.pager td.pages-lone {
	padding: 4px 10px;
	white-space: nowrap;
	text-align: right;
}

.menu-inline, .menu-inline li {
	display: inline;
}

.menu-inline a, .menu-inline span {
	margin: 0px 1px 0px 0px;
	padding: 1px 5px;	
	line-height: 15px;
	border: 1px solid #DDD;	
}

.menu-inline a {
	text-decoration: none;
}

.menu-inline a:hover {
	background-color: #38bcf8;
	color: #FFF;	
	border: 1px solid #38bcf8;
	text-decoration: none;
}

.menu-inline a.menu-inline-next, .menu-inline a.menu-inline-prev {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;	
	padding: 1px 3px;	
	border: none;
}

.menu-inline a.menu-inline-next:hover, .menu-inline a.menu-inline-prev:hover {
	background-color: #FFF;	
}

.menu-inline a.menu-inline-next {
	background-image: url(../images/ico-page-next-pas.gif);
}

.menu-inline a.menu-inline-next:hover {
	background-image: url(../images/ico-page-next-act.gif);
}

.menu-inline a.menu-inline-prev {
	background-image: url(../images/ico-page-prev-pas.gif);
}

.menu-inline a.menu-inline-prev:hover {
	background-image: url(../images/ico-page-prev-act.gif);
}

.menu-inline span {				
	color: #38bcf8;	
	font-weight: bold;	
	border: 1px solid #38bcf8;
}

 /************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/
/********************** Base Layout */
/* Structure */ 
.wrapper {
	min-height: 100%;
	text-align: left;
	padding: 0px;
	width: 950px;
	margin: 10px auto;	
} 
.side-col {
	width: 195px;
} 
.col-left {
	float: left;
} 
.col-main {
	float: left;
} 
.col-right {
	float: right;
} 
.col-1-layout .col-main {
	float: none;
	margin: 0;
} 
.col-2-right-layout .col-main {
	float: left;
	width: 690px;
} 
.col-2-left-layout .col-main {
	float: right;
	width: 690px;
} 
.col-3-layout .col-main {
	width: 475px;
	margin-left: 21px;
}

/* Style */ 
.header-top {
	padding: 0px;
	position: relative;
	/*z-index: 999;*/
	border: 1px solid #EEE;
	border-bottom: none;
	background-color: #FFF;
} 

.header-actions {
	padding: 0px;
	height: 40px;	
	background: #38bcf8 url(../images/header-actions-bg.gif) top repeat-x;
} 

.header-nav {
	border: 1px solid #AAA;
	border-top: 1px solid #FFF;
	background: url(../images/bg-emboss-control.gif) bottom repeat-x;
	height: 28px;
} 

.middle {
	min-height: 400px;
	padding: 20px;
	background: #FFF;
	position: relative;
	border: 1px solid #EEE;
	border-top: none;
	border-bottom: 1px solid #999;	
}

/********************** Header */
/* Logo */
h1#logo {
	float: left;
	width: 300px;
	padding: 15px 15px 0px 15px;
	margin: 0px;
} 
h1#logo img {
	display: block;
}
.page-popup h1#logo {
	display: none;
}

/* Quick Access*/ 
.quick-access {
	width: 500px;
	float: right;
	padding: 12px 20px 7px 20px;
	text-align: right;
	margin: 0px;
} 

.quick-access li {
	display: inline;	
	padding-left: 10px;
	margin: 0px;
	list-style: none;
}
 
.quick-access li.first {
	padding-left: 0px;
}
 
.quick-access li.last {
	padding-right: 0px;
} 

.welcome-text {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #38bcf8;
	float: left;
	line-height: 21px;
}

.user-access {
	float: right;
}
	
.user-access ul {	
	float: left;
	padding-left: 10px;	
} 

.user-access ul li {	
	padding: 0px;	
}

.nextstep, .prevstep {
	display: block;
	color: #000;
	text-decoration: none !important;	
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
	padding-left: 20px;
	line-height: 16px;
	font-weight: bold;			
	font-size: 12px;
}

.nextstep {
	background-image: url(../images/ico-nextstep-pas.gif);
	float: right;
}

.nextstep:hover {
	background-image: url(../images/ico-nextstep-act.gif);
	text-decoration: underline !important;
}

.prevstep {
	background-image: url(../images/ico-prevstep-pas.gif);
	float: left;
}

.prevstep:hover {
	background-image: url(../images/ico-prevstep-act.gif);
	text-decoration: underline !important;
}


.button {
	display: block;
	color: #000;
	text-decoration: none !important;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	float: left;
	cursor: pointer;	
}
.button:hover {
	color: #FFF;	
	text-decoration: none !important;
}
.button span {
	display: block;
	line-height: 21px;	
	padding: 0px 10px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}

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

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

.light-button {
	background-image: url(../images/light-button-left.gif);
}
.light-button:hover {
	background-image: url(../images/button-hover-left.gif);
}
.light-button span {
	background-image: url(../images/light-button-right.gif);	
}
.light-button:hover span {
	background-image: url(../images/button-hover-right.gif);	
}
.light-button-basket {
	background-image: url(../images/light-button-basket.gif);
	padding-left: 19px;
}
.light-button-basket:hover {
	background-image: url(../images/button-basket-hover.gif);
}

.bright-button {	
	background-image: url(../images/bright-button-left.gif);	
}
.bright-button:hover {
	background-image: url(../images/button-hover-left.gif);
}
.bright-button span {
	background-image: url(../images/bright-button-right.gif);	
}
.bright-button:hover span {
	background-image: url(../images/button-hover-right.gif);	
}
.bright-button-basket {
	background-image: url(../images/bright-button-basket.gif);
	padding-left: 19px;
}
.bright-button-basket:hover {
	background-image: url(../images/button-basket-hover.gif);
}

.service-button {
	color: #FFF;
	background-image: url(../images/service-button-left.gif);
}
.service-button:hover {
	background-image: url(../images/service-button-hover-left.gif);
	color: #FFF;	
}
.service-button span {	
	background-image: url(../images/service-button-right.gif);
}
.service-button:hover span {
	background-image: url(../images/service-button-hover-right.gif);
}

.big-button {
	font-size: 12px;	
	padding-left: 15px;
	background-image: url(../images/big-button-left.gif);	
	font-weight: bold;		
}
.big-button:hover {
	color: #FFF;
	background-image: url(../images/big-button-hover-left.gif);
}
.big-button span {
	line-height: 30px;		
	padding-right: 15px;
	background-image: url(../images/big-button-right.gif);
}
.big-button:hover span {
	background-image: url(../images/big-button-hover-right.gif);
}

.big-button-accept {
	background-image: url(../images/big-button-accept.gif);
	padding-left: 28px;
}
.big-button-accept:hover {
	background-image: url(../images/big-button-accept-hover.gif);
}

.shop-access {
	clear: both;
	float: right;
	width: 500px;
	padding-top: 5px;
}

.shop-access a, .shop-access a:hover {
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 0px 0px 20px;
} 

.shop-access a:hover {
	color: #38bcf8;
	text-decoration: underline;
} 

a.top-link-account {
	background-image: url(../images/ico-top-account-pas.gif);
}

a.top-link-account:hover {
	background-image: url(../images/ico-top-account-act.gif);
}

a.top-link-cart {
	background-image: url(../images/ico-top-cart-pas.gif);
}

a.top-link-cart:hover {
	background-image: url(../images/ico-top-cart-act.gif);
}

a.top-link-checkout {
	background-image: url(../images/ico-top-checkout-pas.gif);
}

a.top-link-checkout:hover {
	background-image: url(../images/ico-top-checkout-act.gif);
}

.language-switcher {
	float: left;
	height: 20px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
} 

.language-switcher select {
	width: 100px;
	margin: 0px;
	display: block;
	float: left;	
	height: 20px;
}

.language-switcher label {
	color: #FFF;
	padding-right: 5px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	float: left;	
} 

/* Breadcrumbs */ 
.breadcrumbs {
	margin-bottom: 20px;	
	font-size: 11px;
	line-height: 12px;	
} 

.breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #38bcf8;
	text-decoration: underline;
}

.breadcrumbs li {
	display: inline;
	color: #38bcf8;
	background: url(../images/breadcrumbs-arr.gif) no-repeat left 5px;
	padding-left: 7px;
	padding-right: 5px;	
}

.breadcrumbs li.home {
	background: none;
	padding-left: 0px;
}

/* Mini search */ 
.mini-search {
	height: 20px;
	padding: 10px 20px 10px 0px;
	margin: 0px;
	float: right;
	width: 360px;	
} 

.mini-search .input-text {
	width: 250px;
	margin: 0px;
	display: block;
	float: left;
}

.mini-search label {
	float: left;
	color: #FFF;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-right: 5px;
} 

.mini-search .button {
	margin-left: 5px;
}


.search-autocomplete {
	z-index: 999;
}
 
.search-autocomplete ul {
	border: 1px solid #666;
	border-top: none;	
}
 
.search-autocomplete li {
	background: #FFF url(../images/bg-emboss-item.gif) bottom repeat-x;
	padding: 2px 8px 1px 8px;
	cursor: pointer;
	border: 1px solid #FFF;
	border-top: none;
	color: #999;
}
 
.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
	color: #000;
}
 
.search-autocomplete li.selected {
	background: none;
	background-color: #e0f5ff;	
}


/********************** Sidebars */ 
.side-col .box {
	margin-bottom: 15px;
} 
.side-col .content {
	padding: 5px 10px 5px 10px;
} 
.side-col .head {
	text-align: left;
} 
.side-col h2, .side-col h3, .side-col h4, .side-col h5 {
	float: none;
} 
.side-col h3 {
	font-size: 1.05em;
	
} 
.side-col .actions {
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	text-align: right;
}
.side-col .actions .button {
	float: right;
	margin-left: 5px;
}
.widget-btn {
	float: right;
	font-size: 11px;
	margin: 0 3px 1px 5px;
} 
.widget-btn, .widget-btn:hover {
	color: #646464;
	font-weight: bold;
	padding: 0px !important;
	background: none !important;	
}
td .widget-btn {
	margin-bottom: 5px;
} 

/* Base Mini */ 

.base-mini {	
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom !important;
	line-height: 13px;
	font-size: 11px;
	position: relative;
	/*z-index: 999;*/
	padding: 0px;
} 
.base-mini .head {
	background: #38bcf8 url(../images/base-mini-head-bg-extra.gif) repeat-x top;	
	border-bottom: 1px solid #FFF;
	padding: 4px 8px 4px 9px;
	margin: 0px;
	position: relative;
}
.base-mini .head h4 {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 24px;
	text-transform: none;
	line-height: 20px;	
	font-size: 12px;
	font-weight: bold;	
} 
.base-mini .head h4 .count {
	text-transform: none;
	color: #2f2f2f;
	white-space: nowrap;
	font-weight: normal;
	font-size: .95em;
} 
.base-mini h5 {
	margin: 0px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	line-height: 12px;	
} 

.base-mini ol, .base-mini ul, .base-mini dl {
	margin: 0px 2px;
} 

.base-mini ol li {
	padding: 8px 8px;
	background: #FFF url(../images/bg-emboss-item.gif) bottom repeat-x;
	font-size: 12px;
} 
.base-mini a {
	text-decoration: none;
}
.base-mini a:hover {
	text-decoration: underline;
}
.base-mini .product-images {
	float: left;
	width: 52px;
	height: 52px;
} 
.base-mini .product-images a img {
	border: 1px solid #CCC;
	vertical-align: top;
} 
.base-mini .product-checkbox {
	float: left;
	width: 10px;
} 
.base-mini .product-names {
	margin-left: 18px;
} 
.base-mini .product-details {
	margin: 0 0 0 60px;
	height: 50px;
} 
.base-mini .product-details[class] {
	height: auto;
	min-height: 50px;
} 
.base-mini .regular-price {
	font-size: 11px;
} 
.base-mini .special-price {
	font-size: 11px;
} 
.base-mini .minimal-price {
	font-size: 11px;
}

/* Currency Switcher */
.currency-switcher {
	background: #38bcf8 !important;
	border-top: none !important;
}

.currency-switcher .head h4 {
	background-image: url(../images/ico-currency.gif);
	color: #FFF;	
}

.currency-switcher .head {
	background: #38bcf8 url(../images/base-mini-head-bg-extra.gif) repeat-x top;
	border: none;
	border-bottom: 1px solid #FFF;
	padding-left: 9px;
} 

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

/* Sidebar Blocks */
.mini-product-tags .head h4 {
	background-image: url(../images/ico-tags.gif);
} 
.mini-product-tags li {
	display: inline;
	padding-right: 4px;
	line-height: 1.5em;
} 
.mini-product-tags li:after {
	display: inline !important;
} 
.mini-product-tags .content {
	padding: 10px;
} 

.mini-newsletter {
	float: right;
	width: 360px;
}

.mini-newsletter label {
	float: left;
	display: block;
	font-weight: normal;
	color: #000;
	margin-right: 5px;
	line-height: 20px;
}

.mini-newsletter .validation-advice {
	position: absolute;
	width: 250px;
	margin: 25px 0px 0px 60px;
}

.mini-newsletter .input-text {
	float: left;
	width: 200px;
} 

.mini-newsletter .button {
	margin-left: 5px;
} 

.mini-cart {
	border-top: none !important;
}
.mini-cart .head {
	background: #38bcf8 url(../images/base-mini-head-bg-extra.gif) repeat-x top;
	border: none;
	border-bottom: 1px solid #FFF;
	padding-left: 9px;
}
.mini-cart .head h4 {
	background-image: url(../images/ico-basket.gif);
	color: #FFF;
}
.mini-cart ol {
	margin: 2px;	
}
.mini-cart ol li {
	padding: 8px 3px 8px 8px;	
}
.mini-cart .subtotal {
	padding: 8px;
	text-align: right;
	font-size: 14px;
	margin: 2px;
	background-color: #38bcf8;
	color: #FFF;
	line-height: normal;
}
.mini-cart .subtotal .price-including-tax {	
	margin-top: 3px;
}
.mini-cart .item-qty {
	color: #38bcf8;
}
.mini-cart .subtotal .price-including-tax,  .mini-cart .subtotal .price-including-tax .price {
	color: #FFF !important;
} 
.mini-cart .price-including-tax {
	margin: 0px;	
} 
.mini-cart .product-details {	
	font-size: 11px;
}
.mini-cart .product-details a {
	font-weight: bold;	
	text-decoration: none;
	font-size: 12px;	
}
.mini-cart .product-details a:hover {
	text-decoration: underline;	
}
.mini-cart .product-details .price {
	font-weight: bold;
	font-size: 12px;	
	color: #38bcf8;
}
.mini-cart .content {
	padding: 10px;
}

.mini-wishlist .head h4 {
	background-image: url(../images/icon_bell.gif);
} 
.mini-wishlist .link-cart {
	display: block;
} 
.mini-compare-products .head h4 {
	background-image: url(../images/ico-compare.gif);
} 
.mini-compare-products ol li {
	padding-right: 5px;
} 

.mini-recent-list {
	background: none !important;
}
.mini-recent-list .head h4 {
	background-image: url(../images/ico-next-light.gif);
}

.mini-recent-list li a, .mini-compare-products li a {
	font-weight: normal;
	background: url(../images/dark-arrow-pas.gif) no-repeat left 5px;
	padding-left: 8px;
	display: block;		
}

.mini-recent-list li a:hover, .mini-compare-products li a:hover {
	background: url(../images/reg-arrow-act.gif) no-repeat left 5px;
}

.mini-poll .head h4 {
	background-image: url(../images/ico-quest.gif);
} 

.mini-poll table td {
	vertical-align: top;
	padding: 2px 0px 5px 0px;
}

.mini-poll table td.radio {
	padding-top: 0px;
	padding-right: 5px;
}

.mini-poll table label {
	font-weight: normal;
	font-size: 11px;
}

.mini-poll table td.label {	
	padding-right: 10px;
	font-weight: normal;
} 
.mini-poll td.item {
	white-space: nowrap;
	font-weight: bold;
	color: #38bcf8;
} 

.mini-poll h5 {
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

.mini-poll .content {
	padding-bottom: 10px;
}

.mini-product-view .head h4 {
	background-image: url(../images/ico-tags.gif);
}

/********************** Footer */ 
.footer {
	padding: 10px 20px;
	position: relative;
	margin: 0 auto;	
} 

.footer .store-switcher {
	display: inline;
	padding: 0 10px 0 0;
	vertical-align: middle;
} 

.footer .informational {
	float: left;
}

.footer .links-list {
	float: left;
	width: 160px;
	padding-right: 20px;
	padding-top: 1px;
} 
.footer .links-list li {
	padding-bottom: 2px;
}
.footer .links-list a, .footer .links-list a:hover {
	color: #000;
	text-decoration: none;
/*	background: url(../images/dark-arrow-pas.gif) no-repeat left 5px;
	padding-left: 8px;*/
} 
.footer .links-list a:hover {
	color: #38bcf8;
	text-decoration: underline;
/*	background-image: url(../images/reg-arrow-act.gif);*/	
} 
.footer .links-list a.link-feed, .footer .links-list a.link-feed:hover {
	background: url(../images/icon_feed.png) no-repeat left center;
	padding-left: 16px;
}
.footer .links-list a.link-skype, .footer .links-list a.link-skype:hover {
	background: url(../images/ico-skype.gif) no-repeat left center;
	padding-left: 16px;
	font-weight: bold;
	color: #80c909;
}
.footer .links-list .link-phone {
	background: url(../images/ico-phone.gif) no-repeat left center;
	padding-left: 16px;
	font-weight: bold;
	color: #38bcf8;
}

.legality {
	color: #999;
	text-align: right;
	float: right;
	width: 370px;
}
.legality .counters {
	float: right;
	margin-top: 10px; 
}
.legality .counters .counter {
	float: right;
	margin-left: 5px;
}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/ 
.product-shop {
	float: left;
} 
.product-shop h2 {
	margin-top: 0px;
	font-size: 27px;
	line-height: 27px;
}
.product-shop .short-description {
	overflow: hidden;
	margin: 10px 0px;
}

.out-of-stock {
	color: #F60 !important;
}
div.out-of-stock {
	height: 18px;
	padding-top: 3px;
	font-weight: bold;
} 

/********************** Rating */ 
.ratings {
	margin: 5px 0px 0px 0px;
	line-height: 1em;
} 
.rating-box {
	float: left;
	position: relative;
	width: 69px;
	height: 13px;
	margin-right: 5px;
	background: url(../images/product_rating_blank_star.gif) repeat-x;
} 
.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/product_rating_full_star.gif) repeat-x;
}

.rating-weight {
	float: left;	
	line-height: 13px;
}
 
.ratings-list {
	margin: 4px 0;
} 
.ratings-list td {
	padding: 3px 0;
} 
.ratings-list td.label {
	padding-right: 8px;
	font-size: .95em;
	font-weight: bold;
	line-height: 1em;
}

/************************** Prices */ 
.price {
	white-space: nowrap !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
} 

.price-box {
	margin: 10px 0px;
	padding: 0px;
	color: #38bcf8;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
} 

/*.regular-price {
	display: block;
}*/

/* Old price */ 
.old-price {
	margin: 0px;
	line-height: 11px;
	font-size: 11px;	
} 
.old-price .price-label {
	white-space: nowrap;
	color: #38bcf8;
} 
.old-price .price {
	text-decoration: line-through;
}

/* Special price */ 
.special-price {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #F60;			
} 
.special-price .price-label {		
	display: none;
} 

.special-price .price {
	display: block;
	color: #F60 !important;
}

/* Minimal price (as low as) */ 
.minimal-price {
	margin: 0px;
	font-size: 11px;
	line-height: 11px;		
} 
.minimal-price .price-label {	
	white-space: nowrap;
	display: block;
}
a.minimal-price-link {
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	margin-top: 2px;		
}
a:hover.minimal-price-link {
	text-decoration: underline;
}
a.minimal-price-link .price {
	display: block;
}

/* Excluding tax */ 
.price-excluding-tax {
	display: block;
	line-height: 11px;
	font-size: 11px;	
} 
.price-excluding-tax .label {
	white-space: nowrap;	
	display: block;	
} 
.price-excluding-tax .price {
	display: inline;	
}

/* Including tax */ 
.price-including-tax {
	display: block;	
	font-size: 11px;
	line-height: 11px;
	margin-top: 2px;
	color: #999;
} 
.price-including-tax .label {
	white-space: nowrap;	
	display: block;		
}
.price-including-tax .price {
	display: inline;
	color: #999 !important;
}
 

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

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

/* Price range */ 
.price-from {
	margin: 0px;
} 
.price-from .price-label {	
	white-space: nowrap;
} 
.price-to {
	margin: 5px 0px 0px 0px;
} 
.price-to .price-label {	
	white-space: nowrap;
}

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

.price-as-configured {
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
} 
.price-as-configured .price {
	font-size: 18px;
	line-height: 18px;
}
.price-as-configured .price-label {
	white-space: nowrap;
	margin-bottom: 3px;
	display: block;
}

.product-pricing-grouped li {
	font-size: 11px;
	line-height: 11px;
	padding: 7px 0px 0px 0px;
} 
.product-pricing-grouped li .price {
	display: block;	
}

.product-pricing-grouped .price-including-tax .price {
	display: inline;
}

/********************** Generic Box */ 
.generic-box {
	margin-bottom: 15px;
	padding: 12px 15px;
	border: 1px solid #D0CBC1;
	background: url(../images/base_mini_head_bg.gif) repeat-x #fff;
} 
.generic-product-list li {
	margin: 12px 0;
}

/********************** Catalog Listing */ 
.catalog-listing h5 {
	margin-top: 0px;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
} 
.catalog-listing h5 a {
	text-decoration: none;
}
.catalog-listing h5 a:hover {
	text-decoration: underline;
} 
.catalog-listing .actions {
	margin: 10px 0px 0px 0px;
}
.catalog-listing .ratings .pipe {
	display: none;
} 
.catalog-listing .ratings a {
	display: block;
}
.catalog-listing .add-to {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;	
}

.add-to {
	margin: 0px 0px 20px 0px;	
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;	
}
.add-to li {
	padding: 10px 0px 2px 0px;
}
.add-to a {
	text-decoration: none;
	padding: 1px 0px 3px 20px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}
.add-to a:hover {
	text-decoration: underline;
} 

a.add-to-compare {
	background-image: url(../images/ico-addto-compare-pas.gif);
}
a.add-to-compare:hover {
	background-image: url(../images/ico-addto-compare-act.gif);
} 

/* Generic Product Grid */ 
.generic-product-grid {
	width: 100%;
} 
.generic-product-grid td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;		
} 
.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;
}

/********************** Layered Navigation */ 
.layered-nav {
	margin: 0px;
	padding: 0px !important;
	background: none !important;	 	
} 
.layered-nav .price {
	font-size: 11px;
	font-weight: normal;
}
.layered-nav .narrowed-category {
	margin: 0px 2px 0px 2px;	
}
.layered-nav .narrowed-category li {
	padding: 8px;
	background: #FFF url(../images/bg-emboss-item.gif) bottom repeat-x;
} 
.layered-nav .narrowed-category li .label {
	background: url(../images/ico-layer-filter.gif) no-repeat;
	padding: 1px 0px 3px 20px;
	font-weight: bold;
	color: #38bcf8;
	font-size: 12px;
	line-height: 15px;	
} 

.pars-box h5 {
	margin: 0px;
	padding: 11px 10px 1px 24px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
} 

.mini-pars .pars-box {
	background: #FFF url(../images/bg-emboss-panel.gif) bottom repeat-x;
	border-bottom: 1px solid #BBB;
	padding: 0px;		
}
.mini-pars .pars-box h5 {
	background: url(../images/ico-layer-par.gif) no-repeat 10px 13px;	
	color: #38bcf8;
} 
.mini-pars .last {	
	border-bottom: none;
}
.mini-pars ol {
	margin: 5px 10px 10px 10px;
	clear: both;
}
.mini-pars ol a {
	font-size: 11px;
	line-height: 11px;	
}
.mini-pars ol li {
	background: none;
	padding: 3px 0px 3px 0px;
	border: none;
	margin: 0px;
	font-size: 9px;
	line-height: 9px;
	color: #38bcf8;
} 
.mini-pars .head h4 {
	background-image: url(../images/ico-pars.gif);
}

.mini-filters {
	background: #38bcf8 !important;
}
.mini-filters .pars-box {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0px;				
}
.mini-filters .pars-box h5 {
	background: url(../images/ico-layer-filter.gif) no-repeat 10px 13px;
	color: #FFF;
	float: left;
	width: 140px;
	margin-bottom: 5px;	
	position: relative;			
} 
.mini-filters .pars-box .widget-btn {
	margin: 13px 8px 1px 0px;
	position: relative;	
}
.mini-filters .pars-box .filter-value {
	margin: 0px 25px 10px 23px;
	clear: both;
	line-height: 11px;
}
.mini-filters .head h4 {
	background-image: url(../images/ico-filters.gif);
}

.local-nav .border-creator-full {	
	border-right: none;
}
.local-nav .head h4 {
	background-image: url(../images/ico-account.gif);
} 
.local-nav ul {	
	padding: 0px;
	margin: 0px;
} 
.local-nav li {	
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
.local-nav li.last {
	border-bottom: none;
}
.local-nav li a {	
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	/*height: 17px;*/
	line-height: 130%;
	padding: 5px 15px 6px 15px;
	background: #FFF url(../images/bg-emboss-control.gif) bottom repeat-x;	
} 
.local-nav li a:hover, .local-nav li.on a:hover {
	text-decoration: none;	
	background: #38bcf8;
	color: #FFF;	
} 
.local-nav li.on {
	border-right: none;
}
.local-nav li.on a {
	color: #38bcf8;
	background: #FFF;		
}

.folders-nav-right .folders-nav ul {
	float: right;
}

.folders-nav {
	border-bottom: 1px solid #AAA;
	padding: 0px 10px;
	margin: 0px 0px 5px 0px;	
}
.folders-nav ul, .folders-nav-left .folders-nav ul {
	float: left;
}
.folders-nav li {
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;	
	color: #000;
	float: left;
	background-color: #F3F3F3;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;			
}
.folders-nav li a, .folders-nav li span {	
	display: block;	
	text-decoration: none;	
	padding: 4px 15px 4px 15px;
	float: left;
}
.folders-nav li a:hover {
	text-decoration: none;	
	background: #38bcf8 !important;
	color: #FFF;	
}
.folders-nav li.on {
	background-color: #FFF;
	border: 1px solid #AAA !important;
	border-bottom: none !important;
}
.folders-nav li.on a, .folders-nav li.on span {	
	position: relative;
	bottom: -1px;
	background-color: #FFF;
	padding: 3px 15px 5px 15px;	
	/*margin-top: -1px;*/
/*	height: 18px;*/
}
.folders-nav li.after-on {
	border-left: none;	
} 
.folders-nav li.last {
	border-right: 1px solid #DDD;
}

/********************* Tool Tips */ 
.tool-tip {
	border: 1px solid #7ba7c9;
	background: #eaf6ff;
	position: absolute;
} 
.tool-tip .inline-content {
	padding: 8px;
} 
.tool-tip .block-content {
	padding: 15px 20px;
} 
.tool-tip .btn-close {
	display: block;
	position: absolute;
	right: 6px;
	text-align: right;
	top: 6px;
}

/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/
/********************** Home */ 
.home-callout {
	margin-bottom: 12px;
} 
.home-callout img {
	display: block
} 
.home-spot {
	float: left;
	width: 470px;
	margin-left: 20px;
} 
.best-selling h3 {
	margin: 12px 0 6px 0;
	color: #e25203;
	font-size: 1.2em;
} 
.best-selling table {
	border-top: 1px solid #ccc;
} 
.best-selling tr.odd {
	background: url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee;
} 
.best-selling tr.even {
	background: url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff;
} 
.best-selling td {
	width: 50%;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 8px 8px;
	font-size: .95em;
} 
.best-selling .product-img {
	float: left;
	border: 2px solid #dcdcdc;
} 
.best-selling .product-description {
	margin-left: 107px;
	line-height: 1.3em;
} 
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
	color: #203548;
} 
.recently h3 {
	margin: 12px 0 6px 0;
	color: #e25203;
	font-size: 1.2em;
} 
.recently .product-image {
	border: 2px solid #dcdcdc;
} 
.recently a.product-name, .recently a.product-name:hover {
	color: #1d7ecf;
	font-size: 11px;
} 
.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

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

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

/********************** Search */
.advanced-search {
	margin: 20px 10px;
	border: 1px solid #EEE;
	background-color: #F5F5F5;
} 
.advanced-search .legend {
	font-weight: bold;
	font-size: 16px;	
	padding: 5px 10px;
	margin: 0px;
	color: #38bcf8;				
}
.advanced-search ul {
	padding: 5px 15px 10px 15px;
} 
.advanced-search li {
	padding: 4px 0px;
} 
.advanced-search li label {
	width: 150px;
	float: left;
} 
.advanced-search .input-text {
	width: 250px;
} 
.advanced-search select {
	width: 256px;
	padding: 2px;
} 
.advanced-search .field-row {
	display: inline;
	width: 250px;
} 
.advanced-search .range .input-text {
	width: 70px;
} 
.advanced-search-nothing-found {	
	margin-bottom: 10px;
} 
.advanced-search-found-amount {
	margin-bottom: 10px;
} 
.advanced-search-summary-box {
	padding: 10px !important;
	margin-bottom: 10px !important;
} 
.advanced-search-summary-tip {
	clear: both;	
	margin: 10px 0px;
} 
.advanced-search-summary-box {
	margin-bottom: 10px;
} 
.advanced-search-summary-box ul {
	list-style: none;
	float: left;
	width: 50%;
}
.advanced-search-summary-box ul li {
	padding: 2px 0px;
} 
.advanced-search-summary-box ul li span {
	background: url(../images/ico-layer-par.gif) no-repeat left 3px;
	padding: 1px 0px 3px 14px;
	font-weight: bold;
	color: #38bcf8;
}

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

/********************** Mini Advandced Search */
.mini-advanced-search .head h4 {
	background-image: url(../images/ico-search.gif);
}
.mini-advanced-search .content {
	margin-bottom: 10px;
} 
.mini-advanced-search ul {
	padding: 0px;
	margin: 0px;
} 
.mini-advanced-search li {
	padding: 2px 0px;
} 
.mini-advanced-search li label {
	color: #38bcf8;
	display: block;
} 
.mini-advanced-search .input-text {
	width: 165px;
} 
.mini-advanced-search select {
	width: 170px;
} 
.mini-advanced-search .field-row {
	display: inline;
} 
.mini-advanced-search .range .input-text {
	width: 45px;
} 


/********************** Catalog Listing */
/* List Type */ 
.listing-type-list .listing-item {
	border-bottom: 1px solid #DDD;
	padding: 10px 10px 15px 10px;
} 
.listing-type-list .last {
	border-bottom: none;
}
.listing-type-list .product-image {
	float: left;
	width: 135px;
	margin-right: 20px;
} 
.listing-type-list .product-shop {
	width: 295px;
} 
.listing-type-list .product-shop .description {
	margin: 10px 0px 0px 0px;
} 
.listing-type-list .product-shop .price-box {
	text-align: left;
	white-space: nowrap;
	margin: 10px 0px 0px 0px;
	padding: 0px;
} 

/* Grid Type */

.listing-type-grid {
	background: url(../images/bkg_products-grid3.gif) 0 0 repeat;
}	
.listing-type-grid .product-title {	
	/*height: 50px;*/
	margin-top: 10px;
}
.listing-type-grid li.item {
	width: 138px;
	padding: 10px;
	float: left;
	overflow:hidden;
}
.listing-type-grid .grid-row { 
	border-bottom: 1px solid #DDD; 
}
.listing-type-grid .last {
	border-bottom: none;
}
.listing-type-grid .product-image {
	text-align: center;	
}
.listing-type-grid .product-image img {
	display: block;
}
.listing-type-grid .rating-box {
	float: left;
	margin-left: 0;
	margin-right: 5px;
} 

.bestsellers {
	margin-bottom: 0px !important;
}
.bestsellers .listing-type-grid {
	background: none;
	border: 1px solid #CCC;
	border-top: none;
}	
.bestsellers .listing-type-grid .grid-row { 
	border-bottom: none; 
}
.bestsellers .listing-type-grid .product-image img {
	display: inline;
}
.bestsellers .listing-type-grid li.item {
	width: 151px !important;
	padding: 20px 10px 0px 10px;
	float: left;
	overflow:hidden;
	border-style: solid;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
	background: #FFF url("../images/bg-emboss-panel.gif") repeat-x bottom;
	height: 260px;
	position: relative;
}
.bestsellers .listing-type-grid li.last {
	margin-right: 0px !important;
	width: 152px !important;
	border-right: none;
}
.bestsellers .listing-type-grid ul.last li {
	margin-bottom: 0px !important;
	border-bottom: none;
}
.bestsellers .price-box {
	position: absolute;
	bottom: 12px;
	left: 10px;	
}
.bestsellers .price-box, .bestsellers .regular-price {
	margin-bottom: 0px;
}

/* Rewrites for different layouts */ 
/*.col-1-layout .listing-type-grid {
	background-image: url(../images/bkg_products-grid1.gif);
}*/ 
.col-1-layout .listing-type-grid li.item {
	width: 280px;
} 
/*.col-2-left-layout .listing-type-grid, .col-2-right-layout .listing-type-grid {
	background-image: url(../images/bkg_products-grid2.gif);
} */
.col-2-left-layout .listing-type-grid li.item, .col-2-right-layout .listing-type-grid li.item {
	width: 210px;
}

/********************** Product Detail */
/* Product Images */ 
.product-img-box {
	float: left;
	width: 302px;
	margin: 0px 20px 20px 0px;	
} 
.product-img-box .product-image-zoom, .product-img-box .product-image {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px;
	z-index: 9;
	border: 1px solid #DDD;
	margin: 0px;
} 
.product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;		
	border-width: 0px;
	border-color: #666;
	border-style: solid;	
	background-color: #FFF;	
}
.product-img-box #track-hint {		
	text-align: center;
	font-size: 11px;
	line-height: 11px;	
	padding: 0px;
	margin: 5px 0px;
	color: #999;				
}
.product-img-box .more-views ul {
	margin: 10px 0px 0px -10px;
} 
.product-img-box .more-views li {
	float: left;
	margin: 0 0 10px 10px;
} 
.product-img-box .more-views li a {
	float: left;
	width: 64px;
	height: 64px;	
	padding: 2px;
	overflow: hidden;
}
.product-img-box .more-views li a.selected {
	background-color: #38bcf8;
}
.product-img-box .more-views li a img {
	border: 1px solid #DDD;
	float: left;
	display: block;
	background-color: #FFF;
}
.product-img-box .more-views li a img.selected {
	border: 1px solid #FFF;
}


.image-zoom {
	position: relative;
	z-index: 9;
	height: 26px;
	margin: 2px auto;
	background: #F5F5F5 url(../images/zoom-slider-bg.gif) no-repeat 50% 50%;
	padding: 0 27px 0 27px;
	cursor: pointer;
	border: 1px solid #DDD;
} 
.image-zoom #track {
	position: relative;
	height: 20px;
} 
.image-zoom #handle {
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 9px;
	background: url(../images/zoom-handle.gif) 0 0 no-repeat;
} 
.image-zoom .btn-zoom-out {
	position: absolute;
	left: 5px;
	top: 4px;
} 
.image-zoom .btn-zoom-in {
	position: absolute;
	right: 5px;
	top: 4px;
} 

.popup-image h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.popup-image img {
	border: 1px solid #000;
}

.popup-toolbar {
	background: #F5F5F5;
	border: 1px solid #DDD;
	margin-top: 2px;	
	padding: 10px;
	height: 16px;
	line-height: 16px;
}

.popup-toolbar a {
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;	
}

.popup-nav, .popup-nav li {
	display: inline;
	float: left;
}

.popup-nav li {
	padding-right: 5px;
}

.popup-close {
	float: right;	
}

.popup-close a {
	background-image: url(../images/ico-remove-pas.gif);
}

.popup-close a:hover {
	background-image: url(../images/ico-remove-act.gif);
}

a.popup-nav-next {
	background-image: url(../images/ico-gallery-next-pas.gif);
}

a:hover.popup-nav-next {
	background-image: url(../images/ico-gallery-next-act.gif);
}

a.popup-nav-prev {
	background-image: url(../images/ico-gallery-prev-pas.gif);
	background-position: right top;
	padding: 0px 20px 0px 0px;
}

a:hover.popup-nav-prev {
	background-image: url(../images/ico-gallery-prev-act.gif);
}



/* To turn on floating images preview please remove comments and set image size 120x120px in \template\catalog\product\view\media.phtml */
/*.product-img-box .more-views li a { position:relative; }
 .product-img-box .more-views li a img { margin:-32px 0 0 -32px; }
 .product-img-box .more-views li a:hover { border:2px solid #ddd; overflow:visible; z-index:999; }
 .product-img-box .more-views li a:hover img { border:2px solid #ddd; margin:0; position:absolute; top:-34px; left:-34px; }*/ 

.product-info-box .price-box {
	margin: 15px 0;
}

.product-info-box .data-table .price-box {
	margin: 0px;
	padding: 0px;
}
.product-info-box .ratings {
	margin-bottom: 1em;
} 

.price-box-simple .price {
	font-size: 18px;
	line-height: 18px;
}

.availability, .availability-none {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	background-image: url(../images/ico-stock-in.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	line-height: 16px;
}
.availability .value {
	font-weight: bold;
	color: #38bcf8;	
}
.availability-none {
	background-image: url(../images/ico-stock-out.gif);
}
.availability-none .value {
	font-weight: bold;
	color: #F60;	
}

.benefit {
	color: #F60;
	font-weight: bold;
}

.add-to-cart-holder {
	margin: 2px 0px 0px 0px;
	padding: 10px;
	background: #FFF url(../images/bg-emboss-control.gif) bottom repeat-x;
	border: 1px solid #AAA;
}
.add-to-cart {
	float: right;
}
.add-to-cart .qty-box {
	float: left;
	line-height: 21px;
} 
.add-to-cart .qty-box label {
	float: left;	
	font-weight: normal;	
} 
.add-to-cart .qty-box .qty {
	float: left;
	margin: 0px 5px;
} 
.add-to-cart .form-button {
	float: left;
} 
 
.product-essential .product-shop {
	width: 360px;
}
.product-essential .product-shop .ratings {
	margin-bottom: 10px;
}

.product-pricing {
	margin: 0px 0px 10px 0px;			
} 
.product-pricing li {	
	padding-bottom: 5px;
	line-height: 140%;
	font-size: 11px;	
} 
.product-pricing li .price {
	font-size: 18px;
	line-height: 18px;
	display: block;
}

.product-options {
	margin: 2px 0px 0px 0px;	
	background-color: #F5F5F5;
	border: 1px solid #DDD;
} 
.product-options dt {
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 16px;
	border-top: 1px solid #FFF;
}
.product-options dt .qty-holder {
	float: right;		
	font-size: 12px;	
}
.product-options dt .qty-holder label {
	vertical-align: middle;		
} 
.product-options dt .qty-disabled {
	background: none;
	border: none;		
	font-weight: normal !important;
} 
.product-options dd {
	padding: 10px 10px 15px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #DDD;	
}
.product-options dl.last dd.last {
	border-bottom: none;
} 
.product-options dd input.input-text {
	width: 100%;
} 
.product-options dd textarea {
	width: 100%;
	height: 8em;
} 
.product-options dd select {
	width: 100%;
} 
.product-options dd .multiselect option {
	border-bottom: 1px dotted #CCC;
	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 dd .price-including-tax {
	display: inline;
}
.product-options ul.validation-failed {
	padding: 0 7px;
} 
.product-options p.required {
	margin: 0px 10px 10px 10px;
} 
.product-options-bottom {
	background: #FFF url(../images/bg-emboss-control.gif) bottom repeat-x;
	border: 1px solid #AAA;
	padding: 10px;
	margin-top: 2px;	
}
.product-options-bottom .product-pricing {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
	background: none;
} 
.product-options-bottom .product-pricing li {
	background: none;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;		
} 
.product-options-bottom .product-pricing .price, .product-options-bottom .product-pricing .benefit {	
	font-weight: bold;
	font-size: 14px;
} 
.product-options-bottom .price-box, .add-to-cart-holder .price-box {
	float: left;
	margin: 0px;
	padding: 0px;	
}
.product-options-bottom .price, .add-to-cart-holder .price {
	font-size: 18px;
	line-height: 18px;	
}
.product-shop .product-options dt {
	padding-bottom: 0px;
}

/* Product Options */
dl.item-options dt {
	font-weight: bold;
	color: #000;
}

dl.item-options dd {
	padding-left: 10px;
	font-weight: normal;
} 
.truncated {
	cursor: help;
	margin-top: 5px;
} 
.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
} 
.truncated a.details {
	cursor: help;
	text-decoration: none !important;
	display: inline-block;
	font-weight: normal;
	background: url(../images/popuper.gif) no-repeat left;
	padding-left: 10px;
	font-size: 11px;
} 
.truncated a:hover.details {
	color: #000;
}
.truncated a:hover.details span {
	border-bottom: 1px dotted #000;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
	font-size: 11px;
} 
.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #DDD;
	border-bottom-color: #333;
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
	display: none;
} 
.truncated .truncated_full_value dl dt {
	margin-top: 0;
} 
.truncated .show dl {
	top: -20px;
	left: 50%;	
	display: block;
} 
.col-left .truncated .show dl {
	left: 35px;
	top: 10px;
} 
.col-right .truncated .show dl {
	left: -240px;
	top: 10px;
}

/* Product Collateral */
.product-collateral .head {	
	padding: 0px;	
} 
.product-collateral .collateral-box {
	margin-top: 25px;
} 
.product-collateral .collateral-box h4 {
	color: #38bcf8;
} 
.product-collateral .attribute-specs .label {
	font-weight: bold;
	width: 33%;
	color: #000;
}
.product-collateral .attribute-specs td {
	padding: 10px;
} 
.product-collateral .structure-specs th {
	font-weight: bold;
	background: none;
	padding: 10px;	
}
.product-collateral .structure-specs td {
	padding: 10px;
}
.product-collateral .structure-specs .part-number {
	text-align: center;	
	color: #FFF;
	font-size: 10px;
	width: 16px;
}
.product-collateral .structure-specs .part-number div {
	background: #FFF url(../images/ico-blank.gif) no-repeat 0px 0px;
	width: 16px;	
	line-height: 16px;
	text-align: center;
}

.up-sell .generic-product-grid td {
	width: 25%;
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
	border-color: #BBB;
}
 
#customer-reviews {
	margin-bottom: 15px;
} 
#customer-reviews li {
	margin-bottom: 25px;
} 
#customer-reviews li p {
	clear: both;
} 
.tags-list a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.tags-list a:hover {
	text-decoration: underline;
}
.tags-list li {		
	padding: 0px 3px 0px 3px;
	display: inline;	
} 
.tags-list li.first {
	padding-left: 0px;
} 
.tags-list li.last {
	padding-right: 0px;
}
.tag-box h6 {
	font-weight: normal;
	margin: 0px;
}
.add-tag-box-holder {
	border: 1px solid #DDD;
	padding: 10px;
	margin-top: 10px;
	background-color: #F5F5F5;
}
.add-tag-box-holder h6 {
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.add-tag-box {
	background: url(../images/ico-tags-dark.gif) no-repeat top left;
	padding-left: 25px;
	font-size: 11px;
	line-height: 14px;	
}
.add-tag-box .input-box {
	float: left;	
	margin: 0px 0px 5px 0px;
} 
.add-tag-box .input-box .input-text {
	width: 300px;
	float: left;		
} 
.add-tag-box fieldset {
	float: left;
	margin-left: 5px;
}
 
.product-review-box {
	padding-bottom: 10px;
} 
.product-review-box table {
	width: 456px;
	margin: 8px 0 0;
} 
.product-review-box td, .product-review-box th {
	text-align: center;
} 
.product-review-box td.label {
	width: 100px;
	text-align: left;
}

/* Product Detail sidebar */ 
.mini-related-items .head h4 {
	background-image: url(../images/ico-clip.gif);
}
.mini-related-items ol {
	margin: 2px;
}
.mini-related-items ol li {
	padding: 8px;
} 
.mini-related-items .product-images {
	width: 72px;
	float: left;
} 
.mini-related-items .product-images a {
	display: block;
	margin-left: 20px;
} 
.mini-related-items .product-images input {
	float: left;
}
.mini-related-items .product-images .checkbox-container {
	float: left;
	display: block;
	width: 15px;
}
.mini-related-items .product-details {
	margin-left: 80px;
} 
.mini-related-items .product-details a.product-title {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
}
.mini-related-items .product-details a:hover.product-title {
	text-decoration: underline;	
}
.mini-related-items .product-details .price-box {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 11px;
}
.mini-related-items .product-details .price-box .price {	
	font-size: 12px;	
}

/********************** Checkout */
select.address-select {
	width: 630px;
} 
.shipment-methods dd {
	margin-bottom: 13px;
} 
.payment-methods dt {
	margin-bottom: 5px;
} 
.payment-methods dd {
	padding: 5px 20px;
} 
.payment-methods select.month {
	width: 146px !important;
	margin-right: 10px;
} 
.payment-methods select.year {
	width: 100px !important;
} 
.payment-methods input.cvv {
	width: 3em !important;
}

/* Shopping Cart */ 
.shopping-cart th .tax-flag {
	font-size: 11px;
	font-weight: normal;
} 
.shopping-cart tr.error {
	background: #F60 !important;
} 
.shopping-cart .update-cart {
	float: right;
}
.shopping-cart .price {
	color: #38bcf8;	
}	

#shopping-cart-table .cart-price {
	line-height: 24px;
}
 
.shopping-cart-item-message {
	margin-bottom: 5px;
	font-size: 11px;
	margin-top: 5px;
}

tfoot tr.matched td {
	background-color: #38bcf8;
	border: none;
	color: #FFF;
}

tfoot tr.matched td .price {
	color: #FFF;
}

td.attributes-col .price {
	font-size: 12px;
}
td.attributes-col ul {
	margin: 5px 0;
	font-size: 11px;
}
td.attributes-col dl {
	font-size: 11px;	
}
td.attributes-col dt {
	margin-top: 5px;
}
td.attributes-col dd ul {
	margin: 0 0 5px 0;
	list-style: disc;
}
td.attributes-col dd ul li {
	margin-left: 15px;
}
td.attributes-col h5 {
	padding: 0;
	margin: 0;	
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
}
td.attributes-col h5 a {
	text-decoration: none;
}
td.attributes-col h5 a:hover {
	text-decoration: underline;
}

.shopping-cart-services {
	background-color: #38bcf8;	
	color: #FFF;
	margin-top: 2px;
}

.shopping-cart-totals {
	padding: 10px;
	float: right;	
} 
.shopping-cart-totals table {
	width: 400px;
} 
.shopping-cart-totals td {
	padding: 5px 0px 5px 15px;
	line-height: 14px;		
}
.shopping-cart-totals tfoot td, .shopping-cart-totals tfoot td .price {
	font-size: 18px;
	line-height: normal;
} 
.shopping-cart-totals tfoot tr.matched td {	
	border: none;
	border-top: 2px solid #FFF;
} 

.checkout-action {
	margin-top: 2px;
	border: 1px solid #AAA;
	background: #FFF url(../images/bg-emboss-control.gif) bottom repeat-x;
	line-height: 30px;
	padding: 0px;		
}
.checkout-action .checkout-action-content {
	padding: 0px;
	margin: 10px;	
}

.checkout-types {	
	float: right;	
} 
.checkout-types li {
	padding: 0px 0px 1px 10px;
}
.checkout-types .button {
	float: none;
}

/* Tax details */ 
.tax-total {
	cursor: pointer;
} 
.tax-total td {
	line-height: 13px;
} 
.tax-total .tax-collapse {
	float: right;
	padding-left: 20px;
	background: url(../images/bg-collapse-dark.gif) 0 2px no-repeat;
	text-align: right;
	cursor: pointer;
}
#shopping-cart-totals-table .tax-total .tax-collapse {
	background: url(../images/bg-collapse-light.gif) 0 2px no-repeat;
} 
.show-details .tax-collapse {
	background-position: 0 -55px;
} 
.show-details td {
	border-top: 1px solid #666;
}

.tax-details td {		
	background-color: #F5F5F5;	
	border-top: 1px solid #666;
	border-bottom: none;
} 

#shopping-cart-totals-table .show-details td {
	border-top: 1px solid #FFF;
}
#shopping-cart-totals-table .tax-details td {		
	background-color: #74d0fa;
	border-top: 1px solid #FFF;	
} 

/* Shopping cart tax info */ 
.cart-tax-info, .cart-price {
	padding-right: 20px;
} 
.cart-tax-total {
	cursor: pointer;
} 
.cart-tax-total {
	padding-right: 20px;
	background: url(../images/bg-collapse-dark.gif) 100% 5px no-repeat;
	cursor: pointer;
} 
.cart-tax-total-expanded {
	background-position: 100% -52px;
}
 
.grand_total {
	width: auto;
	margin-top: 15px;
	border: 1px solid #BEBCB7;
	background: #DEE5E8;
	font-size: 1.3em !important;
	font-weight: bold;
	text-align: right;
}

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

/* One-Page checkout */
.one-page-checkout .group-select {
	margin-top: 15px;
	margin-bottom: 10px;
} 
.one-page-checkout .box, .one-page-checkout .box-no-padding {
	border: 1px solid #AAA;
	border-top: none;
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
}
.one-page-checkout .content {
	margin: 0px;
	padding: 15px;
}
.one-page-checkout .box .col2-set {
	background: url(../images/divider-aaa.gif) repeat-y center;
}
.one-page-checkout .box .col-1, .one-page-checkout .box .col-2 {
	width: 49.5%;
}
.one-page-checkout .button-set {	
	padding: 5px 10px;
	margin: 0px;	
}
.one-page-checkout .head {
	margin: 2px 0px 0px 0px;
	border: 1px solid #DDD;	
	background: #FFF url(../images/bg-emboss-item.gif) repeat-x bottom;		
}
.one-page-checkout .head a {
	display: none;
}
 /* Hide Edit button in step header */ 
 .one-page-checkout h3 {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	float: left;	
	line-height: 20px;
	padding: 5px 7px 5px 5px;	
} 
.one-page-checkout h4 {			
} 
.one-page-checkout h5.title {
	border-bottom: 0;
	text-transform: none;
} 
.one-page-checkout .step-count {
	width: 20px;		
	color: #FFF;
	font-size: 12px;	
	text-align: center;
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-image: url(../images/ico-bigblank-pas.gif);	
	line-height: 20px;
	display: block;
	float: left;
	padding: 5px 0px 5px 7px;
} 
.one-page-checkout label.label {
	font-size: 1.05em;
	color: #2f2f2f;
} 
.one-page-checkout .allow .head {
	background: #FFF url(../images/bg-emboss-control.gif) bottom repeat-x;
	border: 1px solid #AAA;	
	cursor: pointer;
} 
.one-page-checkout .active .head {
	border: 1px solid #AAA;
	background-color: #38bcf8;
	background-image: none;	
	cursor: default;
} 
.one-page-checkout .alloq .head a {
	display: block;
}
 /* Display Edit button in active selection */ 
.one-page-checkout .allow h3 {
	color: #000;	
} 
.one-page-checkout .active h3 {
	color: #FFF;
} 
.one-page-checkout .allow .step-count {
	background-image: url(../images/ico-bigblank-reg.gif);
} 
.one-page-checkout .active .step-count {
	background-image: url(../images/ico-bigblank-act.gif);
	color: #38bcf8;
} 
.one-page-checkout dd .form-list ul {
	margin: 5px 17px 15px 17px;
} 
.one-page-checkout .checkmo-mailing-address {
	padding-left: 20px;
}
.one-page-checkout a.back {
	background: url(../images/icon_opc_back.gif) no-repeat;
	padding-left: 16px;
	line-height: 13px;
} 
.one-page-checkout .payment-methods dd {
	padding: 0;
}
.one-page-checkout .checkout-action .button {
	float: right;	
}

#opc-review .box {
	border: none;
	padding: 0px;
	margin: 0px;
} 
#opc-review .data-table {
	border-top: none;
} 
.opc-please-wait {
	padding: 0px 20px;		
} 

.one-page-checkout-progress {
	margin-top: 42px;
}
.one-page-checkout-progress li {
	margin-bottom: 15px;
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
} 
.one-page-checkout-progress h4 {		
	border: 1px solid #DDD;
	padding: 4px 8px 4px 9px;
	margin: 0px;
	text-transform: none;
	line-height: 20px;	
	font-size: 12px;
	font-weight: bold;
	color: #CCC;		
	background: #FFF url(../images/bg-emboss-item.gif) repeat-x bottom;
} 
.one-page-checkout-progress h4.complete {
	border: none;
	border-bottom: 1px solid #FFF;
	background: #38bcf8 url(../images/base-mini-head-bg-extra.gif) repeat-x top;
	color: #FFF;	
} 
.one-page-checkout-progress h4 a {
	text-transform: none;
} 
.one-page-checkout-progress .content {
	padding: 5px 10px 5px 10px;	
	color: #000;	
	line-height: 14px;
	font-size: 11px;
} 
 
.checkout-progress {
	margin: 0 auto 1.5em auto;
} 
.checkout-progress td {
	float: left;
	margin-right: 3px;
	border-top: 10px solid #999;
	padding: 4px 20px;
	color: #abb5ba;
	font-weight: bold;
} 
.checkout-progress td.active {
	border-top-color: #e96200;
	color: #e96200;
}

/* Multiple Addresses checkout */ 
.multi-address-checkout-description {
	margin-top: -15px;
	margin-bottom: 15px;
} 
.multi-address-checkout-box .box {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
	border: 1px solid #bbb6a5;
	background: url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
} 
.multi-address-checkout-box .legend {
	float: left;
	margin-top: -10px;
	margin-bottom: 0;
	margin-left: 15px;
	border: 1px solid #F18200;
	background: #F9F3E3;
	color: #F18200;
	padding: 2px 8px;
} 
.multi-address-checkout-box .content {
	padding: 15px 20px 20px 20px;
} 
.multi-address-checkout-box .count-head {
	border-bottom: 1px solid #BBAFA0;
	background: #F9F3E3;
	padding: 5px 10px;
} 
.shipment-count {
	background: #E26703;
	padding: 2px 5px;
	color: #fff;
	font-size: .95em;
	line-height: 1em;
} 
.multi-address-checkout-box .count-head h4 {
	margin: 0;
} 
.multi-address-checkout-box .head h5 {
	color: #E26703;
} 
.multi-address-checkout-box .head a {
	font-weight: normal;
} 
.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
} 
.shipping-method-pointer {
	border: 1px solid #d9d2be;
	padding: 13px;
	background: #F9F3E3;
	position: relative;
} 
.shipping-method-pointer .pointer {
	position: absolute;
	top: -20px;
	right: -40px;
} 
.place-order-box {
	float: right;
	height: 71px;
	overflow: hidden;
} 
.place-order-box .left-radius {
	width: 21px;
	background: url(../images/place_order_container_bg.gif) no-repeat;
} 
.place-order-box .main-radius {
	background: url(../images/place_order_bg.gif) no-repeat 100% 0;
	padding-right: 21px;
	vertical-align: middle;
} 
.place-order-box .grand-total {
	font-size: 1.5em;
} 
.place-order-box .grand-total .price {
	color: #e26703;
	font-weight: bold;
} 
.place-order-box input {
	margin-left: 15px;
}

/* Checkout Agreements */ 
.checkout-agreements li {
	margin: 30px 0;
} 
.checkout-agreements .agreement-content {
	overflow: auto;
	height: 10em;
	padding: 10px;
	background-color: #fbfaf6;
	border: 1px solid #bbb6a5;
} 
.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
} 
.one-page-checkout .checkout-agreements {
	border: 1px solid #d9dde3;
	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: #fff;
	border-color: #e4e4e4;
	padding: 5px;
} 
.one-page-checkout .checkout-agreements .agree {
	padding-left: 6px;
}

/********************** Gift Messages */ 
.giftmessages .gift-header {
	font-size: 12px;
	font-weight: bold;
	color: #e87403;
} 
.giftmessages .input-checkbox {
	padding-bottom: 15px;
} 
.giftmessages textarea {
	height: 100px;
} 
.giftmessages .input-checkbox input {
	margin-right: 5px;
} 
.giftmessages .input-checkbox label {
	font-weight: normal;
	color: #8e8d8b;
} 
.giftmessages .gift-box {
	background-color: #f6f1eb;
	border-top: 1px solid #e9e4de;
	border-bottom: 1px solid #e9e4de;
	padding: 22px 16px 22px 22px;
} 
.giftmessages .gift-box .scroll-box {
	overflow: auto;
	height: 260px;
} 
.giftmessages .product-image {
	border: 1px solid #d2d1cd;
} 
.no-border {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
} 
.no-padding {
	padding: 0 !important;
} 
.no-margin {
	margin: 0 !important;
} 
.giftmessages .giftmessage-product-info {
	padding-left: 10px;
} 
.giftmessages .numeration {
	font-weight: bold;
	color: #8a8987;
} 
.giftmessages .gift-box label {
	color: #918d8e;
} 
.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;
}

/********************** Customer */
/* 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 {
	width: 60px !important;
} 
.customer-dob input {
	width: 50px !important;
} 
.customer-dob small {
	color: #888;
	font-size: 10px;
}

/* My Account navigation */ 
.account-nav .head {
	background: #666;
} 
.account-nav .border-creator {	
	border-right: none;
}
.account-nav .head h4 {
	background-image: url(../images/ico-account.gif);
} 
.account-nav ul {	
	padding: 0px;
	margin: 0px;
} 
.account-nav li {	
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
.account-nav li.last {
	border-bottom: none;
}
.account-nav li a {	
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	height: 17px;
	line-height: 130%;
	padding: 5px 15px 6px 15px;
	background: #FFF url(../images/bg-emboss-control.gif) bottom repeat-x;
} 
.account-nav li a:hover, .account-nav li.on a:hover {
	text-decoration: none;	
	background: #38bcf8;
	color: #FFF;	
} 
.account-nav li.on {
	border-right: none;
}
.account-nav li.on a {
	color: #38bcf8;
	background: #FFF;		
} 

/* Login */ 
.login-box .new-users h4 {
	background-image: url(../images/ico-noreg.gif);
} 
.login-box .registered-users h4 {
	background-image: url(../images/ico-reg.gif);
}
.login-box .content {
	min-height: 170px;
	padding: 20px !important;	
}
.login-box .base-box {	
	margin-bottom: 0px;
} 

.head-box .head {
	background: #38bcf8 url(../images/base-mini-head-bg-extra.gif) repeat-x top;	
	border-bottom: 1px solid #FFF;
	padding: 4px 8px 4px 9px;
	margin: 0px;
}	
.head-box .head h4 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 24px;
	text-transform: none;
	line-height: 20px;		 
}
.head-box .light-head, .head-box .light-head-multi {
	background: #FFF url(../images/base-mini-head-bg.gif) repeat-x bottom !important;
	border: 1px solid #BBB;	
}	
.head-box .light-head h4, .head-box .light-head-multi h4 {
	color: #38bcf8 !important;
}
.head-box .light-head-multi {
	border-bottom: none;	
}	
.head-box .dark-head {
	background: #666 !important;	
}	
.head-box h4.noicon {
	padding-left: 0px;
}
 
.base-box {
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
	margin-bottom: 20px;
} 
.base-box .col2-set {
	background: url(../images/divider-aaa.gif) repeat-y center;
}
.base-box .col-1, .base-box .col-2 {
	width: 49.5%;
}
.base-box .content, .base-box .content-multi {
	padding: 10px 15px 15px 15px;
}
.base-box .content-multi {
	border-top: 1px solid #BBB;
}
.base-box .button-set {
	margin: 0px;
	padding: 5px 10px;
	border: none;
}

.deep-box {
	background-color: #F5F5F5;
	border: 1px solid #DDD;	
}

#my-orders-table {
	margin-top: 5px;
} 
#my-orders-table .price {
	color: #38bcf8;
}

/* Dashboard */
.account-box {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	background: url(../images/account_box_bg.gif) repeat-x #fff;
	padding: 15px;
} 
.account-box .head {
	margin-bottom: 10px;
	border-bottom: 1px solid #d9dde3;
} 
.account-box h4 {
	color: #000 /*E65505*/;
	font-size: 1.1em;
	text-transform: uppercase;
} 
.account-box .inner-head {
	margin-bottom: 8px;
	background: url(../images/dotted_divider.gif) repeat-x 0 100%;
	padding-bottom: 2px;
	text-align: right;
} 
.account-box h5 {
	font-size: 1.1em;
} 
.account-box h5 a {
	font-weight: normal;
} 
.account-box h6 {
	text-transform: uppercase;
} 
.account-main .account-box li {
	padding: 5px 0;
} 
.account-box ol .count {
	float: left;
	margin-top: 3px;
	background-color: #0a263c;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
} 
.account-box ol .content {
	margin-left: 20px;
	padding: 0;
} 
.account-box ol.recent-reviews small {
	float: left;
	margin-right: 3px;
	font-weight: bold;
} 
.account-box .product-images {
	width: 65px;
} 
.account-box .product-images img {
	border: 1px solid #ccc;
} 
.account-box .product-details {
	margin: 0 0 10px 70px;
} 
.account-box .content {
	padding: 0;
} 
.account-side .actions {
	border-top: 1px solid #ccc;
	padding-top: 4px;
} 
.account-side .actions .form-button {
	float: right;
} 
.edit-password {
	display: block;
	height: 20px;
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	padding-left: 20px;
} 
.dashboard-welcome {	
	margin-bottom: 20px;	
} 
.account-box .head h4 {
	padding-left: 21px;
	min-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.ad-orders .head h4 {
} 
.ad-tags .head h4 {
} 
.ad-reviews .head h4 {
}

/* Account Order History */ 
.sales-order-view .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

/* Compare Products */ 
.compare-products {
	margin: 0px;
} 
.compare-products table {
	width: auto;
} 
.compare-products td {
	width: 138px;
	text-align: left;
} 
.compare-products .data-table {
	margin-bottom: 20px;
}
.compare-products .product-title {
	height: 50px;
	margin: 10px 0px;
}
.compare-products .product-image {
	text-align: center;	
}
.compare-products .product-image img {
	display: block;
}

/* Reviews */ 
.my-review-detail .product-image {
	float: left;
	width: 135px;
} 
.my-review-detail .product-image p {
	margin-bottom: 0;
} 
.my-review-detail .product-image p img {
	vertical-align: top;
} 
.my-review-detail .details {
	float: right;
	width: 538px;
} 
.my-review-detail .ratings-list {
	margin-bottom: .8em;
} 
.my-review-detail .ratings {
	line-height: 1.5;
} 
.my-review-detail .ratings .rating-box {
	float: none;
	margin-bottom: 3px;
} 
.my-review-detail .ratings .pipe {
	display: none;
} 
.my-review-detail .ratings a {
	display: block;
}

/* Gift Messages */ 
.giftmessage {
	padding: 10px 0 0 0;
} 
.giftmessage-preview-link {
	font-size: 11px;
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right 5px;
} 
.giftmessage-row {
	background-color: #f2efe9;
} 
.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);
}

/********************** Print pages */
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 pages */ 
.page-popup {
	background: #FFF;
	padding: 20px;
	margin: 0px;
	text-align: left;
}
.page-popup a {
	text-decoration: none;
}
.page-popup a:hover {
	text-decoration: underline;
} 
.page-popup .print-head {
	margin: 0 0 15px;
} 
.page-popup .print-head img {
	float: left;
} 
.page-popup .print-head address {
	float: left;
	margin-left: 15px;
} 
.product-gallery-nav {
	padding: 0 5px;
}

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/ 
.nowrap, .nobr {
	white-space: nowrap !important;
}

/* Alignment */ 
.v-top {
	vertical-align: top;
} 
.v-middle {
	vertical-align: middle;
} 
.v-bottom {
	vertical-align: bottom;
} 
.a-left {
	text-align: left;
} 
.a-center {
	text-align: center;
} 
.a-right {
	text-align: right;
} 
.left {
	float: left;
} 
.right {
	float: right;
} 
.normal-weight {
	font-weight: normal;
} 
.auto-width {
	width: auto;
}

/* Link highlights */

.right-link {
	float: right;
	display: block;
	margin-left: 10px;
}

.left-link {
	float: left;
	display: block;
	margin-right: 10px;
} 
 
.link-cart {
	font-weight: bold !important;
} 

.link-remove {
	background-image: url(../images/ico-remove-pas.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 16px;
	height: 16px;
} 
.link-remove:hover {
	background-image: url(../images/ico-remove-act.gif);
}

.link-print {
	background-image: url(../images/ico-print-pas.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 16px;
	height: 16px;
} 
.link-print:hover {
	background-image: url(../images/ico-print-act.gif);
}

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

/* For Demo store only */ 
.demo-notice {
	margin: 0;
	background: #d75f07;
	padding: 5px 10px 6px 10px;
	color: #fff;
	line-height: 1em;
	text-align: center;
} 
.order-access {
	padding-bottom: 8px;
} 
.order-info {
	border: solid 1px #D0CBC1;
	background: #DEE5E8;
	padding: 4px 8px;
} 
.order-info span {
	display: block;
	float: left;
} 
.order-info ul {
	display: inline;
} 
.order-info li {
	display: inline;
	padding-right: 7px;
	padding-left: 3px;
} 
.order-info li.selected {
	font-weight: bold;
	background: url(../images/point-con.gif) no-repeat fixed center bottom;
}

/* Expiration date and cvv number validation case */ 
.v-fix {
	float: left;
} 
.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	width: 12em;
	position: relative;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

div.text-section {
	margin-top: 30px;
}

.sonea {
	color: #38bcf8;
}

.search-terms {
	padding: 15px !important;
}
.search-terms li {
	display: inline;
	padding-right: 4px;
	line-height: 1.5em;
} 
.search-terms li:after {
	display: inline !important;
} 
.search-terms .content {
	padding: 10px;
} 

.side-callout {
	width: 195px;
	height: 195px;	
}

.contacts-list {
	font-family: Arial, sans-serif; 
	font-size: 19px; 
	font-weight: bold;
	line-height: 25px;
}
.contacts-list a {
	color: #FFF;
	text-decoration: none;
}
.contacts-list a:hover {
	color: #FFF;
	text-decoration: underline;
}
.contacts-list .contacts-phone {
	background: url(../images/media/ico-contacts-phone.gif) no-repeat left center;
	padding-left: 25px;
}
.contacts-list .contacts-skype {
	background: url(../images/media/ico-contacts-skype.gif) no-repeat left center;
	padding-left: 25px;
}
.contacts-list .contacts-message {
	background: url(../images/media/ico-contacts-message.gif) no-repeat left center;
	padding-left: 25px;
}

.main-description {
	font-size: 11px;
	line-height: 14px;
	margin-top: 15px;
	padding: 0px;
	background: #FFF url(../images/bg-emboss-panel.gif) repeat-x bottom;
	margin-bottom: 0px !important;	
}
.main-description, .main-description a, .main-description a:hover {
	text-decoration: none;			
	color: #444;
}
.main-description a:hover {
	text-decoration: underline;			
}
.main-description .content {
	padding: 1px 10px 10px 10px;
	border: 1px solid #CCC;
	border-top: none;
}
.main-description p {
	margin: 15px 0px 0px 0px;	
}

.main-description strong {
	color: #000;
	font-size: 12px;
}

.placeholder {
	font-size: 1px !important;
	line-height: 1px !important;
	height: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
	display: block;	
}

.pars-list {
	font-size: 9px;
	color: #000;
	line-height: 9px;
	margin-bottom: 15px;
}
.pars-list li {
	padding-bottom: 3px;
}
.pars-list .par-value {
	font-weight: bold;
	color: #38bcf8;
}

.brand-logo {
	display: block;
	margin-bottom: 15px;
}
.brand-logo img {
	display: block;
}

.front-banners {
	margin-bottom: 15px;
}
.front-banners img {
	display: block;
	float: left;
	margin-right: 15px;
}

