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

/* 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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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 ================================================================================= */
* { margin:0; padding:0; }

@font-face {
    font-family: 'OptimusPrincepsSemiBoldRg';
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/optimusprincepssemibold-webfont.eot');
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/optimusprincepssemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/optimusprincepssemibold-webfont.woff') format('woff'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/optimusprincepssemibold-webfont.ttf') format('truetype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/optimusprincepssemibold-webfont.svg#OptimusPrincepsSemiBoldRg') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'chocolate_covered_raindropsBd';
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops_bold-webfont.eot');
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops_bold-webfont.woff') format('woff'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops_bold-webfont.ttf') format('truetype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops_bold-webfont.svg#chocolate_covered_raindropsBd') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'chocolate_covered_raindropsMd';
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops-webfont.eot');
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops-webfont.woff') format('woff'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops-webfont.ttf') format('truetype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/chocolate_covered_raindrops-webfont.svg#chocolate_covered_raindropsMd') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amaticbold';
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amatic-bold-webfont.eot');
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amatic-bold-webfont.woff') format('woff'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amatic-bold-webfont.ttf') format('truetype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amatic-bold-webfont.svg#amaticbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amatic_scregular';
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amaticsc-regular-webfont.eot');
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amaticsc-regular-webfont.woff') format('woff'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amaticsc-regular-webfont.ttf') format('truetype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'little_daysregular';
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/little_days-webfont.eot');
    src: url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/little_days-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/little_days-webfont.woff') format('woff'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/little_days-webfont.ttf') format('truetype'),
         url('https://dustygirls.ie/skin/frontend/default/dusty/webfont/little_days-webfont.svg#little_daysregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body          { /* background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgConstant.jpg"); background-position:center top; background-repeat:repeat; */ font-family: Arial,sans-serif; color:#777; background-color: #FFF; text-align:center; font-size: 12px; line-height: 1.2;}

img           { border:0; vertical-align:top; }

a             { color:#93a4e2; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1, h2{ font-family: 'amaticbold', serif; margin:0; padding:0; }
h3, h4, h5, h6 { font-family:"amaticbold", serif; margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1            { color:#9598cd; font-size:36px; line-height:34px; padding-bottom:17px; }
h2            { color:#9598cd; font-size:30px; padding-bottom:10px; }
h3            { font-size:28px; padding-bottom:5px; }
h4            { font-size:18px; font-weight:bold; }
h5            { font-size:16px; font-weight:bold; }
h6            { font-size:14px; font-weight:bold; }


/* 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 { vertical-align:top; text-align:left; font-weight:normal; }
td 			  { text-align:left; font-weight:normal; }
th            { font:bold 11px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; } 
td            { border:1px solid #dde6f5; color:#dde6f5; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
blockquote    { color:#767057; font-size:1.1em; font-style:italic; font-weight:normal; margin:0 0 10px; padding:10px 0; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }
p             { color:#777; font-size:1em;  margin:0 0 14px; }

#featurepanel { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgGrassyFeature.jpg"); background-position:center top; background-repeat:no-repeat; height:317px; position:relative; width:666px; }
#featurepanel .cowmessage { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/CowMessageHome.jpg"); background-position:left top; background-repeat:no-repeat; height:206px; left:0; position:relative; width:284px; }
#featurepanel .productshot { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/FeatureProductHome.jpg"); background-position:right top; height:372px; position:absolute; right:0; top:0; width:382px; }
.highlighttext { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgConstant.jpg"); background-repeat:repeat; padding:10px; }
.highlighttext2 { background-color:#0A7330; background-repeat:repeat; color:#FFFFFF; padding:10px; }
.highlighttext2 a { color:#F0ECE1; }
.productbox     { background-color:#F7F4EE; border:3px double #DAD4C6; margin-bottom:25px; padding:10px; }
.leftphoto { float:left; padding-right:10px; }

#addB  { margin-top:20px; }
#contactForm { position: absolute; z-index: 999; top: 10px; left: 450px; width: inherit; font-size: 10px; }
#contactForm fieldset { margin: 1px; padding: 2px; }
.submitB { float:right; }
#contactForm fieldset .top { margin: 0px; }
#contactForm fieldset p { margin:0.6em 0; }
#contactForm fieldset label { float:left; font-weight:bold; }
#contactForm fieldset input { color:#f48f9d; background:#FFF; font-family: 'chocolate_covered_raindropsMd'; padding:2px; width:220px; font-size: 22px; }
#contactForm fieldset input, #contactForm .commentBox { border-radius: 4px; padding: 5px; }
#contactForm fieldset input:focus,  #contactForm fieldset textarea:focus, #contactForm .commentBox:focus {  color:#f67994; background: #ffe0e4; }
#contactForm .commentBox { color:#f48f9d; background:#FFF; font-family: 'chocolate_covered_raindropsMd'; font-size:22px; padding:5px; width:220px; height: 65px; }
::-webkit-input-placeholder { 
    color:    #f67994;
}
#contactForm .validation-advice {
background: #FFF; color: #FF0000;
}
#contactForm .submit { background: #f48f9d; color: #FFF; }


/* 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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { }
.page { width:1024px; margin:0 auto; padding:0px 0; text-align:left; position: relative; }
.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 { margin-top: 0px; }
.mask { position: absolute; top: 20px; left: 20px; z-index: 999; }
.main { background-color:transparent; background-position:center top; float:left; margin:0; padding:0; width:1024px; min-height: 620px;
    font-size: 22px;
    font-family: 'chocolate_covered_raindropsMd', serif; }
.checkout-onepage-index .main {  }
.checkout-onepage-index #footer {  }
.category-qty { float:right; margin-left:10px !important; line-height: 30px; font-size: 14px; font-weight: normal !important; margin-top: 0px !important; }

/* Base Columns */
.col-left { display:block;float:left;margin:0;padding:0 0 10px 18px;text-align:left;width:223px;}
.col-main { float:right; width:725px; border:0px solid #ddd; padding:5px;  min-height: 1000px; position:relative; }
.col-right { float:right; width:230px; border:0px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { width:766px; padding:30px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;padding:20px;margin:0 17px 0 0;_margin:0 8px 0 0; background-position:center top; background-repeat:repeat-x;}
/*.cms-home .col-main, 
.contacts-index-index .col-main,
.cms-company .col-main,
.cms-psoriasis .col-main { padding:0 !important; width:666px; } */

.cms-home .col-main,
.contacts-index-index .col-main,
.cms-page-view .col-main { padding:0 !important; width:766px; }

.col2-right-layout .col-main { width:766px; padding:30px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.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:23.5%; }
.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 #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
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; }
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; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:34px; background:#9598cd; padding:0px 0 0 0px; font-family: "amaticbold",serif; text-align:center; white-space:nowrap; color:#fff; font-size: 28px; }
button.button span span { background-position:100% 0; padding:0 10px 0 10px; }
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; }

.beforeafter { background-color:#F0ECE1; margin-bottom:20px; padding-left:20px; padding-right:20px; padding-top:20px; vertical-align:middle; }
/* 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; font-weight:bold; 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; margin-top: 2px; }
.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:5px 0 0; padding:5px; border:0px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:18px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 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:18px; line-height:13px; background:url(https://dustygirls.ie/skin/frontend/default/dusty/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.product-options .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:130px; padding-top: 5px; font-size:20px; line-height:20px; background:url(https://dustygirls.ie/skin/frontend/default/dusty/images/validation_advice_bg.gif) 120px 4px 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:18px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://dustygirls.ie/skin/frontend/default/dusty/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://dustygirls.ie/skin/frontend/default/dusty/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://dustygirls.ie/skin/frontend/default/dusty/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:0; margin:0 0px; border:0px solid #ddd; font-size: 0.9em; }
.breadcrumbs ul { padding-bottom: 4px;}
.breadcrumbs li { display:inline; padding-left:6px; }
.breadcrumbs li strong { font-weight: normal;}
.breadcrumbs li a { text-decoration: none; background:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BreadcrumbSep.gif") no-repeat scroll right center transparent; padding-right:10px; }

.cms-page-view .breadcrumbs { display:none !important; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 4px; }
.page-title h1,
.page-title h2 { }
.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; }

.cart .title-buttons h1 { color:#93a4e2; font-size:2.9em; }

.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:1px solid #dde6f5; font-weight:bold; white-space:nowrap; background: #F2EEE6;}
.data-table td { padding:5px; border:1px solid #dde6f5; }
.data-table thead { background-color:#f2f2f2; }
.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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://dustygirls.ie/skin/frontend/default/dusty/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 ================================================================================ */
/* .cms-home #TopMenu { display:none; } */
#TopMenu  { height:40px; top: 0px; left: 35px; overflow:hidden; position: absolute; width: auto; color:#FFF; font-weight: bold; background: #abe1fa; font-family: "amaticbold", serif !important; text-transform: uppercase; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
.dusty-country { text-align: right; font-size: 12px; color: #abe1fa;  }
.dusty-country a { color: #abe1fa; }
.dusty-country img { vertical-align: middle; }
#TopMenu ul { float:left; list-style:none outside none; margin:0 15px 0 0; padding:0; }
#TopMenu li { display:inline; float:left; list-style:none outside none; margin:0; padding:0; }
#TopMenu li a, #TopMenu li div { display:block; font-size:1.8em; margin:1px 0 7px; padding:0 0 0 15px; text-decoration:none; color:#FFF; }
#TopMenu li div { font-weight: normal;}
#TopMenu li a, #TopMenu li span { color:#FFF; }
#TopMenu li a:hover, #TopMenu li span:hover { color:#FFF; }
#TopMenu li div a { display:inline; font-size:0.9em; margin:0; padding:0; font-weight: bold;}

.TopEmailB { position: absolute;
  top: 135px;
  right: 30px;
  background-color: #abe1fa;
  height: 0px;
  width: 0px;
  overflow: hidden;
  z-index: 20000;
  border-radius: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  transform: rotate(-5deg);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  
  transition-duration: 0.5s;
  transition-property: all;
  transtion-timing-function: ease-in-out;
}

.Opened {
  top: 100px;
  right: -45px;
  width: 140px;
  height: 140px;
}

a.btnTopEmailB { color: #FFF !important; padding: 1px !Important; 
  font-family: "amaticbold", serif !important; font-size: 28px !important; }
#TopEmailFormB { display: inline-block !important; }
.TopEmailB span { 
  font-size: 28px;
  font-family: "amaticbold", serif;
  color: #FFF;
 }
#liteEMAILB { padding: 5px; width: 110px; font-size: 11px; margin-top: 2px; margin-left: 10px; margin-right: 10px;  border: none; }
#TopEmailResultB { display: none; top: 10px; position: fixed; width: 240px; left: 50%; margin-left: -120px; border: 1px solid #CCC; box-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 8px 16px; box-sizing: border-box; z-index: 99999999; font-size: 12px; background: #FFFFF5; text-align: center; }


.logo { float:left; }
.header-container {}
.header { padding:0px; background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/slogan.png"); background-position:260px 10px;background-repeat:no-repeat;height:98px;margin:0;padding:0;}
.header .logo { margin: 55px 0px 10px 35px; position: absolute; text-decoration:none !important; }
.header h1 { margin: 0px !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 {  padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.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 {}

.form-search { padding:12px 15px; }

.rightphoto { float:right; padding-left:10px; padding-top:5px; }

.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

li.newsletter { display: none !important;}
li.testimonials2 { display: none !important; }

.cms-page-view li.newsletter,
.cms-home li.newsletter { display:inline !important; }
.cms-page-view li.testimonials2,
.cms-home li.testimonials2 { display:inline !important; }
.cms-page-view li.top-search,  
.cms-home li.top-search { display:none; }
/********** < Navigation */
#navi { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/menu.png");background-position:center top;background-repeat:no-repeat;height:68px;padding-left:40px; margin-left: -20px; margin-right: -20px; padding-right: 40px; z-index: 4; position:relative}
.navlist {float:left;margin:0;padding-bottom:0;padding-left:0;}
.navlist ul, .navlist li {display:inline;list-style-type:none;margin:0;padding:0; float:left; }
.navlist a:link, .navlist a:visited {
background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgANavItem.jpg");
background-position:right center;
background-repeat:no-repeat;
color:#006600;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.1em;
font-weight:normal;
line-height:14px;
margin:0;
padding:18px 7px;
text-decoration:none;
}

.navlist a#current:link, .navlist a#current:visited {
background-color:#FFFFFF;
color:#000000;
}
.navlist a:hover {
color:#FFFFFF;
text-decoration:underline;
}

/*Nav for navi sub*/
#navi a:link, #navi a:visited {
background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgANavItem.jpg");
background-position:right center;
background-repeat:no-repeat;
color:#006600;
font-family: 'OptimusPrincepsSemiBoldRg', "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:16px;
line-height:14px;
margin:0;
padding:18px 7px;
text-decoration:none;
}

#navi ul a:link, #navi a:visited {
font-size:15px !important;
}

#navi li { text-align:left; position:relative; }
#navi li.over { z-index:999; }
#navi li.parent {}
#navi li a { display:block; text-decoration:none; }
#navi li a:hover { text-decoration:none; }
#navi li a span { display:block; white-space:nowrap; cursor:pointer; }
#navi li ul a span { white-space:normal; }

/* 1st Level */
#navi li { float:left; }
#navi li a { float:left; }
#navi li a:hover { color:#000; }
#navi li.over a,
#navi li.active a { color:#000; }

/* 2nd Level */
#navi ul { position:absolute; width:19em; top:50px; left:-10000px; border:1px solid #ddd; background:url("https://dustygirls.ie/skin/frontend/default/dusty/images/bg_menu.png"); }
#navi ul li { float:none; border-bottom:1px solid #ddd; }
#navi ul li.last { border-bottom:0; }
#navi ul li a { float:none; padding:5px 8px !important; font-weight:normal; color:#006600 !important; }
#navi ul li a:hover { color:#0033cc !important; }
#navi ul li.active > a,
#navi ul li.over > a  { font-weight:bold; color:#0033cc !important; }
#navi ul li{ background: url("https://dustygirls.ie/skin/frontend/default/dusty/images/arrow-a.png") 95% 40% no-repeat; }
#navi ul li:hover { background: url("https://dustygirls.ie/skin/frontend/default/dusty/images/arrow-b.png") 95% 40% no-repeat; }

/* 3rd+ leven */
#navi ul ul { top:7px; background:url("https://dustygirls.ie/skin/frontend/default/dusty/images/bg_menu.png"); }

/* Show Menu */
#navi li.over > ul{ left:0; }
.dusty_leftmenu ul li.over ul  { left: 160px; }
#navi li.over > ul li.over > ul { left:19em; }
#navi li.over ul ul { left:-10000px; }
/*End Navi sub*/


.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }

/* 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:0px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; 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 { padding:20px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.intrologos {background-position:center bottom;background-repeat:no-repeat;height:150px; margin-top: 50px;}
.intrologos .block-content { margin-left: -18px; margin-right: -20px; z-index: 2; position: relative; padding-top: 15px; }
.innerpad { padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; }
#twitterbox { background-color:#047530; background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgTwitterboxBg.gif"); background-position:center top; background-repeat:repeat-y;  clear:both; width:275px;}
#twitterbox .entry { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgTwitterboxTop.gif"); background-position:center top; background-repeat:no-repeat; padding:50px 0 0; }
#twitterbox .entry p  { color:#F0ECE1; font-style:italic; margin:0; padding:10px 25px 0; }
#twitterbox .birdy {  background-position:center top; background-repeat:no-repeat; height:28px; padding:50px 10px 0 5px; }
.birdy a { float:right; font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; font-style:italic; font-weight:normal; padding-top:5px; }

.grungeframe { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/FrameLeftGrunge.jpg"); background-position:center bottom; background-repeat:no-repeat; height:200px; padding:30px 14px 17px 16px; width:252px; }
.caption { color:#767057; font-size:1.1em; font-style:italic; font-weight:normal; margin:0; padding:0 0 25px; text-align:center; }

ul.subList { margin:0; padding:0 0 15px; }
ul.subList li { display:inline; font-size:1em; list-style-type:none; margin:0; padding:0; }
ul.subList li a { background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/BgSideMenuItem.gif"); background-position:left top; background-repeat:no-repeat; border-style:none; color:#93a4e2; display:block; font-size:1.4em; font-weight:normal; list-style-type:none; margin:0; padding:6px 0 6px 40px; text-align:left; text-decoration:none; }
ul.subList li.current a, ul.subList li a:hover { background-position:left bottom;color:#261607;display:block;list-style-type:none;text-decoration:none; }
/*ul.subList .active a { background-color:#999999; color:#EFEDE4; }*/

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.products-list li { width: 200px; }
.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: 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 .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 {}
.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:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #f6eed8; padding:6px 10px; float: left; min-height: 300px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:200px; height:200px; margin:6px; }
.products-list .product-shop { margin-left:175px; }
.products-list .product-shop p, .product-shop p, .product-essential p { line-height: 24px; font-size: 24px !important; margin: 0 0 0.4em; }
.products-list .product-shop a { text-decoration: none;}
.products-list .product-name { margin:5px 0 5px; text-decoration: none; line-height: 26px; font-size:28px; font-family: "amaticbold", cursive;
}
.products-list .product-name a {}
.products-list .price-box { float:right; margin: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:18px; font-size: 14px;}
.products-list .desc .link-more { font-size:14px; float:right; font-family: Georgia, "Times New Roman", Times, serif; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.btn-cart { background:url(https://dustygirls.ie/skin/frontend/default/dusty/images/add_to_cart.jpg) no-repeat; display:block; width:269px; height:32px; float: left; margin-top: 6px; }
/* ======================================================================================= */

.twitter-content {color:#F0ECE1; font-style:italic; margin:0; padding:10px 20px 0; font-size:1.1em; }
/* 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(https://dustygirls.ie/skin/frontend/default/dusty/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://dustygirls.ie/skin/frontend/default/dusty/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; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.attributes label { display: none; }
.product-collateral h3 { font-size: 26px; }
.price { white-space:nowrap !important; }

.price-box { margin-top: 10px; margin-right: 15px;}
.product-essential .price-box { position: absolute;  margin-top: 23px; margin-right: 0px;}
.price-box .price { font-weight:bold; }

/* Regular price */
.product-shop, .product-essential { font-family: 'chocolate_covered_raindropsMd'; }
.product-shop .add-to-cart a,
.product-essential .add-to-cart a { font-family: "amaticbold", cursive; }
.regular-price {}
.regular-price .price { font-size: 40px; line-height: 30px; margin-top: 5px; }
.product-essential .regular-price .price { font-size: 25px; line-height: 30px; margin-top: 5px; }


/* 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; }
.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 { display: none; float:left; font-size:11px; font-weight:bold; margin-right:115px; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box { padding-top:15px; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.add-to-box .add-to-cart a { font-size: 30px;
line-height: 30px;
text-decoration: none; }


.product-view { padding:20px 0px 0px 0px; }
#product-price-2_clone { display:none; }

.product-essential {  }
.product-collateral { padding:20px 0; }
.product-collateral .box-collateral { margin:0 0 15px; }

.attributes { margin:5px 0; float: left; }
.attributes label { float:left; width: 40px; font-weight:bold; font-size:11px; visibility: hidden;}
.attributes span { width: 120px; }

/* Product Images */
.product-view .product-img-box { width:260px; text-align: center; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; 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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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 { width:100%; }
.product-shop { margin-bottom: 0px !important; margin-left: 5px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { font-family: "amaticbold", cursive; }
.product-view .short-description { color: #222121; }

/* Product Options */
.product-options {  float: left; width: 215px; /*padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; */}
.product-options label { float: left; font-size: 24px !important; padding-left: 5px; margin-right: 10px; line-height: 30px;  }
.product-options select { border-radius: 4px !important; }
.product-options label .required { display:none; }
.product-options label:before { border: none !important; }
.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: 0px; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { /*width:100%;*/ }
.product-options .options-list { float:left; }
.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:0px 0 0; display: none; }

.product-options-bottom { padding:0px 0; border:0px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; display:none; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description { margin-top: 2px;}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* 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 h2 { font-family: "amaticbold", cursive;  margin: 0px 0 0px !important; font-weight: bold; font-size: 40px; line-height: 1;
padding: 0px; }
.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(https://dustygirls.ie/skin/frontend/default/dusty/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 #shopping-cart-table th, #checkout-review-table-wrapper  th, #details-table th { background:#9598cd; border: 1px solid #9598cd; color: #FFF; }

#shopping-cart-table td { vertical-align: center !important; border-bottom: 1px solid #dde6f5; border-top: none; border-left: none; border-right: none; color: #93a4e2;  }
#shopping-cart-table .product-name, #checkout-review-table-wrapper .product-name, #details-table .product-name { font-size: 26px; text-align: left; margin: 0px; padding: 0px;#f8c1da }
#shopping-cart-table a, #checkout-review-table-wrapper a, #details-table a { text-decoration: none; }
#shopping-cart-totals-table td, #checkout-review-table-wrapper td, #details-table td { border: 1px solid #dde6f5; color: #93a4e2; }

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; padding-top:10px; }
.cart .checkout-types li { margin:5px 0; }

/* Shopping Cart Table */
.cart-table .item-msg {
    font-size: 20px;
    margin: 0px;
    color: #a00;
    font-weight: bold;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:286px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.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 { border:1px solid #dde6f5; padding:10px; }

.cart .discount,
.cart .shipping h3 { color:#93a4e2; }

/* QD 20110914 */
.cart .discount { margin-bottom: 25px; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.proceed-checkout { background:url(https://dustygirls.ie/skin/frontend/default/dusty/images/CheckoutButton.gif) no-repeat; width:190px;height:30px; display:block; float: right;}

/* 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(https://dustygirls.ie/skin/frontend/default/dusty/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(https://dustygirls.ie/skin/frontend/default/dusty/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 { display:none; }
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:0px solid #ddd; position:relative; }
.opc li.section { border:0px solid #ddd; border-bottom:0; padding:5px 0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#F2EEE6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; font-size:1.55em; }
.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:#9598cd; cursor:default; }
.opc .active .step-title h2 { color:#fff; }
/*.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-create {}
/* 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; }

.product-shop .price { font-family: "amaticbold", cursive; }

.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 {background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/footer_tile.png");background-position:center top;background-repeat:no-repeat;clear:both;height:100px;margin:0;padding:8px 0 0;}
#footer p {font-size:1em;margin:0 0 5px;padding:0;text-align:center;}
.footerlink {background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/MooGooFooterLogo.gif");background-position:center top;background-repeat:no-repeat;color:#FFFFFF;display:block;height:50px;margin:0 auto;width:122px;}
#footer p a {border-style:none;color:#93a4e2;font-weight:bold;padding:0;text-decoration:underline;}
a.footerlink:hover  {
background-image:url("https://dustygirls.ie/skin/frontend/default/dusty/images/MooGooFooterLogo.gif");
background-position:center bottom;
display:block;
}

.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* 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; }
/* ======================================================================================= */

















/* Qualia Design */

blockquote strong {
	font-style: inherit;
}

em {
	font-style: italic;
}




h2 {
	margin: 50px 0 20px;
}

.step-title h2 {
	margin: 0;
	padding-top: 10px;
}


dt
{
	font-size: 1.1em;
}

.col-main p img,
.col-main .right img,
.col-main .left img
{
	margin: 10px;
}

td p,
td img
{
	margin: 10px;
}


.floatRight {
	float: right;
}

img.floatRight {
	margin: 10px 20px 20px 40px;
}

.flushAlt1,
.flushAlt2
{
	width: 55%;
	clear: both;
	padding-top: 40px;
	font-size: 95%;
	color: #777;
}

.flushAlt1.sideBySide,
.flushAlt2.sideBySide
{
	width: 45%;
	clear: none;
}
.flushAlt1.sideBySide {
	float: left;
}

.flushAlt1 {
	margin-left: 20px;
}

.flushAlt2 {
	float: right;
}

.flushAlt1 blockquote,
.flushAlt2 blockquote
{
	font-size: 125%;
	color: #000;
    text-indent: -0.4em;
}
.flushAlt1 blockquote:before,
.flushAlt2 blockquote:before
{
	content: "“ ";
	font-family: Georgia;
	font-size: 40px;
	display: inline-block;
	position: relative;
	top: 0.3em;
	left: -6px;
	line-height: 0;
}
.flushAlt1 blockquote:after,
.flushAlt2 blockquote:after
{
	content: " ”";
	font-family: Georgia;
	font-size: 40px;
	display: inline-block;
	position: relative;
	top: 0.6em;
	left: 6px;
	line-height: 0;
}

.ie .flushAlt1 blockquote:before,
.ie .flushAlt2 blockquote:before
{
	left: 6px;
}
.ie .flushAlt1 blockquote:after,
.ie .flushAlt2 blockquote:after
{
	left: 14px;
}

.flushAlt1 blockquote {
	font-family: Verdana;
	letter-spacing: 0.01em;
	color: #449;
}

.flushAlt2 blockquote {
	font-family: Times, "Times New Roman";
	font-size: 155%;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #944;
}

.flushAlt1 p,
.flushAlt2 p
{
	color: #777;
}

.printTitle {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.withCaption {
	clear: both;
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.withCaption .flushAlt1,
.withCaption .flushAlt2
{
	position: relative;
	z-index: 90;
	display: table;
}

.withCaption .flushAlt1 div,
.withCaption .flushAlt2 div
{
	display: table-cell;
	vertical-align: middle;
}

.captionPhoto {
	width: 35%;
	position: absolute;
	bottom: 20px;
}

.captionPhoto p {
	margin: 0 0 0 25px;
	color: #93a4e2;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.captionPhoto.right {
	margin-left: 374px;
}

.captionPhoto.top {
	bottom: auto;
	top: 100px;
}

#stockistsMap {
	position: relative;
	margin: auto;
	width: 460px;
}

#stockistsMap img.map {
	position: relative;
	z-index: 100;
}

#stockistsMap img.region {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 20;
}		

#stockistsMap img.regionBg {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 19;
}

#stockistsList {
	position: relative;
	margin-bottom: 60px;
}

#stockistsList .list {
	display: none;
}

#stockistsList .list.selected {
	display: block;
}

#stockistsList th,
#stockistsList td
{
	padding: 3px 6px;
	vertical-align: middle;
}

	#stockistsList th {
		font-family: Georgia, 'Times New Roman', Times, serif;
		border: 1px solid #dde6f5;
		color:#635A45;
		line-height: 1.6;
	}

#stockistsList td p {
	margin: 0;
	color: inherit;
	font-size: inherit;
}

p.tip {
	position: absolute;
	top: 0.5em;
	left: 28em;
	font-size: 96%;
	color: #444;
}
p.tip a {
	color: #444;
}


.facebook {
	margin: auto;
	width: 280px;
	height: 182px;
}

.facebook a {
	display: block;
}

#newsletters {
	margin: auto;
	width: 600px;
}

	#newsletters h2,
	#newsletters p 
	{
		width: 420px;
	}

	#newsletters h2 {
		font-size: 1.4em;
		padding: 20px 0 10px;
		margin: 0;
	}

	#newsletters img.thumb {
		float: right;
		clear: right;
	}

	#newsletters .dateStamp {
		float: left;
		color: #555;
		font-weight: bold;
	}


body.page-popup.catalog-product-gallery {
	background: none;
}

.product-image-popup img {
	margin: auto;
}


#newsletterSub {
	padding: 20px;
	overflow: hidden;
	margin-bottom: 36px;
}

#newsletterSub p {
	margin: 60px 0 0 30px;
	float: left;
	font-size: 2em;
	font-style: italic;
	line-height: 0.8;
	color: #5d584f;
}
#newsletterSub p span {
	padding-right: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
}

#newsletterSub p span.first {
	color: #fff;
}

#newsletterSub span.label {
	width: 75px;
	float: left;
	text-align: left;
	color: #fff;
} 

#newsletterSub span.button {
	float: right;
	margin-left: -40px;
} 

#newsletterSubForm {
	width: 275px;
	float: left;
	background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/BgNewsletterboxBg.png);
}

#newsletterSubForm .top {
	background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/BgNewsletterboxTop.png) left top no-repeat;
}

#newsletterSubForm .bottom {
	width: 235px;
	background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/BgNewsletterboxLow.png) left bottom no-repeat;
	overflow: hidden;
	padding: 10px 20px 20px 20px;
}

#newsletterSubForm input {
	width: 150px;
	margin: 10px 0 2px 0px;
	padding: 4px 2px 1px;
	vertical-align: text-bottom;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
}

	#newsletterSubForm .button input {
		width: 120px;
		margin-top: 16px;
		padding: 5px;
		border: 1px solid #005200;
		background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/NewsletterboxButtonBg.png) left bottom;
		font-family: Georgia, serif;
		font-size: 1.05em;
	}

#newsletterSubForm label {
	display: inline-block;
	padding-top: 10px;
	vertical-align: middle;
}


.sidebar h2 {
	margin-top: 0;
}

/* Additional Overlays */
#footer-img{

}

#footer-daisy{
}

#nav_top{
	background: transparent url(https://dustygirls.ie/skin/frontend/default/dusty/images/nav_top.png) no-repeat center top;
	height: 20px;
}

.intro, .blog, .video, .notice{
	width: 292px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.intro h1, .blog h1, .video h1, .notice h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.products-list .out-of-stock { text-align: center; }
.products-list .availability.out-of-stock span {
    display: block;
    float: none;
    margin-left: 55px;
}


/*Slideshow*/
#container{
	width: 700px;
	height: 196px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 700px;
	height: 376px;
	overflow: hidden;
	z-index: 1;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 100px;
	height: 300px;
	overflow: hidden;
	display: none;
}

#next{
	display: none;
	width: 22px;
	height: 24px;
	background: url(/images/arrow.png);
	position: absolute;
	top: 155px;
	right: 0px;
}

#next:hover{
	background: url(/images/arrowmo.png);
}

.clear{
	clear: both;
}

.speech{
	border: 1px solid #DDD;
	background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/bg_menu.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 16px 8px 8px 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.resource{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 8px;
	height: 40px;
	border-radius: 2px;
	box-shadow: 0px 0px 8px #DDD;
	border: 1px solid #DDD;
	text-indent: 46px; 
	line-height: 40px;
	background: #F8F8F8 no-repeat url(https://dustygirls.ie/skin/frontend/default/dusty/images/download.png) 10px center;
}

span.daisy_inline{ 
height: 18px; background: url(/images/daisy_small.png) repeat-x 0px 0px; display: inline-block; zoom:1; *display: inline;
}

#contactForm input { font-family: 'chocolate_covered_raindropsMd'; }
#contactForm input.submit { 
	background: #f48f9d !important;
    color: #FFF !important;
    font-size: 24px;
    padding: 5px 15px 5px 5px !important;
    cursor: pointer;
}

#country_lang { width: 700px; margin: 0 auto; position: relative; background: #fff; z-index: 999999; height: 350px; padding: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.3); border: 2px solid #424242; }
#country_map { background: url(/images/map_base.png) no-repeat #fff; height: 329px; width: 500px; margin: 0 auto; position: absolute; top: 0px; left: 0px; padding:0px; }
#country_text { width: 200px; float:right; color: #424242; text-align: center;s }
.country_li { display: block; cursor: pointer; background: #006; padding: 4px; color: #fff; width: 203px; height: 2s9px; background: none; text-align: center; }
.country_li:hover { background: url(/images/btn_country.png) no-repeat; }
.country_li a { color: #424242; line-height: 28px; text-decoration: none; }
.country_li:hover a { color: #fff; }

.quicklist span { cursor: pointer; color: #93a4e2; }
.quicklist span:hover { text-decoration: underline; }
table.ing { border: 1px solid #CCC; }
table.ing thead tr { 
background: #72d856; /* Old browsers */
background: -moz-linear-gradient(top,  #72d856 0%, #93a4e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72d856), color-stop(100%,#93a4e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #72d856 0%,#93a4e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #72d856 0%,#93a4e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #72d856 0%,#93a4e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #72d856 0%,#93a4e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d856', endColorstr='#93a4e2',GradientType=0 ); /* IE6-9 */
}
table.ing td { padding: 6px; border: 1px solid #CCC; color: #444 !important; }
table.ing thead td { color: #fff !important; font-weight: bold; }
table.ing tr.gray {  }
table.ing td.topic { font-weight: bold; background: #F5F5F5; }
table.ing br { margin-bottom: 14px; }

.gift-card-info { width: 400px !important }
.gift-card-info label { visibility: visible !important; width: 400px !important; }
label[for=recipient_type_myself]{ margin-top:5px; }
label[for=recipient_type_someone]{ margin-top:-12px; margin-bottom: 10px; }
.product-view  .product-img-box img { margin-bottom: 5px; display: inline; text-align: center; }

img.img-frame { box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
padding: 1px;
border-radius: 1px; }

.dustyfooter { float: right; clear: both; font-family: "amaticbold", cursive; color: #abe1fa !important; text-transform: uppercase; font-size: 36px; padding-right: 32px;}

.dustybot { margin-top: -100px; background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/dustyf.jpg) no-repeat top center; height: 272px; width: 100%; } 

#dusty-nav li { display: inline; margin: 12px; }
#dusty-list { padding-left: 260px; border-bottom: #abe1fa 3px solid; }
#dusty-nav li a { text-decoration: none; font-size: 36px; font-family: "amaticbold", serif; }
#dusty-nav li a:hover { color: #45a8d7 !important; }

.fb_d { height: 33px; width: 33px; display: block; float: left; margin: 5px; cursor: pointer; background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/fb_d.png) no-repeat top left; }
.twit_d { height: 33px; width: 33px; display: block; margin: 5px; float: left; cursor: pointer; background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/twit_d.png) no-repeat top left; }
.insta_d { height: 33px; width: 33px; display: block; margin: 5px; float: left; cursor: pointer; background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/insta_d.png) no-repeat top left; }

.follow_d { color: #abe1fa; position: absolute; right: 0px; top: 55px; font-size: 33px; line-height: 38px; }
.follow_d span { font-family: "amaticbold", serif; float: left; margin-right: 5px;  }

#locationTable a {
font-size: 1em !important;
color: #9398cc !important;
}

#locationTable td { color: #45a8d7; background-color: #fff !important; }
#locationTable tr > td:nth-child(1) { min-width: 105px; }
.postTitle h2 { font-size: 40px !important; }
.aw-blog-read-more { display: none; }
.postTitle h3 { font-size: 20px !important; }
.product-name { font-family: 'chocolate_covered_raindropsMd', serif; display: block; text-align: center; }
.category-products { margin-top: 10px; }

.dusty_leftmenu { text-align: center; padding-top: 90px; font-style: normal; }
.dusty_leftmenu ul li { font-family: "amaticbold", cursive; text-transform: uppercase; margin-top: 2px; margin-bottom: 2px; line-height: 1.2em; }
.dusty_leftmenu ul ul li { text-align: left; border-bottom: 1px solid #DDD; padding: 5px; }
.dusty_leftmenu a { text-decoration: none !important; }
.dusty_leftmenu a:hover { color: #45a8d7 !important; }
.dusty_leftmenu > ul > li { position: relative; font-size: 40px;  }
.menu2 { position: absolute; display:none; left: 180px; top: -10px; background: #fff; background: rgba(255,255,255,0.95); border-radius: 5px; padding: 5px; border: 2px solid #dcdeee; min-width: 110px; }
.menu2 h3 { font-size: 28px; text-align: center; padding: 2px; margin: 2px; line-height: 1; }
.menu2 li { font-size: 18px; }
.menu2 .menucol {  margin: 4px; }

table.found td  {
border: none;
color: #dde6f5;
text-align: center;
font-family: 'chocolate_covered_raindropsMd';
}

.product-shop select {
float: left;
height: 30px;
border-radius: 5px 0px 0px 5px;
}
.product-shop .add-to-cart a {
font-size: 24px;
line-height: 24px;
text-decoration: none;
border-top: 1px solid #ddd;
padding: 1px 5px 3px 5px;
margin-left: -5px;
border-radius: 0px 5px 5px 0px;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
color: #666;
}
.product-shop .add-to-cart a:hover, .product-shop select:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.dg-add .form-list li.control {
	font-size: 11px;
	line-height: 1;
	margin-bottom: 4px;
}
.dg-add .form-list li.control label {
	color: #999;
	font-weight: normal;
}

#dg_search{
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: transparent url(https://dustygirls.ie/skin/frontend/default/dusty/images/search_dg_off.png) top left no-repeat;
	display: block;
	right: -10px;
	top: 10px;
	z-index: 1001;
}

#dg_search:hover {
	background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/search_dg_off.png) bottom left no-repeat;
}

#dg_write{
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: transparent url(https://dustygirls.ie/skin/frontend/default/dusty/images/write_dg_off.png) top left no-repeat;
	display: block;
	right: -10px;
	top: 55px;
	z-index: 1001;
}

#dg_write:hover {
	background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/write_dg_off.png) bottom left no-repeat;
}

#labels_tab_close { position:absolute; right: 20px; top: 10px; }
#labels_tab_close a { background: url(https://dustygirls.ie/skin/frontend/default/dusty/images/close_dg.png) no-repeat; }

#labels_tab {
position: absolute;
z-index: 1002;
top: 20px;
right: 100px;
font-size: 18px;
background: #FFF;
padding: 5px;
border-radius: 2px;
font-family: 'chocolate_covered_raindropsBd';
line-height: 1;
border: #bce1f7 solid 5px;
padding: 15px;
box-shadow: -1px 1px 6px rgba(0,0,0,0.3);
display: none;
}

#labels_tab:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
right: -15px;
top: 73px;
}

#labels_tab:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 19px 0 19px 19px;
border-color: transparent #bce1f7;
display: block;
width: 0;
z-index: 0;
right: -24px;
top: 69px;
}

.cat_description
{
	background: #98d4f0;
	width: 698px;
	padding: 5px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'chocolate_covered_raindropsMd';
	font-size: 30px;
}

.cat_description_sub{
	background: #98d4f0;
	padding: 10px;
	border: 2px dashed #FFF;
	text-align: center;
}

.cat_description_sub p{
	color: #FFF;
	font-size: 28px;
	line-height: 24px;
	margin: 0 0 10px;
}

.activelink { border: 2px dashed; border-radius: 10px; padding: 1px 10px; } 

.checkout-types .proceed-checkout { margin-bottom: 15px; }

.out-of-stock { font-size: 28px; line-height: 28px; }

.catalog-vid { position: relative; }
.catalog-vid .cat-vid-bubble { position: absolute; top: 10px; right: 0px; z-index: 9; }
#co-payment-form #p_method_paypal_standard, #co-payment-form label[for="p_method_paypal_standard"], #co-payment-form #payment_form_paypal_standard { display: none; }





#widget-box strong {
font-family: 'chocolate_covered_raindropsBd';
}

#widget-box{
	font-family: 'chocolate_covered_raindropsMd';
	width: 700px;
	height: 240px;
	background-image: url(https://dustygirls.ie/skin/frontend/default/dusty/images/widget_bg.png);
	background-color: #79bde8;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	color: #FFFFFF;
	display: block;
	position: relative;	
	transition: background-color 0.5s ease;
	font-size: 34px;
	line-height:30px;
}

#promo_popup {
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.85);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    font-family: "Cambria", Georgia, serif;
	font-size: 18px;
}

.promo_popup_wrap {
	width: 100%;
    max-width: 620px;
    padding: 10px 20px;
    margin: 0 auto;
    background: #FFF;
    box-sizing: border-box;
    margin-top: 50px;
}

.promo_pic { 
    background: #c2d6ee;
    padding: 10px 0px;
}

#promo_popup p { 
	color: #111; 
}

#popup_processing, #popup_success, #popup_error { display: none; }

#promo_popup p.popup_tagline {
	font-style: italic;
    font-size: 14px;
}

#popup_subtitle {
    margin: 30px 10px 0px 10px;
    font-size: 36px;
    font-family: "Cambria", Georgia, serif;
    color: #c2d6ee;
}

#popup_email { 
	background: #dae6f6;
    border: none;
    padding: 5px 20px;
    border-radius: 2px;
    font-size: 18px;
}

#popup_close_wrap { text-align: right; font-size: 14px; }
#popup_close { text-decoration: none; }

#widget-page-1, #widget-page-2, #widget-page-3, #widget-page-4, #widget-page-5 {
	padding: 20px;
	position: absolute;
	width: 660px;
	height: 200px;
	top: 0px;
	left: 0px;
}

#popup_submit {     
	display: inline-block;
    vertical-align: middle;
    margin: 5px 10px; 
}

.widget-darker {
	background-color: #009ddc !important;
	transition: background-color 0.5s ease;
}

.widget-answers {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 30px;
	width: 630px;
	border-top: 2px solid #FFF;
}

.widget-button {
	position: absolute;
	top: 100px;
	right: 20px;
	width: 80px;
	height: 80px;
	background: #FFF;
	color: #79bde8;
	text-align: left;
	line-height: 80px;
	border-radius: 40px;
	cursor: pointer;
}

.widget-button div {
	margin-top: 12px;
	line-height: 25px;
	margin-left: 7px;
}

#widget-box label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 30px;  
    margin-right: 35px;  
    font-size: 34px;  
}  

#widget-box input[type=radio] {  
    display: none;  
} 

#widget-box label:before {  
    content: "";  
    display: inline-block;
    width: 20px;  
    height: 20px;  
    position: absolute;  
    left: 0;  
    bottom: 1px;  
	border: 4px solid #fff;
}  

#widget-box .radio label:before {  
    border-radius: 15px;  
}

#widget-box input[type=radio]:checked + label:before {    
    color: #fff; 
	background: #FFF;
    line-height: 34px;  
}

#widget-box .noshow { display: none; }

#widget-reset {
	z-index: 800;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
}

#widget-btn {
background: #fff;
width: 680px;
padding: 10px;
border: 2px dashed #DDD;
color: #666;
font-size: 30px;
text-align: left;
cursor: pointer;
	border-radius: 4px;
font-family: 'chocolate_covered_raindropsMd';

	line-height: 24px;
}

.widget-btn-btn {
	color: #FFF;
	background: #98d4f0;
	padding: 20px 20px 16px 5px;
	float: right;
	margin: 4px 4px 4px 4px;
	border-radius: 4px;
	font-size: 36px;
	font-family: 'chocolate_covered_raindropsMd';
}

.choco-24 {
	font-size: 24px;
	font-family: 'chocolate_covered_raindropsMd';
	line-height: 1.1;
}

.choco-18 {	
	font-size: 18px;
	font-family: 'chocolate_covered_raindropsMd';
}

.gallery_link { 	
	font-family: "amaticbold", cursive;
	font-size: 28px;
	color: #98d4f0;
	text-decoration: none;
	text-transform: uppercase;
}

select[disabled], select.disabled { background: #DDD; }

.prod-testi h3 { cursor: pointer; text-decoration: underline; display: block; }
.prod-testi .content { display: none; }

#ampromo-items-add {
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    background: #EEE;
}

#ampromo-overlay { overflow: auto !Important; }

.ampromo_items_form h4 {
    line-height: 1.5 !important;
}

.ampromo-item-buttons .button { color: #FFF !important; }

.magicwall li .hover-content {
font-size: 22px !important;
color: #98d4f0 !important;
background: rgba(255, 255, 255, 0.9) !important;
}
.magicwall li .hover-content p { 
color: #98d4f0 !important;
font-size: 18px !important;
text-align: center !important;
}
.magicwall .hover-content table { width: 100%; }

.instafeed-grid { margin: 0 auto; }
.instafeed-grid .bx-controls { display: none; }

.home-intro { padding: 30px 25px; font-family: 'chocolate_covered_raindropsMd', sans-serif; font-size: 24px; line-height: 1.1; }

@media (max-width: 1024px) {
	.Opened { right: 5px; }
	.col-main { min-height: auto; }
	.page, .main, .col2-right-layout .col-main { width: 100%; box-sizing: border-box;}
	#checkoutSteps input { max-width: 100%; }
	#TopMenu {
	  height: auto; 
	  left: auto;
	  position: relative;
	  width: 100%;
	  border-bottom-left-radius: 15px;
	  border-bottom-right-radius: 15px;
	}
	
	img { max-width: 100%; height: auto; }
	.cat_description { width: 100%; box-sizing: border-box; }
	.postWrapper iframe { max-width: 100%; }
	
	.innerpad { position: relative; }
	
	.header { float: none; height: auto; position: relative; width: 100%; text-align: center; }
	.header .logo {  margin: 5px; position: relative; width: 100%; text-align: center; }
	.logo { float: none; }
	.logo img { float: none; display: inline; }
	#dusty-list { padding-left: 0px; text-align: center; margin: 0 auto; }
	.cms-home .col-main, .contacts-index-index .col-main, .cms-page-view .col-main { width: 100%; margin: 0 auto; }
	.dustybot { margin-top: 0px; background-size: contain; }
	
	.col2-left-layout .main { display: table; }
	.col2-left-layout .col-main { display: table-footer-group; float: none; }
	.col2-left-layout .col-left { display: table-header-group; width: 100%; float: none; }
	.dusty_leftmenu { padding-top: 10px; text-align: center; }
	
	.dusty_leftmenu > ul > li {
	  font-size: 26px;
	  display: inline-block;
	  padding: 5px 10px;
	  text-align: center;
	}
	
	.follow_d {
	  color: #abe1fa;
	  position: absolute;
	  left: 10px;
	  top: -20px;
	  font-size: 20px;
	  line-height: 20px;
	  width: 130px;
	}
	
	.header{ margin-top: 25px; }
	
	.follow_d a {
	  height: 22px;
	  width: 22px;
	  margin: 1px;
	  background-size: contain;
	}
	
	#contactForm {
	  position: relative;
	  top: 0px;
	  left: 10px;
	  font-size: 10px;
	  display: block;
	  box-sizing: border-box;
	  overflow: hidden;
	}
	
	#contactForm fieldset label { float: none; }
	#contactForm .submit { background: #EEE !important; cursor: pointer; float: none; width: 100%; }
	
	#contactForm fieldset input, #contactForm fieldset textarea { width: 100% !important; box-sizing: border-box; }
	.magicwall { width: 100% !important; }
	.short-description .cat_description { display: none; }
	.attributes { float: none; }
	.product-options, .product-options label, .product-options select { float: none; width: 100%; }
	.add-to-box .add-to-cart { margin-top: 15px; }
	.catalog-vid iframe { max-width: 100%; }
	#shopping-cart-table select { width: 100%; }
}

@media (max-width: 800px) {
	.dustybot { height: 200px; }	
}

@media (max-width: 700px) {
	#dusty-nav li a { font-size: 30px; }
	.dusty_leftmenu > ul > li {
	  font-size: 24px;
	  padding: 4px 7px;
	}
}

@media (max-width: 600px) {
	#ampromo-carousel-content .ampromo-slide {
    	float: none !important;
	}
	
	#ampromo-items .ampromo-item {
		width: 100% !important;
		margin-right: auto;
		display: block;
		margin: 0 auto !important;
	}
	
	.dustybot { height: 150px; }
	#TopMenu li a, #TopMenu li div {
	  display: block;
	  font-size: 10px;
	  margin: 0px 2px;
	  padding: 0px 0px 0px 5px;
	  font-family: Verdana;
	  font-weight: normal;
	}	
}

@media (max-width: 480px) {
	.TopEmailB { display: none; }
	.product-img-box { width: 100% !important; }
	.product-essential { margin-left: 5px; }	
}

@media (max-width: 400px) { 
	#TopMenu { font-size: 12px; }
	#dusty-nav li a { font-size: 26px; }
	.dusty_leftmenu > ul > li {
	  font-size: 24px;
	  padding: 4px 7px;
	}
	.dustybot { height: 100px; }
	.dusty-country { display: none; }
}
.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.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;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.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(https://dustygirls.ie/skin/frontend/base/default/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 .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.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;
}
/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://dustygirls.ie/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ampromo-item .giftcard-send-form{
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.amcarousel
{
    display: block;
    width: 685px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .ampromo-slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(https://dustygirls.ie/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.ampromo-label{
    float: right; 
    position: absolute; 
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}
.ampromo-tooltip {
   padding:2px 5px;
   background:#FEC;
   border:1px solid #FAA819;
   color:#1F5070;
   text-align:left;
   width:300px;
   position:absolute;
   z-index: 10001;
}

.ampromo-product-name{
    font-weight: bold;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}
