/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
/*
@font-face {
    font-family: 'AvenirLTStd95Black';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-black-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-black-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-black-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-black-webfont.svg#AvenirLTStd95Black') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd95BlackOblique';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-blackoblique-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-blackoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-blackoblique-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-blackoblique-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-blackoblique-webfont.svg#AvenirLTStd95BlackOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd45Book';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-book-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-book-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-book-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-book-webfont.svg#AvenirLTStd45Book') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd45BookOblique';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-bookoblique-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-bookoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-bookoblique-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-bookoblique-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-bookoblique-webfont.svg#AvenirLTStd45BookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd85Heavy';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavy-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavy-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd85HeavyOblique';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavyoblique-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavyoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavyoblique-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavyoblique-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-heavyoblique-webfont.svg#AvenirLTStd85HeavyOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'AvenirLTStd35Light';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-light-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-light-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-light-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-light-webfont.svg#AvenirLTStd35Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd35LightOblique';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-lightoblique-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-lightoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-lightoblique-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-lightoblique-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-lightoblique-webfont.svg#AvenirLTStd35LightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd65Medium';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-medium-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-medium-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-medium-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-medium-webfont.svg#AvenirLTStd65Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd65MediumOblique';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-mediumoblique-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-mediumoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-mediumoblique-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-mediumoblique-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-mediumoblique-webfont.svg#AvenirLTStd65MediumOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd55Oblique';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-oblique-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-oblique-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-oblique-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-oblique-webfont.svg#AvenirLTStd55Oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd55Roman';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-roman-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-roman-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-roman-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/avenirltstd-roman-webfont.svg#AvenirLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreBold';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bold-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bold-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bold-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bold-webfont.svg#LeMondeLivreBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreBoldItalic';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-bolditalic-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-bolditalic-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-bolditalic-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-bolditalic-webfont.svg#LeMondeLivreBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCBoldItalic';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.svg#LeMondeLivreSCBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCBoldItalic';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-bolditalicsc-webfont.svg#LeMondeLivreSCBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCBold';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-boldsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-boldsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-boldsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-boldsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-boldsc-webfont.svg#LeMondeLivreSCBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreMedium';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-italic-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-italic-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-italic-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/lemondelivre-italic-webfont.svg#LeMondeLivreMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreMedium';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italic-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italic-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italic-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italic-webfont.svg#LeMondeLivreMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreClassicMedium';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicclassic-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicclassic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicclassic-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicclassic-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicclassic-webfont.svg#LeMondeLivreClassicMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreClassicNormal';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalclassic-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalclassic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalclassic-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalclassic-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalclassic-webfont.svg#LeMondeLivreClassicNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreNormal';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normal-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normal-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normal-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normal-webfont.svg#LeMondeLivreNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCItalic';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-italicsc-webfont.svg#LeMondeLivreSCItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCNormal';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-normalsc-webfont.svg#LeMondeLivreSCNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCSemiBoldItalic';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibditalicsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibditalicsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibditalicsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibditalicsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibditalicsc-webfont.svg#LeMondeLivreSCSemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSemiBold';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibold-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibold-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibold-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibold-webfont.svg#LeMondeLivreSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSemiBoldItalic';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibolditalic-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibolditalic-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibolditalic-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semibolditalic-webfont.svg#LeMondeLivreSemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeMondeLivreSCSemiBold';
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semiboldsc-webfont.eot');
    src: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semiboldsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semiboldsc-webfont.woff') format('woff'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semiboldsc-webfont.ttf') format('truetype'),
         url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/fonts/lemondelivre-semiboldsc-webfont.svg#LeMondeLivreSCSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; margin: 0; padding: 0; }
.cms-home     {
 background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/ogb1.jpg) no-repeat;
  background-size:cover;
   max-width: 100%;
  height: auto;
  background-color:black;
   overflow-x:hidden;
   overflow-y: hidden;

}

#cent {

margin-left:-42%;
}

img           { border:0; vertical-align:top; }

a             { color:#A97B2B; font-weight: normal; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1            { font-size:28px; font-weight:normal; line-height:1.15; font-family:'LeMondeLivreClassicNormal'; }
h2            { font-size:17px; font-family: Century Gothic, Arial, sans-serif;; text-transform: uppercase; font-weight: normal; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

#hp1 {margin-left: -400px;}
/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */
.zoom-img {display:none}
/*.more-views{display:none}*/

/* Layout ================================================================================ */
.wrapper {margin: 0; padding: 0; background:transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/top-white.png) top left repeat-x;  }

.cms-home .wrapper { background-image: none;}
.page { max-width:1000px; margin:0 auto; padding: 8px 0 0 0; text-align:left; top:70px;}

.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:120px 0 0 0; }

/* Base Columns */
.col-left { float:left; width:230px; text-align: center; }
.col-main { float:left; width:736px;  }
.catalog-product-view .col-main {   }
.col-right { float:right; width:230px; margin-top: 60px; }
.col-left.sidebar { margin-top:-5px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; max-width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:250px; padding: 15px 0; }
.cms-page-view .col2-set .col-2 { float:right; width:736px; }
.col2-set .col-2 {float: right; width: 325px; border-top: 5px solid #000; padding: 15px 0; }
.col2-set .col-1 { width: 325px; border-top: 5px solid #000;}
.cms-page-view .col2-set .col-1 { width: 250px; border: none; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; max-width:250px; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:250px; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #A97B2B; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }

input.qty
{
	width:2.5em !important;
	text-align: center;
}

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; margin:0; background: transparent; background-color:#A97B2B; text-decoration:none; cursor:pointer; color: #fff; }


button.button:hover
{
	background:transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bg_button.jpg) 0 5px repeat-x;
	color:#fff;

	background-color: #A97B2B;
    background: #A97B2B;
}


button.button span { float:left; height:auto; padding: 0 15px; font-family:'AvenirLTStd65Medium';  text-align:center; white-space:nowrap; text-transform: uppercase; }

.button.btn-proceed-checkout.btn-checkout
{
    font-size:16px;
    background-color: #A97B2B;
}

button.button span span { background-position:100% 0; line-height: 50px; }

button.button:hover span span
{
	color: #000;
	background-color: #fff;
	background-color: #A97B2B;
}

/*****************/
.catalog-category-view button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.catalog-category-view button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.catalog-category-view button.button { overflow:visible; width:auto; border:0; margin:0; background:transparent; text-decoration:none; cursor:pointer; color: #000; }
.catalog-category-view button.button:hover { /*color:#fff; background:#A97B2B;*/ }
.catalog-category-view button.button span { color:#A97B2B; float:left; /*height:25px; font-family:'AvenirLTStd65Medium'; background:transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bg_button.jpg) 0 5px repeat-x;*/ text-align:center; white-space:nowrap; text-transform:none; font:12px/1.35 Arial, Helvetica, sans-serif; }
.catalog-category-view button.button span span { /*background-position:100% 0; line-height: 27px; background: #fff;*/ text-decoration:underline; font-weight:bold; }
.catalog-category-view button.button:hover span { /*color: #fff; background:#A97B2B;*/ color:#A97B2B; text-decoration:none; }

button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; }
.sendfriend-product-send .buttons-set { padding:8px 40px;}
.customer-account-edit .buttons-set, .customer-address-form .buttons-set, .newsletter-manage-index .buttons-set{ padding:8px 40px;}
#review-form .buttons-set { margin: 15px 0 0 0; padding: 0; position: relative; text-align: right; width: 150px; float: right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; padding: 4px; font-size: 13px; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order {}

.fieldset { border-top:5px solid #000; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-size:16px; font-family: 'AvenirLTStd35Light';

text-align: left;

color: #000000; margin:-50px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { clear: both; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #A97B2B; font-size: 14px; text-transform: uppercase; line-height: 29px; }
.breadcrumbs li { display:inline; }
.cms-home .breadcrumbs {display: none;}
.catalog-product-view .breadcrumbs { margin-left: 0px;}

/* Page Heading */
.page-title { font-family: 'AvenirLTStd35Light'; font-size: 38px; color: #000; margin:0 0 10px; text-transform: uppercase;}
.page-title h1,
.page-title h2 { font-size:28px; color:#000; text-transform: uppercase; font-family: 'AvenirLTStd35Light'; font-weight: normal;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border-bottom:1px solid #A97B2B; font-weight:bold; white-space:nowrap; font-family: Century Gothic, Arial, sans-serif;; font-weight: normal; }
.data-table td { padding:5px; }
.data-table thead { }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { /*font-weight:bold; */}
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-icnner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container{ padding:0; margin: 0; position:absolute; left:0; top:0; width:100%; /*height:55px; */}
.header-container  { background-color: transparent;
  background-color: rgba(0, 0, 0, 0.9);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); /* IE6?IE9 */
            zoom: 1;}
.header { position: relative; height: 56px;  }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { text-align: right; font-family: 'AvenirLTStd85Heavy'; color: #A97B2B; text-transform: uppercase; text-decoration: none; font-weight: normal; }
.header .links li { margin: 0 15px 0 0; line-height: 33px; }
.header .links li a{ text-decoration: none;}
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { margin: 0; padding: 0; display: inline;  }
.header select { padding: 0; margin: 0; }
.header .form-language label { display: none;  }
.header .form-language select { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x; font-family: 'AvenirLTStd85Heavy'; color: #dab84d; text-transform: uppercase; text-decoration: none; font-weight: normal; border: 0; }
.header-container .top-container { clear:both; text-align:right; }
.quick-access { width: 94%; margin: 0 auto; }
.cms-home .quick-access a { color: #FFF; }
.quick-access a:hover{color:white;}
.cms-home .quick-access a:hover{color:#a58828;}
.quick-access ul.extra-links li:hover {color:#a58828;}

.quick-access a { background-image:none; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #A97B2B; text-transform: uppercase; text-decoration: none; font-weight: normal; }
.quick-access ul.extra-links { float: right; padding: 10px 0; }
.quick-access ul.extra-links li { float: left; margin: 0 10px 0 0; line-height: 31px; }
.quick-access ul.extra-links li.very-last { margin: 0; }
.quick-access ol li { line-height: normal !important; }
.cms-home .quick-access li { font-family: 'AvenirLTStd85Heavy'; color: #FFF; text-transform: uppercase; text-decoration: none; font-weight: normal; }
.cms-home .quick-access li#header-contact { padding: 0 8px; /*background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x;*/ }
.cms-home ul.links { display: none; }
.cms-home #cart-container { display: none; }

.quick-access a.fb {
    height: 31px;
    display: block;
    background:url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/home_fblogo.png') 0 0 no-repeat;
}
.quick-access a.fb span {
    padding-left: 35px;
}
.quick-access a.yt {
    height: 31px;
    width: 33px;
    display: block;
    background: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/youtubeicon.png') 0 0 no-repeat;
}
.quick-access a.yt span {
        padding-left: 35px;
}
.quick-access a.fb { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/fb.png) center no-repeat; height: 31px; width: 24px; display: block; }
.quick-access a.twitter { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/twitter.png) center no-repeat; height: 31px; width: 24px; display: block; }
.quick-access a.yt { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/youtube_icon.png) center no-repeat; height: 31px; width: 24px; display: block; }
/*.cms-home .quick-access a.fb { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/home_fb.png) center no-repeat; height: 31px; width: 24px; }*/
.cms-home .quick-access a.twitter { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/twitter.png) center no-repeat; height: 31px; width: 24px;}
.cms-home .quick-access a.yt { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/youtube_icon.png) center no-repeat; height: 31px; width: 24px;}
.quick-access a.pt { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/pt.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.pt { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/pt.png) center no-repeat; height: 31px; width: 24px;}
.quick-access a.gplus { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/gplus.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.gplus { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/gplus.png) center no-repeat; height: 31px; width: 24px;}

.quick-access a.wp { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/wp.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.wp { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/wp.png) center no-repeat; height: 31px; width: 24px;}


.quick-access a.linkedin { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/linkedin.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.linkedin { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/linkedin.png) center no-repeat; height: 31px; width: 24px;}

.quick-access a.instagram { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/instagram.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.instagram { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/instagram.png) center no-repeat; height: 31px; width: 24px;}

.quick-access a.yelp { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/yelp.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.yelp { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/yelp.png) center no-repeat; height: 31px; width: 24px;}

.quick-access a.yellow { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/yellow-page-icon.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.yellow { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/yellow-page-icon.png) center no-repeat; height: 31px; width: 24px;}

.quick-access a.loc { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/og-locations.png) center no-repeat; height: 31px; width: 24px; display: block; }
.cms-home .quick-access a.loc { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/og-locations.png) center no-repeat; height: 31px; width: 24px;}


/********** < Navigation */
.nav-container { position:absolute; top:107px; left:auto; width:989px; }
#nav { border:1px solid #ddd; padding:5px 0; font-size:13px; margin-left:-11px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border-top:5px solid #000; padding: 15px 0; }
.block.testimonials { display:none;}
.block .block-title { padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { font-family: Century Gothic, Arial, sans-serif;;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
     }

.block .block-content a { text-decoration: none; padding: 5px 0;  }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:center; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}
.block-account .block-title { margin: 0 0 15px 0; }
.block-account .block-content li strong {text-transform:uppercase; padding:5px 0; display:block;}
.block-account .block-content a {display:block; text-transform:uppercase;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {  }
.block-cart .block-title { margin: 0 0 15px 0; }
.block-cart .actions { margin: 15px 0; }
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img { width: 100%;}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:207px; padding:12px 20px 90px; }
.products-grid li.item.last { padding-right:0; }
.products-grid .product-image { display:block; width:175px; height:175px; margin:0 0 15px; text-align: center; border-bottom: 4px solid #000; padding-bottom: 10px; }
.products-grid .product-name { margin:0; font-family: 'LeMondeLivreClassicNormal'; font-size:14px; text-align: left; text-transform: none; }
.products-grid .product-name a {
    color: #000000;
    display: block;
    font-family: 'LeMondeLivreClassicNormal';
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

#narrow-by-list .odd {display:none;}
.block-layered-nav {
    padding-left: 7px;
}
.block-layered-nav .block-title {display:none;}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; display:none; }
.products-grid .actions { position:absolute; padding-top: 15px; text-align: center; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:722px; margin:20px auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both;  }
.products-list .add-to-links li { display:block; text-align: center; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.btn-cart button { margin-right: 20px;}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bkg_rating.gif) 0 100% repeat-x; }


.ratings .rating-box { float:left; margin-right:3px; }

.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; visibility: none; }
.availability span { font-weight:bold; }
.availability.in-stock span { visibility: none; }
.availability.out-of-stock span { color:#d83820; visibility: none;  }

/* Email to a Friend */
.email-friend {text-decoration: underline;}
.email-friend a {color:black;}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-family:Century Gothic, Arial, sans-serif;; font-size: 18px; padding: 10px 0; margin: 10px 0; }

/* Regular price */
.regular-price {}
.regular-price .price { font-family:Century Gothic, Arial, sans-serif;; font-size: 18px; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; font-family:Century Gothic, Arial, sans-serif;; font-size: 18px; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; /*text-transform: uppercase;*/ padding-top: 26px;}
.add-to-cart .qty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A97B2B;
    color: #000000;
    float: left;
    height: 44px;
    margin: 10px 0;
    width: 44px !important;
	text-align:center;
}


.product-size {
    float: left;
    font-family: Century Gothic, Arial, sans-serif;;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    padding: 7px;
	padding-top: 12px;
	/*text-transform: uppercase;*/
}
.product-view .product-shop .price-box {
	float:left;
}
.price-size {
	float:none;
	clear:both;
	display:block;
}




.add-to-cart input {border: none;}
.add-to-cart button.button {
    /*background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_addtobag.jpg) no-repeat top center;*/
    background-color:black;
    width: 124px;
    height: 50px;
    color: transparent;
    border:0;
    display: block;
    padding: 0;
    clear: both;
    margin: 10px auto;
    }
.add-to-cart button.button:hover { /*background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_addtobag.jpg) no-repeat top center;*/ background-color:#A97B2B; color:black; }
.add-to-cart button.button span {background: transparent; border: 0; /*text-indent:-9999px;*/ position:relative; display:inline-block; color:white; font-family:'Century Gothic'; font-size:14px; width:124px; padding:0; text-align:center; }
.add-to-cart button.button span span { background-color:black; font-weight:bold; /* background:transparent url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bag.png') no-repeat 49px 6px; */ }
.add-to-cart button.button:hover span span, .add-to-cart button.button:hover span { color:black; background-color:#A97B2B; }
.paypal-logo {clear:both;}
.product-view .paypal-or{display:none;}
.qty-box {float:left;}
.addtobtn {float:left;margin-left:20px;}
.wish-email{
	float: right;
	width: 100px;
}

.add-to-cart button.button span
{
	height: auto;
}

/* Add to Links + Add to Cart */
.add-to-box {clear:both;}
.add-to-box .add-to-cart { float:left; width: 70%; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links {text-decoration: underline;}
.add-to-box .add-to-links a {color:black;text-transform: uppercase;}


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:350px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { /*border-bottom: 5px solid #000;*/ padding: 0 0 10px; margin: 0 0 10px 0; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:355px; min-height: 270px;}
.product-view .product-shop .price-box { margin: 15px 0; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
/*.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }*/
.product-options { width:334px; float:right; padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:auto; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; float:right; }
.product-options-bottom .add-to-cart { float:right; width:344px; }
.product-options-bottom .price-box { margin:10px 0; display:none; }
.product-options-bottom .add-to-links { display:none; }

.product-view .add-to-links {margin-top: 15px; }




/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell { text-transform: uppercase; font-family: 'AvenirLTStd45Book'; font-size: 12px; width: 100%; text-align: center; background: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/upsellline.jpg') no-repeat; }

.product-view .box-up-sell .products-grid td { width:25%; text-align: center; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.cart .product-name a {font-size: 23px; font-weight: normal; font-family:'LeMondeLivreClassicNormal'; text-decoration: none;}
.cart .cart-price { font-size: 16px; }
.cart .page-title { padding: 0; margin: 0 0 25px 0; }

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { margin: 0 0 15px 0; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals h2 { margin: 0 0 15px 0; }
.cart .cart-collaterals p { margin: 0 0 25px 0; }
.cart .cart-collaterals .col2-set { float:left; width: 683px; }

.cart .crosssell { padding: 15px 0; }
.cart .crosssell h2 { font-size:17px; font-family: Century Gothic, Arial, sans-serif;; text-transform: uppercase; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { padding: 15px 0; }
.cart .discount label { margin: 0 0 25px 0; display: block; }
.cart .discount {  }

/* Shopping Cart Totals */
.cart .totals { float:right; border-top: 5px solid #000; padding: 15px 0; width: 250px; }
.cart .totals table { width:100%; margin: 0 0 25px 0; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .col-1, .account-login .col-2 { margin-top: 50px; width:450px; }
.account-login .content { }
.account-login .content h2 { margin: 0 0 15px 0; }
.account-login .content p { margin: 0 0 15px 0; }

.account-create {}
.account-create .fieldset {width: 700px; margin-left: 100px; margin-top: 25px; margin-top: 50px;}
.customer-account-forgotpassword #form-validate { width: 700px; margin-left: 100px; margin-top: 100px; }
.customer-account-forgotpassword .fieldset {width: 700px; margin-left: 100px;}
.customer-account-forgotpassword .buttons-set { }
.customer-account-forgotpassword .fieldset p { margin: 0 0 15px 0; }
.account-create .buttons-set { margin-right: 150px;}


/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { }
.footer p { text-align:right; }
.footer address { text-align:center; font-size: 12px; }
.footer address a { font-size:11px; padding:0; text-transform:none; }
.footer ul { width: 900px; margin: 20px 20px 10px 10px; }
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; padding:0; margin: 0; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
html,body { margin:0; padding:0; height:100%; max-width:100% !important;}
 .wrapper { min-height:100%; position:relative; _height:100% /* _height = for ie */ }
 .header-container { }
 .main-container { padding-bottom:125px; height:100%; }
 .footer { padding:0;margin:0; color: #A97B2B; font-family: Century Gothic, Arial, sans-serif;;  }
 .footer-container { padding:0; margin: 0; position:fixed; left:0; bottom:0; width:100%; height:125px; }
 .footer-container { background-color: transparent;
  background-color: rgba(0, 0, 0, 0.9);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); /* IE6�IE9 */
            zoom: 1;}
 .footer a {color: #A97B2B; font-size: 13px; font-family: Century Gothic, Arial, sans-serif;; padding: 0 15px; text-decoration:none; font-weight: normal; text-transform: uppercase; }
 .footer .footer-logo { padding: 20px 0; float: left;}
 .footer .menu { float: left; width: 400px;}
.footer .menu a { font-weight: normal; }
.footer .menu a:hover{ color:white;}
 #footer-content { margin: 0 auto; text-align: center; width: 1000px; position: relative; /*border-top: 4px solid #A97B2B;*/ height: 130px; margin-top: -4px; }
 .footer address { font-size: 13px; width: 800px; text-align: center;}

 #home-heading { font-size: 46px; color: #5e4007; font-family: 'LeMondeLivreSCNormal'; float: right; margin-top: 265px; text-align: center; }
 .homelinks { background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/home_linksbg.png) 0 4px no-repeat; width: 375px; height: 200px; margin-top: -65px; }
 .homelinks #exclusive, .homelinks #cosmetics { font-size: 16px; font-family: 'AvenirLTStd85Heavy'; color: #a37b00; margin: 0; padding: 95px 0 0 0; text-transform: uppercase;  width: 175px; float: left; }
 .homelinks span {display: block; font-size: 12px;}

 .cms_menu { font-family: 'AvenirLTStd65Medium'; font-size: 14px; color: #000; text-align: center; text-transform: uppercase;}
 .cms_menu li { padding: 15px 0; border-top: 1px solid #000; width: 85%; margin-right: 10px;}
 .cms_menu li.first { border-top: 5px solid black; width: 85%; margin-right: 10px; }

 .quote { font-style: italic;}

 a.smbutton span {
background: transparent url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_sm_grey.png') no-repeat 0 0;
display: block;
line-height: 16px;
padding: 4px 0 3px 18px;
color:#A97B2B;
}

a.smbutton {
background: transparent url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_sm_grey_rt.png') no-repeat top right;
display: block;
float: right;;
height: 23px;
margin-right: 6px;
padding-right: 20px;
text-decoration: none;
font-size:12px;
color:#A97B2B;
text-decoration:none;
text-transform:lowercase;
margin: -5px 0 0 2px;
}

a.smbutton:hover span {
background-position: 0 -23px; color:#A97B2B;
}

a.smbutton:hover {
background-position: right -23px;
}

#left_promo { border-top: 5px solid #000; text-align: center; padding: 15px 0; margin: 0 auto; }

/* Cart */
#shopping-cart-table td { padding: 20px; }
#shopping-cart-table td.last { padding: 20px 0; }
.sp-methods { padding: 15px 0; }
.sp-methods dt { padding: 0 0 15px 0; }
#crosssell-products-list .price-box { margin: 15px 0; }
#crosssell-products-list .btn-cart { margin: 0 0 15px 0; }

/* Account */
.customer-account-index .hello { font-family: 'AvenirLTStd65Medium'; font-weight: normal; margin: 0 0 15px 0; font-size: 25px; }
.customer-account-index .page-title { margin: 0 0 25px 0; }
.customer-account-index .dashboard .welcome-msg { margin: 0 0 15px 0; }

/* Sidebar */
.block-layered-nav .block-title { margin: 0 0 15px 0; }
.block-layered-nav #narrow-by-list dd { margin: 0 0 15px 0; }
.customer-account-index .box-title { margin: 0 0 15px 0; }
.customer-account-index .box-title h3 { float: left; }
.customer-account-index .box-head { margin: 0 0 25px 0; }
.customer-account-index .box-content address { margin: 15px 0; }
.customer-account-index .dashboard-intro { margin: 0 0 40px 0; }
.box-account .col2-set { margin: 0 0 40px 0; }

/* Checkout */
.checkout-onepage-index h1 { font-family: 'AvenirLTStd35Light'; text-transform: uppercase; margin: 0 0 25px 0; font-weight: normal; }

/* Store Locator */
.cms-stores #store_country { display: none; }

/* CMS Pages */
.cms-page-view .col2-set .col-1 { padding: 0; }
.cms-page-view h1 { font-family: 'AvenirLTStd35Light'; text-transform: uppercase; margin: 10px 0 25px 0; font-weight: normal; font-size: 30px; letter-spacing: 2px; }
.cms-page-view h2 { font-family: 'AvenirLTStd65Medium'; text-transform: uppercase; margin: 0 0 25px 0; font-weight: normal; font-size: 19px; letter-spacing: 2px;}
.cms-page-view p { line-height: 23px; padding: 10px 0; }

/* Customer Service */
.cms-customer-service .col-1 { width: 220px !important; }
.cms-contact-us .col-1 { width: 220px !important; }
.cms-wholesale-contact .col-1 { width: 220px !important; }
.cms-customer-service .col-2 p { margin: 0 0 15px 0; }
.cms-contact-us .intro { margin: 0 0 25px 0; }
.cms-wholesale-contact .intro { margin: 0 0 25px 0; }
.faq-title { font-weight: bold; border-bottom: 1px solid #000; display: block; margin: 0 0 8px 0; }
.faq-category { float: left; margin: 0 25px 0 0; width: 200px; }
.faq-list { margin: 0 0 25px 0; overflow: hidden; }
.faq-items { clear: both; }
.faq-items dd { margin: 0 0 15px 0 !important; border-bottom: 1px solid #000; padding: 0 0 15px 0; }
#questions { margin: 0 0 25px 0; }
#answers { clear: both; margin: 0 0 25px 0; }
.room { width: 300px; float: left; margin: 0 25px 0 0; }

/* Contact Us */
.struts .input-box { margin: 0 0 15px 0; }
.struts .input-box input { width: 300px; }
.struts .input-box textarea { width: 300px; height: 100px; }
.struts .input-box select { width: 306px; }
.scaffold .legend { margin: 0 0 25px 0; }

/* Produuct View */
.product-collateral { float: right; width: 355px;}
#product_tabs_description_tabbed_contents .box-collateral object {width: 100% !important;}
.upsells { clear: both; }
.aitproductslists_block .add-to-cart button.button { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_addtobag_pl.jpg) no-repeat top center; }
.form-add h3 { margin: 15px 0; }
.form-add .input-box .input-text { width: 348px; }
.form-add .input-box textarea { width: 348px; }

.leftdivtop {
border-top: 6px solid #000;
padding: 6px 0 6px 0;
}
.mobile-collections-menu {
    display: none;
}
.leftdivtop h3 {
    font-weight: normal;
    margin: 0 0 15px 0;
}
.leftdiv {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000;
margin-top: 30px;
}

.leftdiv h2 {
margin-top: 6px;
margin-bottom: 15px;
}

.custsvccenter{
float: right; width: 325px;
}

.sidebar-nav-left .block-title span{ display: none; }

#discount-coupon-form .buttons-set {
margin-top: -30px;
}

/*#slider { background:none !important; }*/
span.city { color:black; }

.floating-splash-banner {
    color:white;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size:12px;
    position: absolute;
    text-align:center;
    top: .8%;
    left: 5%;
    /*background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x; */
        height:3.2%;
width:270px;
line-height:36px;

    padding:0 8px;
}
.floating-splash-banner img{
    padding-top:5%;
}

.floating-splash-banner2 {
    color:white;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size:12px;
    position: absolute;
    top: .8%;
    left: 18%;
    text-align:center;
    background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x;
        height:3.2%;
line-height:36px;

    padding:0 8px;
}

.floating-splash-banner6 {
    color:white;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size:12px;
    position: absolute;
    top: .8%;
    left: 23%;
    text-align:center;
    background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x;
        height:3.2%;
line-height:36px;

    padding:0 8px;
}


.floating-splash-banner3 {
    color:white;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size:12px;
    position: absolute;
    top: .8%;
    left: 27.5%;
    text-align:center;
    background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x;
        height:3.2%;
line-height:36px;

    padding:0 8px;
}

.floating-splash-banner4 {
    color:white;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size:12px;
    position: absolute;
    text-align:center;
    top: .8%;
    left: 3.1%;
    background:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/btn_headerbg.png) center repeat-x;
        height:3.2%;
width:230px;
line-height:36px;

    padding:0 8px;
}
.floating-splash-banner a:link,
.floating-splash-banner a:visited,
.floating-splash-banner a:hover {
 color: #FFF;
 text-decoration: none;
}
.floating-splash-banner2 a:link,
.floating-splash-banner2 a:visited,
.floating-splash-banner2 a:hover {
 color: #FFF;
 text-decoration: none;
}

.floating-splash-banner6 a:link,
.floating-splash-banner6 a:visited,
.floating-splash-banner6 a:hover {
 color: #FFF;
 text-decoration: none;
}


.floating-splash-banner3 a:link,
.floating-splash-banner3 a:visited,
.floating-splash-banner3 a:hover {
 color: #FFF;
 text-decoration: none;
}
.floating-splash-banner4 a:link,
.floating-splash-banner4 a:visited,
.floating-splash-banner4 a:hover {
 color: #FFF;
 text-decoration: none;
}

.cms-page-view.cms-about p
{

text-align:justify;
}
.floating-splash-banner-COLLECTIONS{

    position: absolute;
    top: 64px;
    left: 5%;
    width:100px;
    line-height:36px;
    padding:0 8px;

}

/*---Mega Menu---*/
.megamenu.nav-container {
	float:left;
	position: relative;
	max-width: 140px;
	top: -10px;
}
.megamenu #nav {
	border: none;
	padding-top: 0px !important;
}
.megamenu #nav a.megamenu-lable {
	padding-top: 0px !important;
	font-size: 12px !important;
}
.megamenu #nav ul li {
	border: none;
}
.megamenu #nav ul {
	border: none;
}
.block-megamenu.sub-menu h2 {
	color: #A97B2B !important;
	font-weight: bold;
	font-size: 14px;
}
.megamenu #nav li ul a span  {
	text-align: center !important;
}
.top-megamenu {
	float: left;
}
.megamenu #nav ul.orogold.whatnew ol{
	border: none !important;
}
.megamenu #nav ul.orogold.whatnew > li {
	background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/separator.png) no-repeat;
	background-position-x: 90%;
	background-position-y: 35px;
	padding-top: 25px !important;
	padding-left: 16px !important;
}
.megamenu #nav ul.orogold.whatnew > li.orogold-exclusive {
	background: none !important;
	width: 25% !important;
}
.megamenu #nav ul.orogold.whatnew > li.skincare {
	width: 25% !important;
	padding-left: 35px !important;
}
.megamenu #nav ul.orogold.whatnew > li.orogold-collections {
	width: 35% !important;
}
.megamenu #nav ul.orogold.whatnew ol li {
	padding: 24px 0 0 !important;
}
.megamenu #nav ul.orogold.whatnew ol {
	height: 310px !important;
}
.megamenu #nav ul.orogold.whatnew li {
	text-align: left !important;
}
.quick-access ul.extra-links {
	padding-top: 0px;
    margin-right: 120px;
}
.quick-access .top-header-review,.quick-access .top-header-contact,.quick-access .social-links {
	padding-top: 10px;
}
.block-megamenu p img {
	width: 710px;
	margin-left: 20px;
	margin-bottom: 8px;
}
.quick-access ul.extra-links > li{
	margin-top: 12px;
}
.top-header-contact #header-contact {
	margin-top: 2px;
}
/*---Responsive----*/
.quick-access .top-header-review {
    float: left;
}
.quick-access .top-header-contact {
    float: left;
}
.quick-access .social-links {
    float: right;
}
#co-billing-form #billing-new-address-form div.field {
    width: 110px !important;
}
.onestepcheckout-threecolumns #onestep_form .onestepcheckout-column-left .input-text {
    width: 68% !important;
}

#cartview-panel {left: 0 !important;}
#footer-content-mobile {
    display: none;
}
#header-mobile {
    display: none;
}
#cartview-link-mobile {display: none;}

.mobile-main-menu {
    display: none;
}

.sidebar-nav.mobile{
    display:none;
}

.footer-container {
        z-index: 999;
    }
.home-content-mobile {
	display: none;
}
.orogoldcosmetics-collection img {
    margin-top: -50px;
}

/*========iPhone===============*/
@media (max-width: 979px) {

	.top-megamenu {
		display:none;
	}
	#header-web {
        display: none;
    }
    #header-mobile{
        display: block;
        padding: 20px 0px;
		position: relative;
    }
	.header {
		height: 44px;
	}
	.page {
		padding-top: 0px;
		max-width: 100%;
	}
	.top-mobile-menu {
        float: left;
        padding-left: 20px;
        line-height: 40px;
        width: 20%;
    }
    .moblie-menu {vertical-align: middle;}
    .top-mobile-menu a {
        cursor: pointer;
    }
    .mobile-collections-menu {
        display: block;
        position: fixed;
        bottom: 72px;
        width: 100%;
        background: #a58828;
    }
    .mobile-collections-menu .menu-buttons {
        text-transform: uppercase;
        text-align: center;
        margin: 15px auto;

    }
    .mobile-collections-menu .menu-buttons a {
        color: #e4e5e0;
        cursor: pointer;
        font-weight: bold;
    }
    .mobile-collections-menu.unopen .collections-menu-content {
        display: none;
    }
    .mobile-collections-menu.opened .collections-menu-content {
        display: block;
    }
    .browse-collections {
        text-align: center;
        text-transform: uppercase;
        background-color: #e4e5e0;
        padding-top: 20px;
    }
    .browse-collections a {
        text-decoration: none;
    }
    .browse-collections h3 a {
        text-decoration: none;
        font-weight: bold;
    }
    .browse-collections-ul {
        width: 130px;
        margin: 5px auto;
        text-align: center;
    }
    .browse-collections-ul a {
        color: #a58828;
    }
    .menu-buttons-underline {
        width: 30px;
        height: 4px;
        margin: 0 auto;
        background: #e4e5e0;
        margin-top: 5px;
    }
    .top-mobile-logo {
        float: left;
        text-align: center;
        width: 46%;

    }
    .top-mobile-cart {
        float: right;
		margin-right: 20px;
        line-height: 40px;
    }

    .mobile-logo {
        width: 140px;
    }
	 #footer-content {
        display: none;
    }
    #footer-content-mobile {
        display: block;
        padding: 30px;
    }
	.footer address {
		width: 100%;
	}
	.footer-container {
		height: auto;
	}
	.mobile-main-menu.menu-opened {
        display: block !important;
        float: left;
        width: 49%;
        background: #000;
    }
    ..mobile-main-menu.menu-unopen{
        display: none;
    }
    .mobile-menu-ul {
        padding: 25px;
    }
    .mobile-menu-ul li {
        padding: 5px 5px;
        text-align: left;
        border-bottom: 1px solid #737270;
    }
    .mobile-menu-ul li a {
        text-decoration: none;
    }
	 .floating-splash-banner {
        display: none;
    }
    .floating-splash-banner-COLLECTIONS {
        display: none;
    }
	.main {
		margin: 0 auto;
		margin-top: 20px;
		width: 100%;
	}
	.col-main {
		width: 55% !important;
		margin-left: 10%;
	}
	.col-right {
		width: 20%;
		margin-right: 10%;
	}
	.col2-left-layout .col-main {
		width: 70% !important;
		margin-left: 0px;
		float: left;
	}
	.cms_menu {
		margin-left: 50px;
	}
	.cms-page-view .col2-set .col-2 {
		width: 100%;
	}
    .product-view.review_system .product-collateral {
        width: 86% !important;
    }

}
@media (max-width: 610px) {
    #footer-content-mobile {
        display: block;
        padding: 11px;
    }
    .mobile-collections-menu {
        bottom: 38px;
    }
}
@media (max-width: 571px) {
    .mobile-collections-menu {
        bottom: 54px;
    }
}
@media (max-width: 393px) and (min-width: 376px) {
    .mobile-collections-menu {
        bottom: 54px;
    }
}
@media (max-width: 1220px) {

    .col2-left-layout .products-grid, .col2-right-layout .products-grid {
        width: auto;
    }
    .col-main {
        width: 74%;
        padding-right:20px;
    }
    .col-main .col-2 img {
        width: 100%;
    }
    .quick-access ul.extra-links li {
        margin: 0 4px 0 0;
    }
    .cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }
    .floating-splash-banner-COLLECTIONS{

        position: absolute;
        top: 64px;
        left: 5%;
        width:100px;
        line-height:36px;
        padding:0 8px;

    }
}

@media (max-width: 1120px) {
    .footer ul {
        width: 100%;
    }
    .footer .menu {
        width: 748px;
    }
    .footer address {
        width: 100%
    }
    .footer address img {
        /*width: 20%;*/
    }
    .floating-splash-banner {top: 36px;}
}

@media (min-width: 1100px) and (max-width: 1220px) {

   .quick-access ul.extra-links li {
        margin: 0 4px 0 0;
    }
    .cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }
}
@media (max-width: 1228px) {
	.cms-home {
        background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/OG-ipad.jpg) no-repeat;
        background-size:cover;
        max-width: 100%;
        height: auto;
        background-color:black;
        overflow-x:hidden;
        overflow-y: hidden;
    }
}
@media (max-width: 979px) {
	/*.cms-home {
		background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/og-pad.jpg) no-repeat;
		background-size: cover;
        background-position-y: 84px;
	}*/
	.cms-home {
		background: none;
		overflow-y: visible;
	}
	.cms-home .main {
		margin-top: 0px;
	}
	.cms-home .main .col-main{
		width: 100% !important;
	}
	.cms-home .main-container {
		padding-bottom: 72px !important;
	}
	#hp1 {
		display: none;
	}
	.cms-home .page.menu-opened .home-content-mobile img {
		width: 198%;
	}
	.cms-home .home-content-mobile {
		display: block !important;
	}
	.home-content-mobile img {
		width: 100%;
	}
	.col2-left-layout .col-main {
		float: right;
	}
	cms_menu {
		margin-left: 0px;
	}
    .sidebar-nav.mobile{
        display:block;
    }
    .sidebar-nav.web{
        display:none;
    }
    .main {margin-top: 20px;}
    .main-container.col2-left-layout .col-left sidebar {float:none;}
    .main-container.col2-left-layout .col-main {
        float:none;
        width: 580px;
        margin: 0px auto;
    }
    .col-main {padding-right:0px;}
    .col-left.sidebar{
        float: none;
        max-width: 270px;
        text-align: center;
        margin: 0 auto;
    }
	.sidebar-nav-menu {
		margin-left: 20px !important;
		background: #fff;
		width: 228px;
	}

    .box-collateral.box-up-sell {background: none;}
	.main-container.col2-left-layout .col-main {
        float: none;
        width: 100% !important;
        margin: 0px auto;
    }
    .col-main {
		padding-right:0px;
		width: 80% !important;
		margin: 0 auto;
		float: none !important;
	}
	.col-right {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.cms-page-view .col2-set .col-2 {
		float:none;
		width:80%;
		margin: 0 auto;
	}
    .product-view .product-img-box {width:100%;float: none;}
	.product-view .product-shop {
        width:70%;
        float:none;
        margin:auto;
    }
	.product-view .product-img-box .product-image {
		width:330px;
		margin: 0 auto;
	}
	.product-collateral {
		float: none;
		width: 70%;
		margin: 0 auto;
	}

}
@media (max-width: 480px) {

	.nivoSlider {
		min-height: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
		height: 100% !important;
		margin-top: 10px;
		position: relative !important;
		float: left;

	}
	.nivoSlider img {
		min-width: 100% !important;
		width: 100% !important;
		width: 100% !important;
	}
	.col-left.sidebar {
		float: none;
		max-width: 270px;
		text-align: center;
		margin: 0 auto;
	}
	.sidebar-nav h3.viewCollections {
		left: 0px !important;
	}
	.sidebar-nav-menu {
		margin-left: 0px !important;
	}
	.category-image img {
		width: 100%;
		margin-top: 16px;
	}
	.products-grid .actions {
		position: relative;
	}
	.products-grid .product-image {
		width: auto !important;
	}
	.product-view .product-img-box .product-image {
		width: 250px;
		margin: 0 auto;
	}
	.cms-home {
		background: none;
	}
	.cms-home .main-container {
		padding-bottom: 72px;

	}

	.cms-home .page.menu-opened .home-content-mobile img {
		width: 198%;
	}
	.cms-home .home-content-mobile {
		display: block !important;
		/*height: 690px;*/

	}
	.cms-home .page.menu-opened .home-content-mobile {
		height: 438px;
		overflow: hidden;
	}
	.home-content-mobile img {
		width:100%;
	}
	.cms-home .main {
		margin-top: 0px;
	}
	#hp1 {
		display: none;
	}
	.onestepcheckout-threecolumns.checkoutcontainer.onestepcheckout-skin-generic div.onestepcheckout-column-left {
        width: 100% !important;
    }
    .onestepcheckout-threecolumns.checkoutcontainer.onestepcheckout-skin-generic div.onestepcheckout-column-2 {
        width: 100% !important;
    }

    .product-view .product-img-box {width:80%;float: right;}
    .product-view .product-shop {width:80%;}
    .cloud-zoom-big {left:0px !important;top:100% !important;}
	.add-to-cart button.button {width:100%;}
    .add-to-cart button.button span {width:100%;}
	.cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }

    .footer .menu {
        width: 520px;
    }


	.cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }

    .floating-splash-banner img {
        /*padding-top: 40px;*/
    }
    .footer .menu {
        width: 454px;
    }

    .category-products .products-grid li.item {
        width:80%;
		padding-bottom: 20px;

    }
    .cart-collaterals .col-1 {
        display: none;
    }
    .cart .cart-collaterals .col2-set {
        width: auto;
    }
    .cart .button.button span {
        padding: 0px;
    }
    .cart .data-table th {
        padding: 0px;
    }
    .cart .product-name a {
        font-size: 10px;
    }
    #shopping-cart-table td {padding: 0px;}
    .cart .data-table td {
        padding-left: 0px;
        padding-right: 0px;
    }
    #shopping-cart-table tbody img {
        width: 50px;
    }
    .cart .cart-price {font-size: 12px;}
    .cart .data-table th {font-size: 10px;}
    #footer-content {
        display: none;
    }
    #footer-content-mobile {
        display: block;
        padding: 10px;
    }

    #cartview-link {display: none;}
    #cartview-link-mobile {display: block;}

    .cms-home {
        overflow-y:visible;
        background-color:#fff;
    }
	.cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }

    .floating-splash-banner img {
        /*padding-top: 40px;*/
    }
    .footer .menu {
        width: 35%;
    }
    .footer-container,#footer-content {
        height: auto;
    }
	.floating-splash-banner-COLLECTIONS {
        top: 98px;
    }
    .floating-splash-banner {
        top: 58px;
    }
	.floating-splash-banner-COLLECTIONS {
        top: 130px;
    }
    .floating-splash-banner {
        top: 94px;
    }
    .main-container {
        padding-bottom: 200px;
    }

    .main-container.col2-left-layout .col-main {
        width: 100% !important;
    }
    .product-image #wrap img {
		margin:0 auto;
		width: 250px;
	}
	.cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }

    .floating-splash-banner img {
        /*padding-top: 40px;*/
    }
    .footer .menu {
        width: 280px;
    }
    .footer-container {
        height: auto;
    }
    .footer .footer-logo {
        width: 150px;
    }

	.product-view .product-shop {
        width:80%;
        float:none;
        margin:auto;
    }
    .footer .footer-logo {
        width: 150px;
    }
    .footer .menu {
        width: 280px;
    }
    .footer-container {
        height: auto;
    }
    .product_tabs_review_tabbed_contents .form-add .input-box .input-text {width: 100%;}
    .product_tabs_review_tabbed_contents .form-add .input-box textarea {width: 100%;}
    .product_tabs_review_tabbed_contents .form-list .input-box {width: 100%;}
	.cms-home .col-main {
		width: 100% !important;
	}
    .product-view .product-img-box {width:100%;float: none;}
    .product-view .upsells {display:none;}
	.postContent img {
		margin: 0 5px;
	}
	.col-right {
		with: 80%;
		float: none;
		margin: 0 auto;
		display: none;
	}
	.product-collateral {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.form-list input.input-text {
		width: 100% !important;
	}

	.cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }

    .floating-splash-banner img {
        /*padding-top: 40px;*/
    }
    .quick-access a {
        font-size: 10px;
    }

    .cms-home .quick-access li#header-contact {
        padding: 0 2px;
    }
    .social-links .social-fb {
        width: 28px;
        overflow: hidden;
    }

    .floating-splash-banner img {
        /*padding-top: 40px;*/
    }
    .quick-access a {
        font-size: 9px;
    }
	.cart-collaterals .col2-set .col-2 {
        margin: auto;
        width: 80%;
        float:none;
    }
    .cart .cart-collaterals .col2-set {
        width: 100%;
    }
    .cart .totals {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .a-right {
        text-align: center !important;
    }

    .category-products {
        width: 80%;
        margin: 0 auto;
    }
    .category-products .products-grid li.item {
        width:207px;
        float:none;
        margin: 0 auto;
    }
    .footer .footer-logo {
        width: 150px;
        float: none;
    }
    .footer .menu {
        width: 90%;
    }
    .footer-container {
        height: auto;
        z-index: 999;
    }
    #footer-content {
        width: 100%
    }
    .footer ul {
        margin: 0px;
    }
    .footer address {
        width: 100%
    }
    .footer address img {
        width: 20%;
    }
    #top-youtube {
        width: 50%
    }
    #top-review{
        width: 30%;
    }
	 .floating-splash-banner-COLLECTIONS {
        top: 130px;
    }
    .floating-splash-banner {
        top: 106px;
    }
    .product-view .box-up-sell .products-grid td {
        display:block;
        width: 100%;
    }
	.product-collateral .tabs li {
        width:30%;
        /*background: none;*/
    }
    .tabs a {padding-top: 8px !important;}
    .form-add .input-box textarea {width:90%;}
    .form-add .input-box .input-text {width:90%;}
    .form-list .input-box {width: 100%;}

	.form-list li.wide textarea {width: 100%;}
	.form-list li.wide .input-box {width: 100%;}
	.fieldset {padding-left: 0px;}
	.form-list .field {width: 100%;}
	.form-list select {width: 100%;}
	.account-login .col-1, .account-login .col-2 {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	#aitproductslists-info-form .box-content table td input, #aitproductslists-info-form .box-content table td textarea {
		width: 100% !important;
		max-width: 100%;
	}
}


@media (max-width: 368px) {
    .onestepcheckout-column-left fieldset {
        width: 280px !important;
    }
    .main-container {
        padding-bottom: 300px;
    }
}
@media (max-width: 1257px) {
    .footer .menu {
        width: 748px;
    }
    .footer ul {
        width: 748px;
    }
    .footer address img {
        /*width: 0;*/
    }
}
@media (max-width: 984px) {
    .footer .menu {
        width: 650px;
    }
    .footer ul {
        width: 650px;
    }
    .footer address img {
        width: 0px;
    }
}
@media (max-width: 866px) {
    .footer .menu {
        width: 550px;
    }
    .footer ul {
        width: 550px;
    }
    .footer address img {
        width: 0px;
    }
}
@media (max-width: 800px) {
    .footer .menu {
        width: 500px;
    }
    .footer ul {
        width: 500px;
    }
    .footer address img {
        width: 0px;
    }
}
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #000000;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #555555;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #000000;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #555555;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

.checkout-cart-index button.button:hover, .checkout-cart-index button.button span:hover, .checkout-cart-index button.button span span:hover,
.checkout-cart-index button.button:hover span span, .checkout-onepage-index .button, div#checkout-review-submit .buttons-set .btn-checkout:hover,
.checkout-onepage-index button.button:hover span span
{
	background-color: #A97B2B !important;
	background: #A97B2B !important;
}

#cartview-panel button.button:hover span span, #cartview-panel button.button:hover
{
	background-color: #A97B2B;
	background: #A97B2B;
}

#cartview-panel .block .block-content .btn-edit
{
	text-decoration: Underline;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

#cartview-panel .summary a:hover, .quick-access #cart-sidebar a:hover
{
	color: black;
}

.checkout-cart-configure .add-to-cart button.button
{
	clear: both;
    margin: 10px 20px;
    display: inline-block;
}

#upsell-product-table
{
	border-bottom: none;
}
form.jqtransformdone label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/btn_left.gif) no-repeat top left;
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }

/* IE 6 */
* html button.jqTransformButton { height:33px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/input/input_text_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/input/input_text_right.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 31px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 31px;
	color:#404040;	
	border: none;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}



/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
	font-size: 12px;
	line-height: 16px;
}

table.jqTransformTextarea td{
font-size: 1px;
line-height: 1px;
width: 5px;
height: 5px;
margin: 0;
padding: 0;
}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{
/*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_tr.gif) no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_mr.gif) repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea_br.gif) no-repeat top left;}

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position: -10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}


table.jqTransformTextarea .jqTransformSafariTextarea div {
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background: none;
	position: absolute;
	top:-10px;
	left:-10px;
	padding: 10px 10px 10px 10px;
	resize: none;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/css/img/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 31px;
	background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/select-bg.png) repeat-x top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 31px;
}

a.jqTransformSelectOpen {
	background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/select-open-bg.png) no-repeat;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 107px !important;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #dab84d;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper li {
	line-height: normal !important;
	margin: 0 0 0 3px !important;
	float: none !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	text-decoration: none;
	color:#333;
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}

.jqTransformSelectWrapper ul a.selected {
	color: #fff;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
.megamenu #nav{
    position : relative !important;
	height:55px;
}
.megamenu #nav ul,.megamenu #nav div{background:none !important;}
.megamenu #nav .magestore-megamenu{
    left: 0 !important;    
    width:100% !important;
    border: none !important;  
    z-index: 1000 !important;
	visibility:hidden !important;
	margin:0 !important;
	padding:0 !important;	
	background:none !important;
	position:absolute !important;
	top:46px !important;
}
.megamenu #nav .magestore-megamenu .sub-menu{
    left: 0 !important;   
	width:100% !important;
    height: auto !important;
    float: left !important;
    visibility: hidden !important;    
    position: static  !important;
	padding:0 0  10px !important;
}
.megamenu #nav li:hover .sub-menu{
    visibility: visible !important;
}
.megamenu #nav  a.megamenu-lable{
	font-weight:bold !important;
	text-transform:uppercase !important;
	line-height:38px !important;
	padding:8px 15px 2px 17px !important;
	font-size: 12px !important;
	}
.megamenu #nav  li.over a.megamenu-lable.over{background-color:#222 !important;color:#ffa800 !important;}
.megamenu #nav  a.megamenu-lable:hover{color:#fff !important;}
.megamenu #nav li ul.shown-sub,.megamenu #nav li div.shown-sub{
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	border:none !important;
	}

.megamenu #nav div ul li div{position:static !important;border:none ;}
.megamenu #nav .magestore-megamenu li a{
    background: none repeat scroll 0 0 transparent !important;
    color: #666666 !important;
    font-size: 11px !important;
	height:auto !important;
	text-align:left !important;
}

.megamenu #nav button.button{
    border: 1px solid #F79343;
    color: #fff;
    float: none;
    font-size: 21px;
    height: 25px;
	padding:0 15px;
	border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
	letter-spacing: -1px;
    outline: medium none;
	position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background: #fe8900; /* non-CSS3 default background */
	background: -webkit-gradient(linear, left top, left bottom, from(#feb900), to(#fe8900));
	background: -moz-linear-gradient(#feb900, #fe8900);
	background: -ms-linear-gradient(#feb900, #fe8900);
	background: linear-gradient(#feb900, #fe8900);
	font-size:12px;
	-pie-background: linear-gradient(#feb900, #fe8900);
	}
..megamenu #nav button.button:hover {
	background: #CE662B;
	background: -webkit-gradient(linear, left top, left bottom, from(#F3C812), to(#CE662B));
	background: -moz-linear-gradient(#F3C812, #CE662B);
	background: -ms-linear-gradient(#F3C812, #CE662B);
	background: linear-gradient(#F3C812, #CE662B);
	-pie-background: linear-gradient(#F3C812, #CE662B);
}
.megamenu #nav button.button:active {
	color: #ccc;
	border: solid 1px #1D74B9; /* border */
	background: -webkit-gradient(linear, left top, left bottom, from(#003061), to(#0059b2));
	background: -moz-linear-gradient(#003061, #0059b2);
	background: -ms-linear-gradient(#003061, #0059b2);
	background: linear-gradient(#003061, #0059b2);
	-pie-background: linear-gradient(#003061, #0059b2);	
}

/* --------------------- Block home-----------------*/
.megamenu #nav  .block-megamenu  ul.block-home{	
	float: left;
    margin: 0 !important;
    padding: 10px 2% !important;
    width: 96% !important;
	}
.megamenu #nav  ul.block-home li{float:left !important;margin-bottom:15px !important; background:none !important;}	
.megamenu #nav  ul.block-home li label{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 10px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	margin-bottom:10px;
	}
.megamenu #nav  ul.block-home li.first{
	width:330px !important;
	padding-left:10px !important;
	padding-right:10px !important;
	border-right-width:1px !important;
	border-right-style:solid !important;
	text-align:left !important;
	}	
.megamenu #nav  ul.block-home li.first img{border:1px solid #d5d5d5;}	
.megamenu #nav  ul.block-home li.last{
	width:545px !important;
	padding-left: 15px !important;
	}
.megamenu #nav  ul.block-home li.last span{
	line-height:20px;
	padding:0 0 10px 0;
	float:left;
	width:100%;
	}

 /* -----------------------------Grid Category-----------------------------------*/
.megamenu #nav  .grid-categories-megamenu{}
.megamenu #nav  .grid-categories-megamenu h1{
	float:left;
	width:100%;
	margin:0;
	padding:10px 0;
	border-bottom:1px dashed #D5D5D5;
	}
.megamenu #nav  .grid-categories-megamenu ul.level0-megamenu{
	float:left;
	width:96%;
	padding:10px 2%  ;
	margin:0;
	}
.megamenu #nav  .grid-categories-megamenu ul.level0-megamenu li.level1-megamenu{
	float:left !important;
	width:21% !important;
	padding:0 10px !important;
	margin:10px  0 0 0 !important;
	border-right:1px solid #d5d5d5 !important;
	}
.megamenu #nav  .grid-categories-megamenu ul.level0-megamenu li.featured{
	width:29% !important;
	float:right !important;
	border:none !important;
	padding:0 0 0 10px !important;
	}	
 .megamenu #nav .grid-categories-megamenu li .level1-title{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px dashed #d5d5d5;overflow-x:hidden;
	}	
.megamenu #nav  .grid-categories-megamenu li .level1-title h2{
	padding:0 0 5px;
	margin:0;
	float:left;
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
	}	
.megamenu #nav  .grid-categories-megamenu li ol.level2-megamenu{
	float:left;
	width:100%;
	padding:10px 0;
	}	
.megamenu #nav  .grid-categories-megamenu li ol li{}
.megamenu #nav .grid-categories-megamenu li.featured .level1-content{
	float:left;
	width:100%;
	padding:15px 0 !important;
	} 
.megamenu #nav  li.featured .level1-content a.product-image{float:left;width:110px;margin:0;}
.megamenu #nav  li.featured .level1-content .product-shop{float:left;width:100px;padding-left:10px;}
.megamenu #nav  li.featured .level1-content .product-shop h1.product-name{font-weight:bold;border:none;}
.megamenu #nav  li.featured .level1-content .product-shop span{float:left;width:100%;padding:5px 0 0;}
.megamenu #nav  li.featured .level1-content .product-shop .price-box{float:left;width:100%;padding: 5px 0;}
.megamenu #nav  li.featured .level1-content .product-shop .price{font-size:18px;color:#000;}

 
     /* -------------------------------------------------------------------*/
	 
 /* ----------------------------- list Category----------------------------------*/
.megamenu #nav .list-categories-megamenu ul.level0-megamenu{
	float: left !important;
    margin: 0 !important;
    padding: 10px 15px  !important;
    width: 96% !important;
}
.megamenu #nav .list-categories-megamenu h1.block-title{
	float:left !important;
	width:100% !important;
	margin:0 !important;
	padding:10px 0 !important;
	border-bottom:1px dashed #D5D5D5 !important;
	text-transform:uppercase;
	}
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li.level1-megamenu{
	border-right: 1px solid #D5D5D5 !important;
    float: left !important;
    margin: 10px 0 0 !important;
    padding: 0 10px !important;
    width: 15% !important;
	}
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li.featured{
	width:220px !important;
	float:left !important;
	border:none !important;
	padding:0 0 0 5px !important;
	}	
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li ul.level2-megamenu,
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li ul.level2-megamenu ol,
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li ul.level2-megamenu li .level1-title{float:left;width:100%;}
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li ul.level2-megamenu li .level1-title{border-top:1px dashed #d5d5d5;padding-top:5px;}
.megamenu #nav .list-categories-megamenu ul.level0-megamenu li ul.level2-megamenu li.first .level1-title{border-top:none;padding-top:0;}
.megamenu #nav .list-categories-megamenu li .level1-title h2{
	padding: 5px 0 !important;
	margin:0 0 5px !important;
	float:left !important;
	width:100% !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	border-bottom:1px dashed #d5d5d5 !important;
	}	
.megamenu #nav li.featured .product-item{float:left;width:100%;padding:15px 0 !important;}
.megamenu #nav li.featured .product-item a{float:left;width:110px;margin:0;}
.megamenu #nav li.featured .product-item .product-shop{float:right;width:105px !important;padding: 0 0 0 5px !important;}
.megamenu #nav li.featured .product-item .product-shop h1.product-name{font-weight:bold;border:none !important;}
.megamenu #nav li.featured .product-item .product-shop span{float:left;width:100%;padding: 0;height:38px;overflow:hidden;}
.megamenu #nav li.featured .product-item .product-shop .price-box{float:left;width:100%;padding: 0;}
.megamenu #nav li.featured .product-item .product-shop .price{font-size:18px;color:#000;}
/* -------------------------------------------------------------------*/

/* -----------------------------Grid Product----------------------------------*/

.megamenu #nav .products-megamenu-grid  ul.level0-megamenu{
	float: left;
    margin: 0;
    padding: 10px 10px;
    /*width: 96%;*/
	}
.megamenu #nav .products-megamenu-grid li.item{
	float:left;
	width:190px;
	border-right:1px solid #d5d5d5;
	padding-left:5px;
	}
.megamenu #nav .products-megamenu-grid li.item.last{border:none;}
.megamenu #nav .products-megamenu-grid li.item h1.product-name{
	border-bottom: 1px dashed #D5D5D5;
    float: left;
    font-weight: bold;
    margin: 0 5% 10px;
    padding: 5px 0;
    text-transform: uppercase;
    width: 90%;
	}	
.megamenu #nav .products-megamenu-grid li.item a.product-image{float:left;width:100%;text-align: center !important;}
.megamenu #nav .products-megamenu-grid li.item .product-shop{float:left;width:80%;padding:10px 10%;text-align:center;}
.megamenu #nav .products-megamenu-grid li.item .product-shop label{float:left;padding-right:10px;}	
.megamenu #nav .products-megamenu-grid li.item .product-shop .price{font-size:18px;color:#000;padding:0;width:auto;}
.megamenu #nav .products-megamenu-grid li.item .product-shop span{width:100%;padding:5px 0 0;text-align:center;}
.megamenu #nav .products-megamenu-grid li.item .product-shop .price-box{float:left;width:100%;padding:0 ;}
.megamenu #nav .products-megamenu-grid li.item .product-shop button{}


/* -------------------------------------------------------------------*/

/* ----------------------------- List Product-----------------------------------*/
.megamenu #nav .products-megamenu-list  ul.level0-megamenu{
	float: left !important;
    margin: 0 !important;
    padding: 10px 10px !important;
    width: 96% !important;
	}
.megamenu #nav .products-megamenu-list  ul.level0-megamenu li.level1-megamenu{float:left !important;width:69%;border-right:1px solid #d5d5d5;}	
.megamenu #nav .products-megamenu-list  ul.level0-megamenu li.level1-megamenu h4{
	border-bottom: 1px dashed #D5D5D5 !important;
    float: left !important;
    font-weight: bold !important;
    margin: 0 0 5px !important;
    padding: 5px 0 15px !important;
    text-transform: uppercase !important;
    width: 98% !important;
	}
.megamenu #nav .products-megamenu-list  ul.level0-megamenu li.level1-megamenu ul.level2-megamenu{float:left;}
.megamenu #nav .products-megamenu-list  ul.level0-megamenu li.level1-megamenu ul.level2-megamenu li{float:left;width:100%;padding:0;margin:0;}
.megamenu #nav .products-megamenu-list  ul.level0-megamenu li.level1-megamenu ul.level2-megamenu li a{float:left;line-height:25px;}
.megamenu #nav .products-megamenu-list ul.level0-megamenu li.featured{
	float:right !important;
	border:none !important;
	padding:0 0 0 1% !important;
	}
.megamenu #nav .products-megamenu-list ul.level0-megamenu li.featured  .level1-title h2{
	border-bottom: 1px dashed #D5D5D5 !important;
    float: left !important;
    font-weight: bold !important;
	padding:15px 0 5px;
	margin:0 0 10px;
    text-transform: uppercase !important;
    width: 100% !important;
	}
/* ----------------------------- Contact-----------------------------------*/	
.megamenu #nav   ul.block-contact{
	float: left !important;
    margin: 0 !important;
    padding: 10px 2% !important;
    width: 96% !important;
	}	
.megamenu #nav   ul.block-contact li.first{
	float:left !important;
	width:310px !important;
	border-right:1px solid #d5d5d5 !important; 
	padding:15px 15px 0  0 !important;
	margin:0  0 15px ;
	}
.megamenu #nav   ul.block-contact li.last{float:left;width:610px;padding:0 10px;}	
.megamenu #nav   ul.block-contact li  h1.block-title{
	float:left !important;
	width:100% !important;
	border-bottom:1px dashed #d5d5d5 !important;
	padding:0 0 5px !important;
	margin:0 0 15px !important; 
	border-bottom: 1px dashed #D5D5D5 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
	}
.megamenu #nav   ul.block-contact li.first .address{
	float:left !important;
	width:70% !important;
	margin:0 0 15px !important; 
	}
.megamenu #nav   ul.block-contact li.first .map{
	float:left !important;
	width:100% !important;
	}
.megamenu #nav   ul.block-contact  li.last  .contact-form{float:left !important;width:100% !important;}
.megamenu #nav   ul.block-contact li.last  span{
	float:left !important;
	width:100% !important;
	padding:0 !important;
	}	
.megamenu #nav   ul.block-contact li.last  .input-box {float:left !important;width:100% !important;padding:15px 0 !important;}	
.megamenu #nav   ul.block-contact li.last  .input-box .input{float:left !important;width:160px !important;margin-right:10px !important;}	
.megamenu #nav   ul.block-contact li.last  .input-box .input input{
	width:160px !important;
	border-radius:5px;
	height:25px !important;
	border:1px solid #d5d5d5 !important;
	background:#efefef !important;
	}	
.megamenu #nav   ul.block-contact li.last .comment{float:left !important;width:100% !important;padding:10px 0 !important; }	
.megamenu #nav   ul.block-contact li.last .comment label{float:left !important;width:100% !important;}	
.megamenu #nav   ul.block-contact li.last .comment textarea{
	width:100% !important;
	float:left !important;
	height:150px !important;
	background:#efefef !important;
	}	
.megamenu #nav   ul.block-contact li.last .comment .button-set{float:left !important;width:100% !important;padding:10px 0 0 !important;text-align:right;}	
.megamenu div .footer-megamenu{float:left;width:100%;}		
	
	
	
	
	
	
	
	
.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5{font-size:11px;}

.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.block-blog .menu-categories UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI a,.block-blog .menu-categories UL LI a,.block-blog .menu-tags UL LI a{font-size:11px;}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em!important;
}
.tag-count-2{
	font-size:1.2em!important;
}
.tag-count-3{
	font-size:1.4em!important;
}
.tag-count-4{
	font-size:1.6em!important;
}
.tag-count-5{
	font-size:1.8em!important;
}
.tag-count-6{
	font-size:2em!important;
}
.tag-count-7{
	font-size:2em!important;
}
.tag-count-8{
	font-size:2em!important;
}
.tag-count-9{
	font-size:2em!important;
}
.tag-count-10{
	font-size:2em!important;
}

.block-blog .head h4{
padding-left: 20px;
}

.block-blog .block-title strong {
background-image:url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/aw_blog/images/icon_blog.png);
background-repeat:no-repeat;
padding-left:21px;
text-align:left;
}

.postWrapper .poster{
	display:inline;
}
.input-box.aw-blog-comment-area{width:100%;}

.widget-latest li{font-size:12px;padding:5px 10px;}
.block-blog .menu-categories{margin:0;padding:5px 9px;}

A.awblog_current_comment { text-decoration:none!important; font-weight: bold!important; }

/**
 * Product:     Recurring Purchase Assistant
 * Package:     Aitoc_Aitproductslists_1.0.4_1.0.0_276141
 * Purchase ID: n/a
 * Generated:   2012-05-17 23:33:58
 * File path:   skin/frontend/base/default/css/aitproductslists/styles.css
 * Copyright:   (c) 2012 AITOC, Inc.
 */
.aitproductslists_block {
    width: 100% }

.aitproductslists_block .product-essential {
    width: auto;
    float: none;
    border: 1px solid #C4C6C8;
    font-size: 11px;
    padding: 10px;
    margin-bottom: 10px; }

.aitproductslists_block .product-essential table td {
    padding-bottom: 5px }

#existing_list_block td,
#new_list_block td {
    padding-top: 5px }

.aitproductslists_block input,
.aitproductslists_block select,
.aitproductslists_block textarea {
    font-size: 11px }

.aitproductslists_block .or {
    float: none;
    line-height: 30px; }

.aitproductslists_block #existing_lists {
    width: 140px }

.aitproductslists_block #add_list_input {
    width: 146px;
	border: 1px solid #ba9c3a;
	padding: 0;
	 }

.aitoc_ppl_lable {
    float: none !important }

.aitoc-totals {
    margin-top: 10px;
    font-size: 12px;
	clear: both;
	border-top: 5px solid #000;
	padding: 15px 0;
	width: 260px;
	 }

.aitoc-totals #input_elements {
    width: 160px }

.aitoc-totals #input_elements_textarea {
    width: 155px }

#ait_create_product_list #input_elements {
    width: 160px }

#ait_create_product_list #input_elements_textarea {
    width: 155px }

#ait_create_product_list table{
	overflow:hidden;
	clear:both;}

#ait_create_product_list table td {
    padding-top: 5px }

.aitoc-totals h2 {
    font-size: 16px;
	font-family: 'AvenirLTStd55Roman';
    color: 000; }

#ait_create_product_list {
    top: 200px;
    left: 63%;
    position: fixed;
    z-index: 999;
    background: #FFFFFF;
    border: 1px solid #D0CBC1;
    padding: 14px;
    margin: 5px 0px 5px 0px;
    width: auto; }

.aitproductslists-list-new .title-buttons {
    margin-top: 30px }

#aitproductslists-info-form .box-content table td {
    padding-bottom:5px;
    width: 60px; }

#aitproductslists-info-form .box-content table td input,
#aitproductslists-info-form .box-content table td textarea {
    width: 163px;
    max-width: 163px;
    padding: 1px 0px; }

#aitproductslists-info-form .box-content table td select {
    width: 164px }

#aitproductslists-info-form .box-content table td input[type="checkbox"] {
    width: auto }

#aitproductslists-info-form .box-content table td input.date {
    width: 143px }

.aitproductslists-list-view .box-account .box-head h2 {
    padding-left: 0;
    color: #E76200; }

.aitlist_marge_table td {
    padding-bottom: 5px }

.aitlist_share_head {
    line-height: 25px;
    padding-bottom: 5px; }

.aitlist_share_head a {
    margin-left: 5px }
	
.aitproductslists-list-grid .title-buttons button,
.aitproductslists-list-new .title-buttons button,
.aitproductslists-list-view .title-buttons button,
.aitproductslists-list-view .box button{
    cursor: pointer;
    margin: 0;
    width: auto;
	background: none repeat scroll 0 0 #ba9c3a;
	border: 0;
    color: #FFFFFF;
    font: bold 11px/19px Arial,Helvetica,sans-serif;
    padding: 1px 15px;
    text-align: center;
    white-space: nowrap;}
	
.aitproductslists-list-view .title-buttons h1{
	width:306px;
	text-align:left;}
	
.aitproductslists-list-configure .add-to-cart button{
	margin-right:5px;}
	
#existing_list_block td table td{
	text-align:left;
	padding-right:5px;
	padding-bottom:10px;}
	
.aitproductslists-list-view .account-login{
	margin-bottom:30px;}
	
#product_addtocart_form .product-options-bottom .add-to-cart{
	float:none;
	clear:both;
	padding-top:10px;}

*+html .box-account{
    overflow:hidden;}
*+html .aitproductslists-list-grid .title-buttons button, 
*+html .aitproductslists-list-new .title-buttons button, 
*+html .aitproductslists-list-view .title-buttons button, 
*+html .aitproductslists-list-view .box button {
    margin-left:3px;}
.mass-action button.mass-action{
    margin:3px 0px;}

.block-cart .block-title {
	background-color: #FFF;
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* <<< Sidebar Navigation ==================================================================== */
.sidebar-nav {
	font-family: Century Gothic, Arial, sans-serif;;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	/*margin: 6px 0 15px 0;*/
	z-index: 999;
}
.sidebar-nav-menu { margin-left:32px; margin-bottom:0px; margin-top:10px;}
.sidebar-nav .block-title {
	border: 0 none !important;
	height: 18px !important;
	padding: 7px 9px 2px;
}
.sidebar-nav .block-title strong {
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
.sidebar-nav .block-content {
	padding: 2px 9px;
	margin-left: -10px;
}
.sidebar-nav .block-content a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
ul.sidebar-nav-menu > li {
	list-style: inside disc;
	padding: 0;
}

ul.sidebar-nav-menu > li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Century Gothic, Arial, sans-serif;;
	}
	
ul.sidebar-nav-menu > li:last-child {
	background: none;
	margin-bottom: 15px;
}
/*
ul.sidebar-nav-menu > li > ul {
	margin-left: 5px;
}
*/
ul.sidebar-nav-menu li ul {
/*	padding-left: 10px; */
	font-weight: normal;
}
.sidebar-nav li.active,
.sidebar-nav li.active > a,
.sidebar-nav li.active > .collapsible-wrapper > a {
	color: #000000;
}
.sidebar-nav ul.ul-thumb {
	padding-left: 0;
}
ul.sidebar-nav-menu > li.parent > ul.ul-thumb {
	padding-left: 10px;
}
.sidebar-nav li.thumb {
	list-style-type: none;
}
ul.sidebar-nav-menu > li.no-thumb,
ul.sidebar-nav-menu > li.thumb {
	margin-left: 0 !important;
	list-style-type: none;
}
.sidebar-nav img {
	border: 0 none !important;
	outline: 0 none !important;
}
.sidebar-nav span.product-count {
	color: #000;
}
/* >>> Sidebar Navigation ==================================================================== */
/* Collapse */
.sidebar-nav h3.categories { text-align:center; }
.sidebar-nav h3.apps { position:relative; left:20px; width:229px; margin-bottom:-10px; height:27px; color:white; /*background:transparent url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/sidebar-title-applications.jpg') no-repeat; text-indent:-999em;*/ cursor:pointer; border-bottom:1px solid black; padding-bottom:5px; }
.sidebar-nav h3.viewCollections { position:relative; left:20px; width:229px; margin-bottom:-10px; height:27px; color:white; color:white; /*background:transparent url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/viewbycollection.jpg') no-repeat;*/ cursor:pointer; /*border-bottom:1px solid black;*/ padding-bottom:5px; }
.sidebar-nav h3 a { /*color:white;*/ font-size:16px; text-decoration:none; display:inline-block; padding:4px 0 4px 10px; /*background:black url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/arrow.png') no-repeat 96% 10px; color:#A97B2B;*/ width:219px; }
.sidebar-nav h3.viewCollections { text-align:left; }

.sidebar-nav h3 a:hover { color:black; }
ul.sidebar-nav-menu > li a:hover { color:#A97B2B; }
.sidebar-nav h3.active a { /*background:black url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/arrowUp.png') no-repeat 96% 10px;*/ }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* <<< Sidebar Navigation ==================================================================== */
#sidebar-nav li.thumb img {
	float: left;
	margin-right: 3px;
}
.sidebar-nav-menu .arrow {
	float: left;
	background: url('http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/arrows.gif') left center no-repeat;
	display: block;
	margin-top: 2px;
	/*width: 8px;
	height: 8px;*/
	margin: 3px 3px 0;
}
ul.sidebar-nav-menu li ul {
	display: none;
}
#sidebar-nav li.active > ul {
	display: block;
}
#sidebar-nav li.active > .arrow {
	display: block;
	background: url('http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/arrows.gif') right center no-repeat;
}
ul.sidebar-nav-menu > li {
	list-style: none !important;
}
/* >>> Sidebar Navigation ==================================================================== */
.sidebar-nav-menu .collapsible-wrapper {line-height:23px}
.customweb-warning {
	background: url(http://www.orogoldcosmetics.ca/skin/frontend/base/default/customweb/subscription/warning.png) no-repeat right 10px center;
}

.subscription-agreement-totals {
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 5px 0;
	padding: 10px 15px 0 0;
	width: 100%;
}

.subscription-agreement-totals td {
	padding: 2px 0;
}

.subscription-agreement-totals th {
	padding: 2px 30px 2px 0;
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */
	.mw_et_content_video {display: none;}

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/default/images/testimonial/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden;  zoom: 1; font-family: 'AvenirLTStd65Medium'; font-weight: normal; text-transform: uppercase;border-bottom: 1px solid #000; border-top: 1px solid #000;}
.tabs li                { float:left; /*background: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/producttab.jpg') no-repeat #fff;*/ font-size:0.9em; /*line-height:1em;*/ height: 36px; font-weight: normal;  }
.tabs li.first          {  }
.tabs li.last           {  }
.tabs a                 { display:block; padding:13px 8px 8px 8px; color:#000; text-decoration: none;}
.tabs a:hover           { background-color:#fff; text-decoration:none; color:#000; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#fff; font-weight: bold; color:#000;/* background: url('http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/producttab_active.jpg') no-repeat;*/ height: 36px; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
#product_tabs_custom a {border-left: 1px solid; border-right: 1px solid;}
#cartview { float: left; position: relative; background: url(http://www.orogoldcosmetics.ca/skin/frontend/default/orogoldCA/images/icn-mybag.png) no-repeat center left; padding: 0 0 0 20px; padding-right:10px;}
#cartview-link { overflow: hidden; text-align: right; }
#cartview-panel { width: 250px; position: absolute; right: 0; text-align: left; z-index: 999999; background: #fff; }
#cartview-panel .block-title { display: none }
#cartview-panel .block { padding: 15px; }
