/**
 * 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) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { font-family:Arial; font-size:12px}

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

a             { text-decoration:none; }
a:hover       { text-decoration:underline;}
:focus        { outline:0; }
.ie10 #hack{
:focus{background:none}
}
 @media all and (min-width:0){
:focus{background:none}
}


/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%;}
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
.page-print table th, .page-print table td {
    border: 1px solid /*BEGIN:bd_line5_color*/ #848484/*END:bd_line5_color*/;
    color: #878686;
    padding: 10px;
}
.page-print h1, .page-print h2 {
    padding: 10px 0;
}
/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }
ul,
ol,
dl,
p,
address,
blockquote { margin:0 0 1em; padding:0; }

/* 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 { margin:0 auto; text-align:left;}
/*.adapt-1 .page { overflow-y:hidden}*/
.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; background:#fff}
.main-container { /*float:left;  width:100%; padding-top:16px*/clear:both; }
.cms-index-index .main-container { padding-top:0px}
.main { }
.cms-index-index .main { padding-top:2px; }

/* Base Columns */
/*.col-left { float:left; padding:0; }
.col-main { float:left; padding:0; }*/
.col-right {/* float:right; padding:0; */}

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; 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 */
label{ cursor:default}
input,select,textarea,button { vertical-align:middle; color:#000; }
input.input-text,select,textarea { border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; }
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 { overflow:visible; width:auto; cursor:pointer; }
button.button span { float:left; text-align:center; white-space:nowrap; }
button.button span span {/* padding:0 15px 0 0; height:30px; line-height:30px*/ }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}
.gift-messages-form p input,
p.control input.checkbox,
p.control input.radio { margin-right:6px; margin-top:-4px}
/* 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.control{ margin-bottom:5px;}
.form-list label { float:left; position:relative; z-index:0; padding:7px 0 7px;}
.form-list label.required {}
.shipping-form .form-list label em,
.form-list label.required em { float:right; font-style:normal; /*color:#e70808;*/ position:absolute; top:8px; right:-8px; }
.form-list li.control label { float:none; display:inline-block; padding:0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; margin-top:-3px; *margin-top:-1px}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box,.form-list .input-range { display:block; clear:both; margin-bottom:10px}
.form-list .field { float:left; width:302px; /*padding-bottom:8px; */}
.form-list input.input-text { width:280px; }
.form-list textarea { width:280px; height:6em; line-height:16px}
.form-list select { width:298px; }
.form-list li.wide .input-box { width:350px; }
.form-list li.wide input.input-text { width:280px; margin-bottom:10px}
.form-list li.wide textarea { width:280px; }
/*.form-list li.wide select { width:348px; }*/
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:35px; padding-top:7px; }
.form-list li.additional-row p{margin-bottom:0}
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:104px; }
/* 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 p.back-link{ margin:0; }
.buttons-set { clear:both; padding:0; margin:20px 0 0}
.buttons-set .back-link small { display:none;}
.buttons-set button.button { float:left;  margin-right:10px;}
.adapt-0 .buttons-set button.button{ margin-bottom:5px}
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { float:left; width:49%}
.fieldset .legend { font-weight:bold; position:relative;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:5px 0; padding-left:13px; padding-top:2px; line-height:13px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/validation_advice_bg.png) 0px 3px no-repeat; color:#e70808; float:left; width:95%; text-align:left}
.adapt-0 .validation-advice{ width:95%}
.validation-failed { border:1px solid #f05423 !important; background:#fff7f5 !important}
.validation-passed {}
p.required {  text-align:left; color:#ff0000; clear:left; padding-top:5px;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative;float:none }

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

.messages{ list-style:none !important; margin:0px 0 14px; padding:0 ; }
.messages ul { list-style:none !important; padding:0 ; margin-bottom:0}
.messages { width:100%; overflow:hidden; clear:both}
.messages li li { margin:0; }
.error-msg,
.note-msg,
.notice-msg { border-style:solid; border-width:1px; background-position:10px 9px; background-repeat:no-repeat; min-height:14px; padding:8px 8px 8px 32px; overflow:hidden }
.error-msg { border-color:#f16048; background-color:#ffe3e3; background-image:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_msg-error.gif); color:#df280a; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { clear:both;padding:10px 0 26px;margin:0px;}
.breadcrumbs ul{margin:0}
.breadcrumbs li { display:inline; }
.breadcrumbs li span{ display: inline-block; text-indent:-9999px;width:3px;margin:0 6px;}

/* Page Heading */
.page-title { padding:0px;/*my acc*/ margin:0px 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { padding:0; margin:0; text-align:center; width:100%}
.pager select{ width:100px}
.adapt-0 .pager select{ width:80px}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.category-products .pager .limiter {}
.pager .pages { margin:0px auto 0; display:inline-block; float:right}
.my-account .pager .pages{clear:both}
.my-account .pager .pages{clear:both}
.pager .pages ol { display:inline}
.pager .pages .current {}
.pager .pages li { display:inline-block; margin:0 0 0 16px;text-align:center;line-height:13px;}
.pager .pages li a .v-middle{margin-top:-4px; display:none}
.pager .pages li a.previous,
.pager .pages li a.next{text-transform:capitalize;margin:0;}
.pager .pages li a.previous span{padding-right:15px;}

/* Sorter */
.sorter {padding:0; margin:0;}
.sorter label{ text-transform:capitalize }
.pager label,
.limiter label,
.sort-by label{margin-right:10px; margin-top:14px; float:left; text-transform:capitalize}

.sorter .view-mode { float:left; margin:0px 0px 0px 0; min-height:24px }
.view-mode label{float:left; display:none}
.sorter .limiter{float:right; margin-bottom:0px; text-align:right; min-height:24px; margin-right:20px}
.sorter .sort-by { float:right; margin-bottom:0px; text-align:right; margin-left:5px; min-height:24px}
.sorter .sort-by a{ width:20px; float:left; margin-left:10px}
.sorter .sort-by ul li a{ width:auto; float:none; margin-left:0}
.sorter .link-feed {}

/* Toolbar */
.toolbar {/*padding-bottom:35px; padding-top:15px*/}
.toolbar-bottom .toolbar{padding-top:0; padding-bottom:0}
.toolbar .pager .amount { display:none}
.toolbar .pager .pages { display:none}
 .toolbar-bottom .toolbar .pager .pages{ display:inline; margin-bottom:10px; margin-right:0px; float:none}
.toolbar-bottom .toolbar .pager { display:inline-block; width:100% !important; float:none}
.toolbar-bottom .toolbar .pager .amount { display:block; margin-left:0px}
.toolbar .pager .amount { display:none}
.toolbar-bottom .pager {}
.toolbar-bottom .sorter{display:none}
.toolbar .sorter { padding:0}
.toolbar-bottom {}
.pager .amount{ margin-top:1px;}





/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/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 { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.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}
.links li.last { /*background:none !important; padding-right:0 !important; */}

.link-cart { font-weight:bold; }

.link-rss { background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:9px; height:9px; font-size:0; line-height:0; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) 0 -391px no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove:hover{ background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) -16px -391px no-repeat;}
.btn-remove2 { /*display:block; width:9px; height:9px; font-size:0; line-height:0; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) 0 -391px no-repeat; text-indent:-999em; overflow:hidden; */;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-right:2px; display:none}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 0px 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(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/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; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

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


/* Header ================================================================================ */
.logo { float:none; }
.header-container {}
.cms-index-index .header-container { padding-bottom:0px}
.header {padding-top:13px; padding-bottom:2px; clear:both}
a.logo { float:none; text-decoration:none !important; text-align:center; margin:0 auto 10px; display:inline-block}
.adapt-0 a.logo{ margin-bottom:0px}
.adapt-0 .header .grid_7{ text-align:center}
.logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
h1.logo { padding:0; margin-bottom:0 }
.logo img{ width:100%}
.quick-access{}
.header .welcome-msg {float: left;}
.header .welcome-msg a {}
.header .links { margin-bottom:0}

.header .form-search { text-align:left; }
.header .form-search label{ display:none; }

.header .form-search .search-autocomplete { z-index:999; position:absolute; left: -1px !important; top: 38px !important;z-index: 999;}
.form-search #search_autocomplete_iefix{ left: 0 !important; top: 22px !important}
#search_autocomplete_iefix{ display:none !important}
.header .form-search .search-autocomplete ul {background-color: #FFFFFF;border: 1px solid #DDDDDD;}
.header .form-search .search-autocomplete li:first-child{height:0}
.header .form-search .search-autocomplete li.selected { background: none repeat scroll 0 0 #F7E8DD;}
.header .form-search .search-autocomplete li { border-bottom: 1px solid #DDDDDD; cursor: pointer; padding: 3px;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-language {}
.header-container .top-container { clear:both; text-align:right;}
.form-language label{ float:left; margin-right:10px}


.emarea2 ul.hoz strong{font-family: Arial}
.icon.f-left{margin-right:5px}



/********** < Navigation */
.nav-container { }
#nav {  text-align:center}

/* All Levels */
#nav > li.level0{ float:none; display:inline-block;}
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#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:normal; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { /*float:left; */padding:14px 20px 15px 25px;}
#nav li.level0 > dt > a { min-height:18px;  background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons_menu.png) 0 center no-repeat; }
#nav li.level0:hover > dt > a{ text-decoration:underline}
.adapt-0 #nav li.level0 > dt > a,
#nav li.level0.first > dt > a { background: none}

#nav li li a:first-child{padding-left:20px}


/* 2nd Level */
#nav ul,
#nav div { position:absolute; left:-10000px; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:-11px; }

#nav ul li { float:none; border:none; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 10px; font-weight:normal; }
/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:195px; }
/********** Navigation > */
#nav li a.arrow span, 
.em_nav a.arrow span {
background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-nav.gif) no-repeat scroll center center transparent;
text-indent:-9999px
}
.sidebar .menu-item-depth-0 > .em-catalog-navigation>  li.level0 > a.arrow span, 
.sidebar .em_nav .menu-item-depth-0 > a.arrow span{ background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-left.png) no-repeat scroll center center transparent;}
.sidebar .nav-right .menu-item-depth-0 > .em-catalog-navigation>  li.level0 > a.arrow span, 
.sidebar .em_nav .nav-right .menu-item-depth-0 > a.arrow span{ background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-right.png) no-repeat scroll center center transparent;}
.nav-container #nav li ul li.parent{ background:none}
/*.adapt-0 .em_nav .menu-item-depth-0 .menu-container .em-catalog-navigation .level0 > a.arrow,
.adapt-0 .em_nav .nav-right .menu-container a.arrow,
.adapt-0 .em_nav .nav-right ul.level0 a.arrow,
.em_nav .menu-container a.arrow,
.em_nav .menu-container .menu-item-link a.arrow,
.em_nav .menu-container .em-catalog-navigation a.arrow,
.em_nav ul.level0 a.arrow{background:url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-nav.gif") no-repeat scroll 0 center transparent}*/

.em_nav .nav-right .menu-container a.arrow span,
.em_nav .nav-right ul.level0 a.arrow span{background:url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-nav-right.png") no-repeat scroll 0 center transparent}
/*.adapt-0 .em_nav .menu-item-depth-0 > a.arrow span ,
.adapt-0 .em_nav .menu-item-depth-0 > .em-catalog-navigation > li > a.arrow span { background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-nav.gif) center 7px no-repeat; }*/
/*.adapt-0 .em_nav .menu-item-depth-0 .em-catalog-navigation .level0 > a.arrow,
.adapt-0 .em_nav .menu-item-depth-0 > a.arrow,
.adapt-0 .nav-right.vnav  a.arrow,*/
/*.em_nav .vnav  a.arrow{ background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-left.png) 9px center no-repeat}
.nav-right.vnav  a.arrow{ background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-right.png) 9px center no-repeat}*/


.adapt-0 #nav li a.arrow span, .adapt-0 .em_nav a.arrow span {
background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-nav-drop.png) center center no-repeat!important;
}
.adapt-0 .menu-item-depth-0.menu-sub-text ul.level0 a.arrow span,
.adapt-0 .menu-item-depth-0.menu-sub-link ul.level0 a.arrow span,
.adapt-0 .em-catalog-navigation.vertical ul.level0 li a.arrow span,
.adapt-0 .menu-container a.arrow span { background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon-drop.png) center center no-repeat!important;}


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


/* Sidebar =============================================================================== */
.sidebar .widget{margin-bottom:0px}
.block .block-title { }
.block .block-title strong { }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin-bottom:5px}
.block .block-content { }
.block .block-content li.item,.widget-static-block  li { padding:3px 0; }
.block .block-content li.item.last { }
.block .btn-remove,
.block .btn-edit { float:right; margin-left:0px}
.block .actions { }
.block .actions a { float:right; text-transform:capitalize; }
.block .empty {margin-bottom:0}

.block li.odd {}
.block li.even {  }

/* Mini Products List */
.block .block-content li.items,
.mini-products-list li { padding:5px 0; clear:both}

.mini-products-list .product-image { float:right; padding:0; margin-bottom:0; margin-top:0px}
.mini-products-list .product-details { margin-right:95px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block.block-account {}
.block-account .block-title {}
.block-account .block-content li a { display:inline-block; text-decoration:none !important;}
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block.block-currency .block-title{padding-right:10px;}
.block-currency { float:right; }
.block-currency .block-title span { text-transform:uppercase; font-size:10px;}
.block-currency select { /*width:90px; border:1px solid #51504f; background:transparent; font-size:10px; padding:0; */;}
.block.block-currency >div{ float:left; padding:0;}
.sidebar .block.block-currency select{ width:100%;}



/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title {padding-bottom:13px;}
.block-layered-nav .block-subtitle {margin-bottom:0;padding:8px 0 7px;clear:both;}
.block-layered-nav .block-content {}
.block-layered-nav dl{margin-bottom:0; padding-bottom:2px;}
.block-layered-nav dt {text-transform:capitalize;}
.block-layered-nav dd { margin-bottom:8px}
.block-layered-nav dd ol{ margin-bottom:0}
.block-layered-nav dd li{}
.block-layered-nav dd li:hover a{text-decoration:none;}
.block-layered-nav dd.last { background:none; margin-bottom:0}
.block-layered-nav .currently li {position:relative; z-index:1; line-height:1.5; padding-right:15px }
.block-layered-nav .currently .label { font-weight:bold;text-transform:capitalize; display:inline-block; vertical-align:top;margin:10px 0 0 0;}
.block-layered-nav .currently .value { display:inline-block; vertical-align:top;margin:10px 0 0 0;}
.block-layered-nav .currently .btn-remove{position:absolute; right:0; top:14px;}


/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { margin-bottom:0px; margin-right:10px; width:100%; float:left}
.block-cart .actions { padding-bottom:0px;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 10px; text-align:left; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist .block-content li.item {padding:0px 0 10px; width:100%; position:relative; margin-top:18px}
#wishlist-table input{ clear:left; display:block; margin:5px 0; }
#wishlist-table th{/*white-space:normal !important*/}
#wishlist-table .cart-cell .price{/*display:block;*/ margin-top:-5px}
#wishlist-table .cart-cell p{ clear:left; display:block; margin:5px 0; float:left}
#wishlist-table .cart-cell .price-box p{ margin-top:0px; }
#wishlist-table .cart-cell .price-box{ display:inline-block; margin-top:0px}
#wishlist-table .cart-cell p.old-price{ margin-top:0}
#wishlist-table .cart-cell{display:inline}
#wishlist-table td .btn-remove2{margin-top:5px}
.block-wishlist .block-content{margin-bottom:5px}
.block-wishlist #wishlist-sidebar{margin-bottom:0}
.block-wishlist li .product-name{margin-right:15px}
.block.block-wishlist li.item .btn-remove{margin-top:0px ;position:absolute; top:0; right:0}
.block.block-wishlist .price-box{padding-bottom:7px; padding-top:3px}
.block-wishlist li.item{text-align:center}
.block-wishlist li.item a.product-image{padding-right:0; margin-right:15px; margin-bottom:10px; float:right; margin-left:10px}
.block-wishlist .product-details{text-align:left; margin-right:0; overflow:hidden}
.adapt-1 .block-wishlist .product-details{clear:both; width:100%}
.block-wishlist .product-details .product-name{margin-bottom:0}
.block-wishlist .block-subtitle{margin-bottom:10px}
/* Block: Related */
.block.block-related{ position:relative;}
.block.block-related .block-title{ }
.block-related .block-content li.item { padding:0; position:relative }
.block-related .block-content li.item.last{ margin-bottom:0}
.block-related input.checkbox { margin-top:0px; float:left; margin-right:0px; clear:both; position:absolute; top:10px; right:10px}
.block-related .product { margin:20px 0; position:relative }
.block-related .product .product-image { padding:0}
.block-related .product .product-details { margin-left:0px; padding-bottom:27px }
.block-related .product .product-details .product-name { margin-bottom:3px; padding-right:0; margin-top:0px }
.block-related .block-content li.item .link-wishlist{font-size:12px;}
.block-related .block-content li.item .price-box{padding:0; margin:5px 0 6px}


/* Block: Compare Products */
.block.block-compare .block-content{ padding-top:13px}
.block-compare li .product-name{ margin-bottom:7px;}
.block-compare .block-content li.item{ padding:13px 0 17px}
.block-compare .block-content li.item:first-child{ padding-top:0}
.block-compare .block-content li.item .sku{ padding-bottom:4px}
.block.block-compare li.even {background:none}
.block.block-compare li.item .btn-remove {margin-top:7px;width:9px;height:9px; float:right; margin-right:3px}
.block-compare ol { list-style:none; padding-left:0; padding-bottom:10px }
.block-compare .actions button.button{float:left;  margin-bottom:10px; margin-right:15px}
.block-compare .actions a { text-transform:uppercase; margin-top:10px !important; float:left; margin-bottom:10px; font-weight:bold}
.compare-table td .price-box{ clear:both}
.compare-table td .price-box p{ float:none}
.compare-table  .add-to-row td p,
.compare-table  .product-shop-row td p{ margin-bottom:0; float:left; font-size:90%; clear:both}
.compare-table td button.button{ margin-top:9px;  margin-bottom:10px}
.compare-table td .add-to-links{ margin-top:9px; margin-bottom:8px; float:left }
.compare-table td .add-to-links li{ float:none }
.compare-table td .product-name{ margin-top:0px; margin-bottom:0}
.compare-table td .product-image{ margin:0 auto 20px; text-align:center; display:inline-block}
.compare-table td .btn-remove{ /*position:absolute; top:4px; left:4px*/ margin-top:-10px}
.compare-table th{font-size:18px; color:#303030; text-transform:capitalize}
.page-popup .buttons-set { padding-right:0;}
.page-popup .buttons-set button.button{float:right; margin-right:20px;}

#recently-compared-items{ margin-bottom:0}
#recently-compared-items li.item .product-name{ margin-bottom:0}

/* Block: Recently Viewed */
.block-viewed ol ,
.block-viewed ol p { margin-bottom:0; }

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

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

/* Block: Subscribe */
.block-subscribe input.input-text { }
.block-subscribe .input-box { font: /*BEGIN:general_font*/12px/1.35 Arial, Helvetica, sans-serif/*END:general_font*/}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; /*margin:1px -20px 0 0;*/ margin-top:2px }
.block-reorder .product-name { margin-left:20px; margin-bottom:0;}
.block-reorder .actions a{margin-top:19px !important; float:left;}
.block-reorder .actions button.button{margin-right:20px; float:left; margin-top:10px}

/* Block: Banner */
.block-banner {float:left}
.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; }

/* Paypal */
.sidebar .paypal-logo { display:none; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0;}
.category-image {width:100%; overflow:hidden; margin:0 0 30px; text-align:center; }
.category-image img {width:100%}
.category-description {padding:5px 0;margin:0 0 8px 0; }
.category-products {}
.add-to-links li {float:left;}
.add-to-links .separator {display:none}

.add-to-links li {}
.add-to-links li a{ -moz-transition: border-radius 300ms ease; -webkit-transition: border-radius 300ms ease; -o-transition:border-radius 300ms ease; transition: border-radius 300ms ease;  height:34px; width:34px; float:left; text-align:left; text-indent:-9999px; padding:0; }
.add-to-links li:first-child{ margin-right:10px}
a.link-wishlist{ background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) -125px -211px no-repeat;}
a.link-compare{ background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) -175px -211px no-repeat; }
.add-to-links li a:hover{border-radius:50%;
-webkit-border-radius: 50%;
-moz-border-radius:50%;}
.add-to-links li .separator{display:none}
.category-products .products-grid,
.category-products .products-list {
   
}
/* View Type: Grid */
.products-grid {position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; /*width:138px;*/ /*padding:0px 0px 20px; */}
.products-grid .product-image { display:block;}
.products-grid-slider .product-name { margin:0px }
.products-grid .product-name { margin:0 0 7px}
.products-grid .product-name a {}
.products-grid-slider .price-box,
.products-grid .price-box { margin:7px 0 0px; }
.products-grid .price-box .special-price { margin:0px; }
.products-grid .price-box .minimal-price{ margin:0px; }
.products-grid .ratings{ /*display:inline-block*/ margin-top:8px}
.products-grid .ratings .rating-box { margin-top:1px ;/* float:none; display:inline-block*/}
.products-grid .ratings .amount{ display:inline-block}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.products-grid-slider .btn-cart,
.products-grid .btn-cart { clear: both; float: left; margin: 17px 0 0;}
.products-grid .add-to-links { float: left; margin: 17px 0 0; clear:both}
/* View Type: List */
.products-list li.item { padding:10px 0; position:relative}
.products-list li.item.last {}
.products-list .product-image { float:left; margin:0 20px 9px 0; }
.products-list .product-shop { overflow:hidden;}
.products-list .product-name { }
.products-list .product-name a {}
.products-list .price-box { margin:7px 0 7px; clear:both}
.sidebar .products-list .price-box { margin-top:7px; margin-bottom:0} 
.products-list .price-box .special-price { margin:0px; }
.products-list .price-box .minimal-price{ margin:0px; }
.products-list .availability {display:block; margin-bottom:3px}
.products-list .desc { clear:both; padding:4px 0 0;}
.products-list .add-to-links { float: left; margin: 10px 0 0; padding:0; clear:none}
.sidebar .products-grid li.item .add-to-links,
.sidebar .products-list .add-to-links{ margin:0px 0 10px; clear:both}
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { }
.products-list .btn-cart { clear: both; float: left; margin: 10px 10px 0 0;}
.sidebar button.btn-cart{ margin-bottom:10px}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating,
.ratings,.tags {margin:0px 0 4px; overflow:hidden}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 4px;}
.ratings dt {}
.ratings dd {}
.rating-box { width:74px; height:14px; font-size:0; line-height:0; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/bkg_rating.png) 0 100% repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/bkg_rating.png) 0 0 repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; margin-top:0}
.product-view .product-info .ratings .rating-box { margin-top:3px;margin-right:5px;}
.ratings .amount { padding-top:2px}
.ratings-table th, .ratings-table td { padding: 2px 0 3px; text-transform: capitalize; color:#979999}
.ratings-table th{ padding:4px 18px 4px 0}
.product-view .ratings{ /*width:100%*/}
/* Availability */
.availability { margin:0; padding:5px 0}
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}
.product-view .availability.in-stock {float:left; padding:10px 0 10px}
/* Email to a Friend */
.quickshop-index-view .email-friend{ padding-top:0; margin-top:-3px}
.email-friend{padding-top:7px; margin-bottom:16px}
.email-friend a{text-transform:capitalize; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_email.png) 0 center no-repeat; padding-left:20px;}

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

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

.price-box {}
.price-box .price { font-weight:normal; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; }

/* Old price */
.old-price {margin-bottom:4px; float:left; margin-right:20px}
.old-price .price-label { white-space:nowrap; display:none}
.old-price .price { font-weight:normal; text-decoration:line-through; }

/* Special price */
.special-price { margin-bottom:0}
.special-price .price-label { font-weight:normal; white-space:nowrap; display:none}
.special-price .price { font-weight:normal; }

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

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

/* 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; }

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

/* FPT */
.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 { display:inline-block; width:100%}
/********** Product Prices > */

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

.tier-prices-grouped {}

/* Add to Links */
.std ul.add-to-links{list-style:none; padding:0}
.add-to-links .separator {margin-left:0 }

/* Add to Cart */
.add-to-cart label { float: left; font-size: 10px; font-weight: bold; margin: 0px 10px 0 0; text-transform: uppercase;}
.add-to-cart .qty {  float:left; width: 30px !important; margin-top:10px; height:29px !important; line-height:29px !important; text-align:center;  border-radius:0;
-webkit-border-radius: 0;
-moz-border-radius:0;}
.add-to-cart button.button { float:left; margin-left:0px; }
.add-to-cart .paypal-logo { clear:left; text-align:left; padding-top:10px }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0 0 15px; float:left; width:100%; padding:0}
.paypal-logo a{float:left !important; background:none !important}

/* Add to Links + Add to Cart */
.add-to-box { /*display:inline-block;*/}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; display:none}
.add-to-box .add-to-links { float:left; }
.product-view .product-options-bottom .add-to-cart div,
.product-view .add-to-box .add-to-cart div{padding-bottom:10px}

/* Product Images */
/* Product Images */
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 35px; text-align:left; float:left; position:relative; z-index:2; max-width:100%;}
.product-view .product-img-box .product-image-zoom { position:relative; 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; /*float:left; display:block;*/ clear:both; /*width:320px*/}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:2px; margin:0 auto 45px; 
padding:0 20px; cursor:pointer; float:left; clear:left; width:100%!important;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/slider_bg.gif) 50% 50% no-repeat; }

.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:2px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-10px; width:9px; height:22px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:-8px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:-8px; }
.product-view .product-img-box .more-views h2 { margin-bottom:0; display:none }
.product-view .product-img-box .more-views ul { margin:0 }
.product-view .product-img-box .more-views li {float:left; overflow:hidden;margin:0 5px;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block;margin:20px; }
.product-image-popup .image-label {}

.mousetrap{width:100%!important;height:100%!important;}
.cloud-zoom-lens{max-width:100%; max-height:100%;}


/* Product Shop */
.product-view .add-to-cart button.button { float:left; margin:10px 10px 10px 0; clear:both}
.product-view .product-essential .product-shop { text-align:left; position:relative; padding-bottom:0px; margin-top:-5px}
.product-view .product-img-box { float:left; display:inline-block;}
.main .product-view .product-img-box,
.one-column .main .product-view .product-img-box { width:360px;}
.adapt-3 .main .product-view .product-essential .product-shop { width:508px;}
.adapt-2 .main .product-view .product-essential .product-shop { width:318px;}
.adapt-3 .three-columns .main .product-view .product-essential .product-shop { width:258px;}
.adapt-2 .three-columns .main .product-view .product-essential .product-shop,
.adapt-1 .main .product-view .product-essential .product-shop { width:100%; margin-left:0}
.adapt-3 .one-column .main .product-view .product-essential .product-shop { width:758px;}
.adapt-2 .one-column .main .product-view .product-essential .product-shop { width:518px;}
.adapt-1 .one-column .main .product-view .product-essential .product-shop { width:278px; margin-left:10px}

.product-view .product-essential .product-shop .product-name {margin-bottom:5px; margin-right:70px}

.product-view .short-description { margin-top:9px; margin-bottom:10px; }
.product-view .desc-detail-video { width:50%}
.grid_12 .product-view .desc-detail-video ,
.adapt-0 .product-view .desc-detail-video { width:100%}
.product-view .product-shop .item-options dd{ padding-left:0}

/* Product Options */
.product-pricing{ overflow:hidden; width:100%}
.product-options { padding:10px 0; /*margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6;*/ overflow:hidden; width:100%}
.product-options dt label { font-weight:normal; }
.product-options dt label em{ color:#fc0b2d; margin-right:5px}
.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:4px 0; }
.product-options dd .qty-holder{ display:block; margin:10px 0 15px}
.product-options dl{margin-bottom:0}
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; background:none }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd .input-box {margin-bottom:5px}
.product-options dd select { width:100%; margin-bottom:5px; height:auto}
.product-options .options-list li{ margin:5px 0}
.product-options .options-list input.radio { float:left; margin:1px -18px 0 1px; }
.product-options .options-list input.checkbox { float:left; margin:1px -20px 0 1px; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:5px 0 0; margin-bottom:0}

.product-options-bottom { padding:0; /*border:1px solid #ddd; border-top:0;*/ }
.product-options-bottom .price-box { margin:10px 0; }


/* Grouped Product */
.product-view .grouped-items-table {margin-bottom:15px; margin-top:15px}
.product-view .product-shop .grouped-items-table td{vertical-align:middle; }
.product-view .product-shop .grouped-items-table td .price-box p{ margin-bottom:0}

/* Block: Description */
.product-view .box-description {}
.product-view .box-collateral {margin:0px 0 30px; padding-top:0px; position:relative}
.product-view .tab_content .box-collateral {margin:0px 0 15px}
.product-view .tab_content .box-description .d-text{ font-size:130%}
.product-view .box-description .d-image{ width:75%}
.product-view .box-description img{ margin:10px 0 0px}
.product-view .box-description .img-detail{ margin:0}
.adapt-0 .product-view .tab_content .box-description img{ width:100% !important}
.product-view .product-collateral.tab_content {float:left; width:100%}
.product-view .box-collateral.box-reviews p.required{ float:left; clear:none; margin-top:19px; font-size:90%}
/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell { clear: both;  padding: 0px; position: relative; margin-bottom:0}
.product-view .box-up-sell .box-collateral h2{margin-bottom:22px;}
.ui-tabs .tab_content .box-up-sell{padding-top:27px}
.product-view .box-up-sell .slideshow-box{padding-top:20px}
.product-view .box-up-sell .products-grid td { width:25%; }


.product-view  .block-related .block-content li.item,
.product-view .box-up-sell li.item{height:auto;margin-bottom:0px; float:left; position:relative; min-height:0; text-align:left; width: 29%; margin-right:6%;}
.adapt-0 .block-related .block-content li.item,
.adapt-0 .product-view .box-up-sell li.item{ width:100%; margin-right:0}
.block-related .block-content li.item.last,
.product-view .box-up-sell li.item.last{ margin-right:0}
.product-view .block-related .viewport,
.product-view .box-up-sell .viewport{ margin:0 20px}
.product-view .block-related .block-content.csslider li.item,
.product-view .box-up-sell .csslider li.item{ width:240px; margin-right:60px; min-height:0}



.product-view .box-up-sell li.item button.button{margin-right:10px}
.product-view .box-up-sell li.item .product-image{margin-bottom:15px; display:block}
.product-view .box-up-sell li.item .ratings{margin-top:4px;}
.product-view .box-up-sell li.item .price-box{overflow:hidden;}
.product-view .box-up-sell li.item .actions{overflow:hidden; overflow:hidden;}

/* Block: Tags & box-tags*/
.block-tags ul,
.block-tags li { display:inline;}
.block-tags ul{margin-bottom:0; padding-bottom:12px; display:block}
.block-tags .actions{padding:0;}

.my-tag-edit{ position:relative; float:left;}
.my-tag-edit .btn-remove {position:absolute; right:-35px; top:3px;}
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:12px;font-weight:normal;padding:0; }
.product-view .box-tags .form-add p { clear:both;}
.product-view .product-tags li{ float:left; padding-right:20px; padding-bottom:5px; white-space:nowrap;}
.product-view .product-tags li a{ text-transform:lowercase; }
.product-view .form-add{ /*padding-top:10px;*/}
.product-view .box-tags .form-add{ border-top:0; margin-top:0; clear:both; overflow:hidden; width:100%}
.product-view .box-tags .form-add label { display:block; margin:0; text-transform:capitalize;clear:both;padding:0px 0 14px;}


.product-view .box-tags .form-add .input-box {width:80%;min-height:26px;clear:both;margin:0 20px 6px 0;float:left; }
.product-view .box-tags .form-add button.button{ clear:both; float:left}
.product-view .box-tags .form-add input.input-text { width:96% !important;margin:0 0 5px;}
.adapt-0 .product-view .box-tags .form-add input.input-text{ width:236px !important}
p.note{ padding-top:7px;}
#review-form .data-table{ width:auto;border:none;}
#review-form .data-table th,#review-form  .data-table td{ border:none;  text-transform:capitalize; font-weight:normal; text-align:center;}
#review-form .data-table th:first-child{text-align:left}
#review-form .data-table tbody th{ padding:6px 10px 6px 0;}
#review-form h4{ margin-top:22px; margin-bottom:10px}
#review-form h4 em{ color:#FF3246}

/* Block: Reviews */
.box-reviews dt:first-child { padding-top:0; margin-top:0}
.box-reviews dt { font-weight:normal; padding-bottom:0px; margin:0; padding-top:7px}
.box-reviews dt a{ display:inline;}
.product-collateral.tab_content .box-reviews{margin-top:0 !important}
.box-reviews { }
.box-reviews .review-list { float: left; margin-right: 5%; width: 48%;}
.box-reviews h2 { line-height: 25px; margin: 0; padding: 0 0 6px;}
.box-reviews dl { margin: 0 0 15px 0;}
.box-reviews dd { margin-bottom:17px; font-style:italic}
.box-reviews dd p small{font-style:italic}
.box-reviews .form-add { margin-bottom:0px}
.box-reviews.has-reviews .form-add .form-list input.input-text,
.box-reviews.has-reviews .form-add .form-list textarea{ width:94%;}
.em-col-main.grid_24 .box-reviews.has-reviews .form-add .form-list input.input-text,
.em-col-main.grid_24 .box-reviews.has-reviews .form-add .form-list textarea{ width:97%;}
.box-reviews .form-add .form-list input.input-text{ width:50%;}
.box-reviews .form-add .form-list textarea{ width:50%;  height:93px}
.box-reviews .form-add h2 { }
.box-reviews .form-add h3 { padding-top: 12px;; margin-bottom:11px}
.box-reviews .form-add h4 { margin: 33px 0 10px;  padding: 5px 0}
.box-reviews .buttons-set{margin-top:12px; margin-bottom:0px; float:left}
.dashboard .box-reviews .ratings strong{margin-top:1px}

.grid_12.grid_content .box-reviews .review-list{width:100%; margin-right:0}
.grid_12.grid_content .box-reviews .form-add{width:100%; margin-right:0}

/* Send a Friend */
.send-friend { overflow:hidden;}
/* ======================================================================================= */
/*Contact =================================*/
.contacts-index-index .fieldset .legend{display:none}
.contacts-index-index .grid_content .form-list input.input-text,
.contacts-index-index .grid_content .form-list li.wide textarea{width:420px}
.contacts-index-index .grid_content .buttons-set{float:left; width:100%; margin-top:20px}
.contacts-index-index .grid_content button.button{margin-right:20px}
.contacts-index-index .grid_content button.button span span{text-transform:uppercase; padding:5px 33px}
.contacts-index-index .grid_content .buttons-set p.required{float:left; clear:none; margin-top:3px}
.adapt-0.contacts-index-index .grid_content .form-list input.input-text,
.adapt-0.contacts-index-index .grid_content .form-list li.wide textarea{width:280px}

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

/* Product Tags */
.tags-list li { display:inline; padding-right:10px}

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

/* CMS Home Page */
.cms-index-index .secondary ul { padding-left:0;}
.cms-index-index .subtitle {}
.catalogsearch-advanced-index .fieldset.advanced-search{ padding-bottom:0; width:100%}
.catalogsearch-advanced-index .buttons-set{float:left; margin-top:20px; padding-bottom:50px}
.sales-guest-form .search-form .input-box,
.sales-guest-form .form-alt .input-box{ margin-bottom:10px; clear:both; float:left; width:280px !important; text-align:left !important}
.sales-guest-form .search-form .input-box input,
.sales-guest-form .form-alt .input-box input{ width:280px !important;}
.sales-guest-form .search-form select,
.sales-guest-form .form-alt select{ width:297px}
.adapt-0.sales-guest-form .search-form .form-list .input-box input,
.adapt-0.sales-guest-form .form-alt .form-list .input-box input{ width:280px !important;}
.adapt-0.sales-guest-form .search-form .form-list select,
.adapt-0.sales-guest-form .form-alt .form-list select{ width:297px !important}

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

/* RSS */
.rss-title h1 { background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/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; }
/* ======================================================================================= */
/*quickshop*/
body.quickshop-index-view{ padding:0 0 0 3px; background:#fff}
body.quickshop-index-view .product-options-bottom{padding-bottom:10px; overflow:hidden}
body.quickshop-index-view .add-to-links{overflow:hidden; margin-bottom:0;}
body.quickshop-index-view .product-view .add-to-box{margin-top:10px}
body.quickshop-index-view .product-view .no-rating{ width:100%}
/* Shopping Cart ========================================================================= */
.cart .shipping-form p { margin:0 0 9px; padding-bottom:0px }
.cart .shipping-form .form-list li{margin-top:11px}
.cart .shipping-form .form-list li:first-child{margin-top:0px}
/* Checkout Types */
/*Hide button checkout*/
.checkout-multishipping-address-newbilling .block-cart .btn-remove,
.checkout-multishipping-address-selectbilling .block-cart .btn-remove,
.checkout-multishipping-address-editshipping .block-cart .btn-remove,
.checkout-multishipping-overview .block-cart .btn-remove,
.checkout-multishipping-billing .block-cart .btn-remove,
.checkout-multishipping-shipping .block-cart .btn-remove,
.checkout-multishipping-address-newshipping .block-cart .btn-remove,
.checkout-multishipping-addresses .block-cart .btn-remove,
.checkout-onepage-index .block-cart .btn-remove{display:none}
.checkout-multishipping-address-editbilling .fieldset .form-list li,
.checkout-multishipping-address-editaddress .fieldset .form-list li,
.checkout-multishipping-address-newbilling .fieldset .form-list li,
.checkout-multishipping-address-editshipping .fieldset .form-list li{ margin-bottom:10px}

.opc .buttons-set{margin-top:0}
.opc .buttons-set p.required{margin-bottom:10px; float:left; clear:none; margin-top:4px}
.opc .form-list .field{ margin-right:10px; width:350px}
.opc .form-list li.wide .input-box{ margin-bottom:0px; width:320px }
.opc .form-list li.wide input.input-text{ width:592px; }

.checkout-multishipping-address-newshipping .form-list li.wide .input-text{ margin-bottom:10px;}
.checkout-multishipping-address-newshipping .buttons-set p.required{ margin-bottom:15px;}
.checkout-multishipping-address-newshipping .form-list li.control{ padding-top:10px; }


.cart .checkout-types { text-align:left; margin:0; padding-left:0; padding-top:7px; overflow:hidden}
.cart .page-title .checkout-types {display:none;}
.cart .checkout-types li:first-child{margin-bottom:5px}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
#checkout-step-login .col-2 .buttons-set button.button{ clear:both; margin-top:0px; margin-right:20px}
#checkout-step-login .col-1 .buttons-set{ clear:left; margin-top:19px}
#checkout-step-login .col-2 p.required{clear:none;margin-top:20px; }
#checkout-step-billing{ padding-top:20px; padding-bottom:30px; margin-top:0px}
#checkout-step-shipping_method{ padding-top:25px; padding-bottom:31px}
#review-buttons-container.buttons-set{ padding-right:0; margin-top:0px; position:relative; padding-bottom:0px}
#review-buttons-container.buttons-set .f-left{ margin:3px 0 17px}
#review-buttons-container.buttons-set button.button{ float:right; margin:0; clear:both}
#review-buttons-container.buttons-set button.button span span{ text-transform:uppercase}
#review-buttons-container .please-wait{ float:right; margin-top:2px; clear:both}
#checkout-step-billing .form-list li.control{margin-top:3px; margin-bottom:10px}
#checkout-step-billing .buttons-set{ margin-top:17px}
#checkout-step-billing .buttons-set button.button{ margin-right:20px}
#payment-buttons-container p.required,
#shipping-buttons-container p.required,
#checkout-step-billing .buttons-set p.required{ margin-top:4px; display:none}
#billing-new-address-form li.control{margin-top:10px !important;}
#billing-new-address-form ul{ margin-bottom:13px}
#checkout-step-shipping .form-list li.control{margin-top:10px;}
#shipping-buttons-container{ padding-top:10px}
#shipping-new-address-form ul{margin-bottom:0}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; margin-left:120px}
.cart-table tfoot td{ padding:15px 20px 10px; border:none;}
.cart-table tfoot td button.button{ float:left; margin-right:20px; margin-bottom:5px}

/* Shopping Cart Collateral boxes */
.crosssell h2{}

.cart .cart-collaterals { margin:7px 0 0; padding-top:18px; }
.crosssell{ margin-top:20px}
.cart .cart-collaterals select{ width:100%}
.cart .cart-collaterals .col2-set { float:left; width:67%; padding-bottom:0px}

.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 {padding:0 0 13px; float:left; width:47%; margin-right:3%}

.adapt-1 .cart .cart-collaterals .col2-set{ width:100%}
.adapt-1 .cart-collaterals .col2-set .col-2{ float:right; margin-right:0}
.adapt-1 .cart-collaterals .col2-set .col-1,
.adapt-1 .cart-collaterals .col2-set .col-2{ width:48.5%}
.adapt-1 .cart .totals{ width:100%; margin-top:20px}

.cart .cart-collaterals .checkout-types a { float:left; margin-top:7px}

.cart .crosssell { margin:37px 0 0; padding:0; /*float:left; clear:both; width:100%;*/ position:relative; overflow:hidden}
.cart .crosssell .product-name { margin-bottom:2px;}
.cart .crosssell .product-image { display:block;}
.cart .crosssell .product-details { clear:left;}
.cart .crosssell .price-box { }
.cart .crosssell li.item { float:left;}
.cart .crosssell .in-stock{padding-bottom:10px}
.cart .crosssell .ratings{}
.cart .crosssell button.button{margin-bottom:10px}

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

/* Shopping Cart Totals */
.cart .totals { float:left; padding-bottom:0px; width:33%; margin-bottom:10px}
.cart .totals table td { padding: 4px 0 5px;}
.cart .totals table td.a-right{text-align:left !important; padding-right:20px}
.cart .totals table td:first-child { padding-right:10px;}
.cart .totals table th { font-weight:bold; padding:5px; }
#shopping-cart-totals-table{width:100%;}
#shopping-cart-totals-table tbody td{}
#shopping-cart-totals-table td{padding:0 0px 15px; width:50%}
#shopping-cart-totals-table tr.last td{padding:0 0 7px;}
#shopping-cart-totals-table td:first-child{ padding-right:20px}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.dd-truncated{ width:100%; margin-top:5px} 
.truncated { cursor:help; padding-top:7px; float:left}
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help;}
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:210px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; margin-left:-169px}
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; float:none !important}
.truncated .show .item-options { top:15px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:15px; }
.col-right .truncated .show .item-options  { left:0px; top:15px; margin-left:-100px }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods{ margin:0}
.sp-methods dt { font-weight:normal; /*line-height:24px*/}
.sp-methods dt input.radio{margin-top:-3px}
.sp-methods input.radio{margin-top:-3px}
.sp-methods label{font-weight:bold;}
.sp-methods .price { font-weight:bold; }
.sp-methods select.month { margin-right:15px; width:141px}
.sp-methods select.year { width:141px}
.opc .sp-methods select.month { margin-right:20px; width:158px}
.opc .sp-methods select.year { width:159px}
#opc-shipping_method .sp-methods dt{float:left; margin-right:7px; margin-bottom:11px}
#opc-shipping_method .sp-methods dd,
#opc-shipping_method .sp-methods dd ul{ margin-bottom:0px}
#opc-shipping_method .buttons-set{margin-top:0px}
#opc-shipping_method #onepage-checkout-shipping-method-additional-load{float:left; padding:0 0 5px; clear:both}
.opc .sp-methods label{font-weight:normal}
.opc .sp-methods#checkout-payment-method-load label{font-weight:normal}
.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; min-width:150px }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:20px; display:inline-block; padding-top:9px;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/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{padding:10px 0 0}
.gift-messages h3{font-size:14px}
.gift-messages-form { position:relative; padding:5px;}
.opc .gift-messages-form{ padding:10px 15px; margin-bottom:10px}
.gift-messages-form label { float:none !important; position:static !important; display:inline-block;}
.gift-messages-form p label { display:inline;}
.allow-gift-messages-for-order-container{ margin-bottom:10px}



.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/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 {padding:10px 0; overflow:hidden; clear:both}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em !important; overflow:auto; }
.checkout-agreements .agree { padding:6px 0; margin-top:10px}
.checkout-agreements .agree input.checkbox{margin-top:-3px}

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */
.block.block-progress { background:none;}
.block-progress .block-title {}
.block-progress .block-title strong {color:#0a263c; }
.block-progress .block-content { background:none;}
.block-progress dt {padding:10px 0 11px; position:relative; margin:0 !important}
.block-progress dt:last-child{}
.block-progress dd {border-top:0; padding:8px 0; margin:0 0 6px; }
.block-progress dt.complete {color:#969898;}
.block-progress dt.complete a{text-transform:capitalize;padding-left:0px;clear:both;margin-left:0px;}
.block-progress dd.complete {padding-bottom:13px;margin-bottom:0px;padding-top:4px;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }

/* One Page Checkout */
.checkout-onepage-index .page-title{ margin-bottom:0; font-weight:bold}
.block-progress dd address { margin-bottom:0;}
.block-progress dd { padding-bottom:10px;}
.opc { position:relative; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:35px; line-height:35px; float:left; padding-top:0px; }

.opc li.section {margin:0 0 20px;}
.opc li.section.active {}
.opc > li.section:first-child{margin-top:5px !important;}
.opc .step-title {}
.opc .step-title .number { float:left; margin-right:5px;}
.opc .step-title h2 { margin:0; text-transform:capitalize; padding:10px 20px }
.opc .step-title a { float:right; }

.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; }

.opc #opc-payment.step { padding:24px 0 11px 0;}
.opc #checkout-step-review{padding:0; margin-top:11px}
.opc .step .tool-tip { right:10px; }
.opc #billing-address-select{ margin-bottom:10px}

.opc .order-review {padding-top:9px}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .form-list li.control {line-height:20px;margin-bottom:3px;}
.opc #opc-login .form-list li.control { margin-bottom:10px}
.opc .form-list li.control input.radio,.opc .form-list li.control input.checkbox{margin-top:-4px}
.opc .form-list li.control input.radio{ margin-left:1px}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { border-top: 10px solid #999999; float: left; font-weight: bold; margin: 0 3px 0 0; padding: 2px 0 0; text-align: center; width: 19%; }
.adapt-1 .checkout-progress li{ width:32%}
.checkout-progress li.active { border-top-color:#E96200; color:#E96200; }

.multiple-checkout { position:relative; padding-bottom:20px}
.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 {}
.multiple-checkout #checkout-review-submit{padding-top:20px}
.multiple-checkout #checkout-review-submit #review-buttons-container{padding-top:20px}
.multiple-checkout .col2-set{ padding-bottom:20px}
.multiple-checkout .data-table .product-name{ margin-bottom:0}
#multiship-addresses-table td .btn-remove2{margin-top:8px}
#multiship-addresses-table td .product-name{margin-top:11px}
#multiship-addresses-table td select{width:300px}
.multiple-checkout .page-title h1,
.checkout-multishipping-address-newshipping .page-title h1{ margin:0; padding-left:0; padding-right:0; border:0}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login{ padding-bottom:0px}
.customer-account-login .col-main{}
.account-login .col2-set .col-1{width:46%;float:left; margin-right:6%}
.account-login .col2-set .col-2{width:48%;float:left; overflow:hidden}
.account-login .col2-set .col-2.new-users{float:left;}
.account-login .content h2 {padding:2px 0 16px; text-transform:capitalize; margin-bottom:0}
.account-login .form-list input.input-text{clear:both;float:left; width:73%}
.adapt-3 .account-login .form-list input.input-text{ width:90%}
.new-users .buttons-set{margin-top:20px}
.registered-users .buttons-set{margin-top:0px; width:94.5%}
.registered-users .buttons-set a{margin-bottom:0px;}
.registered-users .buttons-set button.button{margin-top:14px; margin-right:20px}
.registered-users .buttons-set p.required{float:right; clear:none; margin-top:-4px}
.registered-users .content p.required { clear: left; padding-top: 0px; text-align: left; margin-top:4px; display:none}
.registered-users .content p{padding:12px 0 5px 0;color:#303030;padding:0 ; font-size:12px; margin-bottom:0px}

.customer-account-create .account-create .fieldset .form-list .field{ width:100%}
.account-create .fieldset{ width:50%}
.account-create .fieldset .form-list .field{ width:50%}
.account-create .fieldset .form-list input.input-text{}
.account-create .fieldset .legend{padding-bottom:1px; text-transform:capitalize; padding-top:2px; margin:0 0 5px}
.account-create .form-list li.control{float:left;width:100%;padding-bottom:0px;margin-top:13px; margin-bottom:0px}
.account-create .form-list li{width:80%;}
.account-create .form-list li.fields{width:100%;}
.account-create .buttons-set{margin-top:21px;}
.account-create .buttons-set .back-link{clear:both}
.account-create .buttons-set button.button{margin-right:15px}
.account-create .buttons-set p.required{float:left; clear:none; margin-top:4px; font-size:90%; margin-bottom:10px}
.account-create .form-list li.control label {margin-top: -1px;}
.account-login .input-box, .account-create .input-box { float: left; margin-bottom: 11px; width: 100%;}

.customer-account-forgotpassword .buttons-set{overflow:hidden; clear:both; float:left; width:100%; margin-top:10px}
.customer-account-forgotpassword .buttons-set p.required{margin-bottom:15px}
.customer-account-forgotpassword .buttons-set p.back-link{margin-bottom:5px; overflow:hidden; float:left}
.sendfriend-product-send .buttons-set{overflow:hidden; clear:both; float:left; width:100%;}
.sendfriend-product-send #max_recipient_message{ padding-top:7px}
.sendfriend-product-send #max_recipient_message p.limit{ clear:both}
.sendfriend-product-send .fieldset{overflow:hidden; clear:both; float:left; width:100%; padding-bottom:20px}
.sendfriend-product-send .buttons-set p.back-link{margin-bottom:5px;float:left}
.sendfriend-product-send .buttons-set button.button{margin-bottom:5px;}
.sendfriend-product-send .form-list li.wide textarea{width:582px;}
.sendfriend-product-send .form-list input.input-text{ width:280px}
.adapt-1.sendfriend-product-send .form-list .field{ width:100%}
.adapt-1.sendfriend-product-send .form-list input.input-text{ width:320px}
.adapt-2.sendfriend-product-send .form-list li.wide textarea{width:582px;}
.adapt-1.sendfriend-product-send .form-list li.wide textarea{width:320px;}
.adapt-0.sendfriend-product-send .form-list li.wide textarea{width:260px;}


.customer-account-resetpassword .fieldset{margin-top:0px !important}
.customer-account-resetpassword .buttons-set{width:100%; float:left; margin-top:10px}
.customer-account-resetpassword .buttons-set p.required{margin-bottom:10px }
/* End of Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account{padding-bottom:0px; position:relative; /*display:inline-block; width:100%*/}
.my-account .data-table{/*overflow-x : scroll*/ margin-bottom:18px}
.my-account .box-head .data-table{/*overflow-x : scroll*/ margin-bottom:0px}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .welcome-msg p.hello{margin-bottom:14px}
.my-account p.hello strong{ font-weight:normal;}
.my-wishlist textarea{ width:90%; margin-top:5px; height:100px}
.adapt-0 #wishlist-table td:nth-child(2){ width:220px}
.adapt-0 .my-wishlist textarea{ width:200px !important}
.adapt-0 #wishlist-table th{ white-space:nowrap !important}
.checkout-multishipping-register .fieldset{ width:100%; padding-bottom:10px}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {padding-top:2px; padding-bottom:12px;}
.dashboard .welcome-msg p { margin: 0 0 14px;}
.box-head{padding-top:3px; position:relative;}
.box-head h2{ }
.box-head a{/*text-transform:uppercase; padding:6px 15px 4px; right:0; top:-3px;*/ }

/*Block My Account*/
.dashboard .box-recent { margin:0px 0 30px; }
.dashboard .box-recent .data-table{ margin-top:18px}
.dashboard .box-recent .box-head h2{}
.box-recent{ margin-bottom:22px}
.box-account{/*clear:both; float:left; width:100%*/}
.box-account .box-head{margin-bottom:18px; padding-top:0px}
.box-account.box-tags .box-head{ margin-bottom:15px}
.my-account .pager{padding:10px 0}
/* Block: Recent Orders */
.box-recent h5{padding-bottom:8px}

/* Block: Account Information */
.dashboard .box-info {}
.box-info .box{border:none; padding:0; margin-bottom:19px}
.box-title a{}
.box-info h4,
.box-title h3,
.box-content h3{ font-weight:normal; float:left; margin-bottom:4px; margin-right:2px}
.box-content address,
.box-content p{line-height:16px;}
.box-content{ clear:left; }
.my-account .col2-set a { margin:0; display:inline-block}
.my-account .col2-set .box-title h6 a{margin:0}
.my-account .col2-set .box-content p a { float: none; margin: 0; text-transform: capitalize; display:block; margin-top:0px}
.box-info .box-head{margin-bottom:24px}
.box-content address { line-height: 21px; padding: 0; clear:both;}
.box-account .box-content p {}
.box-account .col-1, .box-account .col-2 { float: left; width: 45%;}
.box-account .col-1{margin-right:5%}

/* Block: Reviews & Tags */
#my_recent_reviews{ margin-bottom:12px}
#my_recent_tags{ margin-bottom:0px}
#my-reviews-table .product-name a{font-size:12px}
#my-tags-table td.last{ min-width:100px}
#my-tags-table td .product-image{ display:block; margin-bottom:0}
#my-tags-table .add-to-links{margin-top:10px; float:left}
#my-tags-table .add-to-links li{}
.my-account .box-reviews .number,.my-account .box-tags .number { float:left;font-weight:bold; line-height:12px;  margin:0px -20px 0 0; padding:0px 5px 2px 0; }
.my-account .box-reviews .details { margin-left:20px; }
.dashboard .box-tags{ margin-top:26px}
.dashboard .box-tags h2{ margin-bottom:0}
.my-account .box-tags .details { margin-left:20px; }
.box-tags .tags strong{ font-weight:normal; float:left; display:inline; }
.box-tags .tags li{  float:left; display:inline; padding-left:5px; }
.box-reviews li.item{ padding-bottom:13px; padding-top:9px}
.box-tags li.item { padding-bottom:23px;}
.box-reviews li.item.last{ padding-bottom:0px;}
.box-tags li.item.last { padding-bottom:6px;}
.box-reviews h3.product-name{ margin-bottom:9px;}
.box-reviews .ratings .rating-box{margin-top:2px}
.box-tags h3.product-name{ margin-bottom:6px;}
.box-tags .tags a{ text-transform:capitalize; }
/********** Dashboard > */

/* Address Book */
.customer-address-form .my-account .form-list li.wide:first-child{ padding-bottom:10px; }
.customer-address-form .my-account .form-list li strong{ padding-top:5px; display:block; }
.customer-address-form .my-account .form-list li.control{ padding-top:10px}
.customer-address-form .my-account .buttons-set p.required{float:none}

.adapt-2.customer-address-form .form-list input.input-text{ width:290px}
.adapt-2.customer-address-form .form-list select{ width:308px}
.adapt-1.customer-address-form .form-list input.input-text{ width:200px}
.adapt-1.customer-address-form .form-list select{ width:218px}

.col-1.addresses-primary li h5{ float: left;  margin-right: 50px;}
.addresses-list a { float: right; margin: 0 !important; text-transform: capitalize;}
.col2-set .col-1.addresses-primary{width:100%;}
.col2-set .col-2.addresses-additional{width:100%; margin-top:16px; margin-bottom:10px}
.addresses-list address { color: #969898; font-size: 11px; line-height: 22px; margin: 0; clear:both}
.addresses-list .addresses-additional li.item{margin-bottom:4px}

/* My Order */
.my-account .my-account h5{text-transform:uppercase; font-weight:bold}
.my-account .pager .limiter label{ margin-top:8px}
.my-account .pager .amount strong{text-transform: uppercase;}
.my-account .pager{padding:2px 0 15px; margin-top:0px; width:100%}
.my-account .pager .amount{margin-top:9px; clear:both}

/* 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 { }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-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:170px; padding-bottom:10px }
.review-product-view .product-review .product-img-box{margin:0}
.review-product-view .product-review .product-details{margin:0}
.product-review .product-img-box .product-image { display:block; width:150px; height:150px; margin-bottom:10px}
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; padding-top:10px}
.product-review .product-img-box .ratings .rating-box { }
.product-review .product-details { margin-left:200px; }
.product-review .product-name { font-size:16px;  margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px;}
.product-view .ratings-table { margin:7px 0 4px}
.product-review dt { font-weight:bold; }
.product-review dd { margin:5px 0 0; }

/*Newsletter Subscription*/
.newsletter-manage-index .fieldset{ float:none; width:100%}
.newsletter-manage-index .buttons-set{}
.newsletter-manage-index .fieldset .legend{ padding-bottom:10px}
/*Newsletter Subscription*/
.wishlist-index-share .my-account .buttons-set p.required{width:100%}
.wishlist-index-share .my-account .buttons-set p.back-link{float:left; margin-bottom:5px}
.wishlist-index-share .buttons-set{/*width:100%; clear:both; float:left*/}
.wishlist-index-share .form-list li.wide textarea{width:495px}
.wishlist-index-share .validation-advice{width:495px}
.wishlist-index-share .fieldset{float:none}
.adapt-1.wishlist-index-share .form-list li.wide textarea{width:350px}
.adapt-1.wishlist-index-share .validation-advice{width:350px}
.adapt-0.wishlist-index-share .form-list li.wide textarea{width:240px}
.adapt-0.wishlist-index-share .validation-advice{width:240px}
.adapt-0.wishlist-index-share .fieldset {width:100%}
.adapt-0.wishlist-index-share .form-list li.wide .input-box {width:240px}

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


/* Footer ================================================================================ */
.footer { }
.footer address { text-align:left; margin-bottom:0;}
.footer ul { margin-bottom:5px}
.footer ul li { display:inline; margin-right:15px}
.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,
.tags: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-description: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,
.widget-static-block:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.menu-item-hbox > .menu-container{ position:relative; }



.caroufredsel_wrapper > ul, .caroufredsel_wrapper {  position:relative!important; }
.product-view .product-img-box .more-views li img{width:100%}





/**
 * 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) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * EM CloudZoom
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	/*margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000!important;
	color:#fff!important;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
	left:0;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:2px solid #ccc;
	overflow:hidden;
	background-repeat: no-repeat;
    background:#ffffff no-repeat;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.mousetrap{width:100%!important;height:100%!important;}
/**
 * EMThemes
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
    z-index:999;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
#demotool_variation{left:-391px;}

.btn-toggle {
  background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/close-open.png") no-repeat scroll 0 0 transparent!important;
  display: block;
  position: fixed;
  left: 0;
  z-index:22;
  text-indent: -999px;
  top: 258px;
  width:47px;height:47px;display:block;text-indent:-99999px;
  border:#cecece 1px solid;
  border-left:none; 
}

#demotool_variation{border:#cecece 1px solid;background:#fff;width:390px; z-index:22; position:absolute;top:0;left:-100%}
#demotool_variation  .copyright {background:#e5e5e5;padding:8px 15px;color:#7F7F7F;font:12px Tahoma,Arial,Helvetica,sans-serif;clear:both;float:left;margin:15px 0 0 0;width:360px;}
#demotool_variation  .copyright a{font-weight:bold; color:#878686}
.demotool-title{background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/bg_var.png") repeat-x;height:31px;font:bold 12px Tahoma,Arial,Helvetica,sans-serif;color:#fff;
line-height:30px;padding:0 15px;margin-bottom:6px;}
.content-title{background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/bg_bottom_title.png") repeat-x bottom center #fff;padding-bottom:8px;cursor:pointer;}
.content-title span{color:#ba0014;font:bold 12px Tahoma,Arial,Helvetica,sans-serif;padding:2px 15px 8px;display:block;}
.demotool-content{font:12px/1.35 Roboto,Arial,Helvetica,sans-serif;}
.demotool-content .desc{ padding:5px 0 5px 9px; background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) 0 -631px no-repeat; color:#878686; font:italic 10px/1.35 Arial, Helvetica, sans-serif;}
.demotool-content .desc em{font:italic 10px/1.35 Arial, Helvetica, sans-serif;}
.demotool-content #em_variation_google_font_preview{  margin-bottom:0; }
.demotool-content .col-1 .desc{ padding-bottom:0; color:#878686; }
.demotool-content .box{border:#e0e0e0 1px solid; border-width:0 0 1px 0; margin:0 15px;float:left;clear:both;width:360px;padding:0 0 20px;}
.demotool-content .box.last{border-bottom:none;}
.demotool-content .box.first{padding:9px 0 14px 0;}
.demotool-content .box .title {font:bold 11px Tahoma,Arial,Helvetica,sans-serif;color:#000;text-transform:uppercase;cursor:default;}
.demotool-content .box .title .name_title{float:left;margin-top:2px;}
.demotool-content .box .title .box-tgl {float:right;background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/var_close.png") no-repeat scroll 0 0 transparent;width:19px;height:19px;text-indent:-99999px;cursor:pointer; margin-right:10px;}
.demotool-content .box.close .title .box-tgl{ background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/var_show.png") no-repeat scroll 0 0 transparent; }
.demotool-content .box .content{clear:both;}
.demotool-content .box .content .row{margin-left:0}
.demotool-content a.btn-reset,
.demotool-content a.btn-apply  {display: block;height: 32px;margin: 15px 0 0 15px;text-indent: -999px;float:left;}
.demotool-content a.btn-reset{background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/btn_reset.png") no-repeat scroll 0 0 transparent;width: 78px;}
.demotool-content a.btn-apply {background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/btn_apply.png") no-repeat scroll 0 0 transparent;width: 97px;}
.demotool-content .box .content .col-1:first-child{ margin-left:0;}
.demotool-content .box .content .col a:hover{ text-decoration:none;}
.demotool-content .box .content .input{ overflow:hidden;}
.demotool-content .box .content .input a{ display:inline-block; float:left;}
.demotool-content .box .content .input a:hover img{ border:2px solid #000000}
.demotool-content .box .content .input a.selected img{ border:2px solid #000000}
.demotool-content .box .content .input a img{ border:2px solid #ffffff}
.demotool-content .box .content .col{ float:left;}
.demotool-content .box .content .col-1{width:112px;margin-left:12px; }
.demotool-content .box .content .col .input.input_font{border: 0 none;float: left;margin: 0;padding: 6px 2px;min-height:21px;background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/bg_select_font.png") no-repeat scroll 0 0 transparent;width:360px;}
.demotool-content .box .content .col .input select{ width:362px; border:1px solid #DDDDDD;height:auto; }
.demotool-content .box .content .col .input select#em_box_wide{-webkit-appearance:menulist}
.demotool-content .box .content .col .input select#em_variation_google_font option { border-top: 1px solid #f0e7e7; padding: 3px 4px; }
.demotool-content .box .content .col .input select#em_variation_google_font option:first-child { border-top:none; }
.demotool-content .box .content .row .label,
.demotool-content .box .content .col select{font:12px Tahoma,Arial,Helvetica,sans-serif;color:#000; border:none;background:none;background-color: transparent;-webkit-appearance:none;}
.demotool-content .box .content .row .label{padding:14px 0 8px;}
.demotool-content .box .content  select option{ padding-right:0;}
.demotool-content .box .content .col .input input{ height:30px;border:#e1e1e1 1px solid; background:#fff; padding:0 5px!important;color:#000; font-size:11px;line-height:30px; width:350px;}
.demotool-content .box .content .col-1 .input input{ width:75px;}

@media screen and (-webkit-min-device-pixel-ratio:0){
.demotool-content .box .content .col-1 .input.input_font{background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/variation/bg_select_font_1.png") no-repeat scroll 0 0 transparent;width:165px;}
}

.qrcode {position:fixed;top:307px;left:0;z-index:21}
.qrcode  li{width:49px;}
.qrcode li a span{display:block;width:47px;height:47px;background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/i_mobile.png") no-repeat scroll 0 0 transparent;text-indent: -999px;top: 307px;
 width:47px;height:47px;text-indent:-99999px;border:#cecece 1px solid;border-left:none; border-top:none;}
.qrcode li a img{max-width:none!important;border:1px solid #CECECE;padding:20px;background:#fff; z-index:99;}

/*Color*/
.color_variation .btn_color_variation{
background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/colorvariation/skin-picker.png") no-repeat scroll 0 0 transparent;
position: fixed;
left: 0;
text-indent: -999px;
top: 212px;
z-index:23;
width: 47px;
height: 47px;
display: block;
border: 1px solid #CECECE;box-shadow:0 0 10px #999999;
border-left: none;}

.color_variation .colordiv {position:absolute; left:23%; top:10%;z-index:999;background:#F6F6F6;
				  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /* border radius */
				  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); 
				  -moz-box-shadow: 0 0 15px rgba(0,0,0,.3); 
				  box-shadow: 0 0 15px rgba(0,0,0,.3); /* box shadow */
				  webkit-background-clip: padding-box; 	/* smoother borders with webkit */
				  }
.adapt-2.color_variation .colordiv {left: 16%;}
.adapt-1 .color_variation .colordiv {left: 11%;}
.color_variation .colordiv .btn_color_close {
background: url("http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/btn_popup-close.png") no-repeat scroll 0 0 transparent;
height: 38px;
width: 38px;
text-indent: -99999px;
display: block;
text-align: left;
position: absolute;
top: -20px;
right: -18px;}
.color_variation .slider_container { background-color:transparent; border:none; margin:0;}
.adapt-0 .color_variation{ display:none;}
.demotool-content .box .content .col .input input#wide_full{border:0;float:left;width:auto;height:auto;margin:2px 5px 0 0;}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; background-color: #000; }

/* Button panel */
.dcssb-float .dcssb-content {
	background: #fff;
	padding: 10px 10px 5px 10px;
	text-align: center;
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.dcssb-btn.size-horizontal {
	width: 80px;
	height: 24px;
}

.dcssb-btn {
	margin-bottom: 5px;
}
.dcssb-btn.size-none {
	width: 60px;
	height: 24px;
}
.dcssb-btn.size-vertical {
	width: 60px;
	height: 62px;
}
/* Button specific styling */
/* Digg */
.dcssb-digg.size-vertical {
	height: 68px;
}
/* Delicious */
.dcssb-delicious div {
	margin: 0 auto;
}
/* LinkedIn */
.dcssb-linkedin.size-horizontal {
	width: 65px;
}
/* Buffer */
.dcssb-buffer.size-horizontal {
	width: 85px;
}
/* Print & Email */
.dcssb-print.size-horizontal, .dcssb-print.size-none, .dcssb-email.size-horizontal, .dcssb-email.size-horizontal {
	width: 56px;
}
.dcssb-print.size-vertical, .dcssb-email.size-vertical {
	height: 24px;
}
/*.link-email, .link-print {
	padding-left: 20px;
	display: block;
	font: bold 11px/18px Arial, sans-serif;
	height: 20px;
	text-decoration: none;
	color: #333333;
    cursor: pointer;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border: 1px solid #bbb;
    border-radius: 3px 3px 3px 3px;
    max-width: 98%;
    overflow: hidden;
    position: relative;
	text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}*/
.link-print .icon, .link-email .icon {
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.link-print .icon {
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon_print.png) no-repeat 0 0;
}
.link-email .icon {
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icon_email.png) no-repeat 0 0;
}
.link-email:hover, .link-print:hover {
	border: 1px solid #999;

}

/* Pinterest */
.dcssb-pinterest {
	position: relative;
	width: 60px;
}
.dcssb-pinterest.size-horizontal, .dcssb-pinterest.size-none {
	height: 20px;
}
.dcssb-pinterest.size-horizontal {
	width: 70px;
}
.dcssb-pinterest-button {
    height: 25px;
    margin: 0;
    padding: 0 0 10px 0;
}
.pinItButton {
    position: absolute;
    background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/pinterest.png);
    font: 11px Arial, sans-serif;
    text-indent: -9999em;
    font-size: .01em;
    color: #CD1F1F;
    height: 22px;
    width: 47px;
    background-position: 0 -37px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.pinItButton:hover {
	background-position: 0 -58px;
	background-color: none;
}
.pinterest-counter-count{
	font: 12px/12px Arial,Helvetica,sans-serif;
    height: 29px;
    padding: 9px 0 0;
    text-align: center;
    width: 47px;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/pinterest.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 23px;
	right: 8px;
}
.size-horizontal .pinItButton {
	left: 0;
	margin-left: 0;
}
.size-horizontal .pinterest-counter-count{
	font: 11px/11px Arial,Helvetica,sans-serif;
    height: 15px;
    padding: 3px 0 0;
    text-align: center;
    width: 21px;
	background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/pinit-count-s.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 1px;
	right: 0;
}
.size-none .pinterest-counter-count{
 display: none;
}

div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
/*div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-cb1.gif) no-repeat left center; display: block;} 
div.block-layered-nav dd a.amshopby-attr:hover {display: block;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-cb2.gif) no-repeat left center;} */
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav dt {
 cursor:pointer; 
 padding-left:20px;
 background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav dt.amshopby-collapsed {background:url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-collapsed.gif) center left no-repeat}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
#bg_fade {background-color:#000;left:0px;margin:0px;padding:0px;position:fixed;top:0px;visibility:hidden;width:100%;z-index:998;height:1000px}
#containerDiv {width: 350px;z-index: 999;display:none;position:fixed;}
#containerDiv .ajaxcart {position: relative;padding: 20px;text-align: center;border: 10px solid #EAE9E6;background-color: white;z-index: 99999;}
#containerDiv .ajaxcart .row2 {clear:left;}
#containerDiv .ajaxcart #ajax_image img {float:left;margin-right:7px;}
#containerDiv .ajaxcart #ajax_image  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDiv .ajaxcart #ajax_image span {text-align:left;}
#containerDiv .ajaxcart .row2 a { background: none repeat scroll 0 0 #F18200;border: 1px solid #DE5400;color: #FFFFFF;display:  inline-block;font: bold 12px/19px Arial,Helvetica,sans-serif;height: 19px;padding: 0 8px;text-align: center;white-space: nowrap; text-decoration: none;}
#containerDiv .ajaxcart .row2 a span { border: 0 none;padding: 0;}
.product-essential {position:relative;}
/*

INSTRUCTION FOR STYLING:

# Change background, color of the horizontal menu bar:
.em_nav .hnav { }

# Change font, color of hyperlinks:
.em_nav a { }
.em_nav a:hover { }

# Menu item's links when hover or active:
.em_nav li:hover > a, .em_nav li.active > a { }


# Top level's menu:
# -----------------

# Change padding, font, color of top menu item:
.hnav .menu-item-depth-0 a { }

# Change position of the drop-down menu of top level menu:
.hnav .menu-item-depth-0 > .menu-container,
.em-catalog-navigation.horizontal > li > ul,
.em-catalog-navigation.horizontal > li:hover > ul { top:50px }

# Level 2+ menu:
# -----------------

# Change background color, padding of container of level 2+ menu container:
.em_nav .menu-item-link > ul,
.em_nav .em-catalog-navigation ul { }

# Change font, color of hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 a,
.em_nav .em-catalog-navigation li li a { }

# Change font, color of hover/active hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 li:hover > a, 
.em_nav .menu-item-depth-1 li.active > a,
.em_nav .em-catalog-navigation li li:hover > a,
.em_nav .em-catalog-navigation li li.active > a { }


# ----------------

# Add a gutter between 2 children of hbox:
.em_nav .menu-item-hbox > .menu-container > li { margin-left:10px }
.em_nav .menu-item-hbox > .menu-container > li:first-child { margin-left:0 }

# Fix hbox on mobile view
.adapt-0 .menu-item-hbox > .menu-container { white-space:normal }
.adapt-0 .menu-item-hbox > .menu-container > li { display:block; margin-left:0 }



BELOW BASE CSS SHOULD NOT BE CHANGED:
===============================================================================
*/


ul ul, ul ol, ol ol, ol ul { font-size:100% }

.em_nav ul { margin:0;text-align:left;clear:both;}


/* horizontal menu */

.hnav .menu-item-depth-0 {position:relative;float:left;}
.hnav .menu-item-depth-0 a { display:block; /*height:20px; line-height:20px;*/ /*padding:5px 20px*/ }
.hnav.sample-menu-fixed .menu-item-depth-1 a { padding:5px 20px;}
.hnav .menu-item-depth-0 > .menu-container { position:absolute; top:30px; left:-9999px; z-index:9999 }

/* vertical menu */

.vnav { width:200px }
.vnav .menu-item-depth-0 { position:relative }
.vnav .menu-item-depth-0 a { display:block; padding:7px 20px 8px}

.vnav .menu-item-depth-0 > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }

/* general */
.menu-item-parent > a { margin-right:31px }
.em_nav a.arrow span { display:block; /* add background arrow here */ }

/* ---------- level 2+ ---------- */

/* horizontal menu */

.hnav .menu-item-depth-0:hover > .menu-container,
.hnav .menu-item-depth-0.hover > .menu-container {}

/* vertical menu */

.vnav .menu-item-depth-0:hover > .menu-container,
.vnav .menu-item-depth-0.hover > .menu-container { left:75% }
.vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.vnav.nav-right .menu-item-depth-0.hover > .menu-container { left:auto; right:100% }


.menu-item-hbox > .menu-container { white-space:nowrap }
.menu-item-hbox > .menu-container > li {white-space:normal; vertical-align:top;  }

.menu-item-link > .menu-container { min-width:180px;}

.menu-item-depth-0 .menu-item-link { position:relative }
.menu-item-depth-0 .menu-item-link > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }

.em-catalog-navigation li:hover > ul,
.em-catalog-navigation li.hover > ul,
.menu-item-depth-0 .menu-item-link:hover > .menu-container,
.menu-item-depth-0 .menu-item-link.hover > .menu-container { left:100%; top:-11px; }
.nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container { left:auto; right:100% }

/* Catalog Navigation */
.em-catalog-navigation li.parent > a { margin-right:31px }
.em-catalog-navigation li.parent > a.arrow { margin-right:0;}
.em-catalog-navigation ul { /*min-*/width:180px;}
.em-catalog-navigation li { position:relative }
.em-catalog-navigation li > ul { position:absolute; top:0; left:-9999px; z-index:9999 }

.nav-right .em-catalog-navigation li:hover > ul,
.nav-right .em-catalog-navigation li.hover > ul { left:auto; right:100% }


/* Catalog Navigation with vertical style of top level */
.em-catalog-navigation.horizontal > li {float:left;}
.em-catalog-navigation.horizontal > li > ul { top:30px }
.em-catalog-navigation.horizontal > li:hover > ul { left:0; top:30px }

/* Mobile view */
.adapt-0 .menu-item-link, 
.adapt-0 .menu-item-text,
.adapt-0 .menu-item-hbox,
.adapt-0 .menu-item-vbox,
.adapt-0 .em-catalog-navigation li { display:block; float:none }

.adapt-0 .menu-container,
.adapt-0 .em-catalog-navigation ul { width:100% !important; top:0 !important; }

.adapt-0 .menu-item-link > .menu-container,
.adapt-0 .em-catalog-navigation li > ul {display:none;position:static;}
.adapt-0 .menu-item-link.mhover > .menu-container,
.adapt-0 .em-catalog-navigation li.mhover > ul {display:block;position:static; }

/* Clear Divs */
.em_nav .hnav:after,
.em_nav .vnav:after,
#nav > .menu-container:after,
.menu-item-hbox:after { content:'.';display:block;clear:both;visibility:hidden;height:0;overflow:hidden }

/* workaround for touch devices 
.menu-item-parent > .menu-container { display:none }
.menu-item-parent:hover > .menu-container { display:block }
.em-catalog-navigation li.parent > ul { display:none }
.em-catalog-navigation li.parent:hover > ul { display:block }*/
.products-grid .item, .products-list .item { position:relative }
.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }
.mini-products-list .product { position:relative; }
.crosssell .item { position:relative }

.productlabels_icons { position:absolute; top:0; right:0; }
.product-img-box .productlabels_icons { z-index:10; }
.productlabels_icons .label { float:right; background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/images/productlabel_icons.png) 0 0 no-repeat; width:50px; height:50px; font-size:10px; font-weight:bold; color:#fff; line-height:1em; text-align:center; padding:0; }
.productlabels_icons .label { padding:10px 0 0; }
.productlabels_icons .nobg { background:none; width:auto; height:auto; }

.productlabels_icons .orange { background-position:0 0 }
.productlabels_icons .yellow { background-position:0 -60px }
.productlabels_icons .blue { background-position:0 -120px }
.productlabels_icons .violet { background-position:0 -180px }
.productlabels_icons .red { background-position:0 -240px }
.productlabels_icons .black { background-position:0 -300px }
.productlabels_icons .new { background-position:-200px 0 }
.productlabels_icons .special { background-position:-200px -60px }
.productlabels_icons .bestseller { background-position:-200px -120px }

/**
 * EM QuickShop
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.quickshop_img{ }

#id_qs_load{width: 621px;position: absolute;top: 30px; left: 50%;display: none;z-index: 1001;background: #fff;min-height: 300px;}
#output-div{}
a.close{width: 15px; height: 15px;text-indent: -999em;background: url(http://www.nurseryenterprises.com/skin/frontend/base/default/images/close.gif) center center no-repeat;display: inline-block;float: right;padding: 10px 10px 0 0;position: absolute;right: -3px;top: -22px;}
#shadow_box{width: 100%;display: none;position: absolute;left: 0; top: 0;z-index: 1001;background: #000;opacity:0.5;z-index: 1000;filter:alpha(opacity=50)}
#loadingmask{padding: 5px 0;position: absolute;top: 50%;left: 50%;margin: -30px 0 0 -15px;}
#loading-mask-loader span{display: block;padding-top: 10px;}
#loading-mask-loader img{padding-right: 10px;}

#em_quickshop_handler{position: absolute; display:block; }
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.nurseryenterprises.com/skin/frontend/base/default/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.nurseryenterprises.com/skin/frontend/base/default/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.nurseryenterprises.com/skin/frontend/base/default/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.csslider {position:relative;}
.csslider .viewport{overflow:hidden;}
.csslider .viewport > ul{overflow:hidden;}
.vertical.csslider .viewport{height:344px;}
.horizontal.csslider ul.slides > li{float:left;}


.csslider.vertical .viewport > ul > li {display:inline; margin-right: 0 !important; float:left; clear:both;}
.csslider li.itemslider {float:left;}
.csslider li.item {margin-bottom:20px;}
.csslider a.next,.csslider a.prev{
	position:absolute;
    top:0;
}
.csslider .product-shop {}
.csslider .no-float .product-image {float:none;}
.csslider  a.product-image {display:block;}
.csslider .products-grid .product-image {display:block; max-width:100%;}

.csslider a.prev, .csslider a.next {text-indent:-999em; display:inline-block; text-align:left;}
.csslider a.prev{left:0}
.csslider a.next{right:0}


.csslider a.prev {position:absolute; top:32%; left:-8px; width:28px; height:101px; cursor:pointer; background:transparent url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) no-repeat -21px -324px;
}

.csslider a.prev:hover {background-position:-21px -432px;}
.csslider a.next{position:absolute; top:32%; right:-8px; width:28px; height:101px; cursor:pointer; background:transparent url(http://www.nurseryenterprises.com/skin/frontend/default/galatimeout/images/icons.png) no-repeat -96px -324px;}
.csslider a.next:hover{background-position: -96px -431px;}

.deal_of_the_day .csslider a.prev, .deal_of_the_day .csslider a.next {top:35%;}

/*.csslider a.product-image, .csslider a.product-image > img {width:200px !important;}*/
/*.csslider .ratings {display:none !important}
.csslider .product-shop {display:none}*/
/*.csslider .product-image {display:inline !important}*/
.products-grid .product-item {display:block;}


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

	-	revolution slider -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
	overflow:hidden;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:hidden;
}


.rev_slider img{
	max-width:none !important;
	max-width:none !important;
	-moz-transition: none 0 !important;
	-webkit-transition: none 0 !important;
	-o-transition: none 0 !important;
	transition: none 0 !important;
	margin:0px !important;
	padding:0px !important;
	border-width:0px !important;
	border:none;
	visibility:visible !important;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider ul{
	margin:0px !important;
	padding:0px !important;
	list-style: none !important;
	list-style-type: none !important;
	background-position:0px 0px !important;
}

.rev_slider ul li,
.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none !important;
	background-position:0px 0px !important;
	text-indent: 0em !important;
}

.rev_slider .tp-caption,
.rev_slider .caption, {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; 	position:absolute; visibility: hidden;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1;}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100% !important;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
position:absolute; top:45%
														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer;  margin-right:0px; float:left; margin-top:-7px;	left:20px;}
.tp-rightarrow.round									{	z-index:100;cursor:pointer;	 margin-right:0px; float:left;	right:20px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}


/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}


.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(http://www.nurseryenterprises.com/skin/frontend/base/default/em_slideshow2/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}



.tp-caption.big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#000;	
			letter-spacing: -1.5px;										
		}

.tp-caption.big_orange{
			position: absolute; 
			color: #ff7302; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}	
					
.tp-caption.big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}		

.tp-caption.medium_grey{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			padding: 2px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#888;		
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.small_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 14px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.medium_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 40px; 
			line-height: 40px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.very_large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: -2px;		
		}
					
.tp-caption.very_big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#000;		
					}	
					
.tp-caption.very_big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#fff;		
					}
					
.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
.tp-caption.black{
		color: #000; 
		text-shadow: none;		
	}	
					
.tp-caption.noshadow {
		text-shadow: none;		
	}	
					
.tp-caption a { 
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 
}			
	
.tp-caption a:hover { 
	color: #ffa902; 
}

.ui-slider-tabs{
	
}
.ui-slider-tabs-list-wrapper{
	position: relative;
	width: 100%;
	font-family: Arial, sans-serif;
	margin: 0 0 -1px 0;
	z-index: 50;
}
.ui-slider-tabs-list-wrapper.bottom{
	margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container{
	overflow: hidden;
}
.ui-slider-tabs-list{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}
.ui-slider-tabs-list li{
	display: inline-block;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	margin: 0;
	font-size: 13px;
	font-weight: bold;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.ui-slider-tabs-list li a{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 1px 0px #fff;
	margin: 0;
}
.ui-slider-tabs-list li a:hover{
	color: #000;
}
.ui-slider-tabs-list li.selected{
	border-bottom-color: #fff;
	border-top-color: #cfcfcf;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected{
	border-top-color: #fff;
	border-bottom-color: #cfcfcf;
}
.ui-slider-tabs-list li.selected a{
	cursor: default;
	color: #000;
}
.ui-slider-tabs-list li:first-of-type{
	border-left: 1px solid #cfcfcf;
}

.ui-slider-tabs-content-container{
	position: relative;
	border: 1px solid #cfcfcf;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}

.ui-slider-tab-content{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	padding: 10px;
}

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover{
	display: block;
	position: absolute;
	border: 1px solid #cfcfcf;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ui-slider-left-arrow{
	left: 0;
	top: 0;
	box-shadow: 2px 0px 1px rgba(0,0,0,.06);
	border-top-left-radius: 4px;
}
.ui-slider-left-arrow div{
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/emtabs/css/images/leftArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}
.ui-slider-left-arrow.edge div{
	opacity: .25;
}
.ui-slider-left-arrow.edge{
	box-shadow: none;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow{
	border-top-left-radius: 0;
	border-bottom-left-radius: 4px;
}

.ui-slider-right-arrow{
	top: 0;
	right: 0;
	box-shadow: -2px 0px 1px rgba(0,0,0,.06);
	border-top-right-radius: 4px;
}
.ui-slider-right-arrow div{
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/emtabs/css/images/rightArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}
.ui-slider-right-arrow.edge div{
	opacity: .25;
}
.ui-slider-right-arrow.edge{
	box-shadow: none;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow{
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
}

.ui-slider-tabs-indicator-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.ui-slider-tabs-indicator{
	width: 10px;
	height: 10px;
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/emtabs/css/images/indicator.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.ui-slider-tabs-indicator.selected{
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/emtabs/css/images/indicatorActive.png');
}

.ui-slider-tabs-leftPanelArrow{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 35px;
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/emtabs/css/images/leftPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
}

.ui-slider-tabs-rightPanelArrow{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 35px;
	background-image: url('http://www.nurseryenterprises.com/skin/frontend/base/default/emtabs/css/images/rightPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
}

.ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: 0;
	display: none;
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover,.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: .5;
	display: inline-block;
}

.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover{
	opacity: 1;
}
div.socialsuite-auth-wrapper {
    border: 1px solid #E4E4E4;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
}
div.socialsuite-auth-wrapper a { text-decoration: none; padding-right: 5px; }
.socialsuite-firecheckout-auth {
    margin-right: 10px;
}

.socialsuite-firecheckout {
    margin-right: 5px;
    font-weight:bold;
}

#socialsuite-global-like {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 100px;
    left: 0px;
    width: auto;
    z-index: 999;
    color: black;
    float: left;
}

.socialsuite-share-button {
    padding: 0;
    margin: 0;
    float: left;
}

div#socialsuite-buttons {
   float: left;
}

div.socialsuite-overlay {
    top:0px;
    left:0px;
    position:absolute;
    z-index:10000;
    background-color: #313131;
    display: none;
    opacity: 0.7;
}
div.socialsuite-overlay img {
    display: none;
}

div.modalPopupTransparent {
    opacity:0;
    filter: alpha(opacity=0);
    background: #313131;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

div.modalPopupWindow {
    left: -700px;
    visibility: hidden;
    top: 50%;
    /*//margin-top: -275px;*/
    margin-left: -275px;
    background: none repeat scroll 0 0 #FCFCFC;
    padding: 20px 20px 20px 20px;
    text-align: left;
    z-index: 1001;
    backface-visibility: hidden;
    height: auto;
    max-width: 550px;
    position: fixed;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(0.8,0.8,0.8,0.8);
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

div.modalPopupWindow a#closeModal {
    position:absolute;
    top:-12px; /* Half the icon's height */
    right:-12px; /* half the icon's width */
    z-index:50;
    cursor: pointer;
}

.socialdiscount{
    display: block;
    transform-origin: 0 0 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
a.socialdiscount:hover { text-decoration: none; }

.socialdiscount {
    z-index: 10000;
    position: fixed;
    top: 220px;
    right: -85px;
    padding: 4px 8px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: #F18200;
    border: 2px solid #f06600;
    color: #fff;
}

.socialmodalwindow h2{
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px dashed #7F7F7F;
}

.socialsuite-discount-coupon {
	top: -20px;
}


#socialsuite-discount-code {
    /*padding: 10px; */
    border: dashed 2px #bbb;
    font-size: 14px;
    width: 300px;
}
div.socialsuite-tweet-button { margin-left: 20px; display: inline-block; }

div.socialsuite-plus-button { margin-left: 20px; display: inline-block; }
div.socialsuite-pin-button { margin-left: 20px; display: inline-block; margin-top: 42px }
div.socialsuite-buttons { float: left; }

p.socialsuite-discount-text { margin-bottom: 40px; }

@media screen and (max-width: 320px) {
    #modalWindow h2 { font-size: 1.3em; }
    div.socialsuite-discount-coupon { float: left !important; }
    div.modalPopupWindow {
        top:1000px;
        left: 5% !important;
        max-width: 250px !important;
    }
    div.socialsuite-discount-coupon { float: right !important; }
}
@media screen and (max-width: 480px) {
    #modalWindow h2 { font-size: 1.3em; }
    div.socialsuite-discount-coupon { float: left !important; }
    div.modalPopupWindow {
        top:1000px;
        left: 5% !important;
        max-width: 470px !important;
        margin-top: -5px !important;
        margin-left: -5px !important;
        margin-right: 10px !important;
    }
    div.socialsuite-discount-coupon { float: right !important; }
}

@media screen and (max-width: 640px) {
    div.socialsuite-discount-coupon { float: left !important; }
    div.modalPopupWindow {
        top:1000px;
        left: 5%;
        max-width: 550px !important;
        margin-top: -5px !important;
        margin-left: -5px !important;
        margin-right: 20px !important;
    }
    div.socialsuite-discount-coupon { float: right !important; }
}



