/*----------------------------------------------------------
Title:        Main Style Sheet
Theme:        Pesca 00233
----------------------------------------------------------*/
.notext {
    font-size: 0; 
    line-height: 0; 
    text-indent: -4000px;
}
body {
    margin: 0; 
    padding: 0; 
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 12px;  
    background: #e6e5d8 url(../images/body-bg.png) repeat-x 0 0 ;
}
#container {
    margin: 0 auto; 
    padding: 0; 
    width: 960px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
/* HEADER
---------------------------------------------*/
#logo {
    color: #2C1B11;
    float: left;
    font-size: 44px;
    font-weight: bold;
    margin: 0;
    padding: 60px 2px 0 18px;
    width: 444px;
}
#logo img {
    border: none;
}
#header {
    float: left; 
    margin: 0 0 0 -13px; 
    padding: 0; 
    width: 975px; 
    height: 236px; 
    background:url('../images/header-bg.png') no-repeat 15px bottom;
}
#header-links {
    float: left; 
    display: inline; 
    margin: 0; 
    padding: 12px 0 10px 31px; 
    color: #977e63;
}
#header-links a {
    margin: 0; 
    padding: 0 4px 0 15px; 
    font-size: 12px; 
    text-decoration: none; 
    color: #fff;
}
#header-links a:hover {
    text-decoration: none; 
    color: #ffa901;
}
#header-search {
    float: right; 
    display: inline; 
    margin: 0; 
    padding: 5px; 
    width: 171px; 
    height: 24px; 
    margin-top: 3px; 
    margin-right: -7px; 
    position: relative;
}
#header-search span.field-bg {
    width: 138px; 
    padding-left: 5px; 
    height:26px; 
    background:url('../images/search-field.png') no-repeat 0 0; 
    float:left; 
    display:inline;
}
#header-search input {  
    width:138px; 
    padding:5px 0 5px 5px;  
    font-family: Arial,Helvetica,sans-serif!important; 
    font-size: 12px; 
    color: #2C1B11; 
    float:left; 
    display:inline; 
    border:0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#header-search .header-search-btn a {
    font-weight: bold; 
    text-decoration: none; 
    text-shadow: 0 -1px 0 #000; 
    color: #fff; 
    font-size: 0; 
    line-height: 0; 
    text-indent: -4000px; 
    width: 27px; 
    height: 26px; 
    background:url('../images/search-button.png') no-repeat 0 0; 
    float:left; 
    display:inline;
}
#header-search .header-search-btn a:hover {
    color: #e0d8d1;
}
#header-search #headerSearchWidgetDynamicResults {
    clear: left; 
    float: left; 
    background: #EEEEEE; 
    padding: 10px; 
    display: none; 
    width: 90%; 
    margin-top: 5px; 
    position: relative; 
    line-height: 1.80;
}
/* NAV
---------------------------------------------*/
#nav {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 940px; 
    height: 48px; 
    background:url(../images/nav.png) no-repeat;
}
#topNav {
    margin: 0;
    width: 960px;
}
#topNav .left {
    float: left;
    width: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
#topNav .center .link {
    float: left; 
    display: inline; 
    padding: 0; 
    text-align: center; 
    background: url('../images/nav-sep.png') no-repeat right 0;
}
#topNav .center #topNavTab_7.link {
    background: none !important; 
}
#topNav .center .link a { 
    font-size: 15px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #fff; 
    padding: 0px 26px; 
    line-height: 48px; 
    float: left; 
    display: inline;
}
#topNav .center .link a:hover {
    color: #fff; 
    background: #332d27;
}
#topNav .center .spacer {
    float: left; 
    display: inline; 
    font-size: 0; 
    line-height: 0; 
    text-indent: -4000px;
}
#topNav .right {
    float: left;
    width: 2%;
}
#topNav .center #topNavTab_1.link a:hover {
    background:url('../images/first-nav.png') no-repeat 0 0 !important;
}
/* CONTENT
---------------------------------------------*/
#content {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 920px; 
    font-family: Arial,Helvetica,sans-serif; 
    -moz-border-radius-bottomleft: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px;
}    
#content-left {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 220px; 
    padding-top:18px;
}
#content-middle {
    float: left; 
    margin: 18px 8px 0 10px; 
    padding: 0; 
    width: 920px !important; 
    min-height: 500px;
}
#content-right {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 220px; 
    padding-top: 18px;
}
.main-holder .main-t {
    width: 960px; 
    height: 9px; 
    background: url('../images/main-t.png') no-repeat 0 0; 
    float: left; 
    display: inline;
}
.main-holder .main-bg {
    padding: 0 0 0 10px; 
    background:url('../images/main-bg.png') repeat-y 0 0; 
    float: left; 
    display: inline;
}
.main-holder .main-b {
    width: 960px; 
    height: 13px; 
    background: url('../images/main-b.png') no-repeat 0 0; 
    float: left; 
    display: inline;
}
/* HOMEPAGE
---------------------------------------------*/
#banner {
    margin: 5px 0 0 -15px;
}
#banner img {
    border: none;
}
#featured-title {
    float: left;
    margin: 16px 0 10px -6px;
}
/* WIDGETS
---------------------------------------------*/
.ccWidget {
    float: left;
    margin: 0;
    padding:0;
    width: 220px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    border-bottom:1px solid #ebebeb;
    color: #1d1d1d;
    background: #F1F0EE url(../images/widget-bg.png) repeat-y;
    margin-bottom:12px;
}
.ccWidget .top {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height:48px;
    line-height:48px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background: #F1F0EE url(../images/top-bg.png) no-repeat;
    padding-left:19px;
    width: 201px;
}
.ccWidget .top a {
    text-decoration: none;
    color: #fff;
}
.ccWidget .top a:hover {
    text-decoration: underline;
    color: #fff;
}
.ccWidget .body {
      margin: 0;
    padding: 0;
}
.ccWidget .body a { 
    color: #373737;
}
.ccWidget .body a:hover { 
    text-decoration: underline;
}
.ccWidget .btm {
    float: left;
    margin: 0;
    padding: 0;
}
.ccWidget form {
    float: none !important;
}
/*/ LIST WIDGETS /*/
.ccWidgetList .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left:20px;
    padding-top:14px;
    padding-bottom:10px;
}
.ccWidgetList .body ul li {
    line-height: 16px;
    font-family: Arial,Helvetica,sans-serif;
    padding-bottom:13px;
}
.ccWidgetList .body ul li a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #656565;
    background:url('../images/arrow-bg.png') no-repeat 0 4px;
    padding-left:17px;
}
.ccWidgetList .body ul li a:hover {
    color: #9a6c30;
}
.ccWidgetList .noItems {
    margin-top: -6px;
}
/*/ DROPDOWN WIDGETS /*/
.ccWidgetDropDown .body select {
    margin: 12px 0 14px 13px;
    padding: 4px;
    width: 195px;
    font-size: 14px;
}
/*/ INPUT WIDGETS /*/
.ccWidgetInput .body {
    float: left;
    width: 199px;
}
.ccWidgetInput .body .field {
    float: left;
    margin: 0;
    padding: 0;
    width: 212px;
}
.ccWidgetInput .body .field input {
    float: left;
    margin: 12px 0 0 12px;
    padding: 4px;
    width: 72%;
    height: 15px;
    font-size: 14px;
    color: #464646;
}
.ccWidgetInput .body .buttonNoImg {
    float: left;
    margin: 11px 0 0 4px;
}
.ccWidgetInput .body .button input {
    float: left;
    font-size: 12px;
    color: #464646;
}
.ccWidgetInput .body .button {
    float: left;
    margin: 0;
    padding: 3px 0 0 0;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: url(http://www.aehf.com/00233-1/design/images/go.jpg) no-repeat;
}
.ccWidgetInput .body .button  a {
    text-decoration: none;
    color: #fff;
}
.ccWidgetInput .body .button a:hover {
    text-decoration: underline; 
}
.ccWidgetInput .advanced {
    float: left;
    clear: both;
    margin: 0 0 5px 10px;
    padding: 0 0 2px 3px;
    width: 216px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}
.ccWidgetInput .advanced a {
    text-decoration: underline;
    color: #000;
}
.ccWidgetInput .advanced a:hover {
    text-decoration: none;
    }
.ccWidgetInput #searchWidgetDynamicResults {
    display: none;
    clear: left;
    float: left;
    padding: 10px;
    margin: 5px 5px 0;
}
/*/ PRODUCT WIDGETS /*/
.ccWidgetProduct {
    width: 220px !important;
}
.ccWidgetProduct .body {
    float: left;
    width: 181px !important;
}
.ccWidgetProduct .body .sdetailsNoImg {
    float: left;
    clear: left;
    padding-top: 5px;
    margin-bottom: 10px;
    width: 221px;
    text-align: center;
}
.ccWidgetProduct .body .photo {
    margin-bottom: 10px;
    text-align: center;
    margin-top:8px;
    margin-bottom:17px;
    width: 220px;
}
.ccWidgetProduct .body .photo img {
    border: 1px solid #CFCFCF;
}
.ccWidgetProduct .body .title {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    margin-top:27px;
    width: 220px;
}
.ccWidgetProduct .body .title a {
    text-decoration: none;
    color: #688617;
    font-size:15px;
    text-transform:uppercase;
}
.ccWidgetProduct .body .title a:hover {
    text-decoration: underline;
}
.ccWidgetProduct .body .sprice {
     padding: 8px 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    color:#294329;
    width: 220px;
}
.ccWidgetProduct .body .sdetails {
    margin: 0 auto;
    padding: 5px 0 0 0;
    width: 58px;
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.ccWidgetProduct .body .sdetails a {
    text-decoration: none; 
    color: #fff;
}
.ccWidgetProduct .body .sdetails a:hover {
    color: #ececec;
}
.ccWidgetProduct .body .all-link  {
    margin-bottom: 10px;
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    color:#688617;
    width: 225px;
}
.ccWidgetProduct .body .all-link a {
    text-decoration: underline; 
    color:#688617;
    padding-right:10px;
}
.ccWidgetProduct .body .all-link a:hover {
    text-decoration: none; 
}
.ccWidgetProduct .review {
    width: 219px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*/ BASIC WIDGETS /*/
.ccWidgetBasic .body {
    color: #373737;
    padding: 2px;
    width: 195px !important;
}
.ccWidgetBasic .body .items {
    padding: 14px 0 3px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #373737;
}
.ccWidgetBasic .price {
    font-size: 14px;
    font-weight: bold;
}
.ccWidgetBasic .subtotal {
    padding-left: 20px;
    font-weight: bold;
    color: #373737;
    margin-bottom: 5px;
}
.ccWidgetBasic input {
    margin-bottom: 5px; 
}
.ccWidgetBasic table {
    padding: 10px 0 10px 15px;
    font-weight: bold;
    color: #373737;
}
/*/ IMAGE WIDGETS /*/
.ccWidgetImage {
    margin: 10px 0 10px 0;
    text-align: center;
}
/*/ POLL WIDGETS /*/
.widgetPolls {
    color: #373737;
}
.widgetPolls p {
    margin: 0;
    padding: 10px 0 0 10px;
    width: 160px;
    line-height: 1.50;
}
.widgetPolls input {
    float: left;
    clear: both;
    margin-right: 5px;
}
.widgetPolls .body ul {
    float: left;
    margin-top: 5px;
    margin-left: 10px !important;
}
.widgetPolls .body ul li {
    background: none;
    margin-bottom: 5px;
    line-height: 19px;
    border: none;
    width: 139px;
}
.widgetPolls .buttons {
    padding-bottom: 10px;
    margin: 10px 0 0 80px;
}
/*/ WIDGET FIXES /*/
.ccWidgetBasic .body .items div 
{ 
    width: 100% !important; 
}
.noItems {
    margin: 0;
    padding: 9px;
    width: 208px;
    color: #000;
}
#widgetSubscribe .body {
    height: 54px;
}
.widgetCustomProductLists select {
    margin-bottom: 10px;
}
#widgetRewardPoints .body {
    padding: 14px 10px 10px;
    width: 179px !important;
}
#widgetShopByPrice .body {
    height: 51px !important;
}
#widgetRelatedProducts .body .noItems {
    width: 100px;
    color: #000;
}
#widgetNewArrivals .body .noItems {
    width: 100px;
    color: #000;
}
#widgetTopSellers .body .noItems {
    width: 100px;
    color: #000;
}
#widgetContents .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.placeHolder {
    clear: both;
    border: 1px dashed;
}
#widgetRecentlyViewed .top {
    font-size: 14px !important;
}
#widgetLogin p {
    margin-left: 10px;
}
/* FOOTER
---------------------------------------------*/
#footer {
    float: left; 
    margin: 0; 
    padding: 0 0 6px 0; 
    width: 960px; 
    background: #71901d; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
#footer p {
    text-align: center;
}
#footer p.footer-nav {
    padding-top: 23px; 
    color:#fff;
}
#footer p.footer-nav span {
    padding: 0 4px;
}
#footer p.footer-nav a {
    color: #fff; 
    font-size: 11px; 
    text-transform: uppercase;
    text-decoration: none;
}
#footer p.footer-nav a:hover {
    text-decoration: underline;
}
#widgetFooter {
    width: 943px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
}
#widgetFooter .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#widgetFooter hr {    
    float: left;
    clear: left;
    height: 1px;
    color: #fff;
    background-color: #878787;
}
#widgetFooter .actionItems {
    margin: 0;
    padding: 15px 0 0 35px;
    font-weight: bold;
    color: #fff;
}    
#widgetFooter .actionItems a {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    color: #fff;
}
#widgetFooter .actionItems a:hover {
    text-decoration: none;
    color: #fff;
}
.copyright {
    float: left;
    text-align:center;
    margin: 0;
    padding: 0 85px 0 35px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
    color: #fff !important;
}
.copyright span { color:#fffc00; }
.copyright a {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff !important;
}
.copyright a:hover {
    text-decoration: underline;
    color: #fff;
}
#widgetFooter .nav {
    float: left;
    margin: 0;
    padding: 19px 0 10px 20px;
    width: 150px;
}
#widgetFooter .nav .title {
    margin: 0;
    padding: 0;
    width: 120px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
#widgetFooter .nav ul {
    margin: 0 0 0 1px;
    padding: 0;    
    text-align: left;
    list-style: none;
}
#widgetFooter .nav ul li {
    text-align: left;
    line-height: 2.00;
}
#widgetFooter .nav ul li a {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    color: #fff;            
}
#widgetFooter .nav ul li a:hover {
    text-decoration: none;
}
#widgetFooter .actionItems {
    color: #fff;
}
#widgetFooter .actionItems a {
    color: #fff;
}
#widgetFooter .actionItems a:hover {
    color: #fff;
}
#widgetFooter .copyright {
    color: #fff;
}
#widgetFooter .copyright a {
    color: #fff;
}
#widgetFooter .copyright a:hover {
    color: #fff;
}
#widgetFooter .nav .title {
    color: #fff;
}
#widgetFooter .nav ul li a {
    color: #fff;
}
#widgetFooter .nav ul li a:hover {
    color: #fff;
}
.copyright-small {
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 13px;
    text-align: center;
}
.copyright-small a {
    color: #fff;
}
/* FIXES
---------------------------------------------*/
h1, h2, h3, h4, h5, h6, .page-title {
    font-size: 15px !important;
    font-weight: bold;
    color: #342D28 !important;
    margin-bottom: 2px;
}
#productGrid #topOptions {
    margin-bottom: 15px;
    overflow: hidden !important;
}
#productGrid #topOptions .display {
    color: #868686 !important;
}
#productGrid #topOptions .sort {
    color: #868686 !important;
}
#productGrid .detailBtnNoImg {
    display: none;
}
#productGrid .title {
    margin: 20px 0 0 0 !important;
}
#productGrid .title a {
    font-size: 14px;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #6C8A19 !important;
}
#productGrid .title a:hover {
    color: #6C8A19 !important;
    text-decoration: underline !important;
}
#categoryGrid .title {
    margin: 20px 0 0 0 !important;
}
#categoryGrid .title a {
    font-size: 14px;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #6C8A19 !important;
}
#categoryGrid .title a:hover {
    color: #6C8A19 !important;
    text-decoration: underline !important;
}
#productGrid .description {
    font-size: 11px;
    color: #868686 !important;
}
#productGrid .description p {
    margin: 7px 0 0 0 !important;
    padding: 0 !important;
}
#productGrid .sprice {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #342D28;
}
#productGrid .addToCartBtnNoImg {
    margin-bottom: 21px;
}
#productGrid .photo {
    margin-top: 12px;
}
#productDetail #productPhotos {
    text-align: left !important;
}
#cp_bottom .cpTotal {
    float: left !important;
    width: 60% !important;
}
#cp_bottom .cpButtons {
    float: left;
}
.address-box-input .form-field {
    width: 60% !important;
}
.pageNote p {
    line-height: 1.60;
}
#pageNote {
    float: left;
    padding-bottom: 10px;
    text-align: left;
    width: 95%;
visibility:hidden;
}
#checkoutOnePage #billAddress table {
    width: 445px !important;
}
#checkoutOnePage .form-label-required {
    width: 35% !important;
}
.blurb {
    clear: both;
}
.homepageBottomContent {
    margin-left: 10px;
}
#categoryGrid {
    width: 97% !important;
}
.productContainer {
    clear: both;
    padding: 5px;
    border: 1px solid #E2E2E2;
}
.productListColumn1 {
    float: none;
    clear: both;
    text-align: center;
}
.productListColumn2 {
    float: none;
    clear: both;
    text-align: center;
}
.productListColumn3 {
    float: none;
    clear: both;
    text-align: center;
}
#productGrid .details {
    float: none !important;
}
#productGrid .sprice {
    float: none !important;
    position: relative;
    top: 10px;
}
#productGrid .details .buttons {
    float: none !important;
    position: relative;
    top: 10px;
}
#checkoutOnePage #billAddress table {
    width: 445px !important;
}
#checkoutOnePage .form-label-required {
    width: 35% !important;
}
.blurb {
    clear: both;
}
/* DRAG & DROP DESIGN MODE
---------------------------------------------*/
.editLogoText {margin: -12px 0 0 2px; padding: 0;}
.editProduct {float: right; margin: 0; padding: 0;}
.editCategory {float: right; margin: 0; padding: 0;}
.editCartBtn {position: relative; top: 0; left: 45px; margin: 0; padding: 0;}
.editDetailBtn {position: relative; top: 0; left: 20px; margin: 0; padding: 0;}
.editNavMenu {position: absolute; margin: 2px 0 0 7px; padding: 0;}
.editFooterMenu {float: right; margin: 0; padding: 0;}
.editFooterWidget {position: relative; margin: 0; padding: 0; top: 7px; left: 13px;}
.deleteFooterWidget {position: relative; margin: 0; padding: 0; top: -9px; left: 38px;}
.editCategoryWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteCategoryWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.swapCategoryWidgetBullet {position: relative; margin: 0; padding: 0; left: -4px;}
.editCurrencyWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteCurrencyWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editFeaturedWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteFeaturedWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editInformationWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteInformationWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.swapInformationWidgetBullet {position: relative; margin: 0; padding: 0; left: 8px;}
.editLanguageWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteLanguageWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editNewArrivalsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteNewArrivalsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editRewardPointsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteRewardPointsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSearchWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSearchWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSidebarWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSidebarWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSidebarDetailedWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSidebarDetailedWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSpecialsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSpecialsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSubscribeWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSubscribeWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editTopSellersWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteTopSellersWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editVendorsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteVendorsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editLeftImageWidget {position: relative; margin: 0; padding: 0; top: 11px; left: 39px;}
.deleteLeftImageWidget {position: relative; margin: 0; padding: 0; top: -5px; left: 64px;}
.editRightImageWidget {position: relative; margin: 0; padding: 0; top: 11px; left: 39px;}
.deleteRightImageWidget {position: relative; margin: 0; padding: 0; top: -5px; left: 64px;}
.editShopByPriceWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteShopByPriceWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editProductListWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteProductListWidget  {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.addProductListWidget {position: relative; margin: 0; padding: 0; top: -47px; left: 100px;}
.editCustomImageWidget {position: relative; margin: 0; padding: 0; top: 28px; left: 39px;}
.deleteCustomImageWidget {position: relative; margin: 0; padding: 0; top: 13px; left: 64px;}
.addCustomImageWidget {position: relative; margin: 0; padding: 0; top: -5px; left: 14px;}
.editHorizontalImageWidget {position: relative; margin: 0; padding: 0; top: 7px; left: -12px;}
.deleteHorizontalImageWidget {position: relative; margin: 0; padding: 0; top: -10px; left: 13px;}

/*** NEW MENU STYLES ***/
ul#top-menu * { z-index: 1000; }

ul#top-menu,
ul#top-menu ul {
    list-style-type: none;
    margin: 0; padding: 0;
}

ul#top-menu {
    color: #FFF;
    font-size: 0;
    position: relative;
    z-index: 1000;
}

ul#top-menu > li {
    display: inline-block;
    font: Normal 12px Arial,Helvetica,sans-serif;
}

ul#top-menu > li > a,
ul#top-menu > li > span.no-link,
.dd-submenu li a,
.mm-submenu li a {
    color: #FFF;
    display: block;
    text-decoration: none;
}

ul#top-menu > li > a,
ul#top-menu > li > span.no-link {
    background: url('../images/nav-sep.png') no-repeat right 0;
    font-size: 15px;
    font-weight: bold;
}

ul#top-menu > li:hover {
    background-color: #332D27;
}

.dd-submenu li a:hover,
.mm-submenu li a:hover {
    background-color: #221C16;
    color: #73BB3E;
}

ul#top-menu > li:hover .dd-submenu,
.dd-submenu > ul > li:hover > .second-level-submenu,
ul#top-menu > li:hover .mm-submenu
{ display: block; }

.dd-submenu,
.mm-submenu,
.dd-submenu .second-level-submenu {
    background-color: #332D27;
    border: 1px solid #130D07;
    border-top: 0;
    display: none;
    position: absolute;
    top: 100%;
}

.dd-submenu ul,
.mm-submenu ul {
    display: block;
    float: left;
}

.dd-submenu li,
.mm-submenu li {
    position: relative;
}

ul#top-menu > li > a,
ul#top-menu > li > span.no-link {
    padding: 14px 15px 15px 15px;
}

ul#top-menu > li:first-child {
    border-radius: 6px 0 0 0;
}

.dd-submenu li a,
.mm-submenu li a,
span.element-title {
    padding: 7px 9px;
}

.dd-submenu li a { width: 158px; }
.dd-submenu .second-level-submenu {
    background-color: #231D17;
    border-left: 0;
    border-top: 1px;
    left: 100%; top: -1px;
}
.mm-submenu * { vertical-align: top; }

ul[class^="columns-"] {
    display: block;
    float: left;
    margin-left: 2px !important;
    vertical-align: top;
}

ul[class^="columns-"]:first-child {
    margin-left: 0 !important;
}

.columns-1  { width: 186px; }
.columns-2  { width: 374px !important; }
.columns-3  { width: 562px !important; }
.columns-4  { width: 750px !important; }
.columns-5  { width: 938px !important; }

.element-image img { height: auto; max-width: 100%; }
.element-line-h .line-splitter { display: inline-block; margin-top: 4px; width: 100%; }
.element-html, .element-textstr { display: block; padding: 8px 12px; }
.element-html a { color: #73BB3E !important; display: inline !important; margin: 0 !important; padding: 0 !important; }
.element-html a:hover { background: none !important; color: #93DB5E !important; }
.element-title { background-color: #090909 !important; }
span.element-title, span.no-link { display: block; }
#top-menu span.no-link { cursor: pointer; }