/**

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

 *

 * @copyright  Copyright (c) 2004-2007 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 ]***********/



/****************************************************/



.wrapper-body {
	background:url(../images/page/bg-1-2.png) 50% 0% repeat-y;
}
.wrapper-head {
	background:url(../images/page/1-1-new.png) 50% 0px no-repeat;
}
.wrapper-foot {
/*background: transparent url(../images/page/bg-1-3.png) no-repeat scroll center bottom;*/

}
/********************** Columns */



/* All */



.col2-set, .col3-set, .col4-set, .col5-set {
	clear: both;
}
/* Col2 */



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



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



.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	float: left;
	width: 31.3%;
}
.col3-set .col-1, .col3-set .col-2 {
	margin:0 3% 0 0;
}
/* 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:0 4% 0 0;
}
/* Table Columns */



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



/* Form Elements */



input.input-text, select, textarea {
	border: 1px solid #ccc;
	font: 12px arial, helvetica, sans-serif;
}
option, optgroup {
	font: 12px arial, helvetica, sans-serif;
	padding: 0 10px 0 0;
}
option:hover {
}
optgroup {
	font-weight: bold;
}
input.input-text, textarea {
	padding: 2px;
}
input.form-radio {
	margin:0 3px 0 0;
}
.qty {
	width: 1.5em;
}
.group-select label, .form-list label, .payment-methods label {
	font-weight: bold;
}
.input-text:focus, select:focus, textarea:focus {
	background: #edf7fd;
	outline: 0;
}
.button-set {
	clear: both;
	border-top: 1px solid #e4e4e4;
	text-align: right;
	padding: 8px 0 0 0;
	margin: 4em 0 0 0;
}
.form-button, .form-button-alt {
	overflow: visible;
	width: auto;
	padding: 1px 8px;
	color: #ba1319;
	font: bold 12px arial, sans-serif !important;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #ba1319;
	background: #fff;
}
.order-button, .order-button-alt {
	overflow: visible;
	width: auto;
	/*background-image: url(../images/mini-arrow.png);

    */border: 0;
	padding: 1px 8px;
	color: #ba1319;
	/*border: 1px solid #ba1319;

    */font: bold 14px arial, sans-serif !important;
	cursor: pointer;
	text-align: right;
	vertical-align: middle;
	background: transparent left no-repeat;
}
.form-button span, .form-button-alt span {
	white-space: nowrap;
}
/* .form-button-alt  {

    border:1px solid #406a83;

    background:#618499 ;

}

*/



a.form-button-alt {
	padding: 2px 9px;
	text-decoration: none;
}
.form-button:hover, .form-button-alt:hover {
	color: #f38e1a;
	border-color: #f38e1a;
	text-decoration: none;
}
.btn-checkout {
	display: block;
	float: right;
	background: transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
	font-size: 15px;
	font-weight: bold;
	padding:0 8px 0 0;
}
.btn-checkout, .btn-checkout:hover {
	color: #fef5e5;
	text-decoration: none;
}
.btn-checkout span {
	display: block;
	padding: 0 17px 0 25px;
	background: transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
	line-height: 40px;
}
/* Form lists */



.form-list li {
	margin:0 0 6px 0;
}
.form-list li .input-box .input-text, .form-list li .input-box textarea {
	width: 250px;
}
.form-list li .input-box select {
	width: 256px;
}
.form-list li.addElement {
	border-top: 1px solid #DDD;
	padding: 10px 0 0 0;
}
.group-select {
	margin: 28px 0;
	border: 1px solid #ccc;
	padding: 22px 25px 12px 25px;
	width: 375px;
}
.group-select .legend {
	float: left;
	color: #E76200;
	font-weight: bold;
	font-size: 1.1em;
	padding:0px 8px 0px 8px;
	margin: -33px 0 0 0;
	border:1px solid #f19900;
	background:#fff6ec;
}
.group-select li {
	padding: 4px 8px !important;
}
.group-select li .input-box {
	float: left;
	width: 175px;
}
.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: 150px;
}
.group-select li .input-box select {
	width: 256px;
}
/* Form Messages */



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



.success {
	color: #3d6611;
}
.error {
	color: #df280a;
}
.notice {
	color: #e26703;
}
.success, .error {
	font-weight: bold;
}
.messages {
	width: 100%;
	overflow: hidden;
}
.error-msg, .success-msg, .notice-msg, .note-msg {
	min-height: 33px !important;
	border-style: solid !important;
	border-width: 1px !important;
	padding: 8px 8px 8px 52px !important;
	font-size: 1.1em !important;
	font-weight: bold !important;
 margin:0 0 1em !important 0;
 background: 10px 10px !important no-repeat !important;
}
.error-msg li, .success-msg li, .notice-msg li {
	margin: 7px 0 .2em 0;
}
.error-msg {
	border-color: #f16048;
	color: #ba1319;
	background: #faebe7 url(../images/cancel.png);
}
.success-msg {
	border-color: #446423;
	color: #3d6611;
	background: #eff5ea url(../images/ok.png);
}
.notice-msg, .note-msg {
	border-color: #fcd344;
	color: #000;
	background: #fafaec url(../images/alert.png);
}
.disclaimer {
	font-size: .9em;
}
/********************** Headings */



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



.page-head {
	margin: 0 0 25px 0;
}
.page-head-alt {
	margin: 0 0 12px 0;
}
.page-head, .page-head-alt {
	text-align: right;
}
.page-head h3, .page-head-alt h3 {
	margin: 0;
	font-size: 1.7em !important;
	font-weight: normal !important;
	text-transform: none !important;
	text-align: left;
}
.page-head-alt .checkout-types {
	width: 200px;
	float: right;
}
.button-level h3 {
	float: left;
	width: 400px;
	font-size: 2.5em !important;
	font-weight: normal !important;
	text-transform: none !important;
	text-align: left;
	color: #ba1319;
}
/* Category list heading */



.category-head {
	margin:0 0 7px 0;
}
.category-head h2 {
	width: 100%;
	margin: 0;
	padding: 3px 0;
	color: #ba1319;
	font-size: 2.5em;
	display: none;
	font-weight: normal;
	overflow: hidden;
}
.box-header {
	font-size: 1.05em;
	text-align: left;
	background: #EEEEEE none repeat scroll 0%;
	font-weight: bold;
	padding: 2px 8px;
	margin: 10px 0px;
}
/********************* Tables */



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



.data-table {
	border: 1px solid #ccc;
}
.data-table#checkout-review-table {
	width: 735px;
	border: 1px solid #ccc;
	margin: 10px 0 0;
}
.data-table tr {
	background: #fff;
}
.data-table .odd {
	background: #fff;
}
.data-table .even {
/*!important: ;*/

}
.data-table td.last, .data-table th.last {
	border-right: 0;
}
.data-table tr.last td, .data-table tr.last th {
}
.data-table th {
	padding: 2px 8px;
	white-space: nowrap;
	border-top: 1px solid #ccc;
	color: #ba1319;
	font-size: 1.2em;
	background: #eeeeee;
}
.data-table th.wrap {
	white-space: normal;
}
.data-table th a, .data-table th a:hover {
	color: #ba1319;
}
.data-table td {
	padding: 3px 8px;
	border-top: 1px solid #ccc;
}
.data-table thead tr {
	background: #fff;
}
.data-table tfoot {
	margin: 0 0 10px 0;
}
.data-table tfoot tr.first {
}
.data-table tfoot tr {
	background: #fff !important;
}
.data-table tfoot td {
	border-top: 1px solid #ccc;
	padding: 1px 0 1px 0;
}
.data-table tbody td {
}
.box-table td {
	padding: 10px;
}
.box-table tfoot td {
	padding: 5px 0 5px 0;
}
.box-table select {
	width: 100%;
}
.nested-data-table th, .nested-data-table td {
	padding: 2px 0 2px 0;
}
.nested-data-table tfoot td {
	font-size: .95em;
}
.generic-table td {
	padding: 0 8px;
}
.generic-table td.first {
	white-space: nowrap;
	padding:0 0 0 0;
}
.shipping-tracking .button-set {
	border: none;
	border-top: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/********************** Lists */



.disc {
	margin:0 0 10px 0;
}
.disc li {
	list-style: disc;
	margin:0 0 0 20px;
}
.cust_service dt {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
}
.number {
	margin:0 0 10px 0;
}
.number li {
	list-style: decimal;
	margin:0 0 0 20px;
}
/* Bare List */



/* Unstyled list */



.bare-list {
	margin: 5px 0;
}
.bare-list li {
	margin: 3px 0;
}
/********************** Space Creators */



.no-display {
	display: none;
}
.no-wrap {
	white-space: nowrap;
}
.content-box {
	min-height: 250px;
}
/* Set minimum height for visual presentation */



.content {
	padding: 12px 5px 12px 5px;
}
/* Sets default padding */



.actions {
	line-height: 1.3em;
}
.separator {
	padding: 0 5px;
}
.pipe {
	padding: 0 4px;
	font-size: .95em;
}
.divider {
	height: 1px;
	background: url(../images/dotted_divider.gif) repeat-x;
	font-size: 1px;
	line-height: 1em;
	overflow: hidden;
	clear: both;
	display: none;
}
/************************************************************/



/********************[ Mage_CSS_C Layout]********************/



/************************************************************/



/********************** Base Layout */



/* Structure */



.header {
	z-index: 999;
}
.cms-home .header-nav {
}
.cms-home .header {
/*margin: 0 0 15px 0;*/

}
.header-top-container {
	position: relative;
	margin: 0 auto;
}
.header-top {
	height: 80px;
	margin: 0 auto;
	padding: 71px 0 0;
	position: relative;
	width: 962px;
}
.header-nav-container {
	margin: 5px 0 0;
	position: relative;
	z-index: 999;
}
.header-nav {
	left: 3px;
	margin: 0 auto;
	position: relative;
	width: 961px;
}
.header-nav h4 {
	color: #BA1319;
	float: left;
	font-size: 1.7em;
	margin: 21px 0 0 10px;
	position: relative;
}
.middle-container {
	position: relative;
	margin: 0 auto;
}
.middle {
	margin: 0 auto;
	position: relative;
	min-height: 600px;
	top: -350px;
}
.side-col {
	width: 195px;
}
.col-left {
	float: left;
	text-align: left;
	margin: 0 auto;
}
.col-main {
	float: left;
	text-align: left;
	display: inline;
}
.col-right {
	float: right;
	text-align: left;
	margin: 0 auto;
	display: inline;
}
.col-1-layout .col-main {
	float: none;
	margin: 0;
}
.col-1-layout {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
.col-2-right-layout .col-main {
	float: left;
	width: 735px;
}
.col-2-right-layout {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
.col-2-right-layout .col-right {
	float: right;
	text-align: left;
	margin: 0;
}
.col-2-left-layout .col-main {
	float: right;
	width: 735px;
}
.col-2-left-layout {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
.col-3-layout .col-main {
	width: 530px;
	margin: 0 0 0 10px;
	float: left;
}
.col-3-layout {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.\2col-cart {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
.col1 {
	float: left;
	width: 695px;
}
.col2 {
	/*width: 300px;

    */float: right;
	padding: 0 0 0 10px;
}
/*********************HOME PAGE MPA LAUNCH*****/



.home-mpa {
	width: 980px;
	position: relative;
	margin: 0;
}
.mpa-img {
	position: relative;
	margin: 0 auto;
	float: left;
	height: 361px;
}
.mpa-img-right {
	width: 215px;
	height: 361px;
	position: relative;
	margin: 0 auto;
	float: left;
	background: url(../images/page/home/home_07.jpg);
}
.mpa-text-right {
	position: relative;
	margin: 0 auto;
	width: 185px;
	padding: 10px 0 0 5px;
}
.mpa-text-right p {
	color: #fff;
	font-size: 1em;
}
.mpa-text-right .first {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.15em;
}
.mpa-text-right p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.mpa-text-right p a:hover {
	color: #ba1319;
}
.mpa-note {
	background: none repeat scroll 0 0 #FBFBFB !important;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px 3px 1px 1px;
	font-family: georgia;
	height: 171px;
	left: 504px;
	padding: 10px !important;
	position: absolute !important;
	top: 110px;
	width: 290px;
	text-align:left !important;
}
.mpa-note a {
	text-decoration: none;
	float: right;
}
.mpa-note a:hover {
	text-decoration: underline;
}
.home-link a {
	position: relative;
	top: -40px;
	right: -40px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
/******* Home Spots ******************/



.home-welcome {
	color: #BA1319;
	margin: 10px 0;
	display: none;
	font: Georgia, "Times New Roman", Times, serif 2.5em;
}
.home-welcome-ad {
	border: 1px solid #CCCCCC;
	float: right;

    :;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	width: 587px;
}
.home-welcome-ad-first {
	border: 1px solid #CCCCCC;
	float: right;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	width: 563px;
}
.home-welcome-ad a, .home-welcome-ad-first a {
	text-decoration: none;
}
.welcome-ad {
}
.sale-ad {
	position: relative;
}
.welcome-ad-image {
	position: relative;
}
.welcome-ad-product {
	background: transparent url(../images/page/home/superstar_head.png) no-repeat scroll 0 0;
	color: #BA1319;
	float: right;
	height: 30px;
	line-height: 1.3em;
	padding: 10px 0 0 16px;
	width: 578px;
	font: Georgia, "Times New Roman", Times, serif 1.9em;
}
.welcome-ad-product-first {
	background: transparent url(../images/page/home/superstar_head.png) no-repeat scroll 0 0;
	color: #BA1319;
	float: right;
	height: 30px;
	line-height: 1.3em;
	padding: 10px 0 0 16px;
	width: 554px;
	font: Georgia, "Times New Roman", Times, serif 1.9em;
}
.welcome-ad-copy {
	float: left;
	font-size: 1em;
	padding: 0 10px;
	position: relative;
	text-align: left;
	top: 10px;
	width: 385px;
}
.welcome-ad-copy-first {
	float: left;
	font-size: 1em;
	padding: 0 10px;
	position: relative;
	text-align: left;
	top: 10px;
	width: 391px;
}
.welcome-ad-copy ul li {
	list-style: disc outside none;
	margin: 0 0 0 20px;
}
.home-main-ad {
	border: 1px solid #CCCCCC;
	float: right;
	height: 190px;
	margin: 0 0 10px;
	width: 587px;
}
.home-main-ad a {
	text-decoration: none;
}
.superstar-head {
	left: 168px;
	position: relative;
	top: 5px;
}
.superstar-band {
	left: 10px;
	position: absolute;
	top: 10px;
}
.love-band {
	float: left;
	position: relative;
	top: 1px;
}
.main-ad-image {
	float: right;
	padding: 10px 10px 0 0;
	position: relative;
}
.welcome-ad .price-box {
	font-family: arial;
	margin: 0 0 0 21px;
	width: 133px;
}
.welcome-ad-product .product-name {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 500px;
}
.welcome-ad-product .product-name a, .welcome-ad-product-first .product-name a {
	text-decoration: none;
}
.welcome-ad-product .product-name a:hover {
	text-decoration: underline;
}
.welcome-ad .price-box .price {
	color: #BA1319;
	font-weight: bold;
	padding: 0;
	width: 100px;
}
.welcome-ad .price-box .label {
	color: #BA1319;
	float: left;
	font-weight: bold;
	width: 25px;
}
/*** Social Buttons */



.social-buttons {
	float: left;
	left: 146px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -11px;
	width: 590px;
}
.social-buttons ul {
}
.social-buttons ul li {
	display: inline;
	margin: 0 -3px 0 0;
	padding: 0;
}
/****New Buttons ******/



a.squarebutton {
	background: url(../images/nav/button_r_arrow_end.gif) no-repeat top left;
	display: block;
	float: right;
	font: bold 12px Arial;
	line-height: 15px;
	height: 23px;
	text-decoration: none;
	padding:0 0 0 5px;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #ba1319;
}
a.squarebutton span {
	background: url(../images/nav/button_r_arrow.gif) no-repeat top right;
	display: block;
	padding: 4px 15px 4px 5px;
}
a.squarebutton:hover {
	background: bottom left;
}
a.squarebutton:hover span {
	color: #F48E19;
	background: bottom right;
}
.buttonwrapper {
	overflow: hidden;
	width: 145px;
}
.button2 {
	margin: 10px 0;
	right: 10px;
}
.button1 {
	float: right;
	margin: 10px;
}
.squarebutton {
	background: url(../images/nav/button_r_arrow_end.gif) no-repeat top left;
	display: block;
	float: right;
	font: bold 12px Arial;
	line-height: 15px;
	height: 23px;
	text-decoration: none;
	padding:0 0 0 5px;
}
.squarebutton span {
	background: url(../images/nav/button_r_arrow.gif) no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
}
/**********************

/****************Feature Spots ***********************/



.feature-spot-wrapper {
	height: 100%;
	width: 940px;
}
.feature-spot {
	position: relative;
	width: 302px;
	float: left;
	margin: 0;
}
.feature-spot#middle {
	margin: 0px 16px;
}
/**************Featureed Products - Home page ****/



.featured-wrapper {
	width: 745px;
	float: left;
}
.essential {
	margin: 0 auto;
	position: relative;
	top: 5px;
	left: -5px;
}
.featured-products {
	position: relative;
	margin: 0;
	text-align: center;
}
.featured-product-listing {
	float: left;
	margin: 0 10px 0 0;
	width: 238px;
}
.featured-product {
	border: 1px solid #DDDDDD;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
}
.featured-product .title {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.5em;
	height: 45px;
	padding: 10px 5px 0;
}
.featured-product a {
	text-decoration: none;
}
.featured-image {
	border-bottom: 1px solid #CCCCCC;
	height: 105px;
	margin: 0 auto;
	padding: 5px 0 0;
	position: relative;
}
.featured-shop {
	position: relative;
	margin: 0 auto;
}
.featured-product .add-actions {
	display: inline;
}
.featured-product .description {
	position: relative;
	margin: 0 auto;
}
.featured-desc {
	background: transparent url(../images/nav/cat_nav_bg.jpg) repeat-x scroll 0 0;
	border-top: 1px solid #CCCCCC;
	color: #666666;
	height: 120px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: left;
	top: 25px;
	clear: both;
}
.featured-desc a {
	text-align: right;
}
/********************** Header */



/* Logo */



.logo {
	float: left;
	margin: 0 auto;
	padding: 0 0 0 10px;
	position: relative;
	text-align: left;
	width: 350px;
}
.page-popup h1#logo {
	display: none;
}
/*Horizontal Shop - Access*/



.shop-access, .header_links {
	font-size: 1em;
	margin: 0 auto;
	position: relative;
	width: 988px;
}
.shop-access ul {
	background: url("../images/page/top_links_bg.png") repeat-x scroll 0 0 transparent;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	float: right;
	padding: 7px 15px 7px 0;
}
.shop-access li, .header_links li {
	background: url("../images/page/top_links_pipe.png") no-repeat scroll 0 0 transparent;
	display: inline;
	padding: 5px 12px;
}
.shop-access li.first, .header_links li.first {
	background: transparent;
}
.shop-access a, .header_links a {
	color: #ba1319;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}
.shop-access a:hover, .header_links a:hover {
	color: #f38e1a;
}
.shop-access li.last, .header_links li.last {
	padding:0 0 0 0;
}
/* Mini search */





.mini-search-left {
	background:url("../images/top_search_bg.png") no-repeat scroll 0 1px transparent;
}
.mini-search-left label {
	background: right center;
}
.mini-search-container {
	background:url("../images/top_search_bg.png") no-repeat scroll 0 1px transparent;
	float:right;
	margin:9px 10px 0 0;
	position:relative;
	text-align:right;
}
.mini-search {
	position: relative;
	display: inline;/*zoom: 1;*/

}
.mini-search-container label {
	color: #BA1319;
	font-size: 1.5em;
	font-weight: lighter;
	margin: 0 6px 0 0;
	position: relative;
	top: 3px;
	background: right center;
}
.mini-search .input-text {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#999999;
	font-size:2em;
	padding:0 0 0 10px;
	width:180px;
}
.mini-search .button {
	position: relative;
	margin: 0 auto;
	top: 1px;
}
.adv-search-link {
	font-size: .7em;
	text-align: right;
}
.search-autocomplete {
	background: none repeat scroll 0 0 #F9F5F0;
	border: 1px solid #EEEEEE;
	left: 10px !important;
	top: 40px !important;
	width: 217px !important;
	z-index: 1999 !important;
}
.search-autocomplete li {
	border-bottom: 1px solid #f4eee7;
	padding: 2px 8px 1px 8px;
}
.search-autocomplete li.odd {
	background: #fffefb;
}
.search-autocomplete li.selected {
	background: #f7e8dd;
}
.language-switcher {
	float: right;
	margin: 5px 0 0 60px;
}
.language-switcher label {
	color: #A7C6DD;
	padding:0 5px 0 0;
}
/* Mini - Cart TOP */



.mini-cart-top, .mini-cart-top-empty {
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	float:left;
	height:60px;
	padding:0 10px;
	width:240px;
}
.mini-cart-top .mct-contents, .mini-cart-top-empty .mct-contents {
	color:#888888;
	font-size:0.9em;
	height:28px;
	margin:21px 0 0 0;
}
.mini-cart-top .mini-cart-label {
	background:url("../images/page/home/rev_0710/mini-bag.png") no-repeat scroll 0 1px transparent;
	color:#BA1319;
	float:left;
	font-size:2em;
	font-weight:lighter;
	height:85px;
	margin:0 auto;
	position:relative;
	width:85px;
}
.mini-cart-top-empty .mini-cart-label {
	background:url("../images/empty_bag.png") no-repeat scroll 0 1px transparent;
	color:#BA1319;
	float:left;
	font-size:2em;
	font-weight:lighter;
	height:85px;
	margin: 0;
	position:relative;
	width:87px;
}
.mini-cart-top .mct-contents button {
	position: absolute;
	left: 150px;
	vertical-align: top;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
}
.cart-button {
	margin:4px 0 0;
	cursor: pointer;
}
.sidebar-cart-button {
	cursor: pointer;
}
.mini-cart-link {
	font-weight: bold;
}
/*.mini-cart-top .subtotal */





/* Breadcrumbs */



.breadcrumbs {
	background:url("../images/nav/new/bg_crumbs1.png") no-repeat scroll 0 0 transparent;
	font-size:1.2em;
	height:30px;
	line-height:1em;
	margin:-7px 0 0 9px;
	padding:9px 34px;
	position:relative;
	text-align:left;
	width:940px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs li {
	background: url("../images/page/nav/crumb_arrow.png") no-repeat scroll -11px -16px transparent;
	display: inline;
	padding: 0 0 1px 14px;
}
.breadcrumbs li.home {
	background: none;
	display: inline;
	padding: 0;
}
.toolbar {
	border-top: 1px solid #CCCCCC;
	height: 57px;
	text-align: right;
	vertical-align: middle;
	width: 530px;
}
.toolbar .pager {
	display: inline;
	height: 20px;
	margin: 5px 0;
	width: 530px;
}
.toolbar .pager .amount {
	display: inline;
	float: left;
	left: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 159px;
}
.toolbar .sorter {
	border-top: 1px solid #DDDDDD;
	clear: both;
	float: left;
	margin: 0;
	text-align: right;
	width: 530px;
}
.toolbar .limiter {
	display: inline;
	float: right;
	margin: 0 auto;
	position: relative;
	right: 0;
	width: 159px;
}
.toolbar .pages {
	float: left;
	width: 140px;
}
.toolbar .pages ol {
	display: inline;
	text-align: left;
}
.toolbar .pages ol li {
	display: inline;
}
.toolbar-top {
}
.toolbar-bottom {
}
/********************** Pager */



table.pager select, table.view-by select {
	margin: 0 3px;
	font-size: .95em;
}
table.pager select {
	width: 50px;
}
table.view-by td.sort-by {
}
table.view-by select {
	width: 85px;
}
table.pager, table.view-by {
	width: 100%;
	/*background: url(../images/pager_bg.gif) repeat-x 0 100% #fff;

    */font-size: .95em;
}
table.pager td {
	width: 32%;
	border-top: 1px solid #eee;
	padding: 4px 8px;
	vertical-align: middle;
}
table.pager td.pages {
	padding: 4px 0;
	white-space: nowrap;
	text-align: center;
}
table.pager ol, table.pager li {
	display: inline;
}
table.pager li {
	padding: 0 2px;
}
table.view-by td {
	border-top: 1px solid #e2e2e2;
	padding: 10px 0 0 2px;
	vertical-align: middle;
}
/*Category Pages*/



.cat-head {
	font-size: 1.2em;
	padding: 10px;
	color: #000;
	border-top: 1px solid #ccc;
}
/********************** s */



.side-col .box {
	margin:0 0 10px 0;
}
.side-col .box-nav {
	margin: 0 0 10px 0;
}
.side-col .content {
}
.side-col .head {
	text-align: left;
}
.side-col h2, .side-col h3, .side-col h4, .side-col h5 {
	float: none;
}
.side-col h3 {
	font-size: 1.05em;
	text-transform: uppercase;
}
.side-col h4 {
	color: #e65505;
	text-transform: uppercase;
}
.side-col .actions {
	padding: 4px 0;
	font-size: .95em;
	text-align: right;
}
.side-col .actions a, .side-col .actions a:hover {
	text-decoration: underline;
}
.widget-btn {
	float: right;
	font-size: 11px;
	margin: 5px 1px;
}
.widget-btn, .widget-btn:hover {
	color: #646464;
	font-weight: bold;
}
/* Currency Switcher */



.currency-switcher {
	height: 53px;
	padding: 7px 12px 10px 12px;
	background: url(../images/currency_switcher_bg.gif) no-repeat;
	font-size: 1.05em;
}
.currency-switcher h4 {
	min-height: 21px;
	background: url(../images/icon_world.gif) no-repeat 0 2px;
	color: #fff;
	text-transform: none;
	padding:0 0 0 22px;
}
.currency-switcher select {
	width: 98%;
}
/* Base Mini */



.base-mini {
	line-height: 1.3em;
	font-size: 1em;
	position: relative;
}
.base-mini .head {
	height: 40px;
	color: #e26703;
	text-transform: uppercase;
	margin: 0 auto;
	background: 0 0 no-repeat;
}
.base-mini h4 .count {
	text-transform: none;
	color: #2f2f2f;
	font-weight: normal;
	font-size: .95em;
}
.base-mini .border-creator {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;
	min-height: 150px;
}
.base-mini h5 {
	font-size: 1em;
}
.base-mini .content, .base-mini ol {
	background: #fff;
}
.base-mini ol li {
	border-top: 1px solid #DDDDDD;
	padding: 7px 4px 2px 8px;
	position: relative;
}
.base-mini ul.super-product-attributes li {
	padding: 0px;
	background: transparent !important;
}
.base-mini .actions {
	/*background: url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8;

    */border-top: 1px solid #ccc;
}
.base-mini .product-images {
	position: absolute;
	float: left;
	left: 8px;
	width: 52px;
	height: 52px;
}
.base-mini .product-images a img {
	border: 1px solid #a9a9a9;
	vertical-align: top;
}
.base-mini .product-checkbox {
	float: right;
	width: 10px;
	margin: 0 10px 0 0;
}
.base-mini .product-names {
	float: left;
}
.base-mini .product-details {
	margin: 0 0 0 60px;
	height: 50px;
}
.base-mini .product-details[class] {
	float: right;
	font-weight: bold;
	height: auto;
	margin: 0 0 5px;
	width: 170px;
}
.base-mini .regular-price {
	color: #2f2f2f;
	font-size: 11px;
}
.base-mini .special-price {
	font-size: 11px;
	height: 30px;
	margin: 0 0 10px;
}
.base-mini .minimal-price {
	font-size: 11px;
}
.base-mini .price-box {
	height: auto;
	margin: 6px 0 0;
	position: relative;
	width: 170px;
}
.base-mini .price-box .price-label {
	border: 0 none;
	width: 60px;
}
.base-mini .price-box .price {
	padding: 0;
}
/*  Blocks */



.mini-product-tags .head h4 {
	background: url(../images/icon_tag_green.gif);
}
.mini-product-tags li {
	display: inline;
	line-height: 1.5em;
	padding:0 4px 0 0;
}
.mini-product-tags .content {
	padding: 10px;
}
.mini-product-tags .content a, .mini-product-tags .content a:hover {
	color: #1b2d3b;
}
.mini-newsletter .head {
	background: url(../images/email_news_v3.png);
}
.mini-newsletter .input-text {
	width: 158px;
	margin:0 0 3px 0;
}
.mini-newsletter .text .title {
	color: #ba1319;
	font: Georgia, "Times New Roman", Times, serif 1.4em bold;
}
.mini-newsletter .text {
	color: #666;
	position: relative;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
}
.mini-newsletter .text ul {
	padding: 0 0 0 15px;
}
.mini-newsletter .text li {
	color: #ba1319;
	list-style: outside;
	/*background: url(../images/head/mini-star.png) no-repeat 0% 2px;

    */line-height: 1.2em;
}
/* Shopping Cart Right Column */



.mini-cart {
	width: 195px;
}
.mini-cart .content {
	position: relative;
	text-align: center;
	color: #666;
}
.mini-cart .empty-content {
	position: relative;
	text-align: center;
	top: 20px;
	color: #666;
	font-size: 1em;
}
.mini-cart .head {
	background: url(../images/shopping_bag_v2.png) no-repeat;
}
.mini-cart .subtotal {
	text-align: center;
	margin: 10px 0 0px 0;
	padding: 10px 5px 10px 0;
	font-size: 1.5em;
	color: #ba1319;
	border-top: 3px double #ba1319;
	/*border-bottom: 2px solid #9a0006;

    */font-weight: bold;
	background: #fff;
}
.mini-cart h5 {
	margin: 0;
	background: #F4F3F3;
	padding: 6px 8px 2px 8px;
	text-align: center;
}
.mini-cart .actions {
	border-bottom: 1px solid #c2c2c2;
	padding: 3px 0 1px 0;
}
.mini-cart .actions .form-button {
	text-align: center;
	background: #FFFFFF;
}
.side-cart-button {
	cursor: pointer;
	position: relative;
	left: 5px;
	top: 5px;
}
.shipping-promo {
	border: 1px solid #ccc;
	font-size: 1.1em;
	color: #666;
	padding: 10px 5px 5px;
	margin: 0 0 10px;
	text-align: center;
}
.shipping-promo a {
	color: #888;
}
.shipping-promo .title {
	color: #ba1319;
	line-height: 1.4em;
	font: Georgia, "Times New Roman", Times, serif 1.4em bold;
}
.shipping-promo ul {
}
.shipping-promo ul li {
}
.shipping-promo ul li.label {
	border-top: 1px solid #DDDDDD;
	color: #BA1319;
	font-weight: bold;
	padding: 5px 0 0;
}
.home-cart {
	float: right;
}
/**************************** */



.mini-wishlist .head h4 {
	background: url(../images/wishlist.gif) no-repeat;
	height: 40px;
}
.mini-compare-products {
	display: none;
}
.mini-compare-products .head h4 {
	background: url(../images/compare_products_v2.gif);
}
.mini-poll .head h4 {
	background: url(../images/icon_group.gif);
}
.mini-poll td.label {
	font-weight: bold;
	padding:0 10px 0 0;
}
.mini-poll td.item {
	white-space: nowrap;
}
.mini-product-view .head {
	background: url(../images/recent_viewed_v2.png);
}
.mini-my-orders .head h4 {
	background: url(../images/past_purchase.gif);
	height: 40px;
}
/********************** Footer */



.footer-container {
	height: 185px;
	margin: 0 auto;
	position: relative;
}
.footer {
	background: url("../images/page/footer_bg.png") repeat-x scroll 0 0 transparent;
	position: relative;
	top: 20px;
	width: 100%;
}
.footer .store-switcher {
	display: inline;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.footer .informational label {
	color: #fff;
	font-weight: bold;
	padding:0 3px 0 0;
}
.footer .informational ul {
	display: inline;
}
.footer .informational li {
	display: inline;
	/*background: url(../images/footer_info_separator.gif) no-repeat 100% 50%;

    */padding-right: 8px;
	padding:0 0 0 4px;
}
.footer .informational li.last {
	background: none;
	padding:0 0 0 0;
}
.footer .informational a {
	color: #ba1319;
	font-weight: bold;
}
.footer .informational a:hover {
	color: #F93;
}
.footer .informational a {
	text-decoration: none;
}
.footer .legality {
	padding: 13px 0;
	text-align: center;
}
.footer .legality a, .footer .legality a:hover {
	color: #ecf3f6;
}
/************************************************************/



/****************[ Mage_CSS_D Shop Elements]*****************/



/************************************************************/



/**********New Product Shop Elements 



/********************** Product Detail */



/* Product Images */



.product-img-box {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px 0 0;
	width: 280px;
}
.product-img-box .product-image-zoom {
	position: relative;
	overflow: hidden;
	width: 265px;
	height: 265px;
	z-index: 9;
}
.product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.image-zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px auto;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
}
.image-zoom #track {
	position: relative;
	height: 18px;
}
.image-zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.image-zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 1px;
}
.image-zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 1px;
}
.product-img-box .more-views h4 {
	border-bottom: 1px solid #ccc;
	font-size: .95em;
	text-transform: uppercase;
	margin:0 0 .8em 0;
}
.product-img-box .more-views ul {
	margin:0 0 0 -9px;
}
.product-img-box .more-views li {
	float: left;
	margin: 0 0 53px 18px;
}
.product-img-box .more-views li a {
	float: left;
	height: 75px;
	width: 75px;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
}
.product-info-box {
	margin: 0 0 0 0;
}
.product-info-box .product-name {
	color: #0A263C;
	font-size: 2em;
	padding: 5px;
	margin:0 0 0 0;
}
.product-info-box .price-box {
	border: 1px solid #DDDDDD;
	margin: 14px 0 0;
	padding: 8px 10px 5px 5px;
	width: 141px;
}
.product-info-box .product-shop .price-box {
	margin: 14px 0 0 27px;
	width: 150px;
	height: 34px;
}
.product-info-box .data-table .price-box {
	margin: 0;
	padding: 0;
}
.product-info-box .availability {
}
.product-info-box .availability .in {
	border: 1px solid #00CC00;
	float: right;
	font-size: 1em;
	margin: 18px 26px 10px 0;
	padding: 5px;
	text-align: center;
	width: 380px;
}
.product-info-box .availability .out {
	border: 1px solid #ba1319;
	float: right;
	font-size: 1em;
	margin: 5px 26px 10px 0;
	padding: 5px;
	text-align: center;
	width: 380px;
}
.product-info-box .availability .in .alert {
	color: #00CC00;
	font-weight: bold;
}
.product-info-box .availability .out .alert {
	color: #ba1319;
	font-weight: bold;
}
.product-actions {
	text-align: center;
	width: 445px;
}
.product-actions li.action {
	background: transparent url(../images/page/nav/li_bg.png) no-repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	display: inline;
	font-size: 1em;
	margin: 0 2px;
	padding: 2px 18px 5px 28px;
	position: relative;
	top: 0;
}
.product-actions .action a {
	font-weight: bold;
	position: relative;
	text-decoration: none;
	top: 2px;
}
.product-actions li.action:hover {
	background: url(../images/page/nav/li_bg_on.png) no-repeat scroll 0 0;
}
.product-actions .action span {
}
.add-to-cart-box {
	float: right;
	margin: 14px 25px 0 0;
}
.add-to-cart-box .qty-box {
	border: 1px solid #DDDDDD;
	float: left;
	height: 42px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	width: 41px;
}
.add-to-cart-box .qty-box label {
	border-top: 1px solid #DDDDDD;
	font-size: 0.8em;
	text-align: center;
	width: 58px;
}
.add-to-cart-box .qty-box .qty {
	border: medium none;
	font-size: 2em;
	padding: 0;
	text-align: center;
}
.add-to-cart-box .form-button {
	float: left;
}
.add-to-box {
	float: right;
	font-size: 0.95em;
	line-height: 1.25em;
}
.add-to-box li {
	display: block;
}
.email-friend {
}
.add-to-holder {
	margin: 10px 0;
}
.add-to-holder .add-to-cart-box {
	float: left;
}
.add-to-holder .add-or {
	float: left;
	padding: 0 7px;
	font-weight: bold;
	color: #666;
}
.add-to-holder .add-to-box {
	float: left;
	line-height: 1.25em;
	text-align: left;
}
.add-to-holder .add-to-box li {
	display: block;
}
.add-to-holder .add-to-box li .pipe {
	display: none;
}
.product-info-box .ratings {
}
.product-collateral {
	float: right;
	width: 445px;
}
.product-essential {
}
.product-essential .product-shop {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 10px;
	width: 445px;
}
.product-essential .product-shop .ratings {
	background: none repeat scroll 0 0 #FFFF;
	border: 1px solid #DDDDDD;
	padding: 10px 5px;
	text-align: left;
}
.ratings .label {
	float: left;
	font-size: 1.2em;
	width: 110px;
}
#review-form a {
}
.product-essential .product-shop .ratings ul {
}
.product-essential .product-shop .ratings ul li {
	display: inline;
}
.product-pricing {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #dadddd;
	background: #f4f7f7;
}
.product-pricing li {
	line-height: 1.4;
	background: url(../images/bg_tierico1.gif) no-repeat 0 3px;
	padding: 2px 0 2px 10px;
	color: #424242;
}
.product-pricing .benefit {
	font-style: italic;
	font-weight: bold;
	color: #2f2f2f;
}
.product-pricing .price {
	font-weight: bold;
	color: #2f2f2f;
}
/* NEW PRODUCT OPTIONS for BUNDLES etc.... */



#product-options-wrapper {
	float: right;
	width: 445px;
}
.product-options {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.product-options dt {
	background:none repeat scroll 0 0 #FAFAFA;
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #FFFFFF;
	font-weight:normal;
	height:21px;
	padding:5px 5px 5px 0;
}
.product-options .title {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #EEEEEE;
	font-size:1.5em;
	font-weight:bold;
	padding:5px;
}
.product-options dt label {
	color: #2f2f2f;
	padding: 0 0 0 10px;
	width: 300px;
}
.product-options dt .qty-holder {
	border-left: 1px solid #DDDDDD;
	color: #999999;
	float: right;
	padding: 0 5px;
}
.product-options dt .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #2f2f2f;
}
.product-options dd {
	border-bottom:1px solid #E4E4E4;
	padding:5px 10px 5px 20px;
}
.product-options dl.last dd.last {
	border-bottom: 0 none;
	margin:0 0 1px 0;
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.product-options dd select {
	width: 149px;
}
.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}
.product-options ul.options-list {
	width: 399px;
	margin:0 5px 0 0;
}
.product-options ul.options-list li {
}
.product-options ul.options-list input.radio {
}
.product-options ul.options-list input.checkbox {
	float: left;
	margin: 3px 0 0 0;
}
.product-options ul.options-list .label {
}
.product-options ul.options-list label {
	height: 22px;
	margin: 3px 0 0;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.required {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	clear: both;
	padding: 0 20px;
	text-align: left;
	margin:0 0 0 0;
}
.product-options ul {
}
.product-options ul li {
}
.product-options-bottom {
	display: none;
	float: right;
	padding: 10px 0;
	width: 448px;
}
.product-options-bottom .product-pricing {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}
.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
	color: #e26703;
}
.product-options-bottom .product-pricing .price, .product-options-bottom .product-pricing .benefit {
	color: #e26703;
}
.product-options-bottom .price-box {
}
.product-options-bottom .price-label {
	float: left;
	padding:0 5px 0 0;
}
.product-options-bottom .price-tax {
	float: left;
}
.product-shop .product-options-bottom .price-box {
}
.product-shop .product-options-bottom .price-label {
	padding: 0 0 0 5px;
}
.product-shop .product-options-bottom .price-tax {
	float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
	float: right;
	padding: 12px 0 0 0;
}
/* Product Options */



dl.item-options dt {
	background: #F3F3F3 none repeat scroll 0 0;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	padding:0 0 0 5px;
}
dl.item-options dd {
	border: 1px solid #DDDDDD;
	padding:0 0 0 10px;
}
/*************************************/



.product-shop {
	float: right;
}
.product-shop .form-button, .product-shop .form-button-alt, .product-shop .add-button, .product-shop .add-wish, .product-shop-detail .add-button {
	cursor: pointer;
	display: inline;
	margin: 5px;
	position: relative;
	width: 95px;
}
.product-shop .add-actions {
	border-bottom: 1px solid #ccc;
}
.listing-type-list .product-shop li.action {
}
.out-of-stock {
	height: 34px;
	color: #D83820;
	font-weight: bold;
	padding: 3px 0 0 0;
}
.product-shop .short-description {
	overflow: hidden;
}
.product-shop .brand {
	margin: 0 0 .3em 15px;
	font-size: 1.35em;
}
.product-shop-image {
	float: left;
	width: 125px;
}
.product-shop-detail {
	float: right;
	width: 150px;
}
/********************** Rating */



.ratings {
	padding: 0 0 3px;
	line-height: 1em;
}
.rating-box {
	background: transparent url(../images/product_rating_blank_star.gif) repeat-x scroll 0 0;
	float: left;
	height: 13px;
	margin: 0 5px 0 0;
	position: relative;
	width: 69px;
}
.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/product_rating_full_star.gif) repeat-x;
}
.ratings-list {
	margin: 4px 0;
}
.ratings-list td {
	padding: 3px 0;
}
.ratings-list td.label {
	font-size: .95em;
	font-weight: bold;
	line-height: 1em;
	padding:0 8px 0 0;
}
/* PRICES */



/************************** Prices */



.price {
	white-space: nowrap !important;
}
.price-box {
	height: auto;
}
.price-box .price {
	color: #C76200;
	font-size: 2.2em;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 1.5em;
}
/* Regular price */



.regular-price {
	line-height: 3.5em;
}
.regular-price .price {
	color: #C76200;
	font-size: 1.8em;
	font-weight: bold;
}
.regular-price .price-label {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-weight: bold;
	height: 35px;
	line-height: 3em;
	width: 60px;
}
/* Old price */



.old-price {
	margin: 0 0 0 10px;/*width: 171px;*/

}
.old-price .price-label {
	color: #999999;
	white-space: nowrap;
}
.old-price .price {
	color: #C76200;
	float: none;
	font-size: 1em;
	font-weight: bold;
	text-decoration: line-through;
}
/* Special price */



.special-price {
	height: 32px;
	margin: 0 0 10px;
	position: relative;
}
.special-price .price-label {
	color: #CD5033;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	margin: 6px 0 5px 10px;
	white-space: nowrap;
}
.special-price .price {
	color: #BA1319;
	font-size: 2em;
	font-weight: bold;
	margin: 6px 0 0;
}
/* Minimal price (as low as) */



.minimal-price {
	margin: 0;
}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
a.minimal-price-link {
	display: block;
}
a.minimal-price-link .label {
}
a.minimal-price-link .price {
	font-weight: normal;
	color: #1e7ec8;
}
/* Excluding tax */



.price-excluding-tax {
	display: block;
	color: #999;
}
.price-excluding-tax .label {
	white-space: nowrap;
	color: #999;
}
.price-excluding-tax .price {
	font-size: 13px;
	font-weight: normal;
	color: #c76200;
}
/* Including tax */



.price-including-tax {
	display: block;
	color: #999;
}
.price-including-tax .label {
	white-space: nowrap;
	color: #999;
}
.price-including-tax .price {
	font-size: 13px;
	font-weight: bold;
	color: #c76200;
}
/* Excl tax (for order tables) */



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



.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
	font-weight: bold;
}
/* Price range */



.price-from {
	margin: 0;
}
.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-to {
	margin: 0;
}
.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}
/* Price notice next to the options */



.price-notice {
}
.price-notice .price {
	font-weight: bold;
	color: #2f2f2f;
}
.price-as-configured {
	margin: 0;
}
.price-as-configured .price-label {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-weight: bold;
	line-height: 1em;
	width: 47px;
	margin: 3px 0 0;
}
.price-box-bundle {
	padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}
.price-box-bundle .price {
	color: #555;
}
.product-pricing-grouped li {
	padding: 2px 0;
	color: #e26703;
}
.product-pricing-grouped li .price {
	font-weight: bold;
}
/********************** Generic Box */



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



.catalog-listing {
	line-height: 1.75em;
	position: relative;
	width: 530px;
}
.catalog-listing h5 {
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 5px 0;
	margin:0 0 0.4em 0;
	font: Arial 1.5em lighter;
}
.catalog-listing h5 a {
	color: #ba1319;
	text-decoration: none;
}
.catalog-listing h5 a:hover {
	color: #f48e19;
}
.catalog-listing .add-to {
	display: none;
	font-size: 0.9em;
}
.catalog-listing .add-to:hover {
	border: 2px solid #F38E1A;
}
.catalog-listing .add-to a {
	text-decoration: none;
}
.catalog-listing .add-to a:hover {
	top: 1px;
	color: #F38E1A;
}
.catalog-listing .ratings {
	border-bottom: 1px solid #DDDDDD;
	margin:0 0 .6em 0;
}
.catalog-listing .ratings li {
	display: inline;
}
.catalog-listing .add-review {
}
/* Generic Product Grid */



.generic-product-grid {
	width: 100%;
}
.generic-product-grid td {
	border-right: 1px solid #d9dde3;
	border-bottom: 1px solid #d9dde3;
	padding: 12px 10px;
	line-height: 1.6em;
}
.generic-product-grid tr.last td {
	border-bottom: 0;
}
.generic-product-grid td.last {
	border-right: 0;
}
.generic-product-grid .product-image {
	text-align: center;
}
.generic-product-grid td.empty-product {
	border-right: 0;
}
/********************** Layered Navigation */



.vertical-nav ul {
}
.vertical-nav li .cat-desc {
	width: 184px;
	display: none;
	padding: 4px;
	top: 48px;
	position: relative;
	background: url(../images/nav/cat_nav_bg.jpg) top center repeat-x;
	border-top: 1px solid #ccc;
}
.vertical-nav li .cat-desc h1 {
	color: #ba1319;
	font: Georgia, "Times New Roman", Times, serif 1.1em;
}
.vertical-nav li .cat-desc .desc {
	color: #666;
	line-height: 1.35em;
	padding: 0 5px;
	font: Arial, Helvetica, sans-serif 1em;
}
.vertical-nav li {
	margin: 0 auto;
	padding: 0;
	width: 193px;
}
.vertical-nav li:hover {
	height: 190px;
}
.vertical-nav li#Sale {
	background: url(../images/media/sale/nav_but_V1.jpg) no-repeat;
	border-top: 1px solid #ccc;
}
.vertical-nav li#Sale_open {
	background: url(../images/media/sale/nav_but_V1.jpg) no-repeat;
	height: 185px;
}
.vertical-nav li#Sale_open .cat-desc {
	display: block;
}
.vertical-nav li#Sale:hover .cat-desc, .vertical-nav li#Sale_home .cat-desc {
	display: block;
	top: 0px;
}
.vertical-nav li#Sale_home {
	border-top: 1px solid #ccc;
	background: url(../images/media/sale/nav_but_V1.jpg) no-repeat;
	width: 194px;
	height: 188px;
}
.vertical-nav li#Sparkle-Packs {
	background: url(../images/nav/packs.png) no-repeat;
	border-top: 1px solid #ccc;
}
.vertical-nav li#Sparkle-Packs_open {
	background: url(../images/nav/packs.png) no-repeat;
	height: 185px;
}
.vertical-nav li#Sparkle-Packs_open .cat-desc {
	display: block;
}
.vertical-nav li#Sparkle-Packs:hover .cat-desc, .vertical-nav li#Sparkle-Packs_home .cat-desc {
	display: block;
	top: 0px;
}
.vertical-nav li#Sparkle-Packs_home {
	border-top: 1px solid #ccc;
	background: url(../images/nav/packs.png) no-repeat;
	width: 194px;
	height: 188px;
}
.vertical-nav li#Christmas {
	background: url(../images/nav/xmas.png) no-repeat;
	border-top: 1px solid #ccc;
}
.vertical-nav li#Christmas_open {
	background: url(../images/nav/xmas.png) no-repeat;
	height: 185px;
}
.vertical-nav li#Christmas_open .cat-desc {
	display: block;
}
.vertical-nav li#Christmas:hover .cat-desc, .vertical-nav li#Christmas_home .cat-desc {
	display: block;
	top: 0px;
}
.vertical-nav li#Christmas_home {
	border-top: 1px solid #ccc;
	background: url(../images/nav/xmas.png) no-repeat;
	width: 194px;
	height: 188px;
}
.vertical-nav li#Serenity {
	background: url(../images/nav/nav_off_serenity.gif) no-repeat;
	border-top: 1px solid #ccc;
}
.vertical-nav li#Serenity_open {
	background: url(../images/nav/nav_on_serenity.jpg) no-repeat;
	height: 190px;
}
.vertical-nav li#Serenity_open .cat-desc {
	display: block;
}
.vertical-nav li#Serenity:hover .cat-desc, .vertical-nav li#Serenity_home .cat-desc {
	display: block;
	top: 0px;
}
.vertical-nav li#Serenity_home {
	border-top: 1px solid #ccc;
	background: url(../images/nav/nav_off_serenity.gif) no-repeat;
	width: 194px;
	height: 188px;
}
.vertical-nav li#Strength {
	border-top: 1px solid #ccc;
	background: transparent url(../images/nav/nav_off_strength.gif) no-repeat scroll 0 0;
}
.vertical-nav li#Strength:hover .cat-desc, .vertical-nav li#Strength_home .cat-desc {
	display: block;
	top: 0px;
}
.vertical-nav li#Strength_open {
	background: url(../images/nav/nav_on_strength.jpg) no-repeat;
	height: 190px;
}
.vertical-nav li#Strength_open .cat-desc {
	display: block;
}
.vertical-nav li#Strength_home {
	border-top: 1px solid #ccc;
	background: url(../images/nav/nav_off_strength.gif) no-repeat;
	width: 194px;
	height: 188px;
}
.vertical-nav li#Sparkle {
	background: url(../images/nav/nav_off_sparkle.gif) no-repeat;
	border-top: 1px solid #ccc;
}
.vertical-nav li#Sparkle:hover .cat-desc, .vertical-nav li#Sparkle_home .cat-desc {
	display: block;
	top: 0px;
}
.vertical-nav li#Sparkle_open {
	background: url(../images/nav/nav_on_sparkle.jpg) no-repeat;
	height: 190px;
}
.vertical-nav li#Sparkle_open .cat-desc {
	display: block;
}
.vertical-nav li#Sparkle_home {
	border-top: 1px solid #ccc;
	background: url(../images/nav/nav_off_sparkle.gif) no-repeat;
	width: 194px;
	height: 188px;
}
/********************************************************/



.vertical-nav .head {
	margin: 0 auto;
	background: url(../images/nav/nav_head_v3.jpg) no-repeat;
	height: 39px;
}
.vertical-nav .border-creator {
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px 1px;
	margin: 0;
}
.layered-nav .head {
	height: 40px;
	margin: 0;
	background: url(../images/narrow.png);
}
.layered-nav h3 {
	display: none;
}
.layered-nav .border-creator {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	margin: 0;
}
.layered-nav h4 {
	color: #ba1319;
	padding: 3px 5px 3px 5px;
	font-size: 1em;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
/********************************/



.block-layered-nav dt {
	background: #FAFAFA none repeat scroll 0 0;
	font-weight: bold;
	margin: 0 1px;
	padding: 5px 0 5px 10px;
	width: 198px;
}
.block-layered-nav dd {
	border-bottom: 1px solid #ddd;
}
.block-layered-nav dd ol {
	margin: 0 1px;
	width: 208px;
	font: sans-serif 0.9em bold;
}
.block-layered-nav dd ol li {
	background: #ffffff url(../images/page/nav/li_bg.png) no-repeat scroll 3px 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	height: 18px;
	padding: 2px 0 0 34px;
}
.block-layered-nav dd ol li:hover {
	background: #fafafa url(../images/page/nav/li_bg_on.png) no-repeat scroll 3px 1px;
}
.block-layered-nav .currently {
	margin: 0 1px;
	width: 208px;
	font: sans-serif 0.9em bold;
}
.block-layered-nav .currently li {
	background: #fafafa url(../images/page/nav/li_bg_on.png) no-repeat scroll 3px 1px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
	height: 18px;
	padding: 2px 0 0 34px;
}
/***************************/



/*.layered-nav .widget-btn  {

    float:right;

    margin:5px 3px 0 5px;

}   */



.narrow-by dt a {
	text-decoration: none;
}
.narrow-by dt {
	background: #FFF none repeat scroll 0 0;
	font-weight: bold;
	margin: 0 1px;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #DDDDDD;
}
.narrow-by dd {
}
.narrow-by dd ol {
	margin: 0 1px;
	font: sans-serif 0.9em bold;
}
.narrow-by dd ol li {
	background: #FAFAFA url(../images/page/nav/li_bg.png) no-repeat scroll 3px 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	height: 18px;
	padding: 2px 0 0 34px;
}
.narrow-by dd ol li:hover {
	background: #FFF url(../images/page/nav/li_bg_on.png) no-repeat scroll 3px 1px;
}
.narrow-by dd ol span {
	white-space: normal;
}
.layered-nav .narrowed-category {
	margin: 0 1px;
	font: sans-serif 0.9em bold;
}
.layered-nav .narrowed-category li {
	background: url(../images/page/nav/li_bg_on.png) no-repeat scroll 3px 1px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDD;
	height: 18px;
	padding: 2px 0 0 34px;
}
.narrowed-category .actions {
	border-top: 3px double #ba1319;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	padding: 0 10px 10px 0;
}
.narrowed-category dt {
	background: #FAFAFA none repeat scroll 0 0;
	font-weight: bold;
	margin: 0 1px;
	padding: 5px 0 5px 10px;
	font-size: 1.1em;
}
.account-nav-head {
	margin: 0;
	height: 40px;
	background: url(../images/my_account.gif);/*padding: 3px 10px;*/

}
.account-nav-head h3 {
	color: #fff;
	font-size: 1.1em;
}
.account-nav ul {
	background: #fff;
	padding: 4px 10px 10px 10px;
}
.account-nav li a, .account-nav li.on {
	padding: 3px 0;
	border-width: 0 1px 0 1px;
}
.account-nav li a {
	display: block;
	border-bottom: 1px solid #ba1319;/*background: url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/

}
.account-nav li a, .account-nav li a:hover {
	color: #5f5d5c;
	text-decoration: none;
}
.account-nav li a:hover {
	color: #ea7900;
}
.account-nav li.on {
	border-bottom: 1px solid #ba1319;
	/*background: url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;

    */color: #ea7900;
	font-weight: bold;
}
.account-nav li.on a {
	padding: 0;
}
.account-nav li.last, .account-nav li.last a {
	border-bottom: 0;
}
/********************* Tool Tips */



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



/******************[ Mage_CSS_E Shop Pages]******************/



/************************************************************/



/********************** Home */



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



.advanced-search {
	margin: 28px 0;
	border: 1px solid #bbafa0;
	padding: 22px 25px 12px 25px;
	background: #fbfaf6;
}
.advanced-search .legend {
	float: left;
	border: 1px solid #f19900;
	background: #fff6ec;
	padding: 0 8px;
	color: #E76200;
	font-weight: bold;
	font-size: 1.1em;
	margin: -33px 0 0 0;
}
.advanced-search li {
	margin:0 0 5px 0;
}
.advanced-search li label {
	width: 150px;
	float: left;
}
.advanced-search .input-text {
	width: 250px;
}
.advanced-search select {
	width: 256px;
	padding: 2px;
}
.advanced-search .field-row {
	display: inline;
	width: 250px;
}
.advanced-search .range .input-text {
	width: 70px;
}
.advanced-search-nothing-found {
	font-weight: bold;
	color: #df280a;
	margin:0 0 10px 0;
}
.advanced-search-found-amount {
	margin:0 0 10px 0;
}
.advanced-search-summary-box {
	padding: 10px 10px 5px 10px;
	border: 1px solid #E9D7C9;
	background: #FFF6F1;
}
.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}
.advanced-search-summary-box ul {
	list-style: none;
	float: left;
	width: 50%;
	margin:0 0 10px 0;
}
/*.advanced-search-summary-box ul li  {

}*/



.advanced-search-summary-box ul li span {
	font-weight: bold;
	color: #E17C24;
	padding:0 0 0 15px;
	background: url(../images/search_criteria.gif) left no-repeat;
}
/********************** Catalog Listing */



/* List Type */



.listing-type-list .listing-item {
	border: 1px solid #ccc;
	margin: 10px 0;
}
.listing-type-list .product-image {
	/*background: url(../images/list-image-bg.gif);

    */float: left;
	width: 175px;
	height: 175px;
	margin: 22px 0 0 0;
}
.listing-type-list .product-image img {
	margin: 20px 0 0 20px;
}
.listing-type-list .product-shop {
	width: 350px;
}
.listing-type-list .product-shop a img {
}
.listing-type-list .product-shop .description {
	border-top: 1px solid #DDDDDD;
	clear: both;
	color: #666666;
	line-height: 1.5em;
	margin: 0 10px 10px 0;
	padding: 7px 0;
}
.listing-type-list .product-shop .description ul, .short-description ul {
	margin: 0 0 0 15px;
}
.listing-type-list .product-shop .description ul li, .short-description ul li {
	margin: -10px 0 0;
	list-style: none outside disc;
}
.product-specs ul {
	margin:10px 0 0 15px;
	list-style: none outside disc;
}
.product-specs ul li {
	line-height:0;
	list-style:disc outside none;
}
.listing-type-list .product-shop .description h5, .short-description h5 {
	color: #666666;
	font-family: arial;
	margin: 10px 0 0;
}
.listing-type-list .product-shop .price-box {
	float: left;
	font-weight: bold;
	height: 100%;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	width: 160px;
}
.listing-type-list .product-shop .product-reviews {
	margin: 15px 0;
	font-size: .95em;
}
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover {
	color: #6e6969;
}
/*.listing-type-list .product-shop .price  {

    font-size:1.5em;

}*/



.listing-type-list .listing-item .rating-box {
	margin:0 0 6px 0;
}
/* Grid Type */



.listing-type-grid td {
	width: 33%;
	text-align: left;
}
.listing-type-grid .product-image {
	text-align: center;
}
.listing-type-grid .add-to-compare {
	display: none;
	/*display: block;

    */margin: 5px 0;
	background: url(../images/icon_add_to_compare.gif) no-repeat 0 50%;
	color: #6e6969;
	font-weight: bold;
	padding:0 0 0 22px;
}
.listing-type-grid .rating-box {
	float: left;
	margin:0 5px 0 0;
}
.listing-type-grid .actions {
	margin: 10px 0;
	text-align: center;
}
/********************** Product Detail */



/* Product Images */



.product-img-box .main-product-img {
	position: relative;
	overflow: hidden;
	width: 280px;
	height: 280px;
	z-index: 9;
}
.product-img-box .main-product-img img {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 100%;
	cursor: move;
	z-index: 99;
}
.image-zoom {
	z-index: 9;
	position: relative;
	height: 18px;
	margin: 0 auto 13px auto;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
	width: 200px;
}
#image {
	width: auto;
}
#track {
	position: relative;
	height: 18px;
}
#handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) no-repeat;
}
.btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 1px;
}
.btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 1px;
}
.product-img-box .more-views h4 {
	border-bottom: 1px solid #ccc;
	font-size: .95em;
	text-transform: uppercase;
	margin:0 0 .8em 0;
}
.product-img-box .more-views .thumb-label {
	text-align: center;
	width: 79px;
	height: 30px;
}
.product-img-box .more-views li.last {
	margin:0 0 0 0;
}
.product-img-box .more-views li img {
	border: 1px solid #ddd;
	margin: 0 0 5px;
}
.product-info-box .qty-box {
	display: none;
	margin:0 10px 0 0;
}
.product-attributes, .product-pricing {
	margin: 10px 0;
	background: #faf7ee;
	padding: 10px;
	border: 1px dashed #a59e89;
}
.product-attributes td {
	padding: 2px 0;
}
.product-attributes td.label {
	font-weight: bold;
	padding:0 10px 0 0;
}
/* Product Collateral */



.product-collateral .head {
	border-bottom: 1px solid #e5dcc3;
	font-size: 1.15em;
	padding:0 0 1px 0;
	margin:0 0 1em 0;
}
.product-info-box .collateral-box {
	margin:0 0 2em 0;
}
.product-info-box .collateral-box h4, .product-essential .product-shop h4, .product-essential h4 {
	font-size: 1.5em;
	margin: 20px 0 0;
}
.product-collateral .attribute-specs table {
	border-color: #d9DDE3;
}
.product-collateral .attribute-specs .label {
	font-weight: bold;
}
.product-collateral .attribute-specs .data {
	border-right: 0;
}
.product-collateral .attribute-specs td {
	line-height: 1.25em;
	padding: 3px 0 3px 0;
}
.product-info-box .up-sell .head {
	padding:0 0 8px 0;
	margin:0 0 0 0;
}
.product-info-box .up-sell .generic-product-grid {
	border: 1px solid #ddd;
}
.product-info-box .up-sell .generic-product-grid td {
	width: 25%;
	border-color: #ddd;
	padding: 15px 0 0 0;
}
.product-info-box .up-sell .generic-product-grid td img {
}
.product-info-box .up-sell .generic-product-grid td .price-box {
	height: auto;
	margin: 0;
	width: 146px;
}
.product-info-box .up-sell .generic-product-grid td .price-box .special-price {
}
.product-info-box .up-sell .generic-product-grid td .price-box .special-price .price-label {
	margin: 5px 0;
}
.product-info-box .up-sell .generic-product-grid td .price-box .old-price {
	margin: 0;
	width: 140px;
}
.product-info-box .up-sell .generic-product-grid td .ratings {
	margin: 10px 0 0;
}
.product-info-box .up-sell .generic-product-grid td .ratings ul {
}
.product-info-box .up-sell .generic-product-grid td .ratings ul li {
	display: inline-block;
	margin: 3px 0;
}
.product-info-box .up-sell .generic-product-grid .product-image {
	text-align: center;
}
.product-info-box .up-sell .generic-product-grid td.empty-product {
}
#customer-reviews {
	margin:0 0 15px 0;
}
#customer-reviews li {
	margin:0 0 25px 0;
}
#customer-reviews li p {
	clear: both;
}
.product-collateral .add-tag-box .input-box {
	float: left;
	width: 302px;
	margin:0 8px 0 0;
}
.product-collateral .add-tag-box .input-box .input-text {
	width: 300px;
}
.tags-list {
	margin:0 0 15px 0;
}
.tags-list li {
	display: inline;
	background: url(../images/separator.gif) no-repeat 100% .4em;
	padding: 0 8px 0 4px;
}
.tags-list li.first {
	padding:0 0 0 0;
}
.tags-list li.last {
	background: none;
}
.add-tag-box {
	background: url(../images/icon_tag_add.gif) no-repeat 0 2px;
	padding:0 0 0 23px;
}
.product-review-box {
	width: auto;
	margin: 8px 0 13px 0;
}
.product-review-box td, .product-review-box th {
	text-align: center;
}
.product-review-box td.label {
	width: 100px;
	text-align: left;
}
/* Product Detail  */



.mini-related-items .head h4 {
	height: 40px;
	background: url(../images/related_products.png);
}
.mini-related-items .product-images {
	left: -10px;
	margin: 0 10px 0 0;
	position: relative;
}
.mini-related-items .product-images a {
	display: block;
	margin:0 0 0 15px;
}
.mini-related-items .product-images input {
	float: left;
	margin:0 4px 0 -6px;
}
.mini-related-items .product-images .checkbox-container {
	float: left;
	width: 15px;
}
.mini-related-items .product-details {
	padding:0 0 0 5px;
	margin:0 0 0 78px;
}
.mini-related-items ol li {
	padding:0 0 0 0;
}
.mini-related-items .add-to {
	font-size: 0.8em;
	margin: 0 0 0;
	padding: 0 0 5px;
	text-align: center;
}
.mini-related-items a {
	text-decoration: none;
}
.mini-related-items a:hover {
	text-decoration: underline;
}
/********************** Checkout */



select.address-select {
	width: 630px;
}
.shipment-methods dd {
	margin:0 0 13px 0;
}
.payment-methods dt {
	margin:0 0 5px 0;
}
.payment-methods dd {
	padding: 5px 20px;
}
shipment-methods span.price {
}
/* Shopping Cart */



.shopping-cart {
	width: 695px;
	margin:0 0 0 0;
}
.shopping-cart th, .shopping-cart td {
	padding:0 13px 0 13px;
}
.shopping-cart tr.error {
	background: #FDE6E0 !important;
}
.shopping-cart .continue-shopping {
	float: left;
}
.shopping-cart-item-message {
	margin:0 0 5px 0;
}
td.attributes-col {
	line-height: 1.4em;
}
td.attributes-col ul {
	margin: 5px;
	font-size: .95em;
}
td.attributes-col dt {
	font-weight: normal;
	margin: .5em 0 0 0;
}
td.attributes-col dd ul {
	margin: 0 0 5px 0;
}
td.attributes-col dd ul li {
	list-style: disc;
	display: inline;
	margin:0 0 0 15px;
}
td.attributes-col dl {
	margin: 0 10px;
}
td.attributes-col dl dt {
	font-weight: bold;
}
td.attributes-col dl dd {
	display: inline;
}
.shopping-cart-totals {
	position: relative;
	margin: 10px 0 0 0;
	width: 240px;
	background: #fff;
	text-align: right;
	float: right;
	border: 1px solid #ccc;
	min-height: 140px;
}
.shopping-cart-totals table {
	width: 100%;
	margin: 7px 0 0 0;
}
.shopping-cart-totals td {
	padding: 0 15px;
}
.shopping-cart-totals tr.last td {
	padding:0 0 5px 0;
}
.shopping-cart-totals tfoot td {
	font-size: 1.3em;
}
.shopping-cart-totals .checkout-types {
	text-align: center;
}
.shopping-cart-totals .checkout-types li {
	clear: both;
	margin: 30px 0 0;
}
.shopping-cart-collaterals {
}
.coupon {
	position: relative;
	margin: 0 auto;
	width: 440px;
	float: left;
}
.coupon .box {
	margin: 10px 0 18px 0;
	padding: 10px 15px;
	border: 1px solid #D0CBC1;
	min-height: 118px;
}
.coupon .box .form-button-alt {
	margin: 0 0 0 10px;
}
.coupon .discount-codes h4 {
	min-height: 16px;
	color: #e26703;
	padding: 1px 0 1px 23px;
	text-transform: uppercase;
	font-size: 1.3em;
	background: url(../images/icon_asterick.gif) 0 0 no-repeat;
}
input.input-text#coupon_code {
	width: 270px;
}
.shopping-cart-collaterals .box {
	padding: 10px 15px;
	border: 1px solid #D0CBC1;
	background: url(../images/base_mini_head_bg.gif) repeat-x #fff;
	margin:0 0 18px 0;
}
.shopping-cart-collaterals .box .form-button {
	margin:0 0 0 5px;
}
.shopping-cart-collaterals .shipping-estimate h4 {
	min-height: 16px;
	color: #e26703;
	padding: 1px 0 1px 21px;
	text-transform: uppercase;
	background: 0 0 no-repeat;
}
.shopping-cart-collaterals .shipping-estimate h4 {
	padding:0 0 0 23px;
	background: url(../images/icon_lorry.gif);
}
.shopping-cart-collaterals .shipping-estimate .input-text {
	width: 214px;
}
.shopping-cart-collaterals .shipping-estimate select {
	width: 220px;
}
.shopping-cart-collaterals .upsell {
	border: 1px solid #cec3b6;
	padding: 12px 15px;
	background: #fafaec;
}
.shopping-cart-collaterals .upsell .product-image {
	float: left;
	width: 75px;
	border: 1px solid #d0cdc9;
}
.shopping-cart-collaterals .upsell .product-shop {
	width: 100px;
}
.shopping-cart-collaterals .upsell .product-shop h5 {
	font-size: 1em;
}
.cart-cross-sell {
	width: 210px;
	margin: 50px 0 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
.cross-sell-head {
	font-size: 1.75em;
	line-height: 1em;
	margin: 0 0 5px 0;
	color: #ba1319;
}
.grand_total {
	width: auto;
	border: 1px solid #BEBCB7;
	background: #DEE5E8;
	font-size: 1.3em !important;
	font-weight: bold;
	text-align: right;
	margin: 15px 0 0 0;
}
tr.grand_total td, p.grand_total {
	padding: 5px 0 5px 0;
}
/* One-Page checkout */



.one-page-checkout {
	margin: 20px 0;
}
.one-page-checkout .group-select {
	margin: 0;
}
.one-page-checkout .box {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 15px 20px;
	background: #fff;
	margin: 0 auto;
}
.one-page-checkout .head {
	margin: 0 auto;
	border: 1px solid #ba1319;
	background: #fff;
	cursor: default;
	padding: 4px 8px 6px 8px;
	min-height: 25px;/*background: url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee;*/

}
.one-page-checkout .head a {
	display: none;
}
/* Hide Edit button in step header */



.one-page-checkout h3 {
	color: #ba1319;
	font-size: 1.3em;
	line-height: 1.8em;
}
.one-page-checkout h4 {
	color: #ba1319;
	font-size: 1em;
	font-weight: bold;
	padding:0 0 2px 0;
}
.one-page-checkout .step-count {
	color: #ba1319;
	border: 1px solid #ba1319;
	background: #fff;
	font-size: .9em;
	padding: 2px 6px;
	line-height: 1.5em;
}
.one-page-checkout .content {
	padding: 10px 20px;
	margin: 0 auto;
	color: #666;
}
.one-page-checkout label.label {
	font-size: 1.05em;
	color: #2f2f2f;
}
.one-page-checkout .allow .head {
	background: #eff5ea;
	color: #3d6611;
	border-color: #3d6611;
	border-width: 1px 1px 0 1px;
	cursor: pointer;
	margin: 0 auto;
}
.one-page-checkout .active .head {
	border: 1px solid #ba1319;
	background: #faebe7;
	cursor: default;
	padding:0 0 5px 0;
	margin:0 0 0 0;
}
.one-page-checkout .alloq .head a {
	display: block;
}
/* Display Edit button in active selection */



.one-page-checkout .group-select {
	border: 0;
	background: none;
	padding: 0;
	margin: 0 0 0 0;
}
.one-page-checkout .allow h3 {
	color: #3d6611;
}
.one-page-checkout .active h3 {
	color: #ba1319;
}
.one-page-checkout .allow .step-count {
	background: #eff5ea;
	color: #3d6611;
	border: 1px solid #3d6611;
}
.one-page-checkout .active .step-count {
	color: #ba1319;
	border: 1px solid #ba1319;
	background: #faebe7;
}
.one-page-checkout .active .box {
	display: block;/*background: url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;*/

}
.one-page-checkout dd .form-list ul {
	margin: 5px 17px 15px 17px;
}
.one-page-checkout .checkmo-mailing-address {
	padding:0 0 0 20px;
}
.one-page-checkout-progress .page-head {
	margin:0 0 1em 0;
}
.one-page-checkout-progress li {
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin:0 0 6px 0;
}
.one-page-checkout-progress h4 {
	border: 1px solid #ba1319;
	margin: 0;
	color: #ba1319;
	padding: 6px 8px;
	text-transform: none;
	background: #faebe7;
}
.one-page-checkout-progress h4.complete {
	border: 1px solid #3d6611;
	background: #eff5ea;
	color: #3d6611;
}
.one-page-checkout-progress h4 a {
	text-transform: none;
}
.step-count-complete {
	background: #eff5ea;
	border: 1px solid #3d6611;
	color: #3d6611;
	font-size: .9em;
	padding: 0 4px;
	line-height: 1em;
	margin: 0 3px 2px 0;
}
.step-count-todo {
	background: #faebe7;
	border: 1px solid #ba1319;
	color: #ba1319;
	font-size: .9em;
	padding: 0 4px;
	line-height: 1em;
	margin: 0 3px 2px 0;
}
.one-page-checkout-progress .content {
	background: #fff;
	padding: 8px 5px;
}
.one-page-checkout-progress-arrow {
	color: #BA1319;
	font-size: 2.6em;
	margin: 0 0 7px;
	text-align: center;
}
.progress-change {
	text-align: right;
	font-size: .95em;
	text-decoration: 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-review .data-table {
	border-top: 0;
}
.opc-please-wait {
	padding:0 7px 0 0;
}
.one-page-checkout a.back {
	/*background: url(../images/icon_opc_back.gif) no-repeat;

    */padding-left: 16px;
	line-height: 13px;
}
.one-page-checkout .payment-methods dd {
	padding: 0;
}
.one-page-checkout .button-set {
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
}
.one-page-checkout ul.super-product-attributes {
	padding:0 0 0 15px;
}
.checkout-progress {
	margin: 0 auto 1.5em auto;
}
.checkout-progress td {
	float: left;
	border-top: 10px solid #999;
	padding: 4px 20px;
	color: #abb5ba;
	font-weight: bold;
	margin:0 3px 0 0;
}
.checkout-progress td.active {
	color: #e96200;
	border-top: #e96200;
}
/* Multiple Addresses checkout */



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



.giftmessages .gift-header {
	font-size: 12px;
	font-weight: bold;
	color: #e87403;
}
.giftmessages .input-checkbox {
	padding:0 0 15px 0;
}
.giftmessages textarea {
	height: 100px;
}
.giftmessages .input-checkbox input {
	margin:0 5px 0 0;
}
.giftmessages .input-checkbox label {
	font-weight: normal;
	color: #8e8d8b;
}
.one-page-checkout .box-no-padding {
	border: 1px solid #bbb6a5;
	border-top: 0;
	padding: 15px 0px;
	background: #fff;
}
.one-page-checkout .box-no-padding .inner-box {
	padding: 0px 20px;
}
.giftmessages .gift-box {
	border-top: 1px solid #e9e4de;
	border-bottom: 1px solid #e9e4de;
	padding: 22px 16px 22px 22px;
	background: #f6f1eb;
}
.giftmessages .gift-box .scroll-box {
	overflow: auto;
	height: 500px;
}
.giftmessages .product-image {
	border: 1px solid #d2d1cd;
}
.no-border {
	border: none;
}
.no-padding {
	padding: 0;
}
.giftmessages .giftmessage-product-info {
	padding:0 0 0 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 */



/* My Account navigation */



/*.account-nav  {

    border:1px solid #bbb;

}*/



.account-nav-head {
	margin: 0;
	height: 40px;
	background: url(../images/my_account.gif);/*padding: 3px 10px;*/

}
.account-nav-head h3 {
	color: #fff;
	font-size: 1.1em;
}
.account-nav ul {
	background: #fff;
	padding: 4px 10px 10px 10px;
}
.account-nav li a, .account-nav li.on {
	padding: 3px 0;
	border-width: 0 1px 0 1px;
}
.account-nav li a {
	display: block;
	border-bottom: 1px solid #ba1319;/*background: url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/

}
.account-nav li a, .account-nav li a:hover {
	color: #5f5d5c;
	text-decoration: none;
}
.account-nav li a:hover {
	color: #ea7900;
}
.account-nav li.on {
	border-bottom: 1px solid #ba1319;
	/*background: url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;

    */color: #ea7900;
	font-weight: bold;
}
.account-nav li.on a {
	padding: 0;
}
.account-nav li.last, .account-nav li.last a {
	border-bottom: 0;
}
/* Login */



.login-box .col-1, .login-box .col-2 {
	border: 1px solid #bbb6a5;
	background: #dee5e8;
}
.login-box .content {
	background: url(../images/login_box_bg.gif) repeat-x #faf7ee;
	padding: 14px 21px;
}
.login-box h4 {
	min-height: 16px;
	border-bottom: 1px solid #ddd;
	font-size: 1.05em;
	color: #e76200;
	text-transform: uppercase;
	padding:0 0 5px 23px;
	margin:0 0 1.2em 0;
	background: 0 1px no-repeat;
}
.login-box .new-users h4 {
	background: url(../images/icon_page_white.gif);
}
.login-box .registered-users h4 {
	background: url(../images/icon_page_white_text.gif);
}
.login-box .button-set {
	margin: 0;
	border: none;
	background: url(../images/login_box_form_buttons_bg.gif) repeat-x;
	padding: 8px 13px;
}
.login-box .content {
	min-height: 230px;
}
/* Dashboard */



.account-box {
	border: 1px solid #ccc;
	background: url(../images/account_box_bg.gif) repeat-x #fff;
	padding: 15px;
	margin:0 0 20px 0;
	border-right: #999;
	border-bottom: #999;
}
.account-box .head {
	border-bottom: 1px solid #d9dde3;
	margin:0 0 10px 0;
}
.account-box h4 {
	color: #E65505;
	font-size: 1.1em;
	text-transform: uppercase;
}
.account-box .inner-head {
	background: url(../images/dotted_divider.gif) repeat-x 0 100%;
	text-align: right;
	padding:0 0 2px 0;
	margin:0 0 8px 0;
}
.account-box h5 {
	font-size: 1.1em;
}
.account-box h5 a {
	font-weight: normal;
}
.account-box h6 {
	text-transform: uppercase;
}
.account-main .account-box li {
	padding: 5px 0;
}
.account-box ol .count {
	float: left;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 3px 0 0 0;
	background: #0a263c;
}
.account-box ol .content {
	padding: 0;
	margin:0 0 0 20px;
}
.account-box ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin:0 3px 0 0;
}
.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: 4px 0 0 0;
}
.account-side .actions .form-button {
	float: right;
}
.edit-password {
	display: block;
	height: 20px;
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	padding:0 0 0 20px;
}
.dashboard-welcome {
	font-size: 1.1em;
	margin:0 8em 1.5em 0;
}
.account-box .head h4 {
	min-height: 17px;
	padding:0 0 0 21px;
	background: 0 0 no-repeat;
}
.ad-orders .head h4 {
	background: url(../images/icon_folder_table.gif);
}
.ad-account-info .head h4 {
	background: url(../images/icon_ma_info.gif);
}
.ad-tags .head h4 {
	background: url(../images/icon_ma_tags.gif);
}
.ad-reviews .head h4 {
	background: url(../images/icon_ma_reviews.gif);
}
/* Account Addressbook */



.primary-address-list h4, .address-list h4 {
	font-size: 1.1em;
	color: #E26703;
	text-transform: uppercase;
}
.primary-address-list li {
	border: 1px solid #ccc;
	background: url(../images/account_box_bg.gif) repeat-x #fff;
	padding: 10px 13px 8px 13px;
	margin:0 0 10px 0;
}
.primary-address-list li .head {
	margin: 0;
}
.address-list li {
	margin:0 0 1em 0;
}
.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}
/* Account Order History */



.sales-order-view .checkmo-mailing-address {
	display: block;
	padding:0 0 0 20px;
}
/* Compare Products */



.compare-products {
	margin: 30px 0 50px 0;
}
.compare-products table {
	width: auto;
	border: 0;
}
.compare-products tr {
	background: #EEEDED;
}
.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;
	text-align: center;
	border-bottom: 1px solid #D9DDE3;
}
.compare-products tbody td.label {
	width: auto;
	border-bottom: 1px solid #9eb8cb;
	border-left: 1px solid #BEBCB7;
	background: url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
	text-align: left;
}
.compare-products tbody.remove-buttons tr {
	background: #fff;
}
.compare-products tbody.remove-buttons td {
	border: none !important;
	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 .details {
	float: right;
	width: 538px;
}
.my-review-detail .ratings-list {
	margin:0 0 .8em 0;
}
/* Gift Messages */



.giftmessage {
	padding: 10px 0 0 0;
}
.giftmessage-preview-link {
	font-size: 11px;
	color: #1b7cca;
	padding:0 7px 0 0;
	background: right 5px no-repeat;
}
.giftmessage-row {
	background: #f2efe9;
}
.expand {
	background: url(../images/gift-message-expand.gif);
}
.collapse {
	background: url(../images/gift-message-collapse.gif);
}
/********************** Pop up pages */



.page-popup {
	background: #fff;
	margin: 25px 30px;
	text-align: left;
}
.product-gallery-nav {
	padding: 0 5px;
}
/************************************************************/



/******************[ Mage_CSS_F Overrides]*******************/



/************************************************************/



.nowrap, nobr, .nobr {
	white-space: nowrap;
}
/* Alignment */



.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.v-bottom {
	vertical-align: bottom;
}
.a-left {
	text-align: left;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
	font-size: .95em;
}
.left {
	float: left;
}
.right {
	float: right !important;
}
.normal-weight {
	font-weight: normal;
}
.auto-width {
	width: auto;
}
/* Link highlights */



.link-cart {
	font-weight: bold !important;
}
.link-remove {
	color: #646464 !important;
}
.link-print {
	background: url(../images/icon_printer.gif) no-repeat 0 2px;
	padding:0 0 0 23px;
}
.link-feed {
	background: url(../images/icon_feed.png) no-repeat left center;
	padding:0 0 0 18px;
}
/* For Demo store only */



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



.input-box .v-fix {
	position: relative;
	float: left;
}
.input-box .v-fix .validation-advice {
	position: relative;
	float: left;
	display: inline;
	width: 12em;
	margin:0 -12em 0 0;
}
.contact-us {
	padding: 0 40px;
}
.contact-title {
	color: #ba1319;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px;

    :;
	font: Georgia, "Times New Roman", Times, serif 1.3em bold;
}
.contact-us ul {
	margin: 0 0 0 30px;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
}
#cart-sidebar li .product-image {
}
#cart-sidebar li .product-details {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0;
	width: 178px;
}
#cart-sidebar li .product-details a {
	float: right;
}
#cart-sidebar li .product-details .price {
	font-size: 1.5em;
	line-height: 0.85em;
	padding: 0 0 0 5px;
}
#cart-sidebar li .product-details .truncated {
	float: left;
	width: 180px;
}
#cart-sidebar li .product-details .truncated dl {
}
#cart-sidebar li .product-details .truncated dl dt {
}
#cart-sidebar li .product-image {
}
#cart-sidebar li .product-details .label {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px 0 10px 63px;
	text-decoration: none;
	width: 98px;
}
#cart-sidebar li .product-details .qty {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 0 5px;
}
#cart-sidebar li .product-details .price-box {
	margin: 0 0 8px 59px;

    :;
	width: 105px;
}
.col-3-layout .dg-notice {
}
.emergency-alert {
}
/******* Customer Feedback ******************/



.feedback {
	margin: 10px 0 0;
	padding: 10px;
	width: 720px;
}
.feedback p {
	font-size: 1.3em;
	line-height: 1.3em;
}
.feedback h1 {
	color: #ba1319;
	font: Georgia, "Times New Roman", Times, serif 2.5em;
}
.feedback .testimonial_entry {
	background: none repeat scroll 0 0 #FAFAFA;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #888888;
	line-height: 1.2em;
	padding: 15px;
	text-align: left;
	font: georgia 1.2em;
}
.home-feedback {
	color: #BA1319;
	margin: 10px 0;
	display: none;
	font: Georgia, "Times New Roman", Times, serif 2.5em;
}
.feedback-detail {
	border: 1px solid #DDDDDD;
	margin: 0 0 0 5px;
	padding: 10px;
	width: 510px;
}
.feedback-detail a {
	text-decoration: none;
}
.feedback-detail p {
	margin: 10px 20px;
	font: Georgia, "Times New Roman", Times, serif 1.5em;
}
.feedback-ad {
	margin: 20px 0 10px 88px;
}
.feedback-ad-image {
	float: left;
	margin: 0 auto;
	position: relative;
}
.feedback-ad-title {
	background: transparent url(../images/page/home/superstar_head.png) no-repeat scroll 0 0;
	color: #BA1319;
	height: 30px;
	line-height: 1.3em;
	padding: 10px 0 0 20px;
	font: Georgia, "Times New Roman", Times, serif 1.9em;
}
.feedback-ad-copy {
	float: left;
	font-size: 1em;
	padding: 0 10px;
	position: relative;
	text-align: left;
	top: 10px;
	width: 385px;
}
.feedback-ad .price-box {
	float: left;
	font-family: arial;
	width: 126px;
}
.feedback-ad-title .feedback-date {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 500px;
}
.feedback-name {
	color: #BA1319;
	height: 40px;
	line-height: 1.4em;
	margin: 0 20px 0 0;
	text-align: right;
	font: Georgia, "Times New Roman", Times, serif 2em;
}
.feedback-name a {
	text-decoration: none;
}
.feedback-name a:hover {
	text-decoration: underline;
}
.feedback-ad .price-box .price {
	color: #BA1319;
	font-weight: bold;
	padding: 0;
	width: 100px;
}
.feedback-ad .price-box .label {
	color: #BA1319;
	float: left;
	font-weight: bold;
	width: 25px;
}
.home-main-ad {
	border: 1px solid #CCCCCC;
	float: right;
	height: 190px;
	margin: 0 0 10px;
	width: 587px;
}
.home-main-ad a {
	text-decoration: none;
}
.superstar-head {
	left: 168px;
	position: relative;
	top: 5px;
}
.superstar-band {
	left: 5px;
	position: absolute;
	top: 5px;
}
.love-band {
	float: left;
	position: relative;
	top: 1px;
}
.main-ad-image {
	float: right;
	padding: 10px 10px 0 0;
	position: relative;
}
/****end feedback***/



/******SUPERSTAR*****/



.superstar {
	float: right;
	width: 150px;
}
.superstar .header {
	margin: 5px 0 0;
}
.superstar ul.rated {
	float: right;
	height: 30px;
	width: 170px;
}
.superstar ul.rated li {
	display: inline;
	position: relative;
	top: 0;
	float: left;
}
.superstar ul.rated li.first {
	background: transparent url(../images/page/home/superstar/stars/lcap.png) no-repeat scroll 0 0;
	padding: 15px 5px 15px 0;
}
.superstar ul.rated li.on {
	background: transparent url(../images/page/home/superstar/stars/on.png) no-repeat scroll 0 0;
	padding: 16px 15px;
}
.superstar ul.rated li.off {
	background: transparent url(../images/page/home/superstar/stars/off.png) no-repeat scroll 0 0;
	padding: 16px 15px;
}
.superstar ul.rated li.last {
	background: transparent url(../images/page/home/superstar/stars/rcap.png) no-repeat scroll 0 0;
	padding: 15px 5px 15px 0;
}
/**** PRESS PAGE ******/



.home-press {
	color: #BA1319;
	margin: 10px 0;
	display: none;
	font: Georgia, "Times New Roman", Times, serif 2.5em;
}
.home-press-ad {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	width: 587px;
}
.home-press-ad a {
	text-decoration: none;
}
.press-clipping {
	border-top: 1px solid #DDDDDD;
	clear: both;
}
.press-clipping img {
	width: 587px;
	float: left;
}
.press-ad {
}
.press-ad-image {
	float: left;
	margin: 0 0 0 -15px;
	position: relative;
}
.press-ad-product {
	background: transparent url(../images/page/home/superstar_head.png) no-repeat scroll 0 0;
	color: #BA1319;
	float: left;
	font-size: 1.7em;
	height: 30px;
	line-height: 1.5em;
	margin: 0 0 0 126px;
	padding: 10px 0 0 16px;
	width: 578px;
}
.press-ad-copy {
	float: left;
	font-size: 1em;
	padding: 0 10px;
	position: relative;
	text-align: left;
	top: 10px;
	width: 385px;
}
.press-ad .price-box {
	border-top: 1px solid #BA1319;
	float: right;
	font-family: arial;
	margin: 0 10px 10px 0;
	padding: 6px 0 0;
	text-align: center;
	width: 170px;
}
.press-ad-product .product-name {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 500px;
}
.press-ad-product .product-name a {
	text-decoration: none;
}
.press-ad-product .product-name a:hover {
	text-decoration: underline;
}
.press-ad .price-box .price {
	color: #BA1319;
	float: left;
	font-weight: bold;
	padding: 0;
}
.press-ad .price-box .label {
	color: #BA1319;
	float: left;
	font-weight: bold;
	margin: 0 0 0 31px;
	width: 25px;
}
.int-rates {
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 530px;
}
.int-rates th {
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.2em;
}
.int-rates tr {
}
.int-rates td {
	border-bottom: 1px solid #DDDDDD;
}
.top-info {
	background: url("../images/page/top_bar.png") repeat-x scroll 0 0 transparent;
	height: 40px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.top-info .service-msg {
	float: left;
	margin: 7px 0 0 10px;
	text-align: left;
	width: 452px;
}
.profile-pic {
	margin: 0 0 0 35px;
}
.fsForm input, .fsForm select, .fsForm button {
	margin: 0 10px 0 0;
}
.fsSectionHeading {
	color: #ba1319;
}
.testimonial-spot_home {
}
.testimonial-spot_home h3 {
	background: url("../images/page/home/rev_0710/love_you2.gif") no-repeat scroll 0 0 transparent;
	height: 71px;
	margin: 0 0 -1px;
}
.testimonial-spot_home .wrapper {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 1px 1px;
	background: none repeat scroll 0 0 #FAFAFA;
	min-height: 527px;
}
.testimonial_entry {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 1px 1px;
	color: #888888;
	line-height: 1.2em;
	padding: 15px;
	text-align: left;
	background: none repeat scroll 0 0 #FAFAFA;
	font: georgia 1.7em;
}
.testimonial_entry_home {
	color: #888888;
	line-height: 1.1em;
	padding: 9px 15px;
	text-align: left;
	font: georgia 1.5em;
}
.testimonial_entry_home .feedback-date {
	color: #BA1319;
	margin: 0 0 10px;
	font-size: .9em;
}
.testimonial_entry .feedback-date {
	color: #BA1319;
	font-size: 1.4em;
	margin: 0 0 10px;
}
.testimonial_entry .byline {
	font-size: 1.3em;
	margin: 5px 0 0;
	text-align: right;
	color: #ba1319;
}
.testimonial_entry_home .byline {
	font-size: 1.3em;
	margin: 0;
	text-align: right;
	color: #ba1319;
}
.testimonial_entry_home .read-more a {
	float: right;
	text-decoration: none;
	font: arial 0.6em;
}
.testimonial_entry_home .read-more a:hover {
}
.widget {
}
.widget .widget-title h3 {
	background: url("../images/page/home/rev_0710/new_arrivals2.gif") no-repeat scroll 0 0 transparent;
	height: 71px;
	margin: 0 0 -1px;
}
.widget {
}
.widget .widget-new-products-home {
}
.widget .widget-new-products-home .widget-products {
}
.widget .widget-new-products-home .widget-products .products-list {
}
.widget .widget-new-products-home .widget-products .products-list .item {
	background: no-repeat scroll 0 0 #FAFAFA;
	border-color: #FFFFFF #DDDDDD #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	height: 125px;
	padding: 5px 0 0;
	width: auto;
}
.widget .widget-new-products-home .widget-products .products-list .item {
}
.widget .widget-new-products-home .widget-products .products-list .item a img {
}
.widget .widget-new-products-home .widget-products .products-list .item .product-shop {
	width: 100%;
}
.widget .widget-new-products-home .widget-products .products-list .item .product-shop h3 a {
	font-size: 0.77em;
	margin: 0 0 0 15px;
	text-decoration: none;
}
.widget .widget-new-products-home .product-shop .f-fix {
}
.widget .widget-new-products-home .product-shop .f-fix .price-box {
}
.widget .widget-new-products-home .product-shop .f-fix .product-image {
	border: 2px solid #DDDDDD;
	float: left;
	height: 75px;
	margin: 0 15px;
	padding: 0;
}
.widget .widget-new-products-home .widget-products .products-list .item .product-shop .f-fix .ratings {
	display:none;
}
.concessions-home {
	margin:10px 0;
}
.concessions-home .concession-spot {
	float:left;
}
.concessions-home .concession-spot#middle {
	margin:0 16px;
}
.concession-sidebar {
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0;
	margin:7px 0 10px;
	padding:5px 0;
}
.concession-sidebar p.title {
	color:#AAAAAA;
	margin:0 0 0;
	padding:5px;
	font:georgia 1.7em;
}
li.feedback {
	background:url("../images/page/reviews/feedback.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:59px;
	margin:0;
	padding:0;
	width:153px;
}
li.feedback:hover {
	background:url("../images/page/reviews/feedback_on.png") no-repeat scroll 0 0 transparent;
}
 li.feedback a span, {
 height:47px;
 margin:9px 0 0 11px;
 width:142px;
}
.feedback-button {
	height:42px;
	margin:0 0 0 284px;
	padding:0;
}
li.feedback a {
	display:block;
	height:39px;
	width:144px;
	text-decoration:none;
}
 .testimonial-spot_home h3 a span, {
 height:47px;
 margin:9px 0 0 11px;
 width:142px;
}
.testimonial-spot_home h3 a {
	display:block;
	height:66px;
	text-decoration:none;
	width:303px;
}
.award {
	left: 88px;
	position: fixed;
	top: 46px;
	z-index: 0;
}
.smsidebar {
float: left;
left: -91px;
position: relative;
z-index: 999;
top: 77px;
background: url("../images/page/sidebar/social-back.png") no-repeat scroll 0px 0px transparent;
width: 78px;
height: 350px;
padding-top: 71px;
clear: both;
}

.smside-button {
position: relative;
left: 11px;
border-top: 1px solid #EEE;
padding: 5px 0;
width: 67px;
}

