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

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */
@import url('wp_styles.css');
/* 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-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }



/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
input.input-text, textarea { padding:2px; }
input.form-radio { margin-right:3px;}
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold;}
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    padding:1px 8px;
    background:#EB008C;
    color:#fff;
    border:1px solid #ab0066;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #ab0066;
    background-color:#EB008C;
    }


/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px !important; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.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; }
.success, .error { font-weight:bold; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:18px !important;
    margin-bottom:1em !important;
    /* TMH border-style:solid !important;
    border-width:1px !important;*/
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:10px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url("../images/error_msg_icon.gif");
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url("../images/success_msg_icon.gif");
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url("../images/note_msg_icon.gif");
    }



/********************** Headings *//*
h1 { font-size:4.2em; font-weight:normal; margin-bottom:20px;}
h2 { font-size:2.8em; font-weight:bold; text-transform:lowercase; color:#eb008c; margin-bottom:10px; }
h3 { font-size:1.1em; text-transform:uppercase; color:#eb008c; }
	h3.product-name { font-size:2.8em; font-weight:bold; text-transform:lowercase; color:#eb008c; margin-bottom:10px; }
h4 { font-size:1.1em; text-transform:uppercase; }
h5, h6 { font-size:1em; margin:0; }*/
.hir { text-indent:-4321px; height:0px !important; margin-bottom:5px; background-position:top left; background-repeat:no-repeat; }

h1.hir { padding-top:50px; }
	#h1-shop { background-image:url("../images/h1-shop.gif"); }

h2.hir { padding-top:30px; }
	#h2-emailsignup { background-image:url("../images/h2-emailsignup.gif"); }
	#h2-foundation { background-image:url("../images/h2-foundation.gif"); }
	#h2-facebook { background-image:url("../images/h2-facebook.gif"); }
	#h2-whatyouthink { background-image:url("../images/h2-whatyouthink.gif"); }

.freedelivery { color:#eb008c; }


/********************** Lists */
.disc { margin-bottom:10px; }
.disc li { margin-left:20px; list-style:disc; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */

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

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




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


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

/* Structure */body { /* TMH background:url("../images/bg.jpg") top center repeat-x; */}
	body.page-popup { background-image:none; }

#wrapper { /* TMH width:980px; margin:0 auto; */}

.header {
    z-index:999;
    text-align:left;
    }
.header-top {
    position:relative;
    width:980px;
    margin:0 auto;
    }
.header-nav {
    width:980px;
    margin:0 auto;
    }
.middle {
    min-height:300px;
    width:980px;
    margin:0 auto;
    text-align:left;
    position:relative;
	padding:20px 0 0 0 ;
    }
.side-col { width:180px; }
.col-left { float:left; margin-right:20px; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:780px; margin-right:20px; }
.col-2-left-layout .col-main { float:right; width:780px; margin-left:20px; }
.col-3-layout .col-main { width:580px; }


/* Style */
.header {  }
.header-top-container { width:980px; margin:0 auto;  }
.header-top { }
.header-nav-container {  }
.middle-container {  }
.middle {  }

.home-spot { padding-left:200px; }
#featured-products { background:transparent url("../images/divider.gif") top center no-repeat; padding-top:30px; }

.product { /* TMH float:left; width:180px; */}
	.product-middle { margin:0 20px; }
	
.category-head { padding-left:200px; margin-bottom:20px; }
	.category-head .category-image { float:left; margin-left:-200px; }

#testomonials { margin-top:15px; }
	
#footer { /* TMH text-align:left; background:url("../images/bg-footer.gif") top center no-repeat; padding:30px 0 20px 0; */}
	.supplimental { float:left; width:380px; margin-right:20px; }
	#facebook { width:180px; margin:0; }

#ad-favors { background:url("../images/divider.gif") top center no-repeat; padding-top:20px; margin-top:20px; }
#ad-favors-180 { margin-top:10px; }

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

/* Quick Access*/
.quick-access {
    width:390px;
    float:right;
    margin-top:40px;
    text-align:right;
    padding:0 10px;
    color:#000;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
    }
.quick-access li.first { padding-left:0;}
.quick-access li.last { padding-right:0; background:none;}
.account-access p, .account-access ul, .account-access li { display:inline; color:#fff; }
.account-access a, .account-access a:hover { color:#eb008c;  }
.account-access ul { padding-left:10px; font-size:.95em; }
.shop-access a, .shop-access a:hover { color:#eb008c; font-weight:bold; font-size:.95em; }
.language-switcher { display:none; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; width:980px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li.product { float:none; }

/* Mini search */
.mini-search {
    position:absolute;
    top:10px;
    right:10px;
    width:260px;
    height:30px;
    padding:0 0 10px 0;
    }
.mini-search .input-text { width:200px; margin-right:4px; }

.search-autocomplete {
    border:1px solid #5c7989;
    background:#f9f5f0;
    position:absolute;
    left:40px;
    top:22px;
    width:216px !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; }


/* #2 navigation */
#navigation { margin:-30px 0 10px 150px; width:830px; float:left; position:relative; }
#navigation ul { text-transform:uppercase; list-style-type:none;  }
	#navigation li { float:left; font-size:1.4em; margin-right:2px; }
	#navigation a { font-weight:normal; padding-top:50px; height:0; display:block; overflow:hidden; background:url("../images/navigation-sprites.gif") no-repeat; }
		
		#navigation #nav-home a { width:84px; background-position:0 0; }
		#navigation #nav-home.selected a, #navigation #nav-home.selected a:hover { background-position:0 -100px; }
		#navigation #nav-home a:hover { background-position:0 -50px; }
		
		#navigation #nav-shop a { width:78px; background-position:-86px 0; }
		#navigation #nav-shop.selected a, #navigation #nav-shop.selected a:hover { background-position:-86px -100px; }
		#navigation #nav-shop a:hover { background-position:-86px -50px; }
		
		#navigation #nav-blog a { width:72px; background-position:-166px 0; }
		#navigation #nav-blog.selected a, #navigation #nav-blog.selected a:hover { background-position:-166px -100px; }
		#navigation #nav-blog a:hover { background-position:-166px -50px; }
		
		#navigation #nav-foundation a { width:137px; background-position:-240px 0; }
		#navigation #nav-foundation.selected a, #navigation #nav-foundation.selected a:hover { background-position:-240px -100px; }
		#navigation #nav-foundation a:hover { background-position:-240px -50px; }
		
		#navigation #nav-faq a { width:60px; background-position:-379px 0; }
		#navigation #nav-faq.selected a, #navigation #nav-faq.selected a:hover { background-position:-379px -100px; }
		#navigation #nav-faq a:hover { background-position:-379px -50px; }
		
		#navigation #nav-about a { width:116px; background-position:-442px 0; }
		#navigation #nav-about.selected a, #navigation #nav-about.selected a:hover { background-position:-442px -100px; }
		#navigation #nav-about a:hover { background-position:-442px -50px; }
		
		#navigation #nav-contact a { width:135px; background-position:-560px 0; }
		#navigation #nav-contact.selected a, #navigation #nav-contact.selected a:hover { background-position:-560px -100px; }
		#navigation #nav-contact a:hover { background-position:-560px -50px; }
		
		#navigation #nav-aboutyou a { width:131px; background-position:-697px 0; }
		#navigation #nav-aboutyou.selected a, #navigation #nav-aboutyou.selected a:hover { background-position:-697px -100px; }
		#navigation #nav-aboutyou a:hover { background-position:-697px -50px; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:0 10px; clear:both; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { float:left; width:420px; padding:20px 0 10px 0; }
.listing-type-list .product-shop h5 { font-size:1.4em; margin-bottom:0.8em; text-transform:uppercase; }
.listing-type-list .product-shop .description { margin:0; }
.listing-type-list .product-shop .price-box { float:left; padding:7px; font-weight:bold; text-align:left; white-space:nowrap; margin:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.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 .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */
.listing-type-grid { background:url(../images/bkg_products-grid3.gif) 0 0 repeat; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; clear:both; }
.listing-type-grid li.item { float:left; width:170px; padding:10px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:url(../images/bkg_products-grid1.gif); }
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background-image:url(../images/bkg_products-grid2.gif); }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }

/********************** 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 { text-align:right; padding-right:44px; }
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 {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }

/* Base Mini */
.base-mini {background:#fff; line-height:1.3em; font-size:.95em; margin-bottom:20px; background:url("../images/bg-extras.gif") top center no-repeat; }
.base-mini .head { padding:8px 8px 0 8px; }
.base-mini .head h4 { background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; color:#EB008C; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:url("../images/bg-extras-bottom.gif") bottom center no-repeat; padding:10px; }
.base-mini ol li { padding:7px 4px 7px 8px; /*position:relative;*/ }
.base-mini ol li.odd {  }
.base-mini ol li.even {  }
.base-mini .actions { background:url("../images/base_mini_actions_bg.gif") repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { /*position:absolute; z-index:1; left:8px;*/ float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-cart .head h4 { background-image:url("../images/h4-shopingcart.gif"); padding:30px 0 0 0; height:0; overflow:hidden; }
.mini-cart .subtotal { background:#fff; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart .price { color:#EB008C; }
.mini-cart h5 { margin:0; padding: 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:267px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; border:1px solid #EFEFEF; }
.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; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
.product-img-box .more-views li a img { margin:-32px 0 0 -32px; }

.product-info-box {  }
.product-info-box .product-name {  }
.product-info-box .price-box { float:left; padding:11px 10px 0 10px; font-weight:bold; }
.product-info-box .emailtofriend { background:url("../images/icon_email.gif") top left no-repeat; padding:1px 0 1px 21px; }
.product-info-box .availability { display:none; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { /* TMH border:1px solid #EFEFEF; */ margin:10px 0; padding:10px; }
.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 { margin-bottom:1em; }
.product-essential, .product-collateral { }
.product-essential {  }
.product-essential .product-shop { width:480px; float:left; margin-left:20px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.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; }

.product-options { clear:both; margin:20px 0 0; padding:10px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:0; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:0 10px 0 0; }

.product-options-bottom { background-color:#fffada; padding:10px; border:1px solid #e4e4e4; border-top:0; margin-bottom:20px; }
.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 { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; margin-top:-20px; padding-top:0; }

.no-first-price .price-box { display:none; }
.no-first-price .product-options-bottom .price-box { display:block; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; display:none; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral {  }
.product-collateral .head {  }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4 {  }
.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 { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }


.registered-users { width:750px; }
.recipients_options li { padding:0; }

	
/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */
#shopping-cart-table { /* TMH border:1px solid #efefef; */}
#shopping-cart-table th { /* TMH background:#efefef; */padding:5px; }
#shopping-cart-table tbody td, #shopping-cart-table tfoot td { padding:5px; }


.shopping-cart  { margin-bottom:0; width:100%; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin:20px 0;
    /* TMH border:1px solid #BEBCB7;
    background:#DEE5E8; */
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:0 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

.googleshipping { padding:0 15px; font-style:italic; font-size:0.9em; }


/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

.shopping-cart-notes, .shopping-cart-collaterals {
    float:left;
    width:320px;
    padding:20px 0;
	margin-right:20px;
    }
.shopping-cart-notes .box, .shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    /* TMH border:1px solid #D0CBC1; */
    /* TMH background:url(../images/base_mini_head_bg.gif) repeat-x #fff;*/
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-notes h4, .shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#EB008C;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-notes h4 { padding:0; }
.shopping-cart-collaterals .discount-codes h4 { padding:0; }
input#coupon_code { position: relative; top: 5px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    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:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }


	

/********************** Footer *//*
.footer-container {  }
.footer {
    width:980px;
    margin:0 auto;
    position:relative;
	font-size:0.9em;
    }
#footer-more { color:#838383; border-top:1px solid #ddd; padding-top:10px; }
		#footer-more p { margin:0; }
		#footer-more span { float:left; padding-right:20px; }
		#footer-more #project14 { float:right; padding:0; }


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


/* 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; }
.left { float:left; }
.right { float:right !important; }
.no-display { display:none; }
.normal-weight { font-weight:normal; }
.auto-width { width:auto;}

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important;}
.link-remove { color:#646464 !important;}
.link-print { background:url(images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }


/*  #6 links  */	
a			{color:#eb008c; font-weight:bold; text-decoration:underline;}
a:active	{color:#eb008c; text-decoration:none;}
a:hover		{color:#eb008c; text-decoration:none;}
a:visited	{color:#eb008c;}

.readmore { text-transform:uppercase; }

.eatme { display:block; width:180px; text-indent:-4321px; height:0px !important; padding-top:20px; line-height:1; background:url("../images/eatme.gif") top left no-repeat; }

#footer-more a			{color:#aaa; font-weight:bold; text-decoration:underline;}
#footer-more a:active	{color:#aaa; text-decoration:none;}
#footer-more a:hover	{color:#eb008c; text-decoration:none;}
#footer-more a:visited	{color:#aaa;}

a:focus { -moz-outline: none; }


/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }


/*  #7 clearing  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

