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

/* Form Elements */
.form-button, .form-button-alt {
padding: 1px 6px;
background: #0066FF;
border: 1px solid #002D71;
font: bold 13px arial, sans-serif !important;
}

.form-button-alt {
border: 1px solid #002D71;
background-color: #0066FF;
}

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

/********************** 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:965px; }
.header-top {
width: 945px;
height: 294px;
background: url(../images/adeline_header.jpg) no-repeat;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
border-top: 10px solid #fff;
padding: 0;
}
.header-nav {
width: 945px;
}
.middle {
width: 915px;
}
.side-col {
background: url(../images/side_bot.gif) no-repeat bottom left;
}
.innerside {
background: url(../images/side_head.gif) no-repeat top left;
}

/* Style */
.header {
border-top: none;
}
.header-top-container {
border-bottom: none;
background: none;
}
.header-top {
padding: 0;
}
.header-nav-container {
display: none;
}
.middle-container {
background-color: #CECECE;
background-image: none;
}
.middle {
background-color: #fff;
background-image: none;
}

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

/* Logo */
h1#logo {
width: 100%;
height: 252px;
margin: inherit;
display: none;
}
#home-link {
float: left;
width: 100%;
height: 252px;
}
/* Quick Access*/
.quick-access {
margin-top: 12px;
margin-right: 20px;
}
.shop-access a {
color: #fff;
font-size: 1em;
text-decoration: none;
}
.shop-access a:hover {
color: #fff;
font-size: 1em;
text-decoration: underline;
}

/* Mini search */
.mini-search {
top: auto;
right: auto;
bottom: 0;
left: 0;
height: 32px;
background: none;
zoom:1;
}

/********************** Sidebars */
.side-col .content, ol#recently-viewed-items {
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;
}

/* Sidebar Blocks */
.mini-cart .head h4 {
background-repeat: no-repeat;
background-position: 0 0;
}

/********************** Footer */
.footer-container {
border-top: none;
background-color: #fff;
width: 965px;
margin: 0 auto;
}
.footer {
width: 945px;
padding-right: 0;
padding-bottom: 1em;
padding-left: 0;
background: #002C71 url(../images/footer_bar.jpg) no-repeat 50% 0;
}
.footerFeature {
	float: left;
	width: 330px;
}
.footerFeature img {
	float: left;
	margin: 0 16px;
}
.footerFeature p {
	color: white;
	text-align: left;
	margin-top: 4px;
}
.informational {
	margin-top: 4px;
}
.informational, .footer p.legality {
	text-align: left;
	padding-left: 400px;
}
.footer p.legality {
	padding-left: 404px;
	padding-top: 18px;
}

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

.out-of-stock {
color: #AC1315;
}

/********************** Prices */
.price-box {
    padding:4px 0;
    }
.regular-price {
    color:#AC1315;
    font-size:1.1em;
    font-weight:bold;
    }
.old-price, .old-price .price {
    color:#999;
    font-size:.95em;
	font-weight: normal;
    }
.special-price .price {
    color:#cd5033;
    font-size:1.1em;
    font-weight:bold;
    line-height:1em;
    }
.special-price .price-label { font-weight:normal; font-size:1.2em;}

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

/********************** 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: #AC1315;
}
.account-nav li.on {
background: none;
color: #AC1315
}

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

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

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

/* Controls featured items on home page */
.home-page-cntr {
margin: 0;
}
.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;
text-align: center;
}
.home-page-cntr h3 {
padding: 2px 5px;
}
.home-page-item {
float: left;
width: 200px;
padding: 0 8px;
margin: 5px 5px 0 5px;
line-height: 16px;
text-align: center;
}
.home-page-img {
}
.home-page-txt {
font-size: 1em;
font-weight: bold;
}
.row {
	clear: both;
}

.product-shop .divider {
	clear: both;
	margin-top: 50px;
}
div#header-phone {
	padding-left: 16px;
}
div#header-phone strong {
	font-size: 1.6em;
	padding-left: 6px;
	line-height: 1.2;
}
div#header-phone img {
	float: left;
}
