/*[variables]
colors
{
	@30: #EDF3FD;
	@20: #DBE9FF;
	@10: #A1A1A1;
	@00: #5889D5;
}
*/
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
* @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)

**************************************************
**********[ Mage_CSS_B Common Elements ]**********
**************************************************
********************* Columns
All*/
.col2-set, .col3-set, .col4-set, .col5-set
{
	clear: both;
}
/*Col2*/
.col2-set .col-1, .col2-set .col-2
{
	width: 48.5%;
}
.col2-set .col-1
{
	float: left;
}
.col2-set .col-2
{
	float: right;
}
/*Col2-alt*/
.col2-alt-set .col-1
{
	float: left;
	width: 32%;
}
.col2-alt-set .col-2
{
	float: right;
	width: 65%;
}
/*Col3*/
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3
{
	float: left;
	width: 31.3%;
}
.col3-set .col-1, .col3-set .col-2
{
	margin-right: 3%;
}
/*Col4*/
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4
{
	float: left;
	width: 22%;
}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3
{
	margin-right: 4%;
}
/*Table Columns*/
TABLE .col-1, TABLE .col-2, TABLE .col-3, TABLE .col-4
{
	float: none !important; /*[e]none*/
	margin: 0 !important; /*[e]0*/
}
.col3-set TD.spacer
{
	width: 3%;
}
.col4-set TD.spacer
{
	width: 4%;
}
/********************** Form
Form Elements*/
INPUT.input-text, SELECT, TEXTAREA
{
	border: 1px solid #B6B6B6;
	font: 12px arial, helvetica, sans-serif;
}
OPTION, OPTGROUP
{
	font: 12px arial, helvetica, sans-serif;
}
OPTGROUP
{
	font-weight: bold;
}
INPUT.input-text, TEXTAREA
{
	padding: 2px;
	overflow: auto;
}
INPUT.radio
{
	margin-right: 3px;
}
INPUT.checkbox
{
	margin-right: 3px;
}
.v-fix
{
	display: inline;
}
.qty
{
	width: 2.5em;
}
.group-select LABEL, .form-list LABEL, .payment-methods LABEL
{
	font-weight: bold;
}
.button-set
{
/*Container for form buttons*/
	clear: both;
	margin-top: 4em;
	border-top: 1px solid #E4E4E4;
	padding-top: 8px;
	text-align: right;
}
.button-top-set
{
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
	padding-bottom: 8px;
}
/*Form lists*/
.form-list
{
	margin-bottom: 10px;
}
.form-list LI
{
	margin-bottom: 6px;
}
.form-list LI .input-box .input-text, .form-list LI .input-box TEXTAREA
{
	width: 250px;
}
.form-list LI .input-box SELECT
{
	width: 256px;
}
.form-list LI.addElement
{
	border-top: 1px solid #DDD;
	padding-top: 10px;
}
.group-select LI
{
	margin: 0 8px 10px 0;
	padding-left: 8px;
}
.group-select LI .input-box
{
	float: left;
	width: 275px;
}
.group-select LI .input-text, .group-select LI SELECT, .group-select LI TEXTAREA
{
	width: 525px;
}
.group-select LI .input-box .input-text, .group-select LI .input-box TEXTAREA
{
	width: 250px;
}
.group-select LI .input-box SELECT
{
	width: 256px;
}
/*Form Messages*/
.validation-advice, .required
{
	color: #5889D5; /*[e]@00*/
}
.validation-advice
{
	clear: both;
	min-height: 15px;
	margin-top: 3px;
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 4px;
	padding-left: 13px;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.25em;
}
.validation-failed
{
	border: 1px solid #EB340A !important; /*[e]1px solid #EB340A*/
	background: #FAEBE7 !important; /*[e]#FAEBE7*/
}
LABEL.required
{
	font-weight: bold;
}
P.required
{
	text-align: right;
}
/********************** Messages*/
.success
{
	color: #3D6611;
}
.error
{
	color: #DF280A;
}
.notice
{
	color: #E26703;
}
.success, .error
{
	font-weight: bold;
}
.messages
{
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.error-msg, .success-msg, .notice-msg, .note-msg
{
	margin-bottom: 1em !important; /*[e]1em*/
	border-style: solid !important; /*[e]solid*/
	border-width: 1px !important; /*[e]1px*/
	padding: 4px 12px !important; /*[e]4px 12px*/
	font-weight: bold !important; /*[e]bold*/
}
.error-msg LI, .success-msg LI, .notice-msg LI
{
	margin-bottom: 0.2em;
}
.error-msg
{
	border-color: #F16048;
	color: #DF280A;
	background: #FAEBE7;
}
.success-msg
{
	border-color: #5889D5; /*[e]@00*/
	color: #5889D5; /*[e]@00*/
	background: #DBE9FF; /*[e]@20*/
	margin-top: 10px;
}
.notice-msg, .note-msg
{
	border-color: #5889D5; /*[e]@00*/
	color: #5889D5; /*[e]@00*/
	background: #EDF3FD; /*[e]@30*/
	margin-top: 10px;
}
/********************** Tabs*/
.tabs
{
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
	background: #F2F2F2 url(../images/tabs_bg.gif) repeat-x 0 100%;
}
.tabs LI
{
	float: left;
	border-right: 1px solid #A4A4A4;
	border-left: 1px solid #FFF;
	font-size: 1.1em;
	line-height: 1em;
}
.tabs LI.first
{
	border-left: 0;
}
.tabs LI.last
{
	border-right: 0;
}
.tabs A
{
	display: block;
	padding: 6px 15px;
	color: #444;
}
.tabs A:hover
{
	background-color: #DDD;
	text-decoration: none;
	color: #444;
}
.tabs LI.active A, .tabs LI.active A:hover
{
	background-color: #666;
	font-weight: bold;
	color: #FFF;
}
/********************** Headings*/
.head, .head-alt, .head-alt2, .head-alt3
{
	line-height: 1.25em;
	text-align: right;
}
.head .title, .head-alt .title, .head-alt2 .title, .head-alt3 .title
{
	margin: 0;
	float: left;
}
.head A, .head-alt A, .head-alt2 A, .head-alt3 A
{
	font-size: 10px;
	text-transform: uppercase;
}
/*Page heading*/
.page-head
{
	margin: 0 0 16px;
}
.page-head-alt
{
	margin: 0 0 12px;
}
.page-head, .page-head-alt
{
	text-align: right;
}
.page-head H3, .page-head-alt H3
{
	margin: 0;
	font-size: 23px;
	font-weight: normal !important; /*[e]normal*/
	text-transform: none !important; /*[e]none*/
	text-align: left;
}
.button-level H3
{
/*heading level with buttons*/
	float: left;
	width: 60%;
}
.head-alt
{
	margin-bottom: 5px;
}
.head-alt .title
{
	color: #4F8100;
	font-size: 1.3em;
}
.head-alt2
{
	margin-bottom: 12px;
	background: #F1F1F1;
	padding: 2px 10px;
	font-size: 1.1em;
}
.head-alt2 .title
{
	font-size: 1.1em;
}
.head-alt3
{
	margin-bottom: 8px;
	border-bottom: 1px solid #DDD;
}
/*Category heading*/
.category-head
{
	margin-bottom: 7px;
}
.category-head H2
{
	padding: 16px 0 10px 9px;
	color: #5889D5; /*[e]@00*/
	font-size: 1.6em;
}
.category-image
{
	display: block;
	width: 705px;
}
/********************* Tables*/
TD.label
{
	font-weight: bold;
}
/*Data Table*/
.data-table
{
	width: 100%;
}
.data-table TR
{
	background: #FFF;
}
.data-table .odd
{
	background: #FFF;
}
.data-table .even
{
	background: #FCFCFC;
}
.data-table TR.last TH, .data-table TR.last TD
{
	border-bottom: 0 !important; /*[e]0*/
}
.data-table TH
{
	padding: 2px 8px;
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
}
.data-table TH.wrap
{
	white-space: normal;
}
.data-table TH A, .data-table TH A:hover
{
	color: #FFF;
}
.data-table TD
{
	padding: 3px 8px;
}
.data-table THEAD TR
{
	background: #E9E9E9;
}
.data-table TFOOT
{
	border-bottom: 1px solid #D9DDE3;
}
.data-table TFOOT TR.first
{
}
.data-table TFOOT TR
{
	background-color: #F3F3F3 !important; /*[e]#F3F3F3*/
}
.data-table TBODY TD
{
	border-bottom: 1px solid #D9DDE3;
}
/*Bundle Product row*/
.data-table TBODY.odd TR
{
	background: #FFF;
}
.data-table TBODY.even TR
{
	background: #FCFCFC;
}
.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 H5.title
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #444;
}
.data-table TBODY TD .option-label
{
	font-weight: bold;
	font-style: italic;
}
.data-table TBODY TD .option-value
{
	padding-left: 10px;
}
.box-table TD
{
	padding: 10px;
}
.box-table TFOOT TD
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-table SELECT
{
	width: 100%;
}
.generic-table TD
{
	padding: 2px 8px;
}
.generic-table TD.first
{
	padding-left: 0;
}
/********************** Lists*/
.disc
{
	margin-bottom: 10px;
}
.disc LI
{
	margin-left: 20px;
	list-style: disc;
}
/*Bare List*/
.bare-list
{
	margin: 5px 0;
}
.bare-list LI
{
	margin: 3px 0;
}
/********************** Space Creators*/
.no-display
{
	display: none;
}
.content
{
	padding: 12px 12px 12px 15px;
}
/*Sets default padding*/
.actions
{
	line-height: 1.3em;
}
.pipe, .separator
{
	padding: 0 3px;
	font-size: 0.85em;
}
.divider
{
	margin: 10px 0;
	height: 1px;
	background: #CCC;
	font-size: 1px;
	line-height: 1em;
	overflow: hidden;
}
/********************** Pager*/
TABLE.pager SELECT
{
	width: 50px;
	margin: 0 3px;
}
TABLE.pager
{
	width: 100%;
	background: #F4F4F4;
}
TABLE.pager TD
{
	width: 33%;
	border-top: 1px solid #DDD;
	padding: 4px 8px;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
}
TABLE.pager TD.pages
{
	text-align: center;
}
TABLE.pager OL, TABLE.pager LI
{
	display: inline;
}
TABLE.pager LI
{
	padding: 0 2px;
}
TABLE.pager TD.sort-by
{
	width: 60%;
}
TABLE.pager TD.sort-by .active, TABLE.pager TD.sort-by .active:hover
{
	color: #444;
}
/***********************************************************
*******************[ Mage_CSS_C Layout]*******************
**********************************************************
********************* Base Layout
Structure*/
DIV.homepagelayout DIV.rightcol
{
	display: block;
	float: right;
	padding: 10px;
	width: 235px;
	background: #B0C5DA url(../images/home-fade-bkgr.jpg) no-repeat bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
DIV.homepagelayout DIV.rightcol UL LI
{
	list-style: disc;
	margin-left: 20px;
}
DIV.homepagelayout DIV.rightcol H2
{
	color: white;
	margin-bottom: 16px;
	margin-top: 12px;
	font-weight: normal;
	font-size: 20px;
}
DIV.homepagelayout DIV.leftcol
{
	float: left;
	display: block;
	width: 550px;
	padding: 0;
	margin: 0;
}
.container
{
	width: 960px;
	margin: 0px auto 0;
	text-align: left;
	background: white;
}
UL#nav
{
	/*[disabled]position:absolute;*/
	/*[disabled]top:136px;*/
	/*[disabled]margin-left:94px;*/
	margin: 0;
	padding: 0 !important; /*[e]0*/
	display: block;
	margin-left: 90px;
	padding-top: 4px;
}
.header
{
	margin-bottom: 0px;
	z-index: 999;
	text-align: left;
	display: block;
	height: 75px;
	padding: 0;
	margin: 0;
}
.middle
{
	min-height: 350px;
	padding: 0px 0 50px;
}
.layout-1column
{
	padding: 0 0 40px;
}
.col-left
{
	float: left;
	width: 220px;
	margin-left: 16px;
}
.col-right
{
	float: right;
	width: 254px !important; /*[e]254px*/
	margin-right: 0px;
	height: 100%;
	padding: 0;
	/*[disabled]width:235px;*/
}
.col-main
{
	float: left;
	width: 705px !important; /*[e]705px*/
	width: 683px;
}
DIV.layout-2columns DIV.col-main
{
	width: 705px;
}
BODY.catalog-product-view DIV.layout-2columns DIV.col-main
{
	padding: 0;
	margin: 0;
	width: 685px;
}
/*Style*/
.outline-creator
{
	/*[disabled]border:1px solid #BBB;*/
	/*[disabled]border-bottom-color:#666;*/
	background: #FFF;
	margin: 0;
	padding: 0;
}
DIV.messageboardcontainer DIV.messageboard
{
	display: block;
	float: left;
	width: 500px;
	margin-top: 10px;
}
DIV.messageboardcontainer .messageboard P
{
	border-bottom: 1px dotted #C5C5C5;
	display: block;
	padding: 2px 0 9px;
	margin: 0;
}
DIV.rightcol DIV.contactus
{
	display: block;
	float: right;
	width: 230px;
	margin-top: 10px;
}
DIV.contactus H2
{
	margin-bottom: 16px;
}
DIV.addressblock P.addressdetails
{
	float: right;
	margin-right: 10px;
	display: block;
	width: 120px;
}
DIV.addressblock H4
{
	float: left;
	margin-right: 10px;
	width: 82px;
	display: block;
}
DIV.addressblock
{
	margin-bottom: 12px;
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px dotted #C5C5C5;
}
DIV.homepagelayout
{
	display: block;
	width: 100%;
}
DIV.col-main P.category-description
{
	padding-left: 8px;
}
.col-main .padder
{
	padding-right: 16px !important; /*[e]16px*/
	padding-right: 0;
}
DIV.emailtofriend
{
	float: left;
	display: block;
	width: 105px;
	height: 20px;
}
DIV.priceandavailability
{
	float: left;
	display: block;
	width: 378px;
}
DIV.priceandavailability P
{
	display: block;
	padding: 0;
	margin: 0;
}
DIV.view_sub_top
{
	display: block;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 8px !important; /*[e]8px*/
	background: #F7F7F9;
	width: 100%;
	padding-bottom: 2px;
}
DIV.view_top
{
	display: block;
	width: 100%;
	padding: 15px 9px 9px;
	font-size: 14px;
	color: #5889D5; /*[e]@00*/
}
.layout-3columns .padder
{
	padding: 0;
}
/********************** Header
Logo*/
H1#logo
{
	float: left;
}
.side-logo-promo
{
	float: left;
	margin: 15px 10px 0;
}
.page-popup H1#logo
{
	display: none;
}
.language-switcher
{
	float: left;
}
.language-switcher LABEL
{
	color: #FFF;
}
.language-switcher .flag OPTION
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 2px;
}
.toplinks-bar
{
	/*[empty]background:;*/
	color: #5889D5; /*[e]@00*/
	padding: 7px 13px !important; /*[e]7px 13px*/
	text-align: left;
	font-size: 11px;
	padding-top: 0;
}
DIV.smallnav
{
	display: block;
	text-align: left;
	width: 491px;
	position: absolute;
	top: 30px;
	margin-left: 200px;
	font-size: 11px;
}
DIV.smallnav A
{
	font-size: 11px;
}
.toplinks-bar .top-links
{
	padding-left: 0;
}
.toplinks-bar .top-links, .toplinks-bar .top-links LI
{
	display: inline;
}
.toplinks-bar .top-links LI
{
	padding: 0 4px 0 1px;
}
.toplinks-bar .top-links A, .toplinks-bar .top-links A:hover
{
	color: #A1A1A1; /*[e]@10*/
}
.toplinks-bar .top-links A
{
	padding: 0 7px 0 0;
	background: url(../images/links_separator.gif) no-repeat 100% 50%;
}
.toplinks-bar .top-links .last A
{
	padding: 0;
	background: none;
}
.search-bar
{
	padding: 8px 0px 0px 12px !important; /*[e]8px 0px 0px 12px*/
	background: #FFFFFF url(../images/shop.png) no-repeat;
	margin-bottom: 0px;
	/*[disabled]line-height:1.25em;*/
	border-bottom: 6px solid #5889D5; /*[e]6px solid @00*/
	border-top: 1px solid #CCC;
	display: block;
	height: 34px;
	padding-top: 0;
	margin: 0;
}
.breadcrumbs
{
	float: left;
}
.breadcrumbs LI
{
	display: inline;
	line-height: 18px;
}
.breadcrumbs A, .breadcrumbs A:hover
{
	color: #7F7F7F;
}
/*Mini search*/
.mini-search
{
	position: relative;
	z-index: 97;
	float: right;
	width: 220px;
	background: url(../images/head_search.gif) no-repeat 0 50%;
	padding-left: 45px;
	margin-top: 3px !important; /*[e]3px*/
	margin-top: 5px;
}
.mini-search .input-text
{
	width: 185px;
	margin-right: 2px;
	color: #A1A1A1; /*[e]@10*/
}
INPUT#search
{
	height: 16px;
	width: 155px;
}
.search-autocomplete
{
	border: 1px solid #999;
	background: #F9F5F0;
	position: absolute;
	left: 45px !important; /*[e]45px*/
	top: 22px !important; /*[e]22px*/
	width: 216px !important; /*[e]216px*/
}
.search-autocomplete LI
{
	border-bottom: 1px solid #F4EEE7;
	padding: 2px 8px 1px;
}
.search-autocomplete LI.odd
{
	background: #F6F6F6;
}
.search-autocomplete LI.selected
{
	background: #ECF9EA;
}
/********************** Sidebars*/
.sidebar .box
{
	margin-bottom: 0px;
}
DIV.col-right.sidebar
{
/*background: transparent url(../images/compare_back.jpg);*/
	min-height: 533px;
	border-left: 1px solid #CFCFCF;
	height: inherit;
}
DIV.mini-compare-products
{
	border: 0;
}
DIV.mini-compare-products
{
	/*[disabled]background:url(../images/compare_back.jpg) no-repeat;*/
	/*[disabled]height:600px;*/
}
.sidebar .content
{
	padding: 8px 10px;
	background: #F6F6F6;
}
DIV.base-mini.mini-compare-products DIV.content
{
	background: transparent;
}
DIV.mini-cart DIV.content
{
	background: transparent;
}
DIV.mini-cart
{
	background: url(../images/cart_background.png) repeat-x !important; /*[e]url(../images/cart_background.png) repeat-x*/
	border: 0;
	/*[disabled]background-image:url(../images/cart_background.png);*/
	/*[disabled]background-repeat:repeat-x;*/
}
DIV.base-mini.mini-cart .head
{
	border-bottom: 0 none;
	padding: 5px 0 0 35px;
	background: url(../images/cart_icon.png) no-repeat;
	height: 24px;
}
.sidebar H3
{
	font-size: 1.05em;
	text-transform: uppercase;
	margin-top: 20px;
}
.sidebar H4
{
	color: #444;
	text-transform: uppercase;
}
.sidebar .actions
{
	text-align: right;
}
.sidebar .actions A, .sidebar .actions A:hover
{
	text-decoration: underline;
}
.widget-btn
{
	float: right;
	font-size: 11px;
	margin: 0 0 2px 5px;
}
.widget-btn, .widget-btn:hover
{
	color: #646464;
	font-weight: bold;
}
/*Currency Switcher*/
.currency-switcher
{
	border: 1px solid #E5E5E5;
	padding: 7px 12px 10px;
	background: #F4F4F4;
	/*[disabled]position:absolute;*/
	top: 0;
	width: 228px;
}
DIV.topright
{
	float: right;
	display: block;
	position: static;
}
.currency-switcher H4
{
	text-transform: none;
}
.currency-switcher SELECT
{
	width: 98%;
}
/*Base Mini*/
.base-mini
{
	border: 1px solid #DDD;
	line-height: 1.3em;
}
.base-mini .head
{
	border-bottom: 1px solid #DDD;
	background-color: #E7E7E7;
	padding: 2px 10px;
}
DIV.mini-compare-products DIV.head
{
	background: transparent;
	border: 0;
}
.base-mini .head A
{
	font-size: 10px;
	text-transform: uppercase;
}
.base-mini .head H4
{
	margin: 0;
	font-size: 1.1em;
	color: #444;
	text-transform: uppercase;
}
DIV.mini-compare-products H4.title
{
	color: #454545;
	text-transform: uppercase;
	font-size: 10px;
	padding: 11px 11px 11px 0px;
	font-weight: normal;
}
.base-mini .head H4 .count
{
	text-transform: none;
	color: #2F2F2F;
	white-space: nowrap;
	font-weight: normal;
	font-size: 0.95em;
}
.base-mini H5
{
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
.base-mini .product-images
{
	float: left;
	width: 52px;
	height: 52px;
}
.base-mini .product-images A IMG
{
	border: 1px solid #A9A9A9;
	vertical-align: top;
}
.base-mini .product-checkbox
{
	float: left;
	width: 10px;
}
.base-mini .product-names
{
	margin-left: 18px;
}
.base-mini .product-details
{
	margin: 0 0 0 60px;
	height: 50px;
}
.base-mini .product-details[class]
{
	height: auto;
	min-height: 50px;
}
.base-mini .regular-price
{
	color: #2F2F2F;
	font-size: 11px;
}
.base-mini .special-price
{
	font-size: 11px;
}
.base-mini .minimal-price
{
	font-size: 11px;
}
.base-mini .price-box
{
	margin: 1px 0;
}
.sidebar .item
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}
.sidebar .last
{
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar .actions
{
	margin-top: 0;
	border-top: 1px solid #DDD;
	padding-top: 5px;
}
/*Sidebar Blocks*/
.mini-product-tags LI
{
	display: inline;
	padding-right: 4px;
	line-height: 1.5em;
}
.mini-product-tags LI:after
{
	display: inline !important; /*[e]inline*/
}
.mini-product-tags .content A, .mini-product-tags .content A:hover
{
	color: #1B2D3B;
}
.mini-newsletter
{
	margin: 8px 0;
}
.mini-newsletter LABEL
{
	float: left;
}
.mini-newsletter .input-box
{
	float: left;
	margin: 0 5px;
}
.mini-newsletter .input-text
{
	width: 180px;
}
.mini-newsletter .validation-advice
{
	width: 178px;
}
.mini-cart .head
{
	background: transparent;
}
.mini-cart .head H4
{
	color: #5889D5; /*[e]@00*/
	text-transform: capitalize;
}
.mini-cart H5
{
	margin-bottom: 10px;
	border-bottom: 1px solid #83878D;
	padding-bottom: 3px;
}
.mini-cart .cart-count
{
	/*[empty]background:;*/
	padding: 8px;
	text-align: center;
}
.mini-cart .subtotal
{
	background: url(../images/cart_subtotal_count.gif) no-repeat 50% 0;
	margin-top: 5px;
	line-height: 23px;
}
.mini-poll TD.label
{
	font-weight: bold;
	padding-right: 10px;
}
.mini-poll TD.item
{
	white-space: nowrap;
}
/********************** Footer*/
.footer
{
	margin: 15px 0 40px;
	color: #666;
	border: 1px solid #B1B1B1;
	border-left: 0;
	border-right: 0;
	padding-top: 2px;
	padding-left: 0px;
	display: block;
	background-image: url(../images/bluesheepicon.png);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}
.footer .footer-right
{
	float: right;
	width: 50%;
	text-align: right;
}
.footer .footer-callout
{
	margin-top: -10px;
}
.footer .footer-links
{
	margin-bottom: 10px;
	display: block;
	float: left;
	padding-top: 8px;
	background: transparent;
	padding-left: 156px;
}
.footer .footer-links A
{
	background: url(../images/links_separator.gif) no-repeat 100% 50%;
	padding: 0 6px 0 5px;
}
.footer .footer-links .first A
{
	padding-left: 0;
}
.footer .footer-links .last A
{
	padding-right: 0;
	background: none;
}
.footer LI
{
	display: inline;
}
.footer A, .footer A:hover
{
	color: #444;
}
DIV.footer DIV.web-design
{
	float: right;
	background: url(../images/blisicon.png) no-repeat !important; /*[e]url(../images/blisicon.png) no-repeat*/
	height: 21px !important; /*[e]21px*/
	padding-left: 28px;
	margin-top: 4px;
	/*[disabled]background:@10 url(../images/blisicon.png) no-repeat 4px 4px;*/ /*[e]@10 url(../images/blisicon.png) no-repeat 4px 4px*/
	display: block;
	/*[disabled]border:1px solid #CCC;*/
	padding-top: 4px;
}
/***********************************************************
***************[ Mage_CSS_D Shop Elements]****************
***********************************************************/
.product-shop
{
	float: right;
}
.product-shop .form-button, .product-shop .form-button-alt
{
	margin-right: 10px;
}
.out-of-stock
{
	padding: 0 0 5px;
	color: #A1A1A1; /*[e]@10*/
	font-weight: bold;
}
.product-shop .short-description
{
	width: 100%;
	overflow: hidden;
}
/********************** Rating*/
.ratings
{
	margin: 7px 0;
	line-height: 1.2em;
}
.rating-box
{
	float: left;
	position: relative;
	width: 50px;
	height: 10px;
	margin-right: 5px;
	background: url(../images/product_rating_blank_star.gif) repeat-x;
}
.rating-box .rating
{
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/product_rating_full_star.gif) repeat-x;
}
.ratings-list TD
{
	padding: 2px 0;
}
.ratings-list TD.label
{
	padding-right: 8px;
	font-weight: bold;
	line-height: 1em;
}
.ratings SMALL
{
	font-size: 11px;
}
/************************* Prices*/
.price
{
	white-space: nowrap !important; /*[e]nowrap*/
}
.price-box
{
	padding: 5px 0 10px;
}
DIV.priceandavailability DIV.price-box
{
	display: none;
}
.price-box .price
{
	font-size: 13px;
	font-weight: bold;
	color: #5889D5; /*[e]@00*/
}
/*Regular price*/
.regular-price
{
	color: #396F00;
}
.regular-price .price
{
	font-size: 12px;
	font-weight: bold;
	color: #5889D5; /*[e]@00*/
}
/*Old price*/
.old-price
{
	margin: 0;
}
.old-price .price-label
{
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.old-price .price
{
	font-weight: bold;
	font-size: 13px;
	color: #396F00;
	text-decoration: line-through;
}
/*Special price*/
.special-price
{
	margin: 0;
	padding: 3px 0;
}
.special-price .price-label
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000;
}
.special-price .price
{
	font-size: 13px;
	font-weight: bold;
}
/*Minimal price (as low as)*/
.minimal-price
{
	margin: 0;
}
.minimal-price .price-label
{
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
A.minimal-price-link
{
	display: block;
	font-size: 12px;
	text-decoration: underline;
	color: #444;
}
A.minimal-price-link:hover
{
	color: #444;
}
A.minimal-price-link .label
{
}
A.minimal-price-link .price
{
	font-weight: normal;
	color: #444;
}
/*Including tax*/
.price-including-tax
{
	display: block;
	color: #888;
}
.price-including-tax .label
{
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #888;
}
.price-including-tax .price
{
	font-size: 13px;
	font-weight: bold;
	color: #396F00;
}
/*Excluding tax*/
.price-excluding-tax
{
	display: block;
	color: #888;
}
.price-excluding-tax .label
{
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #888;
}
.price-excluding-tax .price
{
	font-size: 12px;
	font-weight: normal;
	color: #396F00;
}
/*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;
}
/*Excl tax (for order tables)*/
.price-excl-tax
{
	display: block;
}
.price-excl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price
{
	display: block;
	font-weight: normal;
}
/*Price range*/
.price-from
{
	margin: 0;
}
.price-from .price-label
{
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.price-to
{
	margin: 0;
}
.price-to .price-label
{
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
/*Price notice next to the options*/
.price-notice
{
	padding-left: 7px;
}
.price-notice .price
{
	font-weight: bold;
}
.price-as-configured
{
	margin: 0;
}
.price-as-configured .price-label
{
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
}
.price-box-bundle
{
	padding: 0 0 10px;
}
.price-box-bundle .price-box
{
	margin: 0 !important; /*[e]0*/
	padding: 0 !important; /*[e]0*/
}
.price-box-bundle .price
{
	color: #222;
}
.product-pricing-grouped LI
{
	padding: 2px 0;
}
.product-pricing-grouped LI .price
{
	font-weight: bold;
	color: #396F00;
}
/********************** Catalog Listing*/
.catalog-listing .product-image IMG
{
	display: block;
}
.catalog-listing H5
{
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: normal;
	width: 159px;
/*In case product is extra really long*/
	padding-right: 10px;
	overflow: hidden;
/*In case product is extra really long*/
}
.catalog-listing H5 A, .catalog-listing H5 A:hover
{
	color: #A1A1A1; /*[e]@10*/
	text-decoration: none;
	font-weight: bold;
}
.catalog-listing .add-to
{
	margin: 0.2em 0 1.8em;
	line-height: 1.3em;
}
.catalog-listing .ratings
{
	line-height: 1.5;
}
.catalog-listing .ratings .rating-box
{
	float: none;
	margin-bottom: 3px;
}
.catalog-listing .ratings .pipe
{
	display: none;
}
.catalog-listing .ratings A
{
	display: block;
}
.add-to LI
{
	background: url(../images/add_to_bg.gif) no-repeat 0 50%;
	padding-left: 12px;
	line-height: 1.25em;
	text-align: left;
}
.add-to A, .add-to A:hover
{
	color: #444;
}
.add-to-inline
{
	text-align: left;
	margin: 2px 0 10px; width:300px;
}
DIV.addtothings
{
	float: right;
	display: block;
	width: 206px;
	height: 19px;
	margin: 0;
}
.add-to-inline LI
{
	display: inline;
	background: url(../images/add_to_bg.gif) no-repeat 0 50%;
	padding-left: 12px;
	margin-left: 13px;
	line-height: 1.25em;
}
.add-to-inline A, .add-to-inline A:hover
{
	color: #444;
}
.catalog-listing .ratings
{
	margin-bottom: 0.6em;
}
/*Generic Product Grid*/
.generic-product-grid
{
	width: 100%;
}
.generic-product-grid TD
{
	width: 25%;
	padding: 10px;
}
.generic-product-grid TD.empty-product
{
	border-right: 0;
}
/********************** Layered Navigation*/
.layered-nav .head
{
	/*[disabled]margin-bottom:6px;*/
	/*[disabled]background:url(../images/layered_nav_head_bg.gif) no-repeat;*/
	/*[disabled]height:13px;*/
}
.layered-nav H3
{
	display: none;
}
.layered-nav H4
{
	margin: 0;
	padding: 2px 10px;
	background: #5889D5; /*[e]@00*/
	color: #FFF;
	font-size: 1.1em;
}
.narrowed-category LI
{
	clear: both;
}
.layered-nav .narrow-by DT
{
	border-top: 1px solid #FFF;
	padding: 8px 8px 0;
	font-size: 1.1em;
}
.layered-nav .narrow-by DD
{
	padding: 0 8px 8px;
	border-bottom: 1px solid #DDD;
}
.layered-nav .narrow-by A, .layered-nav .narrow-by A:hover
{
	color: #444;
}
.layered-nav .widget-btn
{
	float: right;
	margin: 0.1em 0 0 5px;
	font-size: 0.95em;
}
.narrow-by DT
{
	margin: 0;
	font-size: 1.1em;
}
.narrow-by DD LI
{
	margin-bottom: 0.3em;
	line-height: 1.3em;
}
.narrow-by DD.last
{
	background: none;
}
.layered-nav .label
{
	font-weight: bold;
}
/********************* Tool Tips*/
.tool-tip
{
	border: 2px solid #DDD;
	border-bottom-color: #666;
	background: #F6F6F6;
	position: absolute;
}
.tool-tip .inline-content
{
	padding: 8px;
}
.tool-tip .block-content
{
	padding: 15px 20px;
}
.tool-tip .btn-close
{
	display: block;
	position: absolute;
	right: 6px;
	text-align: right;
	top: 6px;
}
/***********************************************************
*****************[ Mage_CSS_E Shop Pages]*****************
**********************************************************
********************* Search*/
.advanced-search LI LABEL
{
	width: 150px;
	float: left;
}
.advanced-search .input-text, .advanced-search TEXTAREA
{
	width: 250px !important; /*[e]250px*/
}
.advanced-search SELECT
{
	width: 258px !important; /*[e]258px*/
}
.advanced-search .range .input-text
{
	width: 70px !important; /*[e]70px*/
}
.advanced-search .range SELECT
{
	width: 90px;
	padding: 1px;
}
.advanced-search-nothing-found
{
	font-weight: bold;
	color: #DF280A;
	margin-bottom: 10px;
}
.advanced-search-found-amount
{
	margin-bottom: 10px;
}
.advanced-search-summary-box
{
	padding: 10px 10px 5px;
	background: #ECF9EA;
}
.advanced-search-summary-tip
{
	clear: both;
	font-weight: bold;
}
.advanced-search-summary-box UL
{
	list-style: none;
	float: left;
	width: 50%;
	margin-top: 0;
	margin-bottom: 7px;
}
.advanced-search-summary-box UL LI SPAN
{
	font-weight: bold;
	color: #E17C24;
}
/*Catalog Listing
*********************************************
List Type*/
.listing-type-list .listing-item
{
	border-bottom: 1px solid #D9DDE3;
	padding: 12px 10px;
}
DIV.catalog-listing DIV.listing-item.last
{
	border-bottom: 0;
}
.listing-type-list .product-image
{
	float: left;
	width: 135px;
}
.listing-type-list .product-shop
{
	width: 317px;
}
.listing-type-list .product-shop .description
{
	margin: 0.5em 0 1.2em;
}
DIV.product-shop DIV.description A
{
	color: #5889D5; /*[e]@00*/
}
.listing-type-list .product-shop .price-box
{
	float: left;
	text-align: left;
	margin: 0 13px 5px 0;
	padding-top: 0;
}
.listing-type-list .product-shop .product-reviews
{
	margin: 15px 0;
	font-size: 0.95em;
}
.listing-type-list .product-shop .product-reviews A, .listing-type-list .product-shop .product-reviews A:hover
{
	color: #6E6969;
}
.listing-type-list .listing-item .rating-box
{
	margin-bottom: 6px;
}
/*Grid Type*/
.listing-type-grid .product-image IMG
{
	/*[disabled]border:1px solid #DDDDDD;*/
	border-left: 0;
}
.listing-type-grid TR.first .product-image IMG
{
	border-top: none;
}
.listing-type-grid .add-to-compare
{
	display: block;
	margin: 5px 0;
	background: url(../images/icon_add_to_compare.gif) no-repeat 0 50%;
	padding-left: 22px;
	color: #6E6969;
	font-weight: bold;
}
.listing-type-grid .rating-box
{
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
.listing-type-grid .actions
{
	margin: 10px 0;
	text-align: center;
}
/*Product View
*********************************************
Main Product Image*/
.product-img-box
{
	float: left;
	width: 302px;
}
.product-img-box .product-image
{
	display: block;
	border: 1px solid #CACACA;
}
.product-img-box .product-image IMG
{
	display: block;
}
.product-img-box .product-image-zoom
{
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px;
	z-index: 9;
	border: 1px solid #CACACA;
}
.product-img-box .product-image-zoom IMG
{
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.image-zoom
{
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px;
	cursor: pointer;
}
#track
{
	position: relative;
	height: 24px;
}
#handle
{
	position: absolute;
	left: 0;
	top: 3px;
	width: 9px;
	height: 18px;
	background: url(../images/magnifier_handle.gif) no-repeat;
}
.btn-zoom-out
{
	position: absolute;
	left: 10px;
	top: 7px;
}
.btn-zoom-in
{
	position: absolute;
	right: 10px;
	top: 7px;
}
.product-img-box .more-views H4
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.8em;
	font-size: 0.95em;
	text-transform: uppercase;
}
.product-img-box .more-views UL
{
	margin-left: -4px;
}
.product-img-box .more-views LI
{
	float: left;
	margin: 0 0 4px 4px;
}
.product-img-box .more-views LI IMG
{
	vertical-align: top;
	border: 1px solid #DDD;
}
/*Main Product Info Box*/
.product-info-box
{
	float: right;
	width: 363px;
	font-weight: normal;
	color: #404349;
}
.product-info-box .product-name
{
	margin-bottom: 0.3em;
	color: #0A263C;
	font-size: 1.2em;
}
.product-info-box .price-box
{
	margin: 10px 0;
}
.product-info-box .ratings
{
	margin-bottom: 1em;
}
.add-to-cart-box
{
	margin: 10px 0;
	border: 1px solid #EEE;
	background-color: #F8F8F8;
	padding: 10px;
	text-align: right;
}
.add-to-boxes .add-to-cart-box
{
	text-align: left;
}
.product-pricing
{
	margin: 10px 0;
	padding: 10px;
	background-color: #F4F9EA;
	border: 1px solid #DDD;
}
.product-pricing .benefit
{
	font-style: italic;
	font-weight: bold;
}
.product-pricing .price
{
	font-weight: bold;
}
/*Attribute Specs*/
.attribute-specs-block TABLE
{
	border-color: #D9DDE3;
}
.attribute-specs-block .label
{
	font-weight: bold;
}
.attribute-specs-block .data
{
	border-right: 0;
}
.attribute-specs-block TD
{
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.25em;
}
.product-options
{
	margin: 20px 0 0;
	padding: 0 15px 10px;
	background-color: #F7F8FB;
	border: 1px solid #DDD;
}
.product-options DT
{
	padding: 10px 0 0;
	font-weight: normal;
}
.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: #444;
}
.product-options DD
{
	padding: 5px 10px 15px;
	margin: 0 0 5px;
	border-bottom: 1px solid #DDD;
}
.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 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
{
	padding: 2px 0;
}
.product-options UL.options-list INPUT.radio
{
	float: left;
	margin-top: 3px;
}
.product-options UL.options-list INPUT.checkbox
{
	float: left;
	margin-top: 3px;
}
.product-options UL.options-list .label
{
	display: block;
	margin-left: 18px;
}
.product-options UL.options-list LABEL
{
	font-weight: normal;
}
.product-options UL.validation-failed
{
	padding: 0 7px;
}
.product-options P.required
{
	margin-bottom: 0;
	padding: 15px 0 0;
}
.product-options-bottom
{
	background-color: #FFFFFF;
	padding: 15px 20px;
	border: 1px solid #E4E4E4;
	border-top: 0;
}
.product-options-bottom .product-pricing
{
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}
.product-options-bottom .product-pricing LI
{
	padding: 2px 0;
}
.product-options-bottom .product-pricing .price, .product-options-bottom .product-pricing .benefit
{
	color: #000;
}
.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-box
{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}
.product-info-box .product-options-bottom .price-box
{
	float: none;
}
.product-info-box .product-options-bottom .price-label
{
	float: none;
	padding-right: 0;
}
.product-info-box .product-options-bottom .price-tax
{
	float: none;
}
.product-info-box .product-options-bottom .add-to-cart-box
{
	clear: both;
	float: none;
	padding: 12px 0 0;
	text-align: left;
}
/*Product Options*/
DL.item-options DT
{
	font-weight: bold;
	font-style: italic;
}
DL.item-options DD
{
	padding-left: 10px;
}
.truncated
{
	cursor: help;
}
.truncated A.dots
{
	cursor: help;
	text-decoration: none !important; /*[e]none*/
}
.truncated A.details
{
	cursor: help;
	text-decoration: none !important; /*[e]none*/
	display: inline-block;
	border-bottom: 1px dotted #4F8100;
}
.truncated .truncated_full_value
{
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value DL
{
	position: absolute;
	top: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 2px solid #DDD;
	border-bottom-color: #666;
	background-color: #F6F6F6;
}
.truncated .truncated_full_value DT
{
	margin-top: 0;
}
.truncated .show DL
{
	top: -20px;
	left: 50%;
}
.col-left .truncated .show DL
{
	left: 30px;
	top: 10px;
}
.col-right .truncated .show DL
{
	left: -240px;
	top: 10px;
}
/*Upsell*/
.up-sell-block .generic-product-grid TD
{
	width: 20%;
	padding-bottom: 8px;
}
.up-sell-block .generic-product-grid TD.empty-product
{
	background: none;
}
.up-sell-block .catalog-listing IMG
{
	width: 125px;
	height: 125px;
}
.up-sell-block .catalog-listing H5
{
	width: 115px;
	font-size: 1em;
}
.up-sell-block .price-box
{
	margin-top: 0;
	font-size: 0.9em;
}
/*Customer Reviews*/
#customer-reviews
{
	margin-bottom: 15px;
}
#customer-reviews LI
{
	margin-bottom: 25px;
}
#customer-reviews LI P
{
	clear: both;
}
.product-review-box
{
	width: auto;
	margin: 8px 0 13px;
}
.product-review-box TD, .product-review-box TH
{
	text-align: center;
}
.product-review-box TD.label
{
	width: 100px;
	text-align: left;
}
/*Product Tags*/
.add-tag-box .input-box
{
	float: left;
	width: 302px;
	margin-right: 8px;
}
.add-tag-box .input-box .input-text
{
	width: 300px;
}
.tags-list
{
	margin-bottom: 15px;
}
.tags-list LI
{
	display: inline;
	background: url(../images/links_separator.gif) no-repeat 100% 50%;
	padding: 0 8px 0 4px;
}
.tags-list LI.first
{
	padding-left: 0;
}
.tags-list LI.last
{
	background: none;
}
/*Product Detail sidebar*/
.mini-related-items
{
	border-bottom: none !important; /*[e]none*/
}
.mini-related-items .content
{
	padding: 0;
}
.mini-related-items .pream
{
	padding: 8px 8px 0;
}
.mini-related-items .checkbox-container
{
	float: right;
	width: 15px;
}
.mini-related-items .product-details
{
	float: left;
	width: 102px;
	margin: 0;
	padding-left: 8px;
}
.mini-related-items OL LI
{
	margin-bottom: 0 !important; /*[e]0*/
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #FFF;
	padding: 8px;
}
.mini-related-items OL LI.first
{
	padding-top: 0;
	border-top: 0;
}
/*Checkout
**********************************************/
SELECT.address-select
{
	width: 630px;
}
.shipment-methods DD
{
	margin-bottom: 13px;
}
.payment-methods DT
{
	margin-bottom: 5px;
}
.payment-methods DD
{
	padding: 5px 20px;
}
/*Shopping Cart*/
.cart-collateral
{
	background: #DBE9FF; /*[e]@20*/
	padding: 10px 12px;
}
.cart-collateral .divider
{
	margin: 12px 0;
	background: #C0D2AF;
}
.cart-collateral H4
{
	float: left;
	color: #5889D5; /*[e]@00*/
	font-size: 1.3em;
	font-weight: normal;
}
.cross-sell-block
{
	float: left;
	width: 200px;
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #DDD;
	background: #F7F7F7;
}
.cross-sell-block LI
{
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 8px;
}
.cross-sell-block LI.last
{
	padding: 0;
	border: none;
	margin: 0;
}
.cross-sell-block .product-image
{
	float: left;
	width: 50px;
}
.cross-sell-block .product-shop
{
	width: 135px;
}
.cross-sell-block .price-box
{
	margin: 0 0 6px;
	font-size: 0.8em;
}
.cross-sell-blank
{
	display: inline;
	float: left;
	width: 220px;
	border: 0;
	padding: 0;
	background: none;
	display: none;
}
.cart-collateral-block
{
	float: right;
	width: 655px;
}
.shopping-cart
{
	margin-bottom: 0;
}
.shopping-cart TH, .shopping-cart TD
{
	padding-left: 13px;
	padding-right: 13px;
}
.shopping-cart TR.error
{
	background: #FDE6E0 !important; /*[e]#FDE6E0*/
}
.shopping-cart .tax-flag
{
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	display: block;
}
.shopping-cart .continue-shopping
{
	float: left;
}
.shopping-cart-item-message
{
	margin-bottom: 5px;
}
TD.attributes-col
{
	line-height: 1.4em;
}
TD.attributes-col UL
{
	margin: 5px 0;
	font-size: 1em;
}
TD.attributes-col DT
{
	margin-top: 0.5em;
	font-weight: bold;
}
TD.attributes-col DD UL
{
	margin: 0 0 5px;
}
TD.attributes-col DD UL LI
{
	margin-left: 15px;
	list-style: disc;
}
TD.attributes-col H4.title
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #444;
	width: 100%;
	overflow: hidden;
}
TD.attributes-col H4.title A
{
	font-weight: bold;
}
.cart-totals
{
	padding: 12px 0;
	/*[disabled]background:url(../images/cart_totals_bg.gif) no-repeat;*/
	text-align: right;
}
.cart-totals TABLE
{
	float: right;
	width: 400px;
	margin-bottom: 8px;
}
.cart-totals TD
{
	padding-left: 15px;
	font-size: 1.1em;
}
.cart-totals TFOOT TD
{
	color: #5889D5; /*[e]@00*/
	font-size: 1.3em;
}
.checkout-types
{
	margin: 4px 0;
}
.checkout-types LI
{
	clear: both;
	margin-bottom: 5px;
}
.cart-shipping-block H4
{
	margin: 0;
	float: none;
}
.cart-collateral .input-text
{
	width: 264px;
}
.cart-collateral SELECT
{
	width: 270px;
}
.grand_total
{
	width: auto;
	margin-top: 15px;
	border: 1px solid #BEBCB7;
	background: #DEE5E8;
	font-size: 1.3em !important; /*[e]1.3em*/
	font-weight: bold;
	text-align: right;
}
TR.grand_total TD, P.grand_total
{
	padding-top: 5px;
	padding-bottom: 5px;
}
/*Tax details*/
.tax-total
{
	cursor: pointer;
}
.tax-total TD
{
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tax-total .tax-collapse
{
	float: right;
	padding-left: 20px;
	background: url(../images/bg_collapse.gif) no-repeat 0 2px;
	text-align: right;
	cursor: pointer;
}
.show-details .tax-collapse
{
	background-position: 0 -55px;
}
.tax-details TD
{
	font-size: 0.91em;
	color: #626465;
	background-color: #DAE1E4;
}
.tax-details-first TD
{
	border-top: 1px solid #D2D8DB;
}
/*One-Page checkout*/
.one-page-checkout .box
{
	border: 1px solid #DDD;
	border-top: 0;
	padding: 15px 20px;
	background: #FBFBFB;
}
.one-page-checkout .head
{
	padding: 4px 8px 6px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #FFF #D9DDE3 #D9DDE3;
	background: #EEE;
}
.one-page-checkout .head A
{
	display: none;
}
/*Hide Edit button in step header*/
.one-page-checkout H3
{
	float: left;
	margin: 0;
	color: #999;
	font-size: 1.05em;
}
.one-page-checkout H4
{
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 2px;
}
.one-page-checkout H4.title
{
	border-bottom: 0;
	text-transform: none;
}
.one-page-checkout .step-count
{
	padding: 0 4px;
	background: #FFF;
	color: #444;
	font-size: 0.9em;
	line-height: 1em;
}
.one-page-checkout .content
{
	padding: 10px 20px;
}
.one-page-checkout LABEL.label
{
	font-size: 1.05em;
	color: #2F2F2F;
}
.one-page-checkout .allow .head
{
	background: #999;
	border-color: #999 #999 #FFF;
	border-width: 1px;
	cursor: pointer;
}
.one-page-checkout .active .head
{
	border: 1px solid #DBE9FF; /*[e]1px solid @20*/
	background: #DBE9FF; /*[e]@20*/
	cursor: default;
}
.one-page-checkout .allow .head A
{
	display: block;
	color: #FFF;
}
/*Display Edit button in active selection*/
.one-page-checkout .active .head A
{
	display: none;
}
.one-page-checkout .group-select
{
	margin-top: 0;
	margin-right: 0;
	border: 0;
	background: none;
	padding: 0;
}
.one-page-checkout .allow H3
{
	color: #FFF;
}
.one-page-checkout .active H3
{
	color: #5889D5; /*[e]@00*/
}
.one-page-checkout .active .box
{
	display: block;
	border-color: #DDD;
	background: #FBFBFB;
}
.one-page-checkout DD .form-list UL
{
	margin: 5px 17px 15px;
}
.one-page-checkout .checkmo-mailing-address
{
	padding-left: 20px;
}
.one-page-checkout-progress .page-head
{
	margin-bottom: 1em;
}
.one-page-checkout-progress LI
{
	margin-bottom: 6px;
}
.one-page-checkout-progress H4
{
	margin: 0;
	border: 1px solid #DDD;
	padding: 2px 8px;
	background: #EEE;
	color: #555;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.one-page-checkout-progress H4 A
{
	text-transform: none;
}
.one-page-checkout-progress .content
{
	background: none;
}
#opc-login .button-set
{
	border-top: 0;
}
#opc-review .box
{
	border: 0;
	padding: 0;
}
#opc-review .content
{
	border: 1px solid #D9DDE3;
	border-top: 0;
}
.opc-please-wait
{
	padding-right: 7px;
}
.one-page-checkout .payment-methods DD
{
	padding: 0;
}
.one-page-checkout .button-set
{
	margin-top: 0;
	padding-top: 2em;
}
.one-page-checkout .box-no-padding .inner-box
{
	padding: 0px 20px;
}
/*Multiple Addresses checkout*/
.checkout-progress
{
	margin: 0 auto 1.5em;
}
.checkout-progress TD
{
	float: left;
	margin-right: 3px;
	border-top: 6px solid #999;
	padding: 4px 20px;
	color: #ABB5BA;
	font-weight: bold;
}
.checkout-progress TD.active
{
	border-top-color: #E96200;
	color: #E96200;
}
.multi-address-checkout-description
{
	margin-top: -10px;
	margin-bottom: 10px;
}
.multi-address-checkout-box .box
{
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
	border: 1px solid #DDD;
	background: #FBFBFB;
}
.multi-address-checkout-box .content
{
	padding: 10px 20px 20px;
}
.multi-address-checkout-box .count-head
{
	border-bottom: 1px solid #777;
	background: #777;
	padding: 2px 10px;
}
.shipment-count
{
	background: #E26703;
	padding: 2px 5px;
	color: #FFF;
	font-size: 0.95em;
	line-height: 1em;
}
.multi-address-checkout-box .count-head H4
{
	margin: 0;
	color: #FFF;
}
.multi-address-checkout-box .head
{
	margin-bottom: 4px;
}
.multi-address-checkout-box .head A
{
	font-weight: normal;
}
.multi-address-checkout-box .checkmo-mailing-address
{
	display: block;
	padding-left: 20px;
}
.shipping-method-pointer
{
	border: 1px solid #DDD;
	padding: 13px;
	background: #EEE;
}
.place-order-box
{
	float: right;
	height: 71px;
	overflow: hidden;
}
.place-order-box .left-radius
{
	width: 21px;
	background: url(../images/place_order_container_bg.gif) no-repeat;
}
.place-order-box .main-radius
{
	background: url(../images/place_order_bg.gif) no-repeat 100% 0;
	padding-right: 21px;
	vertical-align: middle;
}
.place-order-box .grand-total
{
	color: #E26703;
	font-size: 1.5em;
	font-weight: bold;
}
.place-order-box INPUT
{
	margin-left: 15px;
}
.one-page-checkout .box .default-box
{
	border: 1px solid #DDD;
}
/*Checkout Agreements*/
.checkout-agreements LI
{
	margin: 20px 0;
}
.checkout-agreements .agreement-content
{
	overflow: auto;
	height: 10em;
	padding: 10px;
	background-color: #FBFAF6;
	border: 1px solid #F3F3F3;
}
.checkout-agreements .agree
{
	margin: 0;
	padding: 10px 0 10px 11px;
}
.one-page-checkout .checkout-agreements
{
	border: 1px solid #DDD;
	border-width: 0 1px;
	padding: 5px 20px;
}
.one-page-checkout .checkout-agreements LI
{
	margin: 20px 0 0;
}
.one-page-checkout .checkout-agreements .agreement-content
{
	background-color: #FFF;
	border-color: #E4E4E4;
	padding: 5px;
}
.one-page-checkout .checkout-agreements .agree
{
	padding-left: 6px;
}
/********************** Gift Messages*/
.giftmessages .gift-header
{
	font-size: 12px;
	font-weight: bold;
	color: #E87403;
}
.giftmessages .input-checkbox
{
	padding-bottom: 15px;
}
.giftmessages TEXTAREA
{
	height: 100px;
}
.giftmessages .input-checkbox INPUT
{
	margin-right: 5px;
}
.giftmessages .input-checkbox LABEL
{
	font-weight: normal;
	color: #8E8D8B;
}
.one-page-checkout .box-no-padding
{
	border: 1px solid #DDD;
	border-top: 0;
	padding: 15px 0;
	background: #FBFBFB;
}
.giftmessages .gift-box
{
	background-color: #F4F4F4;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #E9E4DE;
	padding: 22px 16px 22px 22px;
}
.giftmessages .gift-box .scroll-box
{
	overflow: auto;
	height: 500px;
}
.giftmessages .product-image
{
	border: 1px solid #D2D1CD;
}
.no-border
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.giftmessages .giftmessage-product-info
{
	padding-left: 10px;
}
.giftmessages .numeration
{
	font-weight: bold;
	color: #8A8987;
}
.giftmessages .gift-box LABEL
{
	color: #918D8E;
}
.giftmessages .group-select LI .input-box
{
	float: left;
	width: 260px;
}
.giftmessages .group-select LI .input-text, .group-select LI SELECT, .group-select LI TEXTAREA
{
	width: 495px;
}
.giftmessages .group-select LI .input-box .input-text, .group-select LI .input-box TEXTAREA
{
	width: 235px;
}
.giftmessages .group-select LI .input-box SELECT
{
	width: 256px;
}
/********************** Customer
Customer Name*/
.customer-name-prefix .name-prefix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix .name-prefix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-prefix .name-prefix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-prefix .name-firstname
{
	width: 215px !important; /*[e]215px*/
}
.customer-name-prefix .name-firstname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-middlename .name-firstname
{
	width: 215px !important; /*[e]215px*/
}
.customer-name-middlename .name-firstname INPUT
{
	width: 200px !important; /*[e]200px*/
}
.customer-name-middlename .name-middlename
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-middlename .name-middlename INPUT
{
	width: 35px !important; /*[e]35px*/
}
.customer-name-suffix .name-lastname
{
	width: 205px !important; /*[e]205px*/
}
.customer-name-suffix .name-lastname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-suffix .name-suffix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-suffix .name-suffix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-suffix .name-suffix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-prefix-middlename .name-prefix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix-middlename .name-prefix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-prefix-middlename .name-prefix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-prefix-middlename .name-firstname
{
	width: 215px !important; /*[e]215px*/
}
.customer-name-prefix-middlename .name-firstname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-prefix-middlename .name-middlename
{
	width: 50px !important; /*[e]50px*/
}
.customer-name-prefix-middlename .name-middlename INPUT
{
	width: 35px !important; /*[e]35px*/
}
.customer-name-prefix-middlename .name-lastname
{
	width: 200px !important; /*[e]200px*/
}
.customer-name-prefix-middlename .name-lastname INPUT
{
	width: 200px !important; /*[e]200px*/
}
.customer-name-prefix-suffix .name-prefix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix-suffix .name-prefix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-prefix-suffix .name-prefix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-prefix-suffix .name-firstname
{
	width: 215px !important; /*[e]215px*/
}
.customer-name-prefix-suffix .name-firstname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-prefix-suffix .name-lastname
{
	width: 205px !important; /*[e]205px*/
}
.customer-name-prefix-suffix .name-lastname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-prefix-suffix .name-suffix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix-suffix .name-suffix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-prefix-suffix .name-suffix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-middlename-suffix .name-firstname
{
	width: 215px !important; /*[e]215px*/
}
.customer-name-middlename-suffix .name-firstname INPUT
{
	width: 200px !important; /*[e]200px*/
}
.customer-name-middlename-suffix .name-middlename
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-middlename-suffix .name-middlename INPUT
{
	width: 35px !important; /*[e]35px*/
}
.customer-name-middlename-suffix .name-lastname
{
	width: 205px !important; /*[e]205px*/
}
.customer-name-middlename-suffix .name-lastname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-middlename-suffix .name-suffix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-middlename-suffix .name-suffix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-middlename-suffix .name-suffix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-prefix-middlename-suffix .name-prefix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix-middlename-suffix .name-prefix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-prefix-middlename-suffix .name-prefix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-name-prefix-middlename-suffix .name-firstname
{
	width: 155px !important; /*[e]155px*/
}
.customer-name-prefix-middlename-suffix .name-firstname INPUT
{
	width: 140px !important; /*[e]140px*/
}
.customer-name-prefix-middlename-suffix .name-middlename
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix-middlename-suffix .name-middlename INPUT
{
	width: 35px !important; /*[e]35px*/
}
.customer-name-prefix-middlename-suffix .name-lastname
{
	width: 205px !important; /*[e]205px*/
}
.customer-name-prefix-middlename-suffix .name-lastname INPUT
{
	width: 190px !important; /*[e]190px*/
}
.customer-name-prefix-middlename-suffix .name-suffix
{
	width: 60px !important; /*[e]60px*/
}
.customer-name-prefix-middlename-suffix .name-suffix INPUT
{
	width: 45px !important; /*[e]45px*/
}
.customer-name-prefix-middlename-suffix .name-suffix SELECT
{
	width: 51px !important; /*[e]51px*/
}
.customer-dob .input-box
{
	float: left;
	width: 60px !important; /*[e]60px*/
}
.customer-dob INPUT
{
	width: 50px !important; /*[e]50px*/
}
.customer-dob LABEL.label-dob
{
	font-weight: normal;
	color: #888;
	font-size: 10px;
}
/*My Account navigation*/
.account-nav .head
{
	border: none;
	background: #666;
}
.account-nav .head .title
{
	color: #FFF;
}
.account-nav LI A, .account-nav LI.on
{
	padding: 3px 0;
}
.account-nav LI A
{
	display: block;
	border-bottom: 1px solid #DDD;
}
.account-nav LI A, .account-nav LI A:hover
{
	color: #5F5D5C;
	text-decoration: none;
}
.account-nav LI.on
{
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
.account-nav LI.on A
{
	border: none;
	padding: 0;
}
.account-nav LI.on A, .account-nav LI.on A:hover
{
	color: #EA7900;
}
.account-nav LI.last, .account-nav LI.last A
{
	border-bottom: 0;
}
/*Login*/
.login-box .content
{
	min-height: 180px;
	padding: 0;
}
/*Dashboard*/
.account-main .account-box LI
{
	padding: 5px 0;
}
.account-box OL .count
{
	float: left;
	margin-top: 3px;
	background-color: #666;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	display: none;
}
.account-box OL .content
{
	padding: 0;
}
.account-box OL.recent-reviews SMALL
{
	float: left;
	margin-right: 3px;
	font-weight: bold;
}
.account-box .product-images
{
	width: 65px;
}
.account-box .product-images IMG
{
	border: 1px solid #CCC;
}
.account-box .product-details
{
	margin: 0 0 10px 70px;
}
.account-box .content
{
	padding: 0;
}
.account-side .actions
{
	border-top: 1px solid #CCC;
	padding-top: 4px;
}
.account-side .actions .form-button
{
	float: right;
}
.edit-password
{
	display: block;
	height: 20px;
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	padding-left: 20px;
}
.dashboard-welcome
{
	margin-right: 96px;
	margin-bottom: 1.5em;
}
/*Account Addressbook*/
.primary-address-list LI
{
	margin-bottom: 14px;
}
.primary-address-list LI .head
{
	margin: 0;
}
.address-list LI
{
	margin-bottom: 1em;
}
.address-list .actions
{
	float: right;
	margin: 0 0 10px 10px;
}
/*Account Order History*/
.sales-order-view .checkmo-mailing-address
{
	display: block;
	padding-left: 20px;
}
/*Compare Products*/
.compare-products
{
	margin: 30px 0 50px;
}
.compare-products TABLE
{
	width: auto;
	border: 0;
}
.compare-products TD
{
	width: 170px;
	text-align: left;
}
.compare-products TBODY TD
{
	border-color: #CCC;
}
.compare-products TBODY TR.first TD
{
	border-top: 1px solid #D9DDE3;
	text-align: center;
}
.compare-products TBODY TD.last
{
	border-right: 1px solid #D9DDE3;
}
.compare-products TBODY.attribute-cart TD
{
	background: #FFFADA !important; /*[e]#FFFADA*/
	text-align: center;
	border-bottom: 1px solid #D9DDE3;
}
.compare-products TBODY TD.label
{
	width: auto;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #BEBCB7;
	background: #E9E9E9 !important; /*[e]#E9E9E9*/
	text-align: left;
}
.compare-products TBODY.remove-buttons TR
{
	background: #FFF;
}
.compare-products TBODY.remove-buttons TD
{
	border: none !important; /*[e]none*/
	padding: 0;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.compare-products TBODY.remove-buttons TD IMG
{
	float: right;
}
/*Reviews*/
.my-review-detail .product-image
{
	float: left;
	width: 135px;
}
.my-review-detail .product-image P
{
	margin-bottom: 0;
}
.my-review-detail .product-image P IMG
{
	vertical-align: top;
}
.my-review-detail .details
{
	float: right;
	width: 550px;
}
.my-review-detail .ratings-list
{
	margin-bottom: 0.8em;
}
.my-review-detail .ratings
{
	line-height: 1.55;
}
.my-review-detail .ratings .rating-box
{
	float: none;
	margin-bottom: 3px;
}
.my-review-detail .ratings .pipe
{
	display: none;
}
.my-review-detail .ratings A
{
	display: block;
}
/*Gift Messages*/
.giftmessage
{
	padding: 10px 0 0;
}
.giftmessage-preview-link
{
	font-size: 11px;
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right 5px;
}
.giftmessage-row
{
	background-color: #F2EFE9;
}
.giftmessage-content
{
	float: left;
	margin-right: 10px;
}
.giftmessage-close
{
	float: right;
}
.expand
{
	background-image: url(../images/gift-message-expand.gif);
}
.collapse
{
	background-image: url(../images/gift-message-collapse.gif);
}
/********************** Print pages*/
TABLE.print .giftmessage-preview-link
{
	display: none !important; /*[e]none*/
}
TABLE.print .price-excl-tax
{
	white-space: nowrap;
}
TABLE.print .price-incl-tax
{
	white-space: nowrap;
}
TABLE.print .price-excl-tax .label, TABLE.print .price-excl-tax .price, TABLE.print .price-incl-tax .label, TABLE.print .price-incl-tax .price
{
	display: inline;
}
/********************** Pop up pages*/
.page-popup
{
	background: #FFF;
	margin: 25px 30px;
	text-align: left;
}
.page-popup .print-head
{
	margin: 0 0 15px;
}
.page-popup .print-head IMG
{
	float: left;
}
.page-popup .print-head ADDRESS
{
	float: left;
	margin-left: 15px;
}
.product-gallery-nav
{
	padding: 0 5px;
}
.cms-home .middle
{
	margin-top: -7px;
	padding: 0 8px 8px;
	position: relative;
}
/***********************************************************
*****************[ Mage_CSS_F Overrides]******************
**********************************************************
Alignment*/
.v-top
{
	vertical-align: top !important; /*[e]top*/
}
.v-middle
{
	vertical-align: middle !important; /*[e]middle*/
}
.v-bottom
{
	vertical-align: bottom !important; /*[e]bottom*/
}
.a-left
{
	text-align: left !important; /*[e]left*/
}
.a-center
{
	text-align: center !important; /*[e]center*/
}
.a-right
{
	text-align: right !important; /*[e]right*/
}
.left, .f-left
{
	float: left !important; /*[e]left*/
}
.right, .f-right
{
	float: right !important; /*[e]right*/
}
.accent
{
	color: #E76200 !important; /*[e]#E76200*/
	font-weight: bold !important; /*[e]bold*/
}
.nobr, .nowrap
{
	white-space: nowrap !important; /*[e]nowrap*/
}
.normal-weight
{
	font-weight: normal !important; /*[e]normal*/
}
.no-border
{
	border: none !important; /*[e]none*/
}
.no-padding
{
	padding: 0 !important; /*[e]0*/
}
.no-margin
{
	margin: 0 !important; /*[e]0*/
}
.auto-width
{
	width: auto !important; /*[e]auto*/
}
/*Link highlights*/
.link-print
{
	background: url(../images/icon_printer.gif) no-repeat 0 2px;
	padding-left: 23px;
	line-height: 18px;
}
.link-feed
{
	background: url(../images/icon_feed.gif) no-repeat left center;
	padding-left: 18px;
	line-height: 1.15;
}
.link-base
{
	color: #444;
}
/*For Demo store only*/
.demo-notice
{
	margin: 0;
	background-color: #D75F07;
	padding: 5px 10px 6px;
	color: #FFF;
	line-height: 1;
	text-align: center;
}
.demo-notice A
{
	color: #FFF;
	text-decoration: underline;
}
.demo-notice A:hover
{
	text-decoration: none;
}
A.watermark
{
	height: 30px;
	width: 30px;
	background: transparent url(../images/aust_made.png);
	display: block;
	position: absolute;
}
/*Ingrid CSS Changes*/
.col-main
{
	min-height: 540px;
}
.layout-2columns
{
	background-color: #CBE0F5;
}
.catalog-listing, .col-main
{
	background-color: #FFFFFF;
}
.cart-coupon-block, .cart-collateral .divider, #discount-coupon-form
{
	display: none;
}
.middle
{
	background-image: url(../images/middle_bkgr.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
DIV.col-right.sidebar
{
	background: #B0C5DA url(../images/home-fade-bkgr.jpg) no-repeat left bottom;
}
.checkout-cart-index .middle, .customer-account-login .middle
{
	background-image: url(../images/middle_bkgr2.jpg);
}
.customer-account-index .middle, .customer-account-edit .middle, .customer-address-index .middle, .sales-order-history .middle, .tag-customer-index .middle, .newsletter-manage-index .middle, .wishlist-index-index .middle
{
	background-color: #CADFF4;
}
.customer-account-index DIV.col-right.sidebar
{
	min-height: 600px;
}
