/**
* 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)
*/

body {
	font: 62.5% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}
h3, .category-head h2, .page-head h3, .page-head-alt h3 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 2.4em;
	color: #950C36;
	font-weight: bold;
	line-height: 2;
}
.page-head h3, .page-head-alt h3 {
	font-size: 2.4em !important;
	font-weight: bold !important;	
}
h4 {
	font-size: 1.2em;
	color: #333;
}
.product-collateral .collateral-box h4 {
	color: #333;
}
.product-info-box .product-name {
	color: #950C36;
	font-size: 1.8em;
	line-height: 1;
}
.product-essential .product-shop {
	width: 400px;
}
.product-shop .short-description, .product-collateral {
	font-size: 1.1em;
}
.product-collateral {
	background:#D2DBE0 url(../images/product_collateral_bg.gif) repeat-x scroll 0 0;
}
.product-collateral .head {
	border-bottom:1px solid #B4C3CB;
}
.data-table .odd  { background:#F2F4F6 }
.data-table .even { background:#DDE2E6 !important; }


/* Form Elements */
.form-button, .form-button-alt {
	background: transparent url(../images/form-button_right.png) no-repeat scroll top right;
	border: none;
	font: 1.4em "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif!important;
	padding: 0 5px 0 0;
}
.form-button span, .form-button-alt span {
	display: block;
	padding: 1px 3px 3px 10px;
	margin-top: -1px;
	background: transparent url(../images/form-button_left.png) no-repeat;
	line-height: 18px;
}
.form-button span {
	padding: 2px 3px 2px 10px;	
}

.form-button-alt {
	background-color: transparent;
}

/* Form lists */
.group-select .legend {
	margin-top: -36px;
	border: 1px solid #bbafa0;
	background: #fbfaf6;
	padding: 3px 8px;
	color: #222;
}
.input-text:focus, select:focus, textarea:focus { background: white; }


/********************** Messages */
.success {
	color: #002D71;
}

.success-msg {
	color: #002D71;
}
.notice-msg, .note-msg {
	color: #002D71;
}

/* Bare List */ /* Unstyled list */
.bare-list li {
	font-size: 1.5em;
	line-height: 1.5;
}
.bare-list li a {
	text-decoration: none;
}
.bare-list li a:hover {
	text-decoration: underline;
}

/********************** Base Layout */
/* Structure */
.wrapper { 
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
}
.header-top {
	width: auto;
	height: 130px;
	padding: 0;
}
.header-nav {
	width: auto;
}
.middle-wrapper {
	width: 100%;
	background: white url("../images/middle_bg.gif") repeat-y top center;
}
.middle {
	width: auto;
	min-height: 580px; /* Must be at least height of right col */
	padding: 0 10px 0 0;
	background: white url("../images/col_right_bg.png") repeat-y top right;
}
.col-right {
	width: 300px;
	float: right;
}
.col-2-right-layout .col-main, .col-1-layout .col-main {
	width: 96%;
	float: none;
	overflow:auto;
}
body.cms-home .col-main {
	width: auto;
}
body.cms-page-view .col-main dd, body.cms-page-view .col-main dt, body.cms-page-view .col-main li, body.cms-page-view .col-main p {
	font-size: 1.2em;
}
body.cms-page-view h2 {
	font-size: 2em;
	margin-top: 1em;
}
.listing-type-grid li.item {
	width: auto!important;
}
.col-2-left-layout .listing-type-grid, .col-2-right-layout .listing-type-grid {
	background: none;
	width: 100%;
}
td.item {
	border-bottom: 1px solid #D9DDE3;
	padding: 6px 0;
}
tr.grid-row.last td.item {
	border-bottom: none;
}
.product-essential {
	background: none;
}
.product-info-box {
	border: none;
}
.login-box .content {
	background: #F7F5D2 url(../images/login_box_bg.gif) repeat-x scroll 0 0;
}
.login-box .button-set {
	background: #D2DBE0 url(../images/login_box_form_buttons_bg.gif) repeat-x scroll 0 0;
}
/********************** Footer */
.footer-container {
	border-top: none;
	background-color: #950C36;
	width: 100%;
}
.footer {
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
	width: auto;
	padding: 1em 0;
	background-color: #950C36;
}


/* Style */
.header {
	border-top: none;
}
.header-top-container {
	border-bottom: none;
	background: none;
}
.header-top {
	padding: 0;
}
#navigation-wrapper {
	background: url("../images/sub_bg_slice.jpg") repeat-x bottom left;
}
.header-nav-container {
	background: none;
	position: relative;
	height: 76px;
}
#freedelivery {
	position: absolute;
	top: -10px;
	right: 50px;
	z-index: 1001;
}
#nav {
	padding: 0;
	position: absolute;
	/*bottom: -1px;*/
	top: 0;
	width: 100%;
}
#nav ul {
	padding: 0 0 0 12px;
	border: none;
	width: 100%;
	position: absolute;
	top: 40px;
}
#nav li.active ul {
	left: 0;
}
#nav li {
	position: static;
	text-align: left;
	white-space: nowrap;
}
#nav li.level0 {
	display: inline;
	background: url("../images/nav_bg_right.jpg") no-repeat top right;
	height: 40px;
	margin-right: 3px;
}
#nav li.level0 a {
	color: white;
	font-size: 1.3em;
	background: url("../images/nav_bg_left.jpg") no-repeat top left;
	padding: 15px 12px 0 12px;
}
#nav ul li a, #nav ul li a:hover {
	color: white!important;
	/*font-size: 1.3em;*/
}
#nav li.level0.active, #nav li.level0.over {
	background: url("../images/nav_a_bg_right.jpg") no-repeat top right;	
}
#nav li.level0.active a, #nav li.level0.over a {
	background: url("../images/nav_a_bg_left.jpg") no-repeat top left;	
	padding: 12px 12px 0 12px;
	font-size: 1.5em;
}
#nav li.level1 {
	display: inline;
	padding: 10px 0 10px!important;
	background: none;
}
#nav ul.level0 li.level1 a {
	color: white;
	font-size: 1.3em!important;
	background: none;
	line-height: 2.5;
	padding: 11px 12px 9px;
}

#nav li.level0 .active {
	background: url("../images/sub_a_bg_right.jpg") no-repeat 100% -4px;	
}

#nav ul.level0 li.level1.active a {
	background: url("../images/sub_a_bg_left.jpg") no-repeat bottom left;	
	padding: 9px 12px 9px!important;
}
#nav li.level1.last a {
	padding: 11px 12px 9px;
}
#nav a, #nav a:hover {
	display: inline;
}
#nav li.level1 a {
	background: none;
}
#nav li.over ul {
	background: url("../images/sub_bg_slice.jpg") repeat-x bottom left!important;
	z-index: 1000;
}
#nav ul li.last {
	background: none;
}
#nav li.level0.inactive {
	background: url("../images/nav_bg_right.jpg") no-repeat top right!important;
}
#nav li.level0.inactive a {
	font-size: 1.3em!important;
	background: url("../images/nav_bg_left.jpg") no-repeat top left;
	padding: 15px 12px 0 12px;
}
#nav span {
	display:inline;
	padding: 0!important;
}


.middle-container {
	background-color: transparent;
	background-image: none;
	padding-right: 300px;
}
.middle {
}

/********************** Header */

/* Logo */
h1#logo {
	width: 202px;
	height: 108px;
	padding-top: 12px;
	margin: inherit;
}
/* Quick Access*/
.quick-access {
	margin-top: 12px;
	margin-right: 20px;
	min-width: 260px;
	width: auto;
	color: #868A57;
}
#header-phone {
	font-size: 1.3em;
	padding-right: 3px;
}
#header-phone strong {
	font-size: 1.4em;
}
.shop-access a {
	color: #868A57;
	font-size: 1.1em;
	text-decoration: none;
}
.shop-access a:hover {
	color: #868A57;
	font-size: 1.1em;
	text-decoration: underline;
}
#currencies {
	float: right;
	width: 64px;
}

/* Mini search */
form#search_mini_form fieldset {
	border-top: 32px solid white;
}
.mini-search {
	position: static;
	margin: 0 auto;
	width:345px;
	height: 51px;
	padding: 0;
	background: url(../images/search_bg.jpg) no-repeat top left;
	zoom:1;
}
.mini-search input {
	margin-top: 14px;
	margin-left: 2px;
}
.mini-search #search {
	margin-left: 16px;
	width: 236px;
}

/********************** Sidebars */
.side-col .content {
	padding-left: 12px;
	padding-right: 12px;
}
.side-col h3 {
	padding: 6px 0 3px 9px;
}

/* Base Mini */
.base-mini {
	border: none;
	background: none;
}
.base-mini .head {
	border-bottom: none;
	background: none;
	padding:12px 12px 0;
}
.base-mini .head h4 {
	color: #002D71;
}
.base-mini .content, .base-mini ol {
	background: none;
}
.base-mini ol li {
	padding-right: 0;
	padding-left: 0;
}
.base-mini ol li.odd {
	background: none;
}
.base-mini ol li.even {
	background: none;
}
.base-mini .actions {
	background: none;
	border-top: 1px solid #dee5e8;
}

/* Currency Switcher */
.currency-switcher {
	height:auto;
	padding:0;
}
.currency-switcher h4 {
	padding-bottom: 10px!important;
	padding-left: 0;
	text-transform: none;
}
.currency-switcher select {
	width: 170px;
	margin-left: 12px;
}

.mini-cart {
}
.mini-cart .head {
	background: #B9BB82 url("../images/cart_head_slice.gif") repeat-x top left;
	padding: 0;
	margin:0;
}
.mini-cart .head .inner {
	background: transparent url("../images/cart_head_right.gif") no-repeat top right;
	height: 21px;
}
.mini-cart .head h4 {
	background: transparent url("../images/cart_head_left.gif") no-repeat top left;
	font-size: 1em;
	padding: 0 0 0 8px;
	color: #333;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	text-transform: none;
}
.mini-cart .content {
	background: transparent url("../images/cart_right.gif") no-repeat bottom right;
	padding: 0;
}
.mini-cart .content .inner {
	background: transparent url("../images/cart_left.gif") no-repeat bottom left;
	padding: 0.5em 0.5em 0;
	font-size: 1em;
	color: #333;
	text-align: left;
}
.mini-cart .head h4 img {
	margin-right: 6px;
}
.mini-cart .content p {
	color: #333;
	text-align: left;
	padding-top: 0.25em;
}
.mini-cart .content .inner p {
	padding: 0.5em 0 0.5em 0.25em;
}
.mini-cart .subtotal {
	background: none;
	padding: 0;
	float: left;
}
.mini-cart .actions {
	float: none;
	border: none;
	padding: 0;
}
.mini-cart .actions button {
	float: right;
}

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

.out-of-stock {
	color: #950C36;
}


.catalog-listing h5 a, .catalog-listing h5 a:hover {
	color: #203548;
	text-decoration: none;
	font-size: 1.1em;
}
.catalog-listing h5 a:hover {
	text-decoration: underline;
}
.grid-row button.form-button {
	float: right;
	margin-right: 1em;
}
.regular-price {
	float: left;
	padding: 4px 0;
}
.listing-type-list .product-shop .form-button {
	margin-top: 0.3em;
}
.add-to-holder fieldset.add-to-cart-box {
	float: right;
	margin-top: 0.3em;
}
/********************** Prices */
.price-box {
	padding: 0 0 0 1em;
}
.catalog-listing h5 {
	padding-left: 1em;
}
.regular-price .price {
	color: #950C36;
	font-size: 1.6em;
	font-weight: bold;
}
.old-price .price {
	color: #950C36;
	font-size: 1.1em;
	font-weight: normal;
}
.special-price .price {
	color: #950C36;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}
.special-price .price-label {
	color: #950C36;
}

.minimal-price {
	color:#cd5033;
	font-size:1.2em;
	font-weight:bold;
	line-height:1em;
}
.minimal-price .price-label { 
	font-weight:normal; 
}

.shopping-cart-collaterals {
	width: 60%;
}
.shopping-cart-collaterals .col-2 {
	width: 250px;
}
.page-head-alt {
	margin:12px 0 12px;
}
body.checkout-onepage-index .col-main {
	padding-top: 12px;
}

/********************** Search */
.advanced-search .legend {
	margin-top: -36px;
	border-color: #bbafa0;
	background: #fbfaf6;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #222;
}

/* Multiple Addresses checkout */
.multi-address-checkout-box .legend {
	border-color: #bbafa0;
	background: #fbfaf6;
	color: #222;
	padding-top: 3px;
	padding-bottom: 3px;
}

/********************** Customer */

/* My Account navigation */
.account-nav {
	padding-top: 12px;
	border-bottom: 2px solid #ddd;
}
.account-nav .head {
	background: none;
	padding-top: 0;
	padding-left: 12px;
	padding-right: 12px;
}
.account-nav .head h3 {
	color: #002D71;
}
.account-nav ul {
	background: none;
	padding-right: 12px;
	padding-left: 12px;
}
.account-nav li a:hover {
	color: #950C36;
}
.account-nav li.on {
	background: none;
	color: #950C36
}

/* Login */
.login-box h4 {
	color: #002D71;
}

/* Dashboard */
.account-box h4 {
	color: #002D71;
}

.footer .cloud {
	width: 31.5%;
	margin-right: 16px;
	float: left;
}
.footer .links {
	width: 31.5%;
	float: left;
	background: url("../images/footer_bg_slice.gif") repeat-y top left;
	padding-left: 16px;
}
.footer .info {
	background: url("../images/footer_bg_slice.gif") repeat-y top left;
	margin-left: 67%;
	padding-left: 16px;
}

.footer {
	font: 1.3em "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: white;
}
.footer a:link {
	color: white;
	text-decoration: none;
}
.footer a:visited {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
.footer a:active {
	color: white;
	text-decoration: none;
}

/******************[ Mage_CSS_F Overrides]*******************/
/* Link highlights */
.link-cart {
	color: #1e7ec8 !important;
}

/* Controls featured items on home page */
.home-page-cntr {
	margin: 0;
	padding: 0;
	width: 100%;
}
.home-page-cntr a {
	text-decoration: none;
	font-weight: normal;
}
.home-page-cntr a:hover {
	text-decoration: underline;
}
.home-page-cntr a.product-name {
	font-size: 1.5em;
}
.home-page-cntr .price-box {
	font-size: 1.3em;
	padding: 0;
	height: 27px;
	background: url("../images/product_txt_bg_left.png") no-repeat bottom left;
}
.home-page-cntr h3 {
	padding: 2px 5px;
}
.home-page-item {
	padding: 0 0 2em;
	margin: 0;
	line-height: 16px;
	text-align: center;
}
.home-page-img {
	height: 202px; /* don't know why this is needed */
}
.home-page-img img {
	border: 1px solid #999999;
}
.home-page-txt {
	font-size: 1em;
	font-weight: bold;
	width: 202px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/product_txt_bg_right.png") no-repeat top right;
}
.home-page-txt .price-label {
	display: none;
}
.home-page-txt .special-price, .home-page-txt .old-price {
	padding-top: 5px;
	height: 27px;
	width: 45%;
}
.home-page-txt .special-price {
	margin-left: 92px;
	width: 92px;
	text-align: right;
}
.home-page-txt .special-price .price {
	color: white;
	font-size: 1.1em;
}
.home-page-txt .old-price {
	width: 83px;
	float: left;
	text-align: left;
	padding-left: 18px;
}
.home-page-txt .regular-price .price {
	color: white;
	font-size: 1em;
	font-weight: bold;
	line-height: 26px;
}
.home-page-txt .regular-price {
	float: none;
}

.row {
	clear: both;
}

.product-shop .divider {
	clear: both;
	margin-top: 50px;
}
div.tooltip {
	padding: 4px;
	background-color: black;
	color: white;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}

.right-col {
	padding-top: 20px;
	padding-left: 40px;
}
.right-col h3 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.6em;
	color: #950C36;
	text-transform: none;
	margin-left: 58px;
	padding-top: 0;
}
.right-col img {
	margin-bottom: 10px;
}

ul.breadcrumbs {
	color: #950C36;
	font-size: 1.6em;
}
ul.breadcrumbs li a {
	color: #950C36;
	text-decoration: none;	
}
ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

.one-page-checkout .active h3 {
	color:#950C36;
}
.one-page-checkout .active .step-count {
	background: #950C36 none repeat scroll 0 0;
	border: 1px solid #950C36;
}
.one-page-checkout .active .head {
	background: #F7F5D2 none repeat scroll 0 0;
}
.advanced-search-summary-box ul li span {
	color: #950C36;
}
.advanced-search-summary-box {
	font-size: 1.1em;	
}
.advanced-search-nothing-found {
	color: #333;
}

.btn-checkout {
	display: block;
	float: right;
	background: transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
	font-size: 15px;
	font-weight: bold;
	padding-right: 8px;
}
.btn-checkout, .btn-checkout:hover {
	color: #fef5e5;
	text-decoration: none;
}
.btn-checkout span {
	display: block;
	padding: 0 17px 0 25px;
	background: transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
	line-height: 40px;
}
table.pager, table.view-by, table.pager select, table.view-by select {
	font-size: 1em;
}

.layered-nav {
	margin-left: -10px;	
}
.layered-nav .head {
	height: auto;
	margin-bottom: 0;
	background: none;
}
.layered-nav h3 {
	display: inline;
	text-transform: none;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 0 12px;
}
.layered-nav .border-creator {
	border: none;
}
.narrow-by {
	background: transparent url("../images/layered_nav_bg_slice.gif") repeat-y top left;
}
#narrow-by-list {
	background: transparent url("../images/layered_nav_bg_top.jpg") no-repeat top left;
	padding: 10px 0 0 0;	
}	
#narrow-by-list dd.last {
	background: transparent url("../images/layered_nav_bg_bottom.jpg") no-repeat bottom left;
	padding-bottom: 14px;
}
.narrow-by dt {
	background: none;
	padding: 0 0 0 24px;
	color: #B9BB82;
	font-size: 1.4em;
}
.narrow-by dd {
	padding: 0.7em 0 1em 36px;
	background: none;	
}
.narrow-by dd li {
	font-size: 1.2em;
	line-height: 1.4;
	color: #B9BB82;
}
.narrow-by dd li a {
	font-size: 1.4em;
	text-decoration: none;
	color: #666;
}
.narrow-by h4, .border-creator h4 {
	display: none;
}
.narrowed-category {
	/*margin-top: -10px;*/
	background: none;
	border-style: none;
	width: 272px;
}
.layered-nav .narrowed-category li {
	background: none;
	padding-left: 13px;
}
.layered-nav .actions {
	/*	background-color: transparent;
		border: none;*/
	display: none;
}
.layered-nav .narrowed-category li .label {
	background: transparent url(../images/filter_bullet.gif) no-repeat scroll 0 0.2em;
	padding-left: 18px;
}
.cycle1 a:link, .cycle1 a:visited {
	color: #FB890C;	
}
.cycle2 a:link, .cycle2 a:visited {
	color: #FBE90C;	
}
.cycle3 a:link, .cycle3 a:visited {
	color: #69950C;	
}
.cycle4 a:link, .cycle4 a:visited {
	color: #1A8EED;	
}
.tags-cloud a:hover {
	color: white;
	text-decoration:none;
	border: none;
}