/**
* 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.
*
* @category    design
* @package     default_default
* @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
* @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 
Reset =================================================================================*/
*
{
	margin: 0;
	padding: 0;
}
HTML, BODY
{
	height: 100%;
}
BODY
{
	background: #ffffff;
	font: 12px/1.55 times "Times New Roman", Times, serif;
	color: #2F2F2F;
	text-align: center;
}
IMG
{
	border: 0;
	vertical-align: top;
}
A
{
	color: #1E7EC8;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
:focus
{
	outline: 0;
}
/*Headings*/
H1, H2, H3, H4, H5, H6
{
	margin: 0 0 5px;
	line-height: 1.35;
	color: #0A263C;
}
H1
{
	font-size: 20px;
	font-weight: normal;
}
H2
{
	font-size: 18px;
	font-weight: normal;
}
H3
{
	font-size: 16px;
	font-weight: bold;
}
H4
{
	font-size: 14px;
	font-weight: bold;
}
H5
{
	font-size: 12px;
	font-weight: bold;
}
H6
{
	font-size: 11px;
	font-weight: bold;
}
/*Forms*/
FORM
{
	display: inline;
}
FIELDSET
{
	border: 0;
}
LEGEND
{
	display: none;
}
/*Table*/
TABLE
{
	border: 0;
/*border-collapse:collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
CAPTION, TH, TD
{
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/*Content*/
P
{
	margin: 0 0 10px;
}
STRONG
{
	font-weight: bold;
}
ADDRESS
{
	font-style: normal;
	line-height: 1.35;
}
CITE
{
	font-style: normal;
}
Q, BLOCKQUOTE
{
	quotes: none;
}
Q:before, Q:after
{
	content: '';
}
SMALL, BIG
{
	font-size: 1em;
}
/*sup           { font-size:1em; vertical-align:top; }
Lists*/
UL, OL
{
	list-style: none;
}
/*Tools*/
.hidden
{
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.nobr
{
	white-space: nowrap !important;
}
.wrap
{
	white-space: normal !important;
}
.a-left
{
	text-align: left !important;
}
.a-center
{
	text-align: center !important;
}
.a-right
{
	text-align: right !important;
}
.v-top
{
	vertical-align: top;
}
.v-middle
{
	vertical-align: middle;
}
.f-left, .left
{
	float: left !important;
}
.f-right, .right
{
	float: right !important;
}
.f-none
{
	float: none !important;
}
.f-fix
{
	float: left;
	width: 100%;
}
.no-display
{
	display: none;
}
.no-margin
{
	margin: 0 !important;
}
.no-padding
{
	padding: 0 !important;
}
.no-bg
{
	background: none !important;
}
/*=======================================================================================
Layout ================================================================================*/
.wrapper
{
	min-height: 100%;
	background: #ffffff repeat-x 0 100%;
}
.page
{
	width: 970px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
.page-print
{
	background: #FFF;
	padding: 25px 30px;
	text-align: left;
}
.page-empty
{
	background: #FFF;
	padding: 20px;
	text-align: left;
}
.page-popup
{
	background: #FFF;
	padding: 25px 30px;
	text-align: left;
}
.main-container
{
	width: 950px;
	padding: 0 10px;
	background: url(../images/bkg_shadow.png) repeat-y 50% 0;
}
.main
{
	width: 900px;
	margin: 0 auto;
	min-height: 400px;
	padding: 25px 25px 80px;
	background: #FFFFFF;
	text-align: left;
}
/*Base Columns*/
.col-left
{
	float: left;
	width: 195px;
	padding: 0 0 1px;
}
.col-main
{
	float: left;
	width: 685px;
	padding: 0 0 1px;
}
.col-right
{
	float: right;
	width: 195px;
	padding: 0 0 1px;
}
/*1 Column Layout*/
.col1-layout .col-main
{
	float: none;
	width: auto;
}
/*2 Columns Layout*/
.col2-left-layout .col-main
{
	float: right;
}
.col2-right-layout .col-main
{
}
/*3 Columns Layout*/
.col3-layout .col-main
{
	width: 475px;
	margin-left: 17px;
}
.col3-layout .col-wrapper
{
	float: left;
	width: 687px;
}
.col3-layout .col-wrapper .col-main
{
	float: right;
}
/*Content Columns*/
.col2-set .col-1
{
	float: left;
	width: 48.5%;
}
.col2-set .col-2
{
	float: right;
	width: 48.5%;
}
.col2-set .col-narrow
{
	width: 32%;
}
.col2-set .col-wide
{
	width: 65%;
}
.col3-set .col-1
{
	float: left;
	width: 32%;
}
.col3-set .col-2
{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-set .col-3
{
	float: right;
	width: 32%;
}
.col4-set .col-1
{
	float: left;
	width: 23.5%;
}
.col4-set .col-2
{
	float: left;
	width: 23.5%;
	margin: 0 2%;
}
.col4-set .col-3
{
	float: left;
	width: 23.5%;
}
.col4-set .col-4
{
	float: right;
	width: 23.5%;
}
/*=======================================================================================
Global Styles =========================================================================
Form Elements*/
INPUT, SELECT, TEXTAREA, BUTTON
{
	font: 12px/15px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #2F2F2F;
}
INPUT.input-text, SELECT, TEXTAREA
{
	background: #FFF;
	border: 1px solid #B6B6B6;
}
INPUT.input-text, TEXTAREA
{
	padding: 2px;
}
SELECT
{
	padding: 1px;
}
SELECT OPTION
{
	padding-right: 10px;
}
SELECT.multiselect OPTION
{
	border-bottom: 1px solid #B6B6B6;
	padding: 2px 5px;
}
SELECT.multiselect OPTION:last-child
{
	border-bottom: 0;
}
TEXTAREA
{
	overflow: auto;
}
INPUT.radio
{
	margin-right: 3px;
}
INPUT.checkbox
{
	margin-right: 3px;
}
INPUT.qty
{
	width: 2.5em !important;
}
BUTTON.button::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
/*FF Fix*/
BUTTON.button
{
/*-webkit-border-fit: lines*/
}
/*<- Safari & Google Chrome Fix*/
BUTTON.button
{
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}
BUTTON.button SPAN
{
	display: block;
	height: 19px;
	border: 1px solid #406A83;
	background: #91C1CB url(../images/bkg_button.gif) repeat-x 0 100%;
	padding: 0 8px;
	font: bold 12px/19px arial, helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
BUTTON.button SPAN SPAN
{
	border: 0;
	padding: 0;
}
BUTTON.disabled SPAN
{
	border-color: #BBB !important;
	background: #CCC !important;
	color: #FFF !important;
}
BUTTON.btn-checkout SPAN
{
	height: 36px;
	border-color: #2D813B;
	background: #345D1D url(../images/btn_checkout.gif) repeat-x 0 0;
	padding: 0 27px;
	font: bold 14px/36px arial, helvetica, sans-serif;
	color: #FFF;
}
BUTTON.btn-checkout.no-checkout SPAN
{
	border-color: #CCC;
	background-color: #C2C2BF;
	background-position: 0 100%;
	color: #B8BABA;
}
P.control INPUT.checkbox, P.control INPUT.radio
{
	margin-right: 6px;
}
/*Form Highlight*/
INPUT.input-text:focus, SELECT:focus, TEXTAREA:focus
{
	background-color: #FAFAEC;
}
/*.highlight { background:#efefef; }
Form lists
Grouped fields
.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list LI
{
	margin: 0 0 8px;
}
.form-list LABEL
{
	float: left;
	color: #666;
	font-weight: bold;
	position: relative;
	z-index: 0;
}
.form-list LABEL.required
{
}
.form-list LABEL.required EM
{
	float: right;
	font-style: normal;
	color: #EB340A;
	position: absolute;
	top: 0;
	right: -8px;
}
.form-list LI.control LABEL
{
	float: none;
}
.form-list LI.control INPUT.radio, .form-list LI.control INPUT.checkbox
{
	margin-right: 6px;
}
.form-list LI.control .input-box
{
	clear: none;
	display: inline;
	width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box
{
	display: block;
	clear: both;
	width: 260px;
}
.form-list .field
{
	float: left;
	width: 275px;
}
.form-list INPUT.input-text
{
	width: 254px;
}
.form-list TEXTAREA
{
	width: 254px;
	height: 10em;
}
.form-list SELECT
{
	width: 260px;
}
.form-list LI.wide .input-box
{
	width: 535px;
}
.form-list LI.wide INPUT.input-text
{
	width: 529px;
}
.form-list LI.wide TEXTAREA
{
	width: 529px;
}
.form-list LI.wide SELECT
{
	width: 535px;
}
.form-list LI.additional-row
{
	border-top: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 7px;
}
.form-list LI.additional-row .btn-remove
{
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range INPUT.input-text
{
	width: 74px;
}
/*Customer*/
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box
{
	width: auto;
}
.form-list .name-prefix
{
	width: 65px;
}
.form-list .name-prefix SELECT
{
	width: 55px;
}
.form-list .name-prefix INPUT.input-text
{
	width: 49px;
}
.form-list .name-suffix
{
	width: 65px;
}
.form-list .name-suffix SELECT
{
	width: 55px;
}
.form-list .name-suffix INPUT.input-text
{
	width: 49px;
}
.form-list .name-middlename
{
	width: 70px;
}
.form-list .name-middlename INPUT.input-text
{
	width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname
{
	width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname INPUT.input-text, .form-list .customer-name-prefix-middlename .name-firstname INPUT.input-text
{
	width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname
{
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname INPUT.input-text, .form-list .customer-name-prefix-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname
{
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname INPUT.input-text, .form-list .customer-name-prefix-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname
{
	width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix .name-firstname INPUT.input-text, .form-list .customer-name-suffix .name-lastname INPUT.input-text, .form-list .customer-name-middlename .name-firstname INPUT.input-text, .form-list .customer-name-middlename-suffix .name-firstname INPUT.input-text, .form-list .customer-name-middlename-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year
{
	float: left;
	width: 85px;
}
.form-list .customer-dob INPUT.input-text
{
	display: block;
	width: 74px;
}
.form-list .customer-dob LABEL
{
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month
{
	width: 60px;
}
.form-list .customer-dob .dob-day INPUT.input-text, .form-list .customer-dob .dob-month INPUT.input-text
{
	width: 46px;
}
.form-list .customer-dob .dob-year
{
	width: 140px;
}
.form-list .customer-dob .dob-year INPUT.input-text
{
	width: 134px;
}
.buttons-set
{
	clear: both;
	margin: 4em 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #E4E4E4;
	text-align: right;
}
.buttons-set P.required
{
	margin: 0 0 10px;
}
.buttons-set .back-link
{
	float: left;
	margin: 0;
}
.buttons-set BUTTON.button
{
	float: right;
	margin-left: 5px;
}
.buttons-set-order
{
	margin: 10px 0 0;
}
.buttons-set-order .please-wait
{
	padding: 12px 7px 0 0;
}
.fieldset
{
	border: 1px solid #BBAFA0;
	background: #FBFAF6;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}
.fieldset .legend
{
	float: left;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #F19900;
	background: #F9F3E3;
	color: #E76200;
	margin: -33px 0 0 -10px;
	padding: 0 8px;
	position: relative;
}
/*Form Validation*/
.validation-advice
{
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 0;
	color: #EB340A;
}
.validation-failed
{
	border: 1px dashed #EB340A !important;
	background: #FAEBE7 !important;
}
.validation-passed
{
}
P.required
{
	font-size: 11px;
	text-align: right;
	color: #EB340A;
}
/*Expiration date and CVV number validation fix*/
.v-fix
{
	float: left;
}
.v-fix .validation-advice
{
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}
/*Global Messages*/
.success
{
	color: #3D6611;
	font-weight: bold;
}
.error
{
	color: #DF280A;
	font-weight: bold;
}
.notice
{
	color: #E26703;
}
.messages, .messages UL
{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages
{
	width: 100%;
	overflow: hidden;
}
.messages LI
{
	margin: 0 0 10px !important;
}
.messages LI LI
{
	margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg
{
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
.error-msg
{
	border-color: #F16048;
	background-color: #FAEBE7;
	background-image: url(../images/i_msg-error.gif);
	color: #DF280A;
}
.success-msg
{
	border-color: #446423;
	background-color: #EFF5EA;
	background-image: url(../images/i_msg-success.gif);
	color: #3D6611;
}
.note-msg, .notice-msg
{
	border-color: #FCD344;
	background-color: #FAFAEC;
	background-image: url(../images/i_msg-note.gif);
	color: #3D6611;
}
/*BreadCrumbs*/
.breadcrumbs
{
	font-size: 14px;
	line-height: 1.25;
	margin: 0 0 13px;
}
.breadcrumbs LI
{
	display: inline;
}
.breadcrumbs LI STRONG
{
	font-weight: bold;
}
/*Page Heading*/
.page-title
{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin: 0 0 25px;
}
.page-title H1, .page-title H2
{
	margin: 0;
	font-size: 20px;
	color: #0A263C;
}
.page-title .separator
{
	margin: 0 3px;
}
.page-title .link-rss
{
	float: right;
	margin: 7px 0 0;
}
.title-buttons
{
	text-align: right;
}
.title-buttons H1, .title-buttons H2, .title-buttons H3, .title-buttons H4, .title-buttons H5, .title-buttons H6
{
	float: left;
}
.subtitle
{
	clear: both;
	padding: 15px 0 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px;
	color: #2F2F2F;
}
/*Pager*/
.pager
{
	font-size: 14px;
	background: #FFF url(../images/bkg_toolbar.gif) repeat-x 0 100%;
	padding: 4px 8px;
	border-top: 1px solid #FFFFCC;
	text-align: center;
}
.pager .amount
{
	float: left;
	margin: 0;
}
.pager .limiter
{
	float: right;
}
.pager .limiter LABEL
{
	vertical-align: middle;
}
.pager .limiter SELECT
{
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
.pager .pages
{
	margin: 0 140px;
}
.pager .pages OL
{
	display: inline;
}
.pager .pages LI
{
	display: inline;
	margin: 0 2px;
}
.pager .pages .current
{
}
/*Sorter*/
.sorter
{
	font-size: 14px;
	background: #FFFFCC url(../images/bkg_toolbar.gif) repeat-x 0 100%;
	padding: 3px 8px;
	border-top: 1px solid #FFFFCC;
}
.sorter .view-mode
{
	float: left;
	margin: 0;
}
.sorter .sort-by
{
	float: right;
	padding-right: 36px;
}
.sorter .sort-by LABEL
{
	vertical-align: middle;
}
.sorter .sort-by SELECT
{
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
.sorter .link-feed
{
}
/*Toolbar*/
.toolbar
{
}
.toolbar .pager
{
	padding: 3px 8px;
	border-bottom: 1px solid #FFF;
}
.toolbar .sorter
{
	border-bottom: 1px solid #FFFFCC;
}
.toolbar-bottom
{
}
/*Data Table*/
.data-table
{
	width: 100%;
	border: 1px solid #BEBCB7;
}
.data-table TR
{
	background: #FFF;
}
.data-table .odd
{
	background: #F8F7F5;
}
.data-table .even
{
	background: #EEEDED !important;
}
.data-table TD.last, .data-table TH.last
{
	border-right: 0;
}
.data-table TR.last TH, .data-table TR.last TD
{
	border-bottom: 0 !important;
}
.data-table TH
{
	padding: 3px 8px;
	font-weight: bold;
}
.data-table TD
{
	padding: 3px 8px;
}
.data-table THEAD TH
{
	font-weight: bold;
	border-right: 1px solid #C2D3E0;
	padding: 2px 8px;
	color: #0A263C;
	white-space: nowrap;
}
.data-table THEAD TH.wrap
{
	white-space: normal;
}
.data-table THEAD TH A, .data-table THEAD TH A:hover
{
	color: #FFF;
}
.data-table THEAD TH
{
	background: #D9E5EE url(../images/bkg_th.gif) repeat-x 0 100%;
}
.data-table TFOOT
{
	border-bottom: 1px solid #D9DDE3;
}
.data-table TFOOT TR.first
{
	background: url(../images/bkg_tfoot.gif) repeat-x 0 0;
}
.data-table TFOOT TR
{
	background-color: #DEE5E8 !important;
}
.data-table TFOOT TD
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 0;
	border-right: 1px solid #D9DDE3;
}
.data-table TFOOT STRONG
{
	font-size: 16px;
}
.data-table TBODY TH, .data-table TBODY TD
{
	border-bottom: 1px solid #D9DDE3;
	border-right: 1px solid #D9DDE3;
}
/*Bundle products tables*/
.data-table TBODY.odd TR
{
	background: #F8F7F5 !important;
}
.data-table TBODY.even TR
{
	background: #F6F6F6 !important;
}
.data-table TBODY.odd TR TD, .data-table TBODY.even TR TD
{
	border-bottom: 0;
}
.data-table TBODY.odd TR.border TD, .data-table TBODY.even TR.border TD
{
	border-bottom: 1px solid #D9DDE3;
}
.data-table TBODY TD .option-label
{
	font-weight: bold;
	font-style: italic;
}
.data-table TBODY TD .option-value
{
	padding-left: 10px;
}
/*Tax Details Row*/
TR.tax-total
{
	cursor: pointer;
}
TR.tax-total TD
{
}
TR.tax-total .tax-collapse
{
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) no-repeat 0 4px;
	cursor: pointer;
}
TR.show-details .tax-collapse
{
	background-position: 0 -53px;
}
TR.show-details TD
{
}
TR.tax-details TD
{
	background-color: #F6F6F6;
}
TR.tax-details-first TD
{
}
/*Shopping cart tax info*/
.cart-tax-info, .cart-tax-info .cart-price
{
	padding-right: 20px;
}
.cart-tax-total
{
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) no-repeat 100% 4px;
	cursor: pointer;
}
.cart-tax-total-expanded
{
	background-position: 100% -52px;
}
/*Class: std - styles for admin-controlled content*/
.std .subtitle
{
	padding: 0;
}
.std OL.ol
{
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std UL.disc
{
	margin: 0 0 10px;
}
.std UL.disc
{
	list-style: disc outside;
	padding-left: 18px;
}
.std DL DT
{
	font-weight: bold;
}
.std DL DD
{
	margin: 0 0 10px;
}
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
Misc*/
.links LI
{
	display: inline;
}
.links LI.first
{
	padding-left: 0 !important;
}
.links LI.last
{
	background: none !important;
	padding-right: 0 !important;
}
.link-cart
{
	color: #DC6809 !important;
	font-weight: bold;
}
.link-wishlist
{
	color: #DC6809 !important;
	font-weight: bold;
}
.link-reorder
{
	font-weight: bold;
	color: #DC6809 !important;
}
.link-compare
{
	font-weight: bold;
}
.link-print
{
/*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
	font-weight: bold;
	color: #DC6809;
}
.link-rss
{
	background: url(../images/i_rss.gif) no-repeat 0 2px;
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap;
}
.btn-remove
{
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.btn-remove2
{
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_trash.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.separator
{
	margin: 0 3px;
}
.divider
{
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(../images/bkg_divider1.gif) repeat-x 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
/*Noscript Notice*/
.noscript
{
	border: 1px solid #DDD;
	border-width: 0 0 1px;
	background: #FFFF90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2F2F2F;
}
.noscript .noscript-inner
{
	width: 950px;
	margin: 0 auto;
	padding: 12px 0;
	background: url(../images/i_notice.gif) no-repeat 20px 50%;
}
.noscript P
{
	margin: 0;
}
/*Demo Notice*/
.demo-notice
{
	margin: 0;
	padding: 6px 10px;
	background: #D75F07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #FFF;
}
/*=======================================================================================
Header ================================================================================*/
.logo
{
	float: left;
}
.header-container
{
	width: 950px;
	padding: 0 10px;
	background: url(../images/bkg_shadow.png) repeat 50% 0;
}
.header
{
	margin: 0 auto;
	padding: 0px 40px 45px 10px;
	text-align: right;
	border-bottom: 0px solid #ffffff;
	border-top: 2px solid #ffffff;
	background: url(../images/bkg_header.jpg) no-repeat 0 0;
	position: relative;
	z-index: 10;
}
.header .logo
{
	float: left;
	margin: 3px 0 10px 12px;
	text-decoration: none !important;
}
.header .logo STRONG
{
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header H1.logo
{
	margin: 0;
}
.header .quick-access
{
	float: right;

	padding: 0px 0px 0px 0px;
}
.header .welcome-msg
{
	margin: 0;
	color: #FFF;
	text-align: right;
}
.header .form-search
{
	top: 0;
	
	
	height: 30px;
	padding: 30px 0 0 16px;
}
.header .form-search LABEL
{
	float: left;
	width: 300px;
	height: 21px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.header .form-search INPUT.input-text
{
	float: left;
	border-color: #5C7989;
	width: 209px;
	margin-right: 4px;
}
.header .form-search BUTTON.button
{
	float: left;
}
.header .form-search BUTTON.button SPAN
{
	border: 0;
	height: 21px;
	background: url(../images/btn_search.gif) no-repeat 0 0;
	padding: 0 0 0 3px;
	font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
}
.header .form-search BUTTON.button SPAN SPAN
{
	background-position: 100% 0;
	padding: 0 6px 0 3px;
}
.header .form-search .search-autocomplete
{
	z-index: 999;
	left: 40px !important;
	top: 22px !important;
}
.header .form-search .search-autocomplete UL
{
	border: 1px solid #5C7989;
	background-color: #F9F5F0;
}
.header .form-search .search-autocomplete LI
{
	text-align: left;
	border-bottom: 1px solid #F4EEE7;
	padding: 2px 8px 1px;
	cursor: pointer;
}
.header .form-search .search-autocomplete LI .amount
{
	float: right;
	font-weight: bold;
}
.header .form-search .search-autocomplete LI.odd
{
	background-color: #FFFEFB;
}
.header .form-search .search-autocomplete LI.selected
{
	background-color: #F7E8DD;
}
.header .form-language
{
	clear: both;
	padding: 5px 0 0;
	text-align: right;
}
.header .form-language LABEL
{
	font-weight: bold;
	padding-right: 5px;
	color: #A7C6DD;
	vertical-align: middle;
}
.header .form-language SELECT
{
	padding: 0;
}
.header .form-language SELECT.flags OPTION
{
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.header .links
{
	float: right;
	margin: 0 0 6px;
}
.header .links LI
{
	float: left;
	font-size: 14px;
	background: url(../images/bkg_pipe1.gif) no-repeat 100% 60%;
	padding: 0 8px 0 7px;
}
.header .links A
{
	color: #000000;
}
.header-container .top-container
{
	clear: both;
	padding: 5px 10px 0 12px;
}
.header-container .top-container A
{
	font-size: 11px;
	color: #EBBC58;
}
/********** < Navigation*/
.nav-container
{
	width: 950px;
	padding: 0 10px;
	background: url(../images/bkg_shadow.png) repeat-y 50% 0;
}
#nav
{
	padding: 0 16px;
	background: #FFFFcc;
	font-size: 14px;
	border-bottom: 1px solid #336633;
	border-top: 0px solid #336633;
}
/*ALL Levels
Style consistent throughout all nav levels*/
#nav LI
{
	position: relative;
	text-align: left;
}
#nav LI.over
{
	z-index: 999;
}
#nav A, #nav A:hover
{
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}
#nav SPAN
{
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
#nav LI UL SPAN
{
	white-space: normal;
}
#nav UL LI.parent A
{
	background: url(../images/bkg_nav2.gif) no-repeat 100% 100%;
}
#nav UL LI.parent LI A
{
	background-image: none;
}
/*0 Level*/
#nav LI
{
	float: left;
}
#nav LI.active A
{
	color: #32A900;
}
#nav A
{
	float: left;
	padding: 5px 12px 6px 8px;
	color: #336633;
	font-weight: bold;
}
#nav LI.over A, #nav A:hover
{
	color: #336600;
}
/*1st Level*/
#nav UL LI, #nav UL LI.active
{
	float: none;
	margin: 0;
	padding-bottom: 1px;
	background: #D3D3A1 url(../images/bkg_nav1.gif) repeat-x 0 100%;
}
/*#nav ul li.over { background:#d5e4eb url(../images/bkg_nav1.gif) repeat-x 0 100%; }*/
#nav UL LI.last
{
	background: #D3D3A1;
	padding-bottom: 0;
}
#nav UL A, #nav UL A:hover
{
	float: none;
	padding: 0;
	background: none;
}
#nav UL LI A
{
	font-weight: normal !important;
}
/*2nd Level*/
#nav UL
{
	position: absolute;
	width: 15em;
	top: 27px;
	left: -10000px;
	border: 1px solid #9E8F08;
}
/*Show menu*/
#nav LI.over>UL
{
	left: 0;
}
#nav LI.over>UL LI.over>UL
{
	left: 100px;
}
#nav LI.over UL UL
{
	left: -10000px;
}
#nav UL LI A
{
	background: #D3D3A1;
}
#nav UL LI A:hover
{
	background: #FFFFCC;
}
#nav UL LI A, #nav UL LI A:hover
{
	color: #000000 !important;
	font-weight: bold;
}
#nav UL SPAN, #nav UL LI.last LI SPAN
{
	padding: 3px 15px 4px;
}
/*3rd+ Level*/
#nav UL UL
{
	top: 5px;
}
/********** Navigation >
=======================================================================================
Sidebar ===============================================================================*/
.block
{
	border: 1px solid #336633;
	margin: 0 0 15px;
}
.block .block-title
{
	background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFCC;
	border-bottom: 1px solid #000000;
	padding: 2px 5px;
}
.block .block-title STRONG
{
	display: block;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	min-height: 16px;
	padding: 1px 0;
	text-transform: uppercase;
	color: #1B5802;
}
.block .block-title STRONG SPAN
{
}
.block .block-title A
{
	text-decoration: none !important;
}
.block .block-subtitle
{
	margin: 0;
	padding: 5px 9px;
	font-size: 1em;
	font-weight: bold;
	color: #0A263C;
}
.block .block-content
{
	background: #FFFFCC;
	padding: 5px 9px;
}
.block .block-content LI.item
{
	padding: 7px 9px;
}
.block .btn-remove
{
	float: right;
	margin: 1px 0 2px 5px;
}
.block .actions
{
	background: #FFFFCC;
	padding: 6px 9px;
	text-align: right;
}
.block .actions A
{
	float: left;
}
.block .actions BUTTON.button
{
	float: right;
}
.block .empty
{
	margin: 0;
	padding: 5px 9px;
}
.block LI.odd
{
	background-color: #FFFFCC;
}
.block LI.even
{
	background-color: #FFFFCC;
}
/*Mini Blocks*/
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login
{
	font-size: 12px;
	line-height: 1.25;
}
.block-cart .block-title STRONG, .block-wishlist .block-title STRONG, .block-subscribe .block-title STRONG, .block-compare .block-title STRONG, .block-reorder .block-title STRONG, .block-poll .block-title STRONG, .block-viewed .block-title STRONG, .block-compared .block-title STRONG, .block-related .block-title STRONG, .block-tags .block-title STRONG, .block-login .block-title STRONG
{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 21px;
}
/*Mini Products List*/
.mini-products-list .product-image
{
	float: left;
	width: 50px;
	border: 1px solid #A9A9A9;
}
.mini-products-list .product-details
{
	margin-left: 60px;
}
/*Block: Account*/
.block-account
{
	border-color: #BBB;
}
.block-account .block-title
{
	background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFCC;
	border: 0;
	padding: 3px 10px;
}
.block-account .block-title STRONG
{
	font-size: 13px;
	color: #336633;
}
.block-account .block-content
{
	background: #FFFFCC;
	padding: 7px 10px;
}
.block-account .block-content LI A
{
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 3px 0;
	color: #5F5D5C;
	text-decoration: none !important;
}
.block-account .block-content LI A:hover
{
	color: #336633;
}
.block-account .block-content LI.last A
{
	border-bottom: 0;
}
.block-account .block-content LI.current
{
	border-bottom: 1px solid #DDD;
	padding: 3px 0;
	color: #336633;
}
.block-account .block-content LI.current.last
{
	border-bottom: 0;
}
/*Block: Currency Switcher*/
.block-currency
{
	border: 0;
	background: url(../images/bkg_block-currency.gif) no-repeat 0 0;
	padding: 7px 12px 10px;
	height: 51px;
}
.block-currency .block-title
{
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}
.block-currency .block-title STRONG
{
	font: bold 13px/21px Arial, Helvetica, sans-serif;
	background: url(../images/i_block-currency.gif) no-repeat 0 50%;
	padding: 0 0 0 21px;
	text-transform: none;
	color: #FFF;
}
.block-currency .block-content
{
	background: none;
	padding: 0;
}
.block-currency .block-content SELECT
{
	width: 100%;
	padding: 0;
}
/*Block: Layered Navigation*/
.block-layered-nav
{
	border: 0;
}
.block-layered-nav .block-title
{
	border: 0;
	padding: 0;
	height: 24px;
	background: url(../images/bkg_block-layered-title.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.block-layered-nav .block-subtitle
{
	line-height: 1.35;
	background: #D5E8FF url(../images/bkg_block-layered1.gif) repeat 0 50%;
	padding: 3px 9px;
	border: 1px solid #B9CCDD;
	border-width: 1px 0;
	text-transform: uppercase;
	color: #1F5070;
}
.block-layered-nav .block-content
{
	border: 1px solid #336600;
	background: #FFFFCC;
}
.block-layered-nav DT
{
	background: url(../images/bkg_block-layered-dt.gif) no-repeat 9px 11px;
	padding: 7px 10px 0 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.block-layered-nav DD
{
	padding: 0 12px 12px;
	background: url(../images/bkg_block-layered-dd.gif) repeat-x 0 100%;
}
.block-layered-nav DD.last
{
	background: none;
}
.block-layered-nav .currently LI
{
	background: #FFF url(../images/bkg_block-layered-li.gif) repeat-x 0 100%;
	padding: 4px 6px 4px 10px;
}
.block-layered-nav .currently .label
{
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/bkg_block-layered-label.gif) no-repeat 0 3px;
	text-transform: uppercase;
}
.block-layered-nav .currently .btn-remove
{
	margin: 3px 0 0;
}
.block-layered-nav .actions
{
	font-size: 11px;
	padding: 4px 9px;
	background: #CAD6E4;
	border: 1px solid #DEE5E8;
	border-width: 1px 0;
	text-align: right;
}
.block-layered-nav .actions A
{
	float: none;
}
/*Block: Cart*/
.block-cart .block-title
{
/*border-bottom:0;*/
}
.block-cart .block-title STRONG
{
	background-image: url(../images/i_block-cart.gif);
}
.block-cart .summary
{
	background: #FFF;
	padding: 2px 8px 8px;
	margin: -1px 0 0;
	position: relative;
	z-index: 1;
}
.block-cart .amount
{
	margin: 0;
}
.block-cart .amount A
{
	font-weight: bold;
}
.block-cart .subtotal
{
	margin: 5px 0 0;
	padding: 2px 0;
	background: #FBEBD9;
	text-align: center;
}
.block-cart .subtotal .price
{
	font-weight: bold;
}
.block-cart .actions
{
	border-bottom: 1px solid #C2C2C2;
}
/*Block: Wishlist*/
.block-wishlist .block-title STRONG
{
	background-image: url(../images/i_block-wishlist.gif);
}
.block-wishlist .actions
{
	text-align: right;
}
.block-wishlist .actions A
{
	float: none;
}
/*Block: Related*/
.block-related .block-title STRONG
{
	background-image: url(../images/i_block-related.gif);
	background-position: 0 1px;
}
.block-related INPUT.checkbox
{
	float: left;
}
.block-related .product
{
	margin-left: 20px;
}
/*Block: Compare Products*/
.block-compare .block-title STRONG
{
	background-image: url(../images/i_block-list.gif);
	background-position: 0 1px;
}
.page-popup .link-print
{
	background: url(../images/i_print.gif) no-repeat 0 2px;
	padding: 2px 0 2px 25px;
	font-weight: bold;
	color: #1E7EC8;
}
.compare-table
{
	border: 0;
}
.compare-table THEAD TR.first TH, .compare-table THEAD TR.first TD
{
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.compare-table .btn-remove
{
	float: right;
	background-image: url(../images/btn_remove2.gif);
	width: 72px;
	height: 15px;
}
.compare-table TBODY TH
{
	background: #D9E5EE url(../images/bkg_th-v.gif) repeat-y 100% 0;
}
.compare-table TBODY TH, .compare-table TBODY TD
{
	padding: 10px;
	border: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.compare-table TBODY TD.last
{
	border-right: 1px solid #CCC;
}
.compare-table TBODY TR.last TH, .compare-table TBODY TR.last TD
{
	border-bottom: 1px solid #CCC !important;
}
.compare-table TR.add-to-row TD
{
	background: #FFFADA;
	text-align: center;
}
.compare-table TR.first TD
{
	text-align: center;
}
.compare-table TR.first TD .product-name
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #203548;
}
.compare-table TR.first TD .product-name A
{
	color: #203548;
}
.compare-table TR.first TD .ratings
{
	width: 69px;
	margin: 0 auto;
}
.compare-table TR.first TD P, .compare-table TR.add-to-row TD P
{
	margin: 0;
}
/*Block: Recently Viewed*/
.block-viewed .block-title STRONG
{
	background-image: url(../images/i_block-viewed.gif);
}
/*Block: Recently Compared*/
.block-compared .block-title STRONG
{
	background-image: url(../images/i_block-list.gif);
	background-position: 0 1px;
}
/*Block: Poll*/
.block-poll .block-title STRONG
{
	background-image: url(../images/i_block-poll.gif);
}
.block-poll .block-subtitle
{
	font-size: 12px;
}
.block-poll LABEL
{
	color: #777;
	font-weight: bold;
}
.block-poll INPUT.radio
{
	float: left;
	margin: 1px -18px 0 0;
}
.block-poll .label
{
	display: block;
	margin-left: 18px;
}
.block-poll LI
{
	padding: 3px 9px;
}
.block-poll .answer
{
	font-weight: bold;
}
.block-poll .votes
{
	float: right;
	margin-left: 10px;
}
/*Block: Tags*/
.block-tags .block-title STRONG
{
	background-image: url(../images/i_block-tags.gif);
}
.block-tags .block-content UL
{
	font-size: 12px;
	padding: 10px;
}
.block-tags .block-content LI
{
	display: inline;
	padding-right: 4px;
}
.block-tags .block-content A
{
	color: #1B2D3B;
}
.block-tags .actions
{
	text-align: right;
}
.block-tags .actions A
{
	float: none;
}
/*Block: Subscribe*/
.block-subscribe .block-content
{
	padding: 5px 10px;
}
.block-subscribe .block-title STRONG
{
	background-image: url(../images/i_block-subscribe.gif);
}
.block-subscribe LABEL
{
	font-weight: bold;
	color: #666;
}
.block-subscribe INPUT.input-text
{
	display: block;
	width: 167px;
	margin: 3px 0;
}
.block-subscribe .actions
{
	background: none;
	padding: 0;
	margin: 3px 0 0;
	text-align: left;
}
.block-subscribe .actions BUTTON.button
{
	float: none;
}
/*Block: Reorder*/
.block-reorder .block-title STRONG
{
	background-image: url(../images/i_block-list.gif);
}
.block-reorder INPUT.checkbox
{
	float: left;
	margin: 2px -20px 0 0;
}
.block-reorder .product-name
{
	margin-left: 20px;
}
.block-reorder .validation-advice
{
	margin: 3px 9px 7px;
}
/*Block: Banner*/
.block-banner
{
	border: 0;
}
.block-banner .block-content
{
	padding: 0;
	text-align: center;
}
/*Block: Login*/
.block-login .block-title STRONG
{
	background-image: url(../images/i_ma-info.gif);
}
.block-login .block-content
{
	padding: 5px 10px;
}
.block-login LABEL
{
	font-weight: bold;
	color: #666;
}
.block-login INPUT.input-text
{
	display: block;
	width: 167px;
	margin: 3px 0;
}
.block-login .actions
{
	background: none;
	padding: 0;
	margin: 3px 0 0;
}
/*=======================================================================================
Category Page =========================================================================*/
.category-title
{
	border: 0;
	margin: 0 0 7px;
}
.category-image
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
.category-image IMG
{
}
.category-description
{
	margin: 0 0 10px;
}
.category-products
{
}
/*View Type: Grid*/
.products-grid
{
	border-bottom: 1px solid #D9DDD3;
	background: url(../images/bkg_grid.gif) repeat 0 0;
	position: relative;
}
.products-grid.last
{
	border-bottom: 0;
}
.products-grid LI.item
{
	float: left;
	width: 138px;
	padding: 12px 10px 80px;
}
.products-grid .product-image
{
	display: block;
	width: 135px;
	height: 135px;
	margin: 0 0 10px;
}
.products-grid .product-name
{
/*min-height:2.7em;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #203548;
}
.products-grid .product-name A
{
	color: #203548;
}
.products-grid .price-box
{
	margin: 5px 0;
}
.products-grid .availability
{
	line-height: 21px;
}
.products-grid .actions
{
	bottom: 12px;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid
{
	width: 632px;
	margin: 0 auto;
}
.col1-layout .products-grid
{
	width: 790px;
	margin: 0 auto;
}
/*View Type: List*/
.products-list LI.item
{
	border-bottom: 1px solid #D9DDD3;
	padding: 12px 10px;
}
.products-list LI.item.last
{
	border-bottom: 0;
}
.products-list .product-image
{
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 0 10px;
}
.products-list .product-shop
{
	margin-left: 150px;
}
.products-list .product-name
{
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #203548;
}
.products-list .product-name A
{
	color: #203548;
}
.products-list .price-box
{
	float: left;
	margin: 3px 13px 5px 0;
}
.products-list .availability
{
	float: left;
	margin: 3px 0 0;
}
.products-list .desc
{
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}
.products-list .desc .link-more
{
	font-size: 11px;
}
.products-list .add-to-links
{
	clear: both;
}
.products-list .add-to-links LI
{
	display: inline;
}
.products-list .add-to-links .separator
{
	display: inline;
	margin: 0 2px;
}
/*=======================================================================================
Product View ==========================================================================
Rating*/
.no-rating
{
	margin: 0;
}
.ratings
{
	font-size: 11px;
	line-height: 1.25;
	margin: 7px 0;
}
.ratings STRONG
{
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links
{
	margin: 0;
}
.ratings .rating-links .separator
{
	margin: 0 2px;
}
.ratings DT
{
}
.ratings DD
{
}
.rating-box
{
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.gif) repeat-x 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating
{
	float: left;
	height: 13px;
	background: url(../images/bkg_rating.gif) repeat-x 0 100%;
}
.ratings .rating-box
{
	float: left;
	margin-right: 3px;
}
.ratings .amount
{
}
.ratings-table TH, .ratings-table TD
{
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table TH
{
	font-weight: bold;
	padding-right: 8px;
}
/*Availability*/
.availability
{
	margin: 0;
}
.availability SPAN
{
	font-weight: bold;
}
.availability.in-stock SPAN
{
}
.availability.out-of-stock SPAN
{
	color: #D83820;
}
.product-view .product-shop .availability
{
	font-size: 11px;
}
.product-view .product-shop .availability SPAN
{
	font-weight: normal;
}
/*Email to a Friend*/
.email-friend
{
	margin: 0;
}
/*Alerts*/
.alert-price
{
	margin: 0;
	font-size: 11px;
}
.alert-stock
{
	margin: 0;
	font-size: 11px;
}
/********** < Product Prices*/
.price
{
	white-space: nowrap !important;
}
.price-box
{
	margin: 5px 0;
}
.price-box .price
{
	font-weight: bold;
	color: #339933;
}
/*Regular price*/
.regular-price
{
}
.regular-price .price
{
	font-weight: bold;
	font-size: 13px;
}
.block .regular-price, .block .regular-price .price
{
	color: #2F2F2F;
}
/*Old price*/
.old-price
{
	margin: 0;
}
.old-price .price-label
{
	white-space: nowrap;
	color: #999;
}
.old-price .price
{
	font-weight: bold;
	text-decoration: line-through;
}
/*Special price*/
.special-price
{
	margin: 0;
	padding: 3px 0;
}
.special-price .price-label
{
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	color: #CD5033;
}
.special-price .price
{
	font-size: 13px;
	font-weight: bold;
}
/*Minimal price (as low as)*/
.minimal-price
{
	margin: 0;
}
.minimal-price .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.minimal-price-link
{
	display: block;
}
.minimal-price-link .label
{
	color: #1E7EC8;
}
.minimal-price-link .price
{
	font-weight: normal;
	color: #1E7EC8;
}
/*Excluding tax*/
.price-excluding-tax
{
	display: block;
	color: #999;
}
.price-excluding-tax .label
{
	white-space: nowrap;
	color: #999;
}
.price-excluding-tax .price
{
	font-size: 13px;
	font-weight: normal;
}
/*Including tax*/
.price-including-tax
{
	display: block;
	color: #999;
}
.price-including-tax .label
{
	white-space: nowrap;
	color: #999;
}
.price-including-tax .price
{
	font-size: 13px;
	font-weight: bold;
}
/*FTP*/
.weee
{
	display: block;
	font-size: 11px;
	color: #444;
}
.weee .price
{
	font-size: 11px;
	font-weight: normal;
}
/*Excl tax (for order tables)*/
.price-excl-tax
{
	display: block;
}
.price-excl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price
{
	display: block;
}
/*Incl tax (for order tables)*/
.price-incl-tax
{
	display: block;
}
.price-incl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price
{
	display: block;
	font-weight: bold;
}
/*Price range*/
.price-from
{
	margin: 0;
}
.price-from .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.price-to
{
	margin: 0;
}
.price-to .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
/*Price notice next to the options*/
.price-notice
{
	padding-left: 10px;
	color: #999;
}
.price-notice .price
{
	font-weight: bold;
	color: #2F2F2F;
}
/*Price as configured*/
.price-as-configured
{
	margin: 0;
}
.price-as-configured .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.price-box-bundle
{
	padding: 0 0 10px;
}
.price-box-bundle .price-box
{
	margin: 0 !important;
	padding: 0 !important;
}
.price-box-bundle .price
{
	color: #555;
}
/********** Product Prices >
Tier Prices*/
.tier-prices
{
	margin: 10px 0;
	padding: 10px;
	background-color: #F4F7F7;
	border: 1px solid #DADDDD;
}
.tier-prices LI
{
	line-height: 1.4;
	background: url(../images/i_tier.gif) no-repeat 0 3px;
	padding: 2px 0 2px 10px;
	color: #424242;
}
.tier-prices .benefit
{
	font-style: italic;
	font-weight: bold;
	color: #2F2F2F;
}
.tier-prices .price
{
	font-weight: bold;
	color: #2F2F2F;
}
.tier-prices-grouped LI
{
	padding: 2px 0;
	color: #E26703;
}
.tier-prices-grouped LI .price
{
	font-weight: bold;
}
/*Add to Links*/
.add-to-links
{
	font-size: 12px;
	margin: 5px 0 0;
}
.add-to-links .separator
{
	display: none;
}
/*Add to Cart*/
.add-to-cart LABEL
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
}
.add-to-cart .qty
{
	float: left;
	margin-right: 5px;
}
.add-to-cart BUTTON.button
{
	float: left;
}
/*Add to Links + Add to Cart*/
.add-to-box
{
	margin: 10px 0;
}
.add-to-box .add-to-cart
{
	float: left;
}
.add-to-box .or
{
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #666;
}
.add-to-box .add-to-links
{
	float: left;
	margin: 0;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-align: left !important;
}
.add-to-box .add-to-links LI
{
	display: block !important;
}
.add-to-box .add-to-links LI .separator
{
	display: none !important;
}
.product-view
{
	border: 1px solid #C4C6C8;
}
.product-essential
{
	padding: 25px;
	background: #FFF url(../images/bkg_product-view.gif) no-repeat 100% 0;
}
.product-essential H2
{
	font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}
.product-collateral
{
	background: #F5FCFD url(../images/bkg_product_collateral.gif) repeat-x 0 0;
	padding: 25px;
}
.product-collateral H2
{
	font-weight: bold;
	font-size: 15px;
	color: #68A81E;
	border-bottom: 1px solid #E5DCC3;
	padding: 0 0 1px;
	margin: 0 0 15px;
}
.product-collateral .box-collateral
{
	margin: 0 0 25px;
}
/*Product Images*/
.product-view .product-img-box
{
	float: left;
	width: 267px;
}
.col3-layout .product-view .product-img-box
{
	float: none;
	margin: 0 auto;
}
.product-view .product-img-box .product-image
{
	margin: 0 0 13px;
}
.product-view .product-img-box .product-image-zoom
{
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}
.product-view .product-img-box .product-image-zoom IMG
{
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.product-view .product-img-box .zoom-notice
{
	font-size: 11px;
	text-align: center;
}
.product-view .product-img-box .zoom
{
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	cursor: pointer;
}
.product-view .product-img-box .zoom.disabled
{
	-moz-opacity: .3;
/*-webkit-opacity: .3*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
/*IE8*/
	opacity: .3;
}
.product-view .product-img-box .zoom #track
{
	position: relative;
	height: 18px;
}
.product-view .product-img-box .zoom #handle
{
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) no-repeat 0 0;
}
.product-view .product-img-box .zoom .btn-zoom-out
{
	position: absolute;
	left: 2px;
	top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in
{
	position: absolute;
	right: 2px;
	top: 0;
}
.product-view .product-img-box .more-views H2
{
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.product-view .product-img-box .more-views UL
{
	margin-left: -9px;
}
.product-view .product-img-box .more-views LI
{
	float: left;
	margin: 0 0 8px 9px;
}
.product-view .product-img-box .more-views LI A
{
	float: left;
	width: 56px;
	height: 56px;
	border: 2px solid #DDD;
	overflow: hidden;
}
/*To turn on floating images preview please remove comments and set image size 120x120px in \template\catalog\product\view\media.phtml
.product-view .product-img-box .more-views li a { position:relative; }
.product-view .product-img-box .more-views li a img { margin:-32px 0 0 -32px; }
.product-view .product-img-box .more-views li a:hover { border:2px solid #ddd; overflow:visible; z-index:999; }
.product-view .product-img-box .more-views li a:hover img { border:2px solid #ddd; margin:0; position:absolute; top:-34px; left:-34px; }*/
.product-image-popup
{
	margin: 0 auto;
}
.product-image-popup .nav
{
	font-weight: bold;
	text-align: center;
}
.product-image-popup .image
{
	display: block;
	margin: 10px 0;
}
.product-image-popup .image-label
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #2F2F2F;
}
/*Product Shop*/
.product-view .product-shop
{
	float: right;
	width: 330px;
}
.col1-layout .product-view .product-shop
{
	float: right;
	width: 545px;
}
.col3-layout .product-view .product-shop
{
	float: none;
	width: auto;
}
.product-view .product-shop .product-name
{
	margin: 0 0 5px;
}
.product-view .product-shop .product-name H1
{
	margin: 0;
	font: bold 15px/1.35 Arial, Helvetica, sans-serif;
}
.product-view .product-shop .availability
{
	margin: 10px 0;
}
.product-view .product-shop .short-description
{
	margin: 10px 0;
	background: url(../images/bkg_divider1.gif) repeat-x 0 0;
	padding: 10px 0 0;
}
.product-view .product-shop .price-box
{
	margin: 10px 0;
}
.product-view .product-shop .add-to-links
{
	margin: 0;
}
.product-view .product-shop .add-to-links
{
	font-size: 12px;
	text-align: right;
}
.product-view .product-shop .add-to-links LI, .product-view .product-shop .add-to-links LI .separator
{
	display: inline;
}
.product-view .product-shop .add-to-links A
{
	color: #1E7EC8 !important;
	font-weight: normal !important;
}
/*Product Options*/
.product-options
{
	margin: 20px 0 0;
	padding: 10px 15px 20px;
	background-color: #F5FCFD;
	border: 1px solid #E4E4E4;
}
.product-options DT
{
	padding: 10px 0 0;
	font-weight: normal;
}
.product-options DT LABEL
{
	font-weight: bold;
	color: #2F2F2F;
}
.product-options DT SPAN.required
{
	color: #EB340A;
}
.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;
	padding: 3px;
	color: #2F2F2F;
}
.product-options DD
{
	padding: 5px 10px 15px;
	margin: 0 0 5px;
	border-bottom: 1px solid #E4E4E4;
}
.product-options DL.last DD.last
{
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.product-options DD INPUT.input-text
{
	width: 98%;
}
.product-options DD INPUT.datetime-picker
{
	width: 150px;
}
.product-options DD TEXTAREA
{
	width: 98%;
	height: 8em;
}
.product-options DD SELECT
{
	width: 99%;
}
.product-options DD .multiselect OPTION
{
	border-bottom: 1px dotted #D9E5EE;
	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.note
{
	margin: 0;
	font-size: 11px;
}
.product-options P.required
{
	margin-bottom: 0;
	padding: 15px 0 0;
}
.product-options-bottom
{
	background-color: #FAFAEC;
	padding: 15px 20px;
	border: 1px solid #E4E4E4;
	border-top: 0;
}
.product-options-bottom .tier-prices
{
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}
.product-options-bottom .tier-prices LI
{
	background: 0;
	padding: 2px 0;
	color: #E26703;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit
{
	color: #E26703;
}
.product-options-bottom .price-box
{
	float: left;
	margin: 0;
	padding: 0;
}
.product-options-bottom .price-label
{
	float: left;
	padding-right: 5px;
}
.product-options-bottom .price-tax
{
	float: left;
}
.product-options-bottom .add-to-cart
{
	float: right;
}
.product-shop .product-options-bottom
{
	margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box
{
	float: none;
	margin: 0 0 5px;
}
.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;
	padding-top: 12px;
}
/*Grouped Product*/
.product-view .grouped-items-table .price-box
{
	margin: 0;
	padding: 0;
}
/*Block: Description*/
.product-view .box-description
{
}
/*Block: Additional*/
.product-view .box-additional .data-table TH, .product-view .box-additional .data-table TD
{
	line-height: 1.25;
}
/*Block: Upsell*/
.product-view .box-up-sell H2
{
	border-bottom: 0;
	padding: 0;
	margin: 0 0 8px;
}
.product-view .box-up-sell .products-grid
{
	width: 100%;
	border: 1px solid #E5DCC3;
}
.product-view .box-up-sell .products-grid TD
{
	width: 25%;
	background: #FAFAEC;
	border-right: 1px solid #E5DCC3;
	border-bottom: 1px solid #E5DCC3;
	padding: 15px 10px 12px;
	line-height: 1.6em;
}
.product-view .box-up-sell .products-grid TR.last TD
{
	border-bottom: 0;
}
.product-view .box-up-sell .products-grid TD.last
{
	border-right: 0;
}
.product-view .box-up-sell .products-grid TD IMG
{
	border: 1px solid #E5DCC3;
}
.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: #FAFAEC;
}
.product-view .box-up-sell .products-grid .ratings .rating-box
{
	float: none;
	display: block;
	margin: 0 0 3px;
}
/*Block: Tags*/
.product-view .box-tags
{
	margin: 0;
}
.product-view .box-tags H3
{
	font-size: 13px;
}
.product-view .box-tags .product-tags
{
	display: block;
	margin: 0 0 15px;
}
.product-view .box-tags .product-tags LI
{
	display: inline;
	background: url(../images/bkg_pipe3.gif) no-repeat 100% 4px;
	padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags LI.first
{
	padding-left: 0;
}
.product-view .box-tags .product-tags LI.last
{
	background: none;
	padding-right: 0;
}
.product-view .box-tags .form-add LABEL
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #0A263C;
}
.product-view .box-tags .form-add .input-box
{
	float: left;
	width: 305px;
	margin: 0 5px 0 0;
	background: url(../images/i_tag_add.gif) no-repeat 0 2px;
	padding: 0 0 0 23px;
}
.product-view .box-tags .form-add INPUT.input-text
{
	width: 299px;
}
.product-view .box-tags .note
{
	margin: 3px 0 0;
	padding: 0 0 0 23px;
	font-size: 11px;
}
/*Block: Reviews*/
.product-view .box-reviews DL
{
	margin: 15px 0;
}
.product-view .box-reviews DT A, .product-view .box-reviews DT SPAN
{
	font-weight: bold;
}
.product-view .box-reviews DD
{
	margin: 0 0 15px;
}
.product-view .box-reviews DD SMALL
{
	font-style: italic;
}
.product-view .box-reviews .form-add
{
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add H3
{
	font-size: 13px;
	font-weight: normal;
}
.product-view .box-reviews .form-add H3 SPAN
{
	font-weight: bold;
}
.product-view .box-reviews .form-add H4
{
	font-size: 12px;
}
.product-view .box-reviews .form-add .data-table TD
{
	text-align: center;
}
.product-view .box-reviews .form-add .form-list
{
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box
{
	width: 360px;
}
.product-view .box-reviews .form-add .form-list INPUT.input-text, .product-view .box-reviews .form-add .form-list TEXTAREA
{
	width: 354px;
}
/*Send a Friend*/
.send-friend .form-list
{
	width: 615px;
	overflow: hidden;
}
.send-friend .form-list LI
{
	margin-right: -15px;
}
.send-friend .form-list LI P
{
	margin: 0 15px 0 0;
}
.send-friend .form-list .field
{
	width: 315px;
}
.send-friend .form-list .input-box
{
	width: 300px;
}
.send-friend .form-list INPUT.input-text, .send-friend .form-list TEXTAREA
{
	width: 294px;
}
.send-friend .form-list LI.wide .input-box
{
	width: 612px;
}
.send-friend .form-list LI.wide TEXTAREA
{
	width: 609px;
}
.send-friend .buttons-set .limit
{
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}
/*=======================================================================================
Content Styles =================================================================*/
.product-name
{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.product-name A
{
	color: #1E7EC8;
}
/*Product Tags*/
.tags-list
{
	display: block;
	font-size: 13px;
	border: 1px solid #C1C4BC;
	background: #F8F7F5;
	padding: 10px;
}
.tags-list LI
{
	display: inline !important;
	margin: 0 4px 0 0;
}
.tags-list LI A
{
	color: #1B2D3B;
}
/*Advanced Search*/
.advanced-search .form-list LABEL
{
	width: 160px;
	padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range
{
	float: left;
	clear: none;
}
.advanced-search-amount
{
	margin: 0 0 10px;
}
.advanced-search-summary
{
	margin: 10px 0;
	border: 1px solid #E9D7C9;
	background: #FFF6F1;
	padding: 10px;
}
.advanced-search-summary UL
{
	float: left;
	width: 49%;
}
.advanced-search-summary STRONG
{
	color: #E17C24;
	padding-left: 15px;
	background: url(../images/i_search_criteria.gif) no-repeat 0 3px;
}
.advanced-search-summary P
{
	clear: both;
	font-weight: bold;
	margin: 0;
}
/*CMS Home Page*/
.cms-home .subtitle
{
}
.cms-index-index .subtitle
{
}
/*Sitemap*/
.page-sitemap .links
{
	text-align: right;
	margin: 0 8px -22px 0;
}
.page-sitemap .links A
{
	text-decoration: none;
	position: relative;
}
.page-sitemap .links A:hover
{
	text-decoration: underline;
}
.page-sitemap .sitemap
{
	margin: 12px;
}
.page-sitemap .sitemap A
{
	color: #1B2D3B;
}
.page-sitemap .sitemap LI
{
	margin: 3px 0;
}
.page-sitemap .sitemap LI.level-0
{
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap LI.level-0 A
{
	color: #1E7EC8;
}
/*RSS*/
.rss-title H1
{
	background: url(../images/i_rss-big.png) no-repeat 0 4px;
	padding-left: 27px;
}
.rss-table .link-rss
{
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}
/*=======================================================================================
Shopping Cart =========================================================================*/
.cart .page-title
{
	border-bottom: 0;
	margin: 0 0 12px;
}
.cart .page-title H1
{
	margin: 10px 0 0;
}
/*Checkout Types*/
.cart .page-title .checkout-types LI
{
	margin: 0 0 5px;
}
/*Shopping Cart Table*/
.cart-table TH
{
	padding: 2px 10px;
}
.cart-table TD
{
	padding: 10px;
}
.cart-table .product-name
{
	font-weight: bold;
	margin: 0 0 5px;
	color: #2F2F2F;
}
.cart-table .item-msg
{
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #DF280A;
}
.cart-table TFOOT TD
{
	padding: 5px 10px;
}
.cart-table .btn-continue
{
	float: left;
}
/*Shopping Cart Collateral boxes*/
.cart .cart-collaterals
{
	padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set
{
	float: left;
	width: 605px;
}
.cart .cart-collaterals .col2-set .col-2
{
	width: 294px;
}
.cart .crosssell
{
	border: 1px solid #CEC3B6;
	background: #FAFAEC;
	padding: 12px 15px;
}
.cart .crosssell H2
{
	font-size: 13px;
	font-weight: bold;
}
.cart .crosssell .product-image
{
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #D0CDC9;
}
.cart .crosssell .product-details
{
	margin-left: 90px;
}
.cart .crosssell .product-name
{
	font-weight: bold;
}
.cart .crosssell LI.item
{
	margin: 12px 0;
}
.cart .crosssell .link-compare
{
	font-weight: normal;
}
/*Discount Codes & Estimate Shipping and Tax Boxes*/
.cart .discount, .cart .shipping
{
	border: 1px solid #D0CBC1;
	background: #FFFFCC url(../images/bkg_block-title.gif) repeat-x 0 0;
	padding: 12px 15px;
	margin: 0 0 18px;
}
.cart .discount H2, .cart .shipping H2
{
	background-position: 0 0;
	background-repeat: no-repeat;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 0 21px;
	color: #E26703;
	text-transform: uppercase;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set
{
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}
.cart .discount .buttons-set BUTTON.button, .cart .shipping .buttons-set BUTTON.button
{
	float: none;
	margin-left: 0;
}
.cart .discount H2
{
	background-image: url(../images/i_discount.gif);
}
.cart .discount .input-box
{
	margin: 8px 0 0;
	width: 260px;
}
.cart .discount INPUT.input-text
{
	width: 254px;
}
.cart .shipping H2
{
	background-image: url(../images/i_shipping.gif);
}
.cart .shipping .sp-methods
{
	margin: 10px 0 0;
	padding: 5px 0 0;
	background: url(../images/bkg_divider1.gif) repeat-x 0 0;
}
/*Shopping Cart Totals*/
.cart .totals
{
	float: right;
	width: 258px;
	background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFCC;
	border: 1px solid #BEBCB7;
}
.cart .totals TABLE
{
	width: 100%;
	margin: 7px 0;
}
.cart .totals TD
{
	padding: 0 15px;
}
.cart .totals TR.last TD
{
}
.cart .totals TFOOT TD
{
	padding-top: 10px;
	font-size: 15px;
	border: none !important;
}
.cart .totals .checkout-types
{
	font-size: 13px;
	padding: 8px 15px 15px;
	text-align: right;
}
.cart .totals .checkout-types LI
{
	clear: both;
	margin: 10px 0;
}
/*Options Tool Tip*/
.item-options DT
{
	font-weight: bold;
	font-style: italic;
}
.item-options DD
{
	padding-left: 10px;
	margin: 0 0 6px;
}
.truncated
{
	cursor: help;
}
.truncated A.dots
{
	cursor: help;
}
.truncated A.details
{
	cursor: help;
}
.truncated .truncated_full_value
{
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value DL
{
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #DDD;
	background-color: #F6F6F6;
}
.truncated .show DL
{
	top: -20px;
	left: 50%;
}
.col-left .truncated .show DL
{
	left: 15px;
	top: 7px;
}
.col-right .truncated .show DL
{
	left: -240px;
	top: 7px;
}
/*=======================================================================================
Checkout ==============================================================================
********* < Common Checkout Styles
Shipping and Payment methods*/
.sp-methods
{
	margin: 0 0 8px;
}
.sp-methods DT
{
	margin: 13px 0 5px;
	font-weight: bold;
}
.sp-methods DD
{
}
.sp-methods DD LI
{
	margin: 5px 0;
}
.sp-methods LABEL
{
	font-weight: bold;
	color: #666;
}
.sp-methods .price
{
	font-weight: bold;
}
.sp-methods .form-list
{
	padding-left: 20px;
}
.sp-methods .form-list LI
{
	margin: 0 0 8px;
}
.sp-methods SELECT.month
{
	width: 154px;
	margin-right: 10px;
}
.sp-methods SELECT.year
{
	width: 96px;
}
.sp-methods INPUT.cvv
{
	width: 3em !important;
}
.sp-methods .centinel-logos A
{
	margin-right: 3px;
}
.sp-methods .centinel-logos IMG
{
	vertical-align: middle;
}
.please-wait
{
	float: right;
}
.please-wait IMG
{
	vertical-align: middle;
}
.cvv-what-is-this
{
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}
/*Tooltip*/
.tool-tip
{
	border: 1px solid #7BA7C9;
	background: #EAF6FF;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close
{
	margin: -9px -14px 0;
	text-align: right;
}
.tool-tip .btn-close A
{
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../images/btn_window_close.gif) no-repeat 100% 0;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.tool-tip .tool-tip-content
{
	padding: 5px;
}
/*Gift Messages*/
.gift-messages H3
{
	font-size: 14px;
	font-weight: bold;
	color: #336633;
}
.gift-messages P.control
{
	color: #8E8D8B;
}
.gift-messages-form
{
	position: relative;
}
.gift-messages-form LABEL
{
	float: none !important;
	position: static !important;
}
.gift-messages-form H4
{
	font-size: 12px;
	font-weight: bold;
	color: #E87403;
}
.gift-messages-form .whole-order
{
	margin: 0 0 25px;
}
.gift-messages-form .item
{
	margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box
{
	float: left;
	width: 75px;
}
.gift-messages-form .item .product-image
{
	margin: 0 0 7px;
}
.gift-messages-form .item .number
{
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #8A8987;
}
.gift-messages-form .item .details
{
	margin-left: 90px;
}
.gift-messages-form .item .details .product-name
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field
{
	width: 255px;
}
.gift-messages-form .item .details .form-list .input-box
{
	width: 240px;
}
.gift-messages-form .item .details .form-list INPUT.input-text
{
	width: 234px;
}
.gift-messages-form .item .details .form-list LI.wide .input-box
{
	width: 500px;
}
.gift-messages-form .item .details .form-list LI.wide TEXTAREA
{
	width: 494px;
}
.gift-message-link
{
	font-size: 11px;
	background: url(../images/bkg_collapse-gm.gif) no-repeat 100% 6px;
	padding-right: 7px;
}
.gift-message-link.expanded
{
	background-position: 100% -40px;
}
.gift-message-row
{
	background: #F2EFE9;
}
.gift-message-row .btn-close
{
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/btn_gm-close.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
/*Checkout Agreements*/
.checkout-agreements LI
{
	margin: 30px 0;
}
.checkout-agreements .agreement-content
{
	overflow: auto;
	height: 12em;
	padding: 10px;
	background-color: #FBFAF6;
	border: 1px solid #BBB6A5;
}
.checkout-agreements .agree
{
	margin: 0;
	padding: 10px 0 10px 11px;
}
.checkout-agreements .agree INPUT.checkbox
{
	margin-right: 6px;
}
.checkout-agreements .agree LABEL
{
	font-weight: bold;
	color: #666;
}
.opc .checkout-agreements
{
	border: 1px solid #D9DDE3;
	border-width: 0 1px;
	padding: 5px 30px;
}
.opc .checkout-agreements LI
{
	margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content
{
	background-color: #FFF;
	border-color: #E4E4E4;
	padding: 5px;
}
.opc .checkout-agreements .agree
{
	padding-left: 6px;
}
/*Centinel*/
.centinel
{
}
.opc .centinel
{
	border: 1px solid #BBB6A5;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}
/*Generic Info Set*/
.info-set
{
	background: #FBFAF6 url(../images/bkg_checkout.gif) repeat-x 0 0;
	border: 1px solid #BBB6A5;
	margin: 0 0 25px;
	padding: 20px;
}
.info-set H2
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.info-set H3, .info-set H4
{
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}
.info-set H2 A, .info-set H3 A, .info-set H4 A
{
	font-weight: normal;
}
.info-set H2.legend
{
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #F9F3E3;
	border-bottom: 1px solid #BBAFA0;
	position: relative;
}
.info-set H3.legend
{
	margin: 0 0 10px;
	color: #0A263C;
}
.info-set .divider
{
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.info-set .box
{
	margin: 0 0 15px;
}
.info-set .box H2
{
	color: #E26703;
}
.info-set .data-table .product-name
{
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1E7EC8 !important;
}
.info-set .data-table .product-name A
{
	font-weight: bold !important;
}
.info-set .data-table .item-options
{
	margin: 5px 0 0;
}
/********** Common Checkout Styles >
One Page Checkout*/
.block-progress
{
	border: 0;
	margin: 0;
}
.block-progress .block-title
{
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}
.block-progress .block-title STRONG
{
	font-size: 13px;
	color: #0A263C;
}
.block-progress .block-content
{
	background: none;
}
.block-progress DT
{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35;
	background: #EEE;
	border: 1px solid #A3AEB3;
	margin: 0 0 6px;
	padding: 2px 8px;
	color: #999;
}
.block-progress DD
{
	background: #FFFFCC;
	border: 1px solid #A3AEB3;
	border-top: 0;
	padding: 8px 13px;
	margin: 0 0 6px;
}
.block-progress DT.complete
{
	margin: 0;
	background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFCC;
	color: #336633;
}
.block-progress DD.complete
{
}
.block-progress P
{
	margin: 0;
}
.opc .buttons-set
{
	margin-top: 0;
	padding-top: 2em;
}
.opc .buttons-set P.required
{
	margin: 0;
	padding: 0 0 10px;
}
.opc .buttons-set .back-link SMALL
{
	display: none;
}
.opc .buttons-set .back-link A
{
	background: url(../images/i_arrow-top.gif) no-repeat 0 50%;
	padding-left: 16px;
}
.opc .buttons-set.disabled BUTTON.button
{
	display: none;
}
.opc .buttons-set .please-wait
{
	height: 21px;
	line-height: 21px;
}
.opc .ul
{
	list-style: disc outside;
	padding-left: 18px;
}
.opc
{
	position: relative;
}
.opc LI.section
{
}
.opc .step-title
{
	border-width: 0 1px;
	border-style: solid;
	border-color: #FFF #D9DDE3 #D9DDE3;
	background: #EEE url(../images/bkg_opc-title-off.gif) repeat-x 0 100%;
	padding: 4px 8px 6px;
	text-align: right;
}
.opc .step-title .number
{
	float: left;
	background: #FFF;
	border: 1px solid #FFF;
	padding: 0 4px;
	margin: 0 5px 0 0;
	font: bold 11px/14px arial, helvetica, sans-serif;
	color: #999;
}
.opc .step-title H2
{
	float: left;
	margin: 0;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #999;
}
.opc .step-title A
{
	display: none;
	float: right;
	font-size: 11px;
	line-height: 16px;
}
.opc .allow .step-title
{
	background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFCC;
	border: 1px solid #A3AEB3;
	border-bottom: 0;
	color: #A4B3B9;
	cursor: pointer;
}
.opc .allow .step-title .number
{
	background: #DBE6EB;
	border-color: #DBE6EB;
	color: #A4B3B9;
}
.opc .allow .step-title H2
{
	color: #A4B3B9;
}
/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title
{
	background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFCC ;
	border: 1px solid #BBAFA0;
	padding-bottom: 5px;
	color: #F18200;
	cursor: default;
}
.opc .active .step-title .number
{
	background: #336633;
	border-color: #336633;
	color: #FFF;
}
.opc .active .step-title H2
{
	color: #336633;
}
/*.opc .active .step-title a { display:none; }*/
.opc .step
{
	border: 1px solid #BBAFA0;
	border-top: 0;
	background: #FFFFCC;
	padding: 15px 30px;
	position: relative;
}
.opc .step .tool-tip
{
	right: 30px;
}
#opc-login .buttons-set
{
	border-top: 0;
}
#opc-login H3
{
	font-size: 13px;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#opc-login H4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #2F2F2F;
}
#opc-shipping_method .buttons-set
{
	border-top: 0;
}
.opc .gift-messages-form
{
	margin: 0 -30px;
	background: #FFFFCC;
	border: 1px solid #E9E4DE;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box
{
	padding: 5px;
	height: 260px;
	overflow: auto;
}
#opc-review .step
{
	border: 0;
	padding: 0;
}
#opc-review .product-name
{
	font-weight: bold;
	color: #0A263C;
}
#opc-review .item-options
{
	margin: 5px 0 0;
}
#opc-review .buttons-set
{
	padding: 20px 30px;
	border: 1px solid #D9DDE3;
	border-width: 0 1px 1px;
}
#opc-review .buttons-set P
{
	margin: 0;
	line-height: 40px;
}
#opc-review .buttons-set .please-wait
{
	height: 40px;
	line-height: 40px;
}
/*Multiple Addresses Checkout*/
.checkout-progress
{
	padding: 0 90px;
	margin: 0 0 20px;
}
.checkout-progress LI
{
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 10px solid #999;
	padding: 2px 0 0;
	font-weight: bold;
	text-align: center;
	color: #ABB5BA;
}
.checkout-progress LI.active
{
	border-top-color: #E96200;
	color: #E96200;
}
.multiple-checkout H2
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.multiple-checkout H3, .multiple-checkout H4
{
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}
.multiple-checkout H2 A, .multiple-checkout H3 A, .multiple-checkout H4 A
{
	font-weight: normal;
}
.multiple-checkout .data-table .product-name
{
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1E7EC8 !important;
}
.multiple-checkout .data-table .product-name A
{
	font-weight: bold !important;
}
.multiple-checkout .data-table .item-options
{
	margin: 5px 0 0;
}
.multiple-checkout .gift-messages
{
	margin: 15px 0 0;
}
.multiple-checkout .tool-tip
{
	top: 50%;
	margin-top: -120px;
	right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set
{
	background: #FBFAF6 url(../images/bkg_checkout.gif) repeat-x 0 0;
	border: 1px solid #BBB6A5;
	margin: 0 0 25px;
	padding: 20px;
}
.multiple-checkout .col2-set H2.legend
{
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #F9F3E3;
	border-bottom: 1px solid #BBAFA0;
	position: relative;
}
.multiple-checkout .col2-set H3.legend
{
	margin: 0 0 10px;
	color: #0A263C;
}
.multiple-checkout .col2-set .divider
{
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.multiple-checkout .box
{
	margin: 0 0 15px;
}
.multiple-checkout .box H2
{
	color: #E26703;
}
.multiple-checkout .place-order .please-wait
{
	float: right;
	padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total
{
	float: right;
	height: 71px;
	font-size: 1.5em;
	padding: 0 0 0 21px;
	background: url(../images/bkg_grand-total.gif) no-repeat 0 0;
	overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner
{
	float: left;
	height: 57px;
	padding: 14px 21px 0 0;
	background: url(../images/bkg_grand-total.gif) no-repeat 100% 0;
}
.multiple-checkout .place-order .grand-total .inner DIV
{
	display: inline;
}
.multiple-checkout .place-order .grand-total BIG
{
	display: inline;
	margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price
{
	color: #E26703;
}
.multiple-checkout .place-order .grand-total BUTTON.button SPAN
{
	font-size: 16px;
}
.multiple-checkout .place-order .grand-total BUTTON.button SPAN SPAN
{
	padding: 0 45px 0 36px;
}
/*Step 1*/
#multiship-addresses-table TD
{
	padding: 10px;
}
#multiship-addresses-table TFOOT TD
{
	padding: 5px 10px;
}
/*Step 2*/
.multiple-checkout .gift-messages-form .item .details .form-list
{
	width: 100%;
	overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list LI
{
	margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field
{
	width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box
{
	width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list INPUT.input-text
{
	width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list LI.wide .input-box
{
	width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list LI.wide TEXTAREA
{
	width: 439px;
}
.checkout-multishipping-shipping .box-sp-methods
{
	border: 1px solid #D9D2BE;
	background: #F9F3E3;
	padding: 13px;
	position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer
{
	position: absolute;
	top: -20px;
	right: -40px;
	width: 178px;
	height: 41px;
	background: url(../images/bkg_sp-methods.gif) no-repeat 0 0;
	overflow: hidden;
}
/*Step 3*/
.checkout-multishipping-billing .multiple-checkout
{
	position: relative;
}
/*=======================================================================================
Account Login/Create Pages ============================================================*/
.account-login .content
{
	min-height: 240px;
	padding: 14px 21px;
	background: #FAF7EE url(../images/bkg_login-box.gif) repeat-x 0 0;
	border: 1px solid #BBB6A5;
	border-bottom: 0;
}
.account-login .content H2
{
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 14px;
	padding: 0 0 5px 23px;
	border-bottom: 1px solid #DDD;
	background-position: 0 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #E76200;
}
.account-login .new-users H2
{
	background-image: url(../images/i_page1.gif);
}
.account-login .registered-users H2
{
	background-image: url(../images/i_page2.gif);
}
.account-login .buttons-set
{
	border: 1px solid #BBB6A5;
	border-top: 0;
	margin: 0;
	padding: 8px 13px;
	background: #ffffcc url(../images/bkg_buttons-set1.gif) repeat-x 0 0;
}
.account-create
{
}
/*Account Login/Create Pages ============================================================
My Account =============================================================================*/
.my-account .title-buttons .link-rss
{
	float: none;
	margin: 0;
}
/********** < Dashboard*/
.dashboard .welcome-msg
{
	margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg P
{
	margin: 0;
}
.dashboard .col2-set
{
	margin: 0 0 15px;
}
/*General Box*/
.box-account
{
	background: #FFF url(../images/bkg_account_box.gif) repeat-x 0 0;
	border: 1px solid #CCC;
	border-color: #CCC #999 #999 #CCC;
	padding: 15px;
	margin: 0 0 20px;
}
.box-account .box-head
{
	border-bottom: 1px solid #D9DDE3;
	margin: 0 0 10px;
	text-align: right;
}
.box-account .box-head H2
{
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #E65505;
}
.dashboard .box .box-title
{
	background: url(../images/bkg_divider1.gif) repeat-x 0 100%;
	padding: 0 0 2px;
	margin: 0 0 8px;
	text-align: right;
}
.dashboard .box .box-title H3, .dashboard .box .box-title H4
{
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
/*Block: Recent Orders*/
.dashboard .box-recent .box-head H2
{
	background-image: url(../images/i_folder-table.gif);
}
/*Block: Account Information*/
.dashboard .box-info .box-head H2
{
	background-image: url(../images/i_ma-info.gif);
}
.dashboard .box-info H4
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/*Block: Reviews*/
.dashboard .box-reviews .box-head H2
{
	background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0A263C;
}
.dashboard .box-reviews .details
{
	margin-left: 20px;
}
.dashboard .box-reviews LI.item
{
	margin: 0 0 7px;
}
.dashboard .box-reviews LI.item.last
{
	margin: 0;
}
.dashboard .box-reviews .ratings
{
	margin: 7px 0 0;
}
/*Block: Tags*/
.dashboard .box-tags .box-head H2
{
	background-image: url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0A263C;
}
.dashboard .box-tags .details
{
	margin-left: 20px;
}
.dashboard .box-tags LI.item
{
	margin: 0 0 7px;
}
.dashboard .box-tags LI.item.last
{
	margin: 0;
}
.dashboard .box-tags .tags STRONG, .dashboard .box-tags .tags UL, .dashboard .box-tags .tags UL LI
{
	display: inline;
}
/********** Dashboard >
Address Book*/
.addresses-list H2
{
	font-weight: bold;
	font-size: 13px;
	color: #E26703;
	text-transform: uppercase;
}
.addresses-list H3
{
	font-weight: bold;
	font-size: 13px;
}
.addresses-list ADDRESS
{
	margin: 0 0 3px;
}
.addresses-list P
{
	margin: 0;
}
.addresses-list A
{
	font-weight: bold;
}
.addresses-list .link-remove
{
	color: #646464;
}
.addresses-list .separator
{
	margin: 0 3px;
}
.addresses-list LI.item
{
	background: #FFF url(../images/bkg_account_box.gif) repeat-x 0 0;
	border: 1px solid #CCC;
	padding: 10px 13px;
	margin: 0 0 10px;
}
.addresses-list LI.empty
{
	background: none;
	border: 0;
	padding: 0;
}
.addresses-list LI.empty P
{
	font-weight: bold;
}
.addresses-list .addresses-additional LI.item
{
	background: none;
	border: 0;
	padding: 0;
}
/*Order View*/
.order-info
{
	background: #DEE5E8;
	border: 1px solid #D0CBC1;
	padding: 4px 8px;
	margin: 0 0 8px;
}
.order-info DT, .order-info DD, .order-info UL, .order-info LI
{
	display: inline;
}
.order-info .current
{
	font-weight: bold;
}
.order-info LI
{
	margin: 0 3px;
}
.order-date
{
	margin: 10px 0;
}
.order-info-box
{
	background: #FFF url(../images/bkg_block-title.gif) repeat-x 0 0;
	border: 1px solid #D0CBC1;
	padding: 12px 15px;
	margin: 0 0 15px;
}
.order-info-box H2
{
	font-weight: bold;
	font-size: 13px;
}
.order-info-box .box-payment P
{
	margin: 0 0 5px;
}
.order-info-box .box-payment TH
{
	font-weight: bold;
	padding-right: 7px;
}
.order-items
{
	width: 100%;
	overflow-x: auto;
}
.order-items H2, .order-items H3
{
	font-weight: bold;
	font-size: 13px;
}
.order-items .product-name
{
	font-size: 1em !important;
	font-weight: bold !important;
}
.order-items .link-print
{
	float: right;
	color: #1E7EC8;
	font-weight: normal;
}
.order-items P .link-print
{
	float: none;
}
.order-gift-message
{
	margin: 15px 0;
}
.gift-message DT STRONG
{
	color: #666;
}
.gift-message DD
{
	margin: 5px 0 0;
	font-size: 13px;
}
.order-about
{
	margin: 15px 0;
}
.order-about DT
{
	font-weight: bold;
}
.order-about DD
{
	font-size: 13px;
	margin: 0 0 7px;
}
.tracking-table
{
	margin: 0 0 15px;
}
.tracking-table TH
{
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table TH, .tracking-table TD
{
	padding: 1px 5px 0 0;
}
.tracking-table-popup
{
	width: 100%;
}
.tracking-table-popup TH
{
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup TH, .tracking-table-popup TD
{
	padding: 1px 8px;
}
/*Order Print Pages*/
.page-print .print-head
{
	margin: 0 0 15px;
}
.page-print .print-head .logo
{
	float: left;
}
.page-print .print-head ADDRESS
{
	float: left;
	margin-left: 15px;
}
.page-print H1
{
	font-size: 16px;
	font-weight: bold;
}
.page-print H2, .page-print H3
{
	font-size: 13px;
	font-weight: bold;
}
.page-print H2.h2
{
	font-size: 16px;
	font-weight: bold;
}
.page-print .order-date
{
	background: url(../images/bkg_divider1.gif) repeat-x 0 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.page-print .col2-set
{
	margin: 0 0 10px;
}
/*Price Rewrites*/
.page-print .gift-message-link
{
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax
{
	display: block;
	white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price
{
	display: inline;
}
/*My Wishlist*/
.my-wishlist .data-table TD
{
	padding: 10px;
}
.my-wishlist .product-image
{
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
}
.my-wishlist TEXTAREA
{
	display: block;
	width: 97%;
	height: 109px;
}
.my-wishlist .buttons-set
{
	margin-top: 2em;
}
.my-wishlist .buttons-set BUTTON.button
{
	float: none;
}
.my-wishlist .buttons-set .btn-add SPAN, #wishlist-table .add-to-links
{
	white-space: nowrap;
}
/*My Tags*/
.my-tag-edit
{
	float: left;
	margin: 0 0 10px;
}
.my-tag-edit .btn-remove
{
	float: right;
	margin: 5px 0 0 5px;
}
#my-tags-table
{
	clear: both;
}
#my-tags-table TD
{
	padding: 10px;
}
#my-tags-table .add-to-links
{
	white-space: nowrap;
}
/*My Reviews*/
#my-reviews-table TD
{
	padding: 10px;
}
.product-review .product-img-box
{
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image
{
	display: block;
	width: 125px;
	height: 125px;
}
.product-review .product-img-box .label
{
	font-size: 11px;
	margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box
{
	float: none;
	display: block;
	margin: 0 0 3px;
}
.product-review .product-details
{
	margin-left: 150px;
}
.product-review .product-name
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.product-review H3
{
	font-size: 12px;
	margin: 0 0 3px;
	color: #2F2F2F;
}
.product-review .ratings-table
{
	margin: 0 0 10px;
}
.product-review DT
{
	font-weight: bold;
}
.product-review DD
{
	font-size: 13px;
	margin: 5px 0 0;
}
/*=======================================================================================
Footer ================================================================================*/
.footer-container
{
	background: url(../images/bkg_shadow-bottom.png) no-repeat 0 0;
	text-align: center;
}
.footer
{
	width: 930px;
	margin: 0 auto;
	padding: 20px 10px;
}
.footer .store-switcher
{
	display: inline;
	margin: 0 5px 0 0;
	color: #FFF;
}
.footer .store-switcher LABEL
{
	font-weight: bold;
	vertical-align: middle;
}
.footer .store-switcher SELECT
{
	padding: 0;
	vertical-align: middle;
}
.footer A
{
	color: #000000;
	text-decoration: none;
}
.footer A:hover
{
	text-decoration: underline;
}
.footer .bugs
{
	margin: 13px 0 0;
	color: #000000;
}
.footer .bugs A
{
	color: #ECF3F6;
	text-decoration: underline;
}
.footer .bugs A:hover
{
	text-decoration: none;
}
.footer ADDRESS
{
	margin: 0 0 20px;
	color: #000000;
}
.footer ADDRESS A
{
	color: #ECF3F6;
	text-decoration: underline;
}
.footer ADDRESS A:hover
{
	text-decoration: none;
}
.footer UL
{
	display: inline;
}
.footer UL.links
{
	display: block;
}
.footer LI
{
	display: inline;
	background: url(../images/bkg_pipe2.gif) no-repeat 100% 60%;
	padding: 0 7px 0 4px;
}
.footer LI.last
{
	background: none !important;
	padding-right: 0 !important;
}
.footer-container .bottom-container
{
	margin: 0 0 5px;
}
/*=======================================================================================
Sample Data============================================================================*/
.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;
	color: #E25203;
	font-size: 1.2em;
}
.best-selling TABLE
{
	border-top: 1px solid #CCC;
}
.best-selling TR.odd
{
	background: #EEE url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100%;
}
.best-selling TR.even
{
	background: #FFF url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100%;
}
.best-selling TD
{
	width: 50%;
	border-bottom: 1px solid #CCC;
	padding: 8px 10px 8px 8px;
	font-size: 11px;
}
.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;
}
/*=======================================================================================
Clears ================================================================================*/
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete LI:after, .block .block-content:after, .block .actions:after, .block LI.item:after, .block-poll LI:after, .block-layered-nav .currently LI:after, .page-title:after, .products-grid:after, .products-list LI.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews LI.item:after, .box-tags LI.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views UL:after, .product-view .box-tags .form-add:after, .product-options .options-list LI:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell LI.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select LI:after, .form-list LI:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list LI P:after
{
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/*=======================================================================================*/
