/**
* 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)
* @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)

Layout =================================================================================*/
/*+clearfix {*/
.inner-head:after, #form-validate P:after, FIELDSET P LABEL:after, .form-list LI:after, .group-select LI:after, .group-select INPUT.input-text:after, .group-select TEXTAREA:after, .side-col .box OL LI:after, .one-page-checkout .box.a-item:after, #checkout-step-billing P:after, #checkout-step-shipping P:after, #checkout-step-shipping_method DL:after, #checkout-step-payment DL:after, .payment-methods DL#checkout-payment-method-load DT:after, .side-col .box .content:after, DIV.login-box:after, .content:after, DIV.button-set:after, .sales-order-invoice .middle-container .col-2-right-layout .col-main .head:after, .box.box3 A.paymentmethods:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.inner-head, #form-validate P, FIELDSET P LABEL, .form-list LI, .group-select LI, .group-select INPUT.input-text, .group-select TEXTAREA, .side-col .box OL LI, .one-page-checkout .box.a-item, #checkout-step-billing P, #checkout-step-shipping P, #checkout-step-shipping_method DL, #checkout-step-payment DL, .payment-methods DL#checkout-payment-method-load DT, .side-col .box .content, DIV.login-box, .content, DIV.button-set, .sales-order-invoice .middle-container .col-2-right-layout .col-main .head, .box.box3 A.paymentmethods
{
	display: inline-block;
}
.inner-head, #form-validate P, FIELDSET P LABEL, .form-list LI, .group-select LI, .group-select INPUT.input-text, .group-select TEXTAREA, .side-col .box OL LI, .one-page-checkout .box.a-item, #checkout-step-billing P, #checkout-step-shipping P, #checkout-step-shipping_method DL, #checkout-step-payment DL, .payment-methods DL#checkout-payment-method-load DT, .side-col .box .content, DIV.login-box, .content, DIV.button-set, .sales-order-invoice .middle-container .col-2-right-layout .col-main .head, .box.box3 A.paymentmethods
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
.wrapper
{
}
.page
{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}
.page-print
{
	background: #FFF;
	padding: 20px;
	text-align: left;
}
.page-popup
{
	padding: 20px;
	text-align: left;
}
.page-popup.catalog-product-compare-index H3
{
	text-align: center;
}
.page-popup .link-print
{
	text-align: center;
	display: block;
	padding: 10px;
}
.page-popup .button-set
{
	text-align: center;
}
.page-popup .button-set BUTTON
{
	float: none !important;
}
.main
{
	margin: 10px 0;
}
/*Base Columns*/
.col-left
{
	float: left;
	width: 230px;
	padding: 5px 5px 0;
}
.col-main
{
	float: left;
	width: 730px;
	overflow: hidden;
	display: inline;
	padding: 5px;
	margin: 0;
}
.col-right
{
	float: right;
	width: 220px;
	display: inline;
	padding: 0;
}
/*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: 484px;
	margin-left: 10px;
}
/*Content Columns*/
.col2-set .col-1
{
	float: left;
	clear: both;
	width: 345px;
}
.col2-set .col-2
{
	float: right;
	width: 345px;
}
.col2-set .col-2 P
{
}
.col2-set .narrow
{
	width: 33%;
}
.col2-set .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%;
}
.col4-set .col-4
{
}
/*[clearfix]*/.inner-head
{
	padding: 10px 10px 2px;
	clear: left;
	border-bottom: 1px dotted #585858;
	/*[empty]background-color:;*/
}
.inner-head H5
{
	float: left;
}
.inner-head A
{
	float: right;
	margin: 10px 0 5px;
	font-size: 11px;
}
/*=======================================================================================
Global Styles =========================================================================
Form Elements*/
INPUT, SELECT, TEXTAREA, BUTTON
{
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
	padding: 0;
	margin: 0;
}
INPUT.input-text, SELECT, TEXTAREA
{
	background: #CCCCCC;
	border: 1px solid #C1C1C1;
}
INPUT.input-text, TEXTAREA
{
	padding: 2px !important;
	height: 14px !important;
	font-size: 12px !important;
	margin: 3px 0 0;
}
TBODY TD TEXTAREA
{
	height: 120px !important;
}
SELECT
{
}
SELECT OPTION
{
	padding-right: 10px;
}
SELECT.multiselect OPTION
{
}
TEXTAREA
{
	overflow: auto;
}
INPUT.radio
{
	margin-right: 3px;
	background: none;
}
INPUT.checkbox
{
	margin-right: 3px;
}
INPUT.qty
{
	width: 2.5em !important;
}
BUTTON.button::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
INPUT#change_password
{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
/*[clearfix]*/#form-validate P
{
	margin: 10px;
}
/*[clearfix]*/FIELDSET P LABEL
{
	margin: 0;
}
FIELDSET P INPUT
{
	margin: 0 10px 0 0;
}
.form-list LABEL
{
}
/*FF Fix*/
BUTTON.button
{
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0 0 0 12px;
	background: url(../images/bkg_button.gif) no-repeat 0 50%;
	cursor: pointer;
/*-webkit-border-fit: lines*/
}
BUTTON.button SPAN
{
	float: left;
	padding: 0 12px 0 0;
	background: url(../images/bkg_button.gif) no-repeat 100% 50%;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
BUTTON.disabled
{
}
BUTTON.disabled SPAN
{
}
/*Input & Textarea stretched for 100%*/
.field-100
{
	border: 1px solid #888;
	padding: 2px;
	overflow: hidden;
}
.field-100 INPUT.input-text, .field-100 TEXTAREA
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
/*Form Highlight
input.input-text:focus,select:focus,textarea:focus {}
.highlight { background:#eee; }
Form lists*/
/*[clearfix]*/.form-list LI
{
	margin: 0 0 5px;
}
.form-list .input-box
{
	float: left;
	width: 260px;
}
.form-list INPUT.input-text, .form-list TEXTAREA
{
	width: 250px;
}
.form-list SELECT
{
	width: 256px;
}
.form-list LI.add-row
{
	border-top: 1px solid #DDD;
	margin-top: 10px;
}
.form-list LI.add-row .btn-remove
{
	font-size: 0;
	line-height: 0;
	padding: 5px 5px 0 0;
	text-align: right;
}
.form-list .range INPUT.input-text
{
	width: 96px;
}
.group-select
{
}
/*[clearfix]*/.group-select LI
{
	margin: 0 0 10px;
	padding: 0;
}
.group-select .input-box
{
	float: left;
	width: 260px;
	margin-right: 10px;
}
.group-select .input-box.name-prefix
{
	width: 65px;
	/*[empty]background-color:;*/
}
.group-select .input-box.name-firstname, .group-select .input-box.name-firstname INPUT
{
	width: 175px !important;
	margin-right: 20px;
}
/*[clearfix]*/.group-select INPUT.input-text, .group-select TEXTAREA
{
	width: 520px;
	float: none;
}
.group-select TEXTAREA#message
{
	clear: left;
	height: 70px !important;
}
.group-select SELECT
{
	width: 516px;
	background-color: #FFFFFF;
	margin-top: 4px;
}
.group-select .input-box INPUT.input-text, .group-select .input-box TEXTAREA
{
	width: 250px;
}
.group-select .input-box SELECT
{
	width: auto;
}
.buttons-set
{
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #DDD;
}
.opc-please-wait
{
	color: #FFFFFF !important;
	padding: 10px 20px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 686px;
	height: 83%;
	opacity: 1;
	z-index: 70;
}
.opc-please-wait IMG
{
	display: block;
	margin: 0 auto;
}
.buttons-set .back-link
{
	float: left;
}
.buttons-set BUTTON.button
{
	float: right;
}
.buttons-set2
{
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #DDD;
	text-align: right;
}
/*Form Validation*/
.validation-advice
{
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 0;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
	color: #F00;
}
.validation-failed
{
	border: 1px dashed #F00 !important;
	background: #FAEBE7 !important;
}
.validation-passed
{
}
.required
{
	color: #E03;
}
P.required
{
	font-size: 10px;
	text-align: left;
}
/*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: #F00;
	font-weight: bold;
}
.notice
{
	color: #CCC;
}
.messages, .messages UL
{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages
{
	width: 100%;
	overflow: hidden;
}
.messages LI
{
	margin: 0 10px 10px 0;
}
.messages LI LI
{
	margin: 0 0 3px;
}
.error-msg, .success-msg, .note-msg, .notice-msg
{
	border: 1px solid #0E4700;
	border-top: 1px solid #008E28;
	border-left: 1px solid #008E28;
	background: #0C2800 url(../images/succ.png) no-repeat 10px center;
	padding: 8px 8px 8px 50px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FEFEFE;
	font-size: 12px !important;
	-webkit-box-shadow: 0 0 90px #000;
	border: 1px solid #005B09;
	border-top: 1px solid #039800;
	border-left: 1px solid #039800;
	background-color: #00380F;
}
.error-msg
{
	background-image: url(../images/error.png);
	color: #FFFFFF;
	border: 1px solid #C10000;
	border-top: 1px solid #FE7F7F;
	border-left: 1px solid #FE7F7F;
	background-color: #39000C;
}
.success-msg
{
}
.success-msg A
{
	font-size: 10px;
	color: #FEFEFE;
}
.note-msg, .notice-msg
{
	background-image: url(../images/note.png);
}
/*BreadCrumbs*/
.breadcrumbs
{
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #DDD;
}
.breadcrumbs LI
{
	display: inline;
}
/*Page Heading*/
.page-title
{
	border-bottom: 1px solid #DDD;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.title-buttons
{
	text-align: right;
}
.title-buttons H2, .title-buttons H3, .title-buttons H4, .title-buttons H5, .title-buttons H6
{
	float: left;
}
/*Pager*/
.pager
{
	border: 1px solid #444;
	padding: 5px 10px;
	margin: 5px;
	text-align: left !important;
	display: block;
}
.pager TD.a-right
{
	text-align: right;
}
.pager TBODY
{
	display: block;
}
.pager TR
{
	display: block;
}
.pager TD
{
	vertical-align: middle;
	width: 500px !important;
}
.pager .amount
{
	float: left;
}
.pager .limiter
{
	float: right;
}
.pager .pages
{
	margin: 0 135px;
}
.pager .pages OL
{
	display: inline;
}
.pager .pages LI
{
	display: inline;
}
.pager .pages .current
{
}
.pager SELECT
{
	margin: 0 10px;
	background-color: #FFFFFF;
}
/*Sorter*/
.sorter
{
	border: 1px solid #DDD;
	padding: 5px;
	margin: 5px 0;
}
.sorter .view-mode
{
	float: left;
}
.sorter .sort-by
{
	float: right;
}
.sorter .link-feed
{
}
/*Data Table*/
.data-table
{
	width: 100%;
	border-collapse: separate;
}
.data-table TH
{
	padding: 10px;
}
.data-table TD
{
	vertical-align: middle;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png) repeat top left;
	border-top: 1px solid #313131;
	padding: 10px;
}
TD.attributes-col
{
	border-left: 1px solid #313131;
}
TD.a-right.last
{
	border-right: 1px solid #313131;
}
.data-table TD
{
	border: 1px solid #303030;
}
.data-table TD.a-right
{
}
.data-table THEAD
{
}
.data-table THEAD TR
{
	border: none !important;
}
.data-table TBODY
{
}
.data-table TFOOT
{
}
.data-table TFOOT TR TD
{
	padding: 2px 10px;
	border: 1px solid #313131 !important;
}
.data-table TBODY TR.first
{
	border-left: 1px solid #313131 !important;
}
.data-table TBODY TR.last
{
	border-right: 1px solid #313131 !important;
}
.data-table TR.odd
{
	background-color: #323232;
}
.data-table TR.even
{
	background-color: #020202;
}
.data-table TBODY.odd
{
}
.data-table TBODY.odd TD
{
	border-width: 0 1px;
}
.data-table TBODY.even
{
	background-color: #323232;
}
.data-table TBODY.even TD
{
	border-width: 0 1px;
}
.data-table TBODY.odd TR.border TD, .data-table TBODY.even TR.border TD
{
	border-bottom-width: 1px;
}
.data-table TH .tax-flag
{
	white-space: nowrap;
	font-weight: normal;
}
.data-table TD.label, .data-table TH.label
{
}
.data-table TD.value
{
}
.data-table TD STRONG
{
	color: #FFF;
	font-weight: bold;
}
/*Tax Details Row*/
TR.tax-total
{
}
TR.tax-total TD
{
}
TR.tax-total .tax-collapse
{
	/*[disabled]float:right;*/
	/*[disabled]text-align:right;*/
	/*[disabled]padding-left:20px;*/
	/*[disabled]background:url(../images/bg_collapse.gif) no-repeat 0 4px;*/
	/*[disabled]cursor:pointer;*/
}
TR.show-details .tax-collapse
{
	background-position: 0 -53px;
}
TR.show-details TD
{
}
TR.tax-details TD
{
}
TR.tax-details-first TD
{
}
/*Shopping cart tax info*/
.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.gif) no-repeat 100% 4px;
	cursor: pointer;
}
.cart-tax-total-expanded
{
	background-position: 100% -52px;
}
/*Lists Decoration*/
LI.odd
{
}
LI.even
{
	/*[disabled]background-color:#F6F6F6;*/
}
DT.odd, DD.odd
{
}
DT.even, DD.even
{
	background-color: #F6F6F6;
}
/*Class: std - styles for admin-controlled content*/
.std, .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: 0.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*/
.link-rss
{
	background: url(../images/icon_rss.gif) no-repeat 0 1px;
	padding-left: 18px;
	white-space: nowrap;
}
/*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: 1000px;
	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;
	width: 200px;
	height: 63px;
	overflow: hidden;
}
.header-container
{
}
.header
{
	padding: 10px;
	border: 1px solid #DDD;
}
.header .logo
{
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
}
.header .logo A
{
	display: block;
	width: 200px;
	height: 63px;
}
.header .welcome-msg
{
	font-weight: bold;
	text-align: right;
}
.header .links
{
	float: right;
}
.header .form-search
{
	text-align: center;
}
.header .form-search .search-autocomplete
{
	z-index: 999;
}
.header .form-search .search-autocomplete UL
{
	border: 1px solid #DDD;
	background-color: #FFF;
}
.header .form-search .search-autocomplete LI
{
	padding: 3px;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}
.header .form-search .search-autocomplete LI .amount
{
	float: right;
	font-weight: bold;
}
.header .form-search .search-autocomplete LI.selected
{
}
.header .form-language
{
	text-align: center;
}
/*=======================================================================================
Sidebar ===============================================================================*/
.block
{
	border: 1px solid #DDD;
	margin: 0 0 10px;
}
.block .block-title
{
	border-bottom: 1px solid #DDD;
	padding: 0 10px;
}
.block .block-title H2
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.block H3
{
	font-size: 14px;
	line-height: 1.5;
}
.block .block-content
{
	padding: 10px;
}
.block .actions
{
	text-align: right;
}
.block .actions A
{
	float: left;
}
.side-col .box OL
{
	border: 1px solid #2F2F2F;
}
/*[clearfix]*/.side-col .box OL LI
{
	padding: 5px;
}
.side-col .one-page-checkout-progress OL LI
{
	padding: 0;
}
.side-col .one-page-checkout-progress OL
{
	border: none;
}
.side-col .box OL LI.odd
{
	border-bottom: 1px solid #2F2F2F;
	background-color: #020202;
}
/*Block: Account*/
.block-account
{
}
/*Block: Currency Switcher*/
.block-currency
{
}
.block-currency SELECT
{
	width: 100%;
	border: 1px solid #888;
}
/*Block: Layered Navigation*/
.block-layered-nav
{
}
.block-layered-nav DT
{
	font-weight: bold;
}
.block-layered-nav .currently
{
}
/*Block: Cart*/
.block-cart
{
}
.block-cart .amount
{
}
.block-cart .subtotal
{
	text-align: center;
}
.mini-products-list LI
{
	padding: 5px 0;
}
.mini-products-list .product-image
{
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #DDD;
	margin-right: -75px;
}
.mini-products-list .product-details
{
	margin-left: 75px;
}
.mini-products-list .product-details H4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.mini-products-list .product-details .btn-remove
{
	float: right;
}
/*Block: Wishlist*/
.block-wishlist
{
}
/*Block: Related*/
.block-related
{
}
.block-related LI
{
	padding: 5px 0;
}
.block-related INPUT.checkbox
{
	float: left;
	margin-right: -20px;
}
.block-related .item
{
	margin-left: 20px;
}
.block-related .item .product-image
{
	float: left;
	margin-right: -65px;
}
.block-related .item .product-details
{
	margin-left: 65px;
}
/*Block: Compare Products*/
.mini-compare-products
{
}
.mini-compare-products #compare-items
{
}
LI.block-compare-item
{
	display: block;
}
#compare-items LI.block-compare-item
{
}
#compare-items LI.block-compare-item A.widget-btn
{
	display: block;
	width: 15px;
	height: 30px;
	background: url(../images/delete.png) no-repeat center;
	float: right;
}
#compare-items LI.block-compare-item A.widget-btn IMG
{
	display: none;
}
.block-compare-item
{
	padding: 5px 0;
}
.side-col .box.base-mini LI A
{
	display: block;
	float: left;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
}
.side-col .box.base-mini LI .product-checkbox
{
	float: left !important;
	margin: 0 !important;
	padding: 3px 10px 3px 3px !important;
}
/*PopUp Comparison*/
#product_comparison.data-table TR.first
{
	text-align: center !important;
}
#product_comparison.data-table TR H5, #product_comparison.data-table TR BUTTON, #product_comparison.data-table .price-box, #product_comparison.data-table .tax-details
{
	display: block;
	float: none;
	text-align: center;
	margin: 5px auto;
}
#product_comparison.data-table .price-box, #product_comparison.data-table .tax-details
{
	float: left;
	width: 80px;
	margin: 4px 10px 5px 0;
}
#product_comparison.data-table .price-box
{
	font-size: 20px;
}
#product_comparison.data-table .price-box SUP
{
	font-size: 12px;
}
#product_comparison.data-table .tax-details
{
	display: block;
	margin-bottom: 20px;
}
#product_comparison.data-table .tax-details A
{
	display: inline;
}
#product_comparison.data-table A SMALL
{
	display: block;
	clear: left;
	text-align: center;
}
#product_comparison.data-table H5
{
	padding: 0 0 15px;
}
/*Block: Viewed*/
.block-recent
{
}
/*Block: Poll*/
.block-poll
{
}
.block-poll INPUT.radio
{
	float: left;
	margin: 3px -18px 0 0;
}
.block-poll .label
{
	display: block;
	margin-left: 18px;
}
.block-poll .answer
{
}
.block-poll .votes
{
	font-weight: bold;
}
/*Block: Tags*/
.block-tags UL, .block-tags LI
{
	display: inline;
}
/*Block: Subscribe*/
.block-subscribe
{
}
/*Block: Reorder*/
.block-reorder
{
}
.block-reorder LI
{
	padding: 5px 0;
}
.block-reorder INPUT.checkbox
{
	float: left;
	margin: 3px -20px 0 0;
}
.block-reorder .label
{
	display: block;
	margin-left: 20px;
}
/*Block: Banner*/
.block-banner
{
}
.block-banner .block-content
{
	text-align: center;
}
/*Block: Checkout Progress*/
.block-progress
{
}
.block-progress DT
{
	font-weight: bold;
}
.block-progress DT.complete, .block-progress DD.complete
{
	background-color: #F6F6F6;
}
/*=======================================================================================
Category Page =========================================================================*/
.category-title
{
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px;
}
.category-image
{
	display: block;
	margin: 0 auto;
}
.category-products
{
}
/*View Type: Grid*/
.products-grid
{
	width: 100%;
}
.products-grid TR.odd
{
}
.products-grid TR.even
{
	background-color: #F6F6F6;
}
.products-grid TD
{
	width: 33%;
	border: 1px solid #DDD;
	padding: 5px;
}
.products-grid TD.empty
{
}
/*View Type: List*/
.products-list LI.item
{
	border: 1px solid #DDD;
	padding: 5px;
	margin: 0 0 5px;
}
.products-list .product-image
{
	float: left;
}
.products-list .product-shop
{
	float: right;
	width: 320px;
}
/*=======================================================================================
Product View ==========================================================================*/
.product-view
{
}
.product-essential
{
}
.product-collateral
{
}
/*Product Images*/
.product-view .product-img-box
{
	float: left;
	width: 267px;
}
.product-view .product-img-box .product-image
{
	border: 1px solid #DDD;
}
.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
{
	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 #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 UL
{
	margin-left: -4px;
}
.product-view .product-img-box .more-views LI
{
	float: left;
	padding: 1px;
	background-color: #DDD;
	margin: 0 0 8px 4px;
}
.product-image-popup
{
	margin: 0 auto;
}
.product-image-popup .nav
{
	text-align: center;
}
.product-image-popup .image
{
	display: block;
}
.product-image-popup .image-label
{
}
/*Product Shop*/
.product-view .product-shop
{
	float: right;
	width: 445px;
}
.product-view .product-name
{
}
.product-view .short-description
{
}
/*Rating*/
.ratings
{
}
.ratings .amount
{
}
.ratings .rating-links
{
}
.ratings DT
{
}
.ratings DD
{
}
.rating-box
{
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bg_rating.gif) repeat-x 0 0;
	position: relative;
	overflow: hidden;
}
.rating-box .rating
{
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/bg_rating.gif) repeat-x 0 100%;
}
/*Availability*/
.availability
{
}
.availability .in-stock
{
	font-weight: bold;
}
.availability .out-of-stock
{
	font-weight: bold;
	color: #F00;
}
/********** < Product Prices*/
.price
{
	white-space: nowrap !important;
}
.price-box
{
}
.price-box .price
{
	font-weight: bold;
}
.price-box-bundle
{
}
/*Regular price*/
.regular-price
{
}
.regular-price .price
{
	text-shadow: -1px -1px 0px #101010, 3px 3px 0px #000;
}
/*Old price*/
.old-price
{
}
.old-price .price-label
{
	white-space: nowrap;
}
.old-price .price
{
	font-weight: bold;
	text-decoration: line-through;
}
/*Special price*/
.special-price
{
}
.special-price .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.special-price .price
{
	font-weight: bold;
}
/*Minimal price (as low as)*/
.minimal-price
{
}
.minimal-price .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
A.minimal-price-link
{
	display: block;
}
A.minimal-price-link .label
{
}
A.minimal-price-link .price
{
	font-weight: normal;
}
/*Excluding tax*/
.price-excluding-tax
{
	display: block;
}
.price-excluding-tax .label
{
	white-space: nowrap;
}
.price-excluding-tax .price
{
	font-weight: normal;
}
/*Including tax*/
.price-including-tax
{
	display: block;
}
.price-including-tax .label
{
	white-space: nowrap;
}
.price-including-tax .price
{
	font-weight: bold;
}
/*Excl tax (for order tables)*/
.price-excl-tax
{
	display: block;
}
.price-excl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price
{
	display: block;
}
/*Incl tax (for order tables)*/
.price-incl-tax
{
	display: block;
}
.price-incl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price
{
	display: block;
	font-weight: bold;
}
/*Price range*/
.price-from
{
}
.price-from .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.price-to
{
}
.price-to .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
/*Price as configured*/
.price-as-configured
{
}
.price-as-configured .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
/*Price notice next to the options*/
.price-notice
{
	padding-left: 10px;
}
.price-notice .price
{
	font-weight: bold;
}
/********** Product Prices >
Tier Prices*/
.tier-prices .price
{
	font-weight: bold;
}
.tier-prices .benefit
{
}
/*Add to Links*/
.add-to-links .separator
{
	display: none;
}
/*Add to Cart*/
.add-to-cart LABEL
{
	float: left;
	margin-right: 5px;
}
.add-to-cart .qty
{
	float: left;
}
.add-to-cart BUTTON.button
{
	float: left;
	margin-left: 5px;
}
/*Add to Links + Add to Cart*/
.add-to-box
{
}
.add-to-box .add-to-cart
{
	float: left;
}
.add-to-box .or
{
	float: left;
	margin: 0 10px;
}
.add-to-box .add-to-links
{
	float: left;
}
/*Product Options*/
.product-options
{
	margin: 0;
}
.product-options DT LABEL
{
	font-weight: bold;
}
.product-options DT .qty-holder
{
	float: right;
}
.product-options DT .qty-holder LABEL
{
	vertical-align: middle;
}
.product-options DT .qty-disabled
{
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}
.product-options DD
{
	margin: 10px 0 0;
	clear: both;
}
.product-options DL.last DD.last
{
}
.product-options DD INPUT.input-text
{
	width: 98%;
}
.product-options DD TEXTAREA
{
	width: 98%;
	height: 8em;
}
.product-options DD SELECT
{
	width: 100%;
}
.product-options .options-list
{
}
.product-options .options-list INPUT.radio
{
	float: left;
	margin: 3px -18px 0 0;
}
.product-options .options-list INPUT.checkbox
{
	float: left;
	margin: 3px -20px 0 0;
}
.product-options .options-list .label
{
	display: block;
	margin-left: 20px;
}
.product-options UL.validation-failed
{
	padding: 0 7px;
}
.product-options P.required
{
	padding: 5px 0 0;
}
.product-options-bottom
{
}
.product-options-bottom .price-box
{
	margin: 10px 0;
}
/*Grouped Product*/
.grouped-items
{
}
/*Block: Description*/
.product-view .description
{
}
/*Block: Additional*/
.product-view .additional
{
}
/*Block: Upsell*/
.product-view .up-sell
{
}
.product-view .up-sell .products-grid TD
{
	width: 25%;
}
/*Block: Tags*/
.product-view .tags
{
}
.product-view .tags .form-add-tags LABEL
{
	float: left;
}
.product-view .tags .form-add-tags .input-box
{
	float: left;
	width: 260px;
	margin: 0 5px;
}
.product-view .tags .form-add-tags INPUT.input-text
{
	width: 254px;
}
.product-view .tags .form-add-tags BUTTON.button
{
	vertical-align: bottom;
}
.product-view .tags .form-add-tags P
{
	clear: both;
}
/*Block: Reviews*/
.product-view .reviews
{
}
/*Block: Add Review*/
.product-view .add-review
{
}
.product-view .add-review .product-name SPAN
{
	font-weight: normal;
}
/*=======================================================================================
Content Styles =================================================================*/
.product-name
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}
/*Product Tags*/
.tags-list LI
{
	display: inline;
}
/*Advanced Search*/
.search-summary
{
}
/*CMS Home Page*/
.cms-home .products-grid TD
{
	width: 20%;
}
/*Sitemap*/
.sitemap
{
}
/*=======================================================================================
Product Review ========================================================================*/
.product-review
{
}
.product-review .product-img-box
{
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image
{
	display: block;
	border: 1px solid #DDD;
	padding: 1px;
}
.product-review .details
{
	float: right;
	width: 570px;
}
/*=======================================================================================
Shopping Cart =========================================================================*/
.cart .checkout-types
{
	float: right;
	text-align: right;
}
/*Shopping Cart Table*/
.cart-table .item-msg
{
	font-size: 10px;
}
/*Shopping Cart Collateral boxes*/
.cart .cart-collaterals
{
	float: left;
	width: 700px;
}
.cart .crosssell .product-image
{
	float: left;
	margin-right: -90px;
}
.cart .crosssell .product-shop
{
	margin-left: 90px;
}
.cart .shipping
{
}
/*Shopping Cart Totals*/
.cart .totals
{
	float: right;
}
.cart .totals TABLE
{
	width: 100%;
}
.cart .totals TABLE TH, .cart .totals TABLE TD
{
	padding: 5px;
}
.cart .totals TABLE TH
{
	font-weight: bold;
}
.money-back
{
	margin-top: 10px;
}
/*Options Tool Tip*/
.item-options DT
{
	font-weight: bold;
	font-style: italic;
}
.item-options DD
{
	padding-left: 10px;
}
.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: 30px;
	top: 7px;
}
.col-right .truncated .show DL
{
	left: -240px;
	top: 7px;
}
/*=======================================================================================
Checkout ==============================================================================
One Page*/
.one-page-checkout
{
	border-bottom: 1px solid #5A5A5A;
	position: relative;
	margin-top: 30px;
}
.one-page-checkout LI.section
{
	border: 1px solid #5A5A5A;
	border-bottom: 0;
}
.one-page-checkout .head
{
	background-color: #020202;
	padding: 5px;
	padding: 7px 7px 6px;
	text-align: right;
	height: 14px;
	overflow: hidden;
}
.one-page-checkout .head A
{
	color: #010101;
	cursor: default;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0;
}
.one-page-checkout .head A:hover
{
	color: #000 !important;
}
.one-page-checkout .head .step-count
{
	float: left;
	margin-right: 5px;
	padding: 0 3px;
	border: 1px solid #5A5A5A;
	font: bold 11px Verdana, sans-serif;
}
.one-page-checkout .active .head .step-count
{
	background-color: #39010E;
}
.one-page-checkout .head H3
{
	text-align: left;
	float: left;
	display: inline;
	font: bold 12px Verdana;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	display: block !important;
	width: 650px !important;
	height: 15px !important;
}
.one-page-checkout .allow .head
{
	cursor: pointer;
}
DIV#billing-buttons-container SPAN#billing-please-wait.opc-please-wait
{
}
.one-page-checkout .allow .head A
{
	cursor: pointer;
	color: #FFF !important;
}
.one-page-checkout .allow .head A:hover
{
	text-decoration: underline;
	color: #FFF !important;
}
.one-page-checkout .active
{
}
.one-page-checkout .active .head
{
	background: #A20327 url(../images/head.png);
	cursor: default;
	text-shadow: -1px -1px 0px #700000, 1px 1px 0px #A60227;
}
.one-page-checkout .box
{
	margin: 0;
	padding: 10px;
	position: relative;
	border: none;
	border-top: 1px solid #5A5A5A;
}
/*[clearfix]*/.one-page-checkout .box.a-item
{
	background: none;
	background-color: #2B2B2B;
	background /**/: url(../images/transparent.png) repeat top left;
}
.one-page-checkout .box.a-item H4
{
	font: bold 12px Arial;
	background: none;
	text-shadow: none;
	border: none;
	margin: 0;
	text-transform: uppercase;
}
.one-page-checkout .box .tool-tip
{
	right: 10px;
}
.one-page-checkout .order-review
{
}
INPUT.input-text
{
	background: #A5A5A5;
	border: 1px solid #C1C1C1;
}
.one-page-checkout, .one-page-checkout P, .one-page-checkout A
{
	font: normal 12px Arial, Verdana, sans-serif;
}
.one-page-checkout A
{
	color: #9E9E9E;
	text-decoration: underline;
}
.one-page-checkout A:hover
{
	color: #FFFFFF;
}
#checkoutSteps.one-page-checkout .group-select
{
	padding: 10px;
}
#review-buttons-container.a-center INPUT
{
	border: none;
}
#review-buttons-container
{
	float: right;
	clear: right;
}
#review-buttons-container
{
}
/*Step 1*/
#checkout-step-login UL
{
	padding: 5px 0;
}
#checkout-step-login.box.a-item STRONG
{
	clear: left;
	display: block;
	padding-top: 10px;
}
#checkout-step-login UL.disc
{
	padding-left: 15px;
	padding-top: 10px;
}
#checkout-step-login UL.disc LI
{
	list-style-type: disc;
}
#checkout-step-login DIV.col2-set DIV.col-1
{
}
#checkout-step-login DIV.col2-set DIV.col-2
{
}
/*Step 2 + 3 + 4*/
/*[clearfix]*/#checkout-step-billing P, #checkout-step-shipping P
{
	margin: 10px 0;
}
#checkout-step-billing P LABEL, #checkout-step-shipping_method LABEL, #checkout-step-payment LABEL
{
	float: left;
	clear: none;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 5px;
}
#checkout-step-billing P INPUT, #checkout-step-shipping_method INPUT, #checkout-step-payment INPUT
{
	float: left;
	margin: 4px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
#checkout-step-review .button-set P.left
{
	float: left;
	margin-top: 23px;
	margin-left: 10px;
}
#checkout-step-review .button-set P.left A
{
	margin-left: 10px;
}
/*[clearfix]*/#checkout-step-shipping_method DL, #checkout-step-payment DL
{
	padding: 5px 10px 10px;
}
#checkout-step-shipping_method DL DT
{
	margin-bottom: 5px;
}
/*Step 4*/
#checkout-payment-method-load UL.logos
{
	float: left;
}
#checkout-payment-method-load UL.logos LI
{
	float: left;
	margin-right: 10px;
}
#checkout-payment-method-load .form-list
{
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
}
/*[clearfix]*/.payment-methods DL#checkout-payment-method-load DT
{
	width: 160px;
	height: 20px;
	margin: 0 0 20px;
	padding: 5px 0;
	float: left;
	clear: left;
}
.payment-methods DL#checkout-payment-method-load DD
{
	float: left;
	width: 505px;
	margin-bottom: 18px;
}
.payment-methods DL#checkout-payment-method-load LABEL
{
	width: 110px;
}
.payment-methods DL#checkout-payment-method-load INPUT
{
}
/*Step 5*/
.one-page-checkout .data-table TD
{
	border: 1px solid #303030;
}
/*Multiple Addresses Checkout*/
.checkout-progress
{
	padding: 0 50px;
	margin: 10px 0;
	/*[empty]color:;*/
}
.checkout-progress LI
{
	float: left;
	width: 20%;
	border-top: 5px solid #CCC;
	text-align: center;
	color: #CCC;
}
.checkout-progress LI.active
{
	border-top-color: #000;
	color: #000;
}
.multiple-checkout
{
	position: relative;
}
.multiple-checkout .tool-tip
{
	top: 50%;
	margin-top: -120px;
	right: 10px;
}
.multiple-checkout .grand-total
{
	font-size: 1.5em;
	text-align: right;
}
.multiple-checkout .grand-total BIG
{
}
.multiple-checkout .grand-total .price
{
}
/********** < Common Checkout Styles
Shipping and Payment methods*/
.sp-methods DT
{
	font-weight: bold;
}
.sp-methods .price
{
	font-weight: bold;
}
.sp-methods .form-list
{
	padding-left: 20px;
}
.sp-methods SELECT.month
{
	width: 150px;
	margin-right: 10px;
}
.sp-methods SELECT.year
{
	width: 96px;
}
.sp-methods INPUT.cvv
{
	width: 3em !important;
}
.cvv-what-is-this
{
	cursor: help;
	margin-left: 5px;
}
/*Tooltip*/
.tool-tip
{
	border: 1px solid #DDD;
	background-color: #F6F6F6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close
{
	text-align: right;
}
.tool-tip .tool-tip-content
{
	padding: 5px;
}
/*Gift Messages*/
.add-gift-message
{
}
.gift-message-form
{
	border: 1px solid #DDD;
	background-color: #F5F5F5;
}
.gift-message-form .inner-box
{
	padding: 5px;
	height: 300px;
	overflow: auto;
}
.gift-message-form .gift-item
{
}
.gift-message-link
{
	display: block;
	background: url(../images/bg_collapse.gif) no-repeat 0 4px;
	padding-left: 20px;
}
.gift-message-link.expanded
{
	background-position: 0 -53px;
}
.gift-message-row
{
}
.gift-message-row .btn-close
{
	float: right;
}
.gift-message DT STRONG
{
	font-weight: bold;
}
/*Checkout Agreements*/
.checkout-agreements
{
	padding: 10px;
}
.checkout-agreements P LABEL
{
}
.checkout-agreements LI
{
	margin: 10px 0;
}
.checkout-agreements .agreement-content
{
	border: 1px solid #555 !important;
	padding: 5px;
	height: 10em;
	overflow: scroll;
	background-color: #020202 !important;
	color: #878787 !important;
	display: none;
}
.checkout-agreements .agreement-content *
{
	background: #020202 none !important;
	color: #D1D1D1;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.checkout-agreements .agreement-content P, .checkout-agreements .agreement-content H3, .checkout-agreements .agreement-content H2
{
	padding: 10px !important;
}
.checkout-agreements .agree
{
	padding: 0;
}
/********** Common Checkout Styles >
=======================================================================================
=======================================================================================
Sidebar ===============================================================================*/
.side-col
{
	margin: 37px 0 0;
	padding: 0 !important;
	float: right;
}
.side-col H3
{
	line-height: 1.5;
	padding: 6px 5px 6px 10px;
	border: 1px solid #5A5A5A;
	text-transform: uppercase;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
	font: bold 12px Verdana;
}
.side-col H4
{
	font: bold 12px Arial, Verdana, sans-serif;
	padding: 6px 10px 5px;
	border: 1px solid #5A5A5A;
	margin-top: 10px;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
	text-shadow: none;
	width: 178px;
}
.side-col H5
{
	margin: 0 0 10px;
	padding: 0;
}
.side-col H4 A
{
	color: #FFF;
	font: bold 12px Arial, Verdana, sans-serif;
}
.side-col H3 STRONG
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.side-col .box
{
	padding: 0 10px;
	border: none;
	background: none;
}
/*[clearfix]*/.side-col .box .content
{
	padding: 10px;
	border: 1px solid #5A5A5A;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
	border-top: none;
}
.side-col .box .content .product-checkbox
{
	float: left;
	margin-right: 10px;
}
.side-col .box .content ADDRESS
{
	font: normal 1em sans-serif !important;
	margin: 0;
}
.side-col .actions
{
	text-align: center;
}
.side-col .actions BUTTON
{
	float: none;
	padding: 0 0 2px;
	margin: 0;
}
.side-col .actions A
{
	padding: 0;
	margin: 10px 0;
	display: block;
}
.one-page-checkout-progress TABLE TR TD
{
	width: 50%;
	font-size: 11px;
}
.one-page-checkout-progress OL LI .content DIV
{
	font-style: normal !important;
	color: #FFFFFF;
	margin: 5px 0;
}
/*LOGIN  PAGE*/
.content H4
{
	margin: -10px -10px 10px;
}
/*[clearfix]*/DIV.login-box
{
}
#login-form
{
	margin-left: 0;
}
#cont FORM#login-form .col2-set .col-1, #cont FORM#login-form .col2-set .col-2
{
	width: 470px;
}
/*[clearfix]*/.content
{
	background: none;
	background: #000;
	background /**/: url(../images/transparent.png);
	padding: 10px;
	border: 1px solid #5A5A5A;
	margin: 0 0 20px;
}
#login-form .content
{
	border-bottom: none;
	height: 214px;
	margin-bottom: 0;
}
/*[clearfix]*/DIV.button-set
{
	margin: 0;
	clear: left;
	position: relative;
	border: none;
	padding: 8px 10px 8px 13px;
	border: 1px solid #5A5A5A;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
}
DIV.button-set P.required
{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
DIV.button-set A.left
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
DIV.button-set .form-button
{
	float: right;
}
.content P, #cont P
{
	margin: 10px 0;
	line-height: 1.5em;
}
#cont P
{
}
/*=======================================================================================
Account Login/Create Pages ============================================================*/
.account-login
{
}
.account-login .new-users
{
}
.account-login .registered-users
{
}
.account-create
{
}
#form-validate FIELDSET
{
	border: 1px solid #595959;
	margin-bottom: 10px;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
}
#subscription
{
	float: left;
}
#form-validate FIELDSET UL, #form-validate FIELDSET UL
{
	padding: 10px;
}
/*Account Login/Create Pages ============================================================
My Account =============================================================================
Navigation*/
.side-col .box.account-nav UL LI
{
	padding: 5px 0;
}
.side-col .box.account-nav UL LI.on
{
	color: #FFF;
}
.ad-account-info .col2-set .col-1 P, .ad-account-info .col2-set .col-2 P
{
	padding: 10px;
}
.ad-account-info .col2-set .col-1 P A
{
	padding: 10px 0;
	display: block;
	color: #FFF;
}
.ad-account-info .col2-set .col-1 P A:hover
{
	text-decoration: underline;
}
/*Account Addressbook*/
.primary-address-list H4, .address-list H4
{
	border: 1px solid #585858;
	border-bottom: 0;
}
.primary-address-list LI, .address-list LI
{
	border: 1px solid #595959;
	margin-bottom: 10px;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
	padding: 10px;
}
.primary-address-list LI .head
{
	margin: 0;
}
.address-list LI
{
	margin-bottom: 1em;
}
.address-list .actions
{
	float: right;
	margin: 0 0 10px 10px;
}
/*Account Wishlist*/
#wishlist-table
{
	margin: 10px;
	width: auto;
}
#wishlist-table TBODY TR
{
	border: 1px solid #303030;
	text-align: center;
}
#wishlist-table TBODY TR A
{
	color: #E4E4E4;
}
#wishlist-table TBODY TR TD DIV
{
}
#wishlist-table TBODY TR TD SPAN.price-box
{
	display: block;
	font-size: 14px;
	margin: 15px 0;
	color: #FEFEFE;
}
#wishlist-table TBODY TR TD SPAN.price-box SUP
{
	font-size: 10px;
}
#wishlist-table TBODY TR TD TEXTAREA
{
}
#wishlist-table TBODY TR TD .link-remove
{
	display: block;
	text-align: center;
}
#wishlist-table TBODY TR TD .link-remove
{
}
#wishlist-table TBODY TR TD.last
{
	width: 100px;
}
/********** < Dashboard*/
.dashboard
{
}
.dashboard-welcome P
{
	padding: 10px;
}
.dashboard-welcome STRONG
{
	color: #FFF;
	margin-bottom: 0;
	display: block;
}
.account-box.ad-orders .button-set
{
	border: none;
	border-top: 1px solid #595959;
	text-align: center;
	margin: 0;
	padding: 0;
}
.account-box.ad-orders .button-set A
{
	display: block;
	padding: 10px;
}
.account-box.ad-orders .button-set A:hover
{
	background-color: #323232;
	text-decoration: none;
}
.account-box.ad-orders .button-set
{
}
.account-box.ad-orders .button-set
{
}
#my-orders-table.data-table TBODY TD
{
	text-align: center;
}
#my-orders-table.data-table TR.first.last TH
{
	width: 80px;
	text-align: center;
}
/*Block: Recent Orders*/
.dashboard .recent-orders
{
	margin: 10px 0;
}
/*Block: Recent Viewed Orders*/
.sales-order-view .middle-container .col-main .content TABLE
{
}
#recently-viewed-items
{
	/*[disabled]width:213px;*/
	padding: 10px;
}
#recently-viewed-items LI
{
	border: 1px solid #2E2E2E;
}
#recently-viewed-items LI A
{
	width: 100%;
}
/*Block: Wishlist*/
#wishlist-sidebar LI
{
	margin-bottom: 10px;
}
#wishlist-sidebar LI.even
{
	background-color: #010101;
}
#wishlist-sidebar LI .product-images A
{
	width: 100%;
	text-align: center;
	height: 50px;
}
#wishlist-sidebar LI .product-details A
{
	width: 100%;
	text-align: center;
	color: #D1D1D1;
	border-bottom: 1px solid #2E2E2E;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#wishlist-sidebar LI .product-details SPAN.price-box
{
	display: block;
	clear: left;
	text-align: center;
}
#wishlist-sidebar LI .product-details SPAN.price-box STRONG
{
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 2px;
}
#wishlist-sidebar LI .product-details SPAN.tax-details
{
	border-bottom: 1px solid #2E2E2E;
	padding-bottom: 10px;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	margin-top: 5px;
}
#wishlist-sidebar LI .product-details SPAN.tax-details A
{
	border: none;
}
#wishlist-sidebar LI .product-details A.link-cart, #wishlist-sidebar LI .product-details A.widget-btn
{
	border: none;
	text-align: center;
	margin-top: 5px;
	padding: 0;
	height: auto;
}
#wishlist-sidebar LI .product-images A IMG
{
}
#wishlist-sidebar LI .product-details .tax-details A
{
	display: inline;
	float: none;
}
/*Block: Tags*/
.dashboard .tags .number
{
	float: left;
	margin-right: -20px;
}
.dashboard .tags .details
{
	margin-left: 20px;
}
/*Block: Reviews*/
.dashboard .reviews
{
}
/********** Dashboard >
Order View*/
.order-info
{
	border: 1px solid #555;
	padding: 15px 5px 5px;
	margin-bottom: 10px;
	height: 14px;
}
.order-info DT, .order-info DD, .order-info UL, .order-info LI
{
	display: inline;
}
.order-info LI
{
	border: 1px solid #545454;
	padding: 5px;
	margin-left: 10px;
	border-bottom: none;
}
.order-info LI A
{
	text-decoration: underline;
}
.order-info LI.selected
{
	color: #FFFFFF;
	text-decoration: none;
}
.order-info DT
{
	font-weight: bold;
}
.order-date
{
	float: right;
	margin-top: -25px;
}
.sales-order-invoice .col-2-right-layout .col-main .head A
{
	float: right;
	padding-top: 10px;
}
.sales-order-invoice .middle-container .col-2-right-layout .col-main .head H2
{
	float: left;
}
/*[clearfix]*/.sales-order-invoice .middle-container .col-2-right-layout .col-main .head
{
}
/*Print Pages*/
.page-print .print-head
{
}
.page-print .print-head IMG
{
	float: left;
}
.page-print .print-head ADDRESS
{
	float: left;
	margin-left: 15px;
}
/*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;
}
/*=======================================================================================
CMS PAGES*/
.left
{
	float: left;
}
.right
{
	float: left;
	margin-left: 20px;
}
LI.addElement A
{
	float: right;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 70px;
	margin-left: 50px;
}
#product_sendtofriend_form #add_recipient_button, #product_sendtofriend_form #max_recipient_message
{
	float: left;
}
#product_sendtofriend_form TEXTAREA
{
	height: 100px !important;
}
.box
{
	border: 1px solid #5A5A5A;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
	margin-bottom: 15px;
}
.box.box3
{
	width: 267px;
	float: left;
	margin: 0 0 0 24px;
	height: 155px;
	text-align: center;
	font-weight: normal;
}
.box.box3.b2
{
	width: 369px;
}
.box.box3 H3
{
	text-align: center;
	font-weight: bold;
}
.box.box3 .form-button-alt
{
	margin: 0 auto;
	float: none;
	display: block;
}
/*[clearfix]*/.box.box3 A.paymentmethods
{
	margin-left: 3px;
	display: block;
}
.box.box3 A.paymentmethods STRONG
{
	background: url(../images/pay_vorkasse.png) no-repeat center;
	width: 57px;
	height: 32px;
	float: left;
}
.box.box3 A.paymentmethods STRONG.p1
{
}
.box.box3 A.paymentmethods STRONG.p2
{
	background-image: url(../images/pay_visa.png);
}
.box.box3 A.paymentmethods STRONG.p3
{
	background-image: url(../images/pay_mastercard.png);
}
.box.box3 A.paymentmethods STRONG.p4
{
	background-image: url(../images/pay_amex.png);
}
.box.box3 A.paymentmethods STRONG.p5
{
	background-image: url(../images/pay_giropay.png);
}
.box.box3 A.paymentmethods STRONG.p6
{
	background-image: url(../images/pay_paypal.png);
}
.box.box3 A.paymentmethods STRONG SPAN
{
	display: none;
}
.box.box3.b1
{
	clear: left;
	margin: 0;
}
.cms-page-view .box UL
{
	margin: 10px;
}
.cms-page-view .box UL LI
{
	margin-left: 15px;
	list-style-type: disc;
}
.box .form-list
{
	padding: 10px;
}
.cms-page-view OL
{
	list-style-type: decimal;
	margin: 10px 0 10px 30px;
}
.cms-page-view OL LI
{
	margin: 5px;
}
.box P
{
	margin: 10px 0;
	padding: 0 10px 10px;
}
.one-page-checkout-progress DIV.content P
{
	margin: 0;
	padding: 0px;
	font-size: 15px;
}
.cms-page-view .box A
{
	color: #FFF;
}
/*OGONE*/
.ogone-api-paypage #cont
{
}
.ogone-api-paypage TABLE
{
	border: 1px solid #5A5A5A;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png);
	width: 100%;
	margin: 0 auto;
}
.ogone-api-paypage #cont TABLE TH
{
	padding: 10px;
}
.ogone-api-paypage #cont TABLE TD
{
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid #313131;
	background: none;
	background-color: #000;
	background /**/: url(../images/transparent.png) repeat top left;
}
.ogone-api-paypage #cont .ncoltable2 .ncolline1 SMALL
{
	display: block;
	text-align: right;
	width: 410px;
}
.ogone-api-paypage #cont .ncoltable2 .ncolline1 INPUT.NCOLINIM
{
	float: left;
}
.ogone-api-paypage #cont .ncoltable2 .ncolline1
{
	vertical-align: middle;
	/*[empty]height:;*/
}
.ogone-api-paypage #cont .ncoltable2 .ncolh1
{
	background: #A20327 url(../images/head.png);
	padding: 5px;
	padding: 7px 7px 6px;
	text-align: center;
	font: bold 12px Verdana;
	border-bottom: 1px solid #595959;
	text-shadow: -1px -1px 0px #700000, 1px 1px 0px #A60227;
	color: #FFFFFF;
}
.ogone-api-paypage #cont .ncoltable3
{
	margin-top: 10px;
}
.data-table TFOOT
{
}
.data-table TFOOT TR TD
{
	padding: 2px 10px;
	border: 1px solid #313131 !important;
}
.ogone-api-paypage #cont .ncoltable1 .ncoltxtr SMALL B
{
	color: #FFFFFF;
}
/*button*/
.ogone-api-paypage #cont TABLE
{
}
.ogone-api-paypage FORM INPUT.ncol
{
	cursor: pointer;
	background: url(../images/buttons.png) -250px 0px;
	border: none;
	height: 34px;
	width: 200px;
	color: #434343;
	color: #FFF;
	padding: 0 0 2px;
	font: normal 12px Verdana, Aria, sans-serif !important;
	text-shadow: -1px -1px 0px #000, 1px 1px 0px #434343;
}
.ogone-api-paypage FORM INPUT.ncol:hover
{
	background-position: -250px -50px !important;
}
.ogone-api-paypage FORM INPUT#submit3
{
	width: 300px;
	background-position: -450px -50px;
}
.ogone-api-paypage FORM INPUT#submit3:hover
{
	background-position: -750px -50px !important;
}
.ogone-api-paypage #cont .ncoltable3 FORM INPUT:hover
{
	background-position: bottom left;
}
.ogone-api-paypage #cont .ncoltable2 .ncoltxtl2 SMALL
{
	float: right;
}
.ogone-api-paypage #cont .ncoltable2 .ncoltxtl2 SMALL LABEL
{
	margin: 0;
}
/*Bilder*/
.ogone-api-paypage #cont #NCOLPP
{
	display: none;
}
.ogone-api-paypage .ncollogoc A IMG
{
	/*[disabled]display:none;*/
}
.ogone-api-paypage #cont #NCOLACQ
{
	display: none;
}
.ogone-wait
{
	background: url(../images/loadBG.png) no-repeat center center;
	height: 100px;
	padding-top: 50px;
	color: #FFF;
	text-align: center;
	display: block;
}
/*Banner*/
.banner3
{
	clear: left;
}
.banner3 A.banner
{
	margin-right: 26px;
	display: block;
	float: left;
	width: 300px;
	height: 180px;
}
.banner3 A.banner.last
{
	margin-right: 0px;
}

