/**
 * @version    1.7.0.2 August 7, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 * Mercado Style 1
 */
 
 body { background-color: #F9F9F9; color: black; }
 
 .header .links li a, .rokmage-text-resize, .footer .top-link, #footer-bottom ul li a, #footer-bottom ul li span { color: #00B8E3; }
 
 .header .links li a:hover, .footer .rokmage-footer-inner-panel ul li a:hover, #footer-bottom ul li a:hover, .footer .top-link:hover { color: #FFF; }
 
.page { background: url(../images/bg-high.jpg) 0 0 no-repeat; }

a { color: #0F829C; }

a:hover { color: #333; }

.col-left { 
           box-shadow: -1px 0 5px rgba(0,0,0,0.3); 
           -moz-box-shadow: -1px 0 5px rgba(0,0,0,0.3); 
           -webkit-box-shadow: -1px 0 5px rgba(0,0,0,0.3); 
}

.sidebarwrapper { background: url(../images/sidepanel-gradient.png) no-repeat 0 0; }

.col-wrapper, #rokmage-header-cart, #rokmage-login-content, .footer-viewed-wrapper { background: #EAEAEA; 
              box-shadow: 0 0 6px rgba(0,0,0,0.4); 
              -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4); 
              -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4); 
}

#rokmage-header-cart, #rokmage-login-content { background: #DCDCDC; }

/* Transitions */
a, button.hover span  { 
    transition: color 0.2s ease-out; 
    -moz-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
}
input.input-text:focus, button.hover {
    transition: box-shadow 0.2s ease-out;
    -moz-transition: -moz-box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
}

button.button { 
    transition: background-position 0.2s ease-out; 
    -moz-transition: background-position 0.2s ease-out;
    -webkit-transition: background-position 0.2s ease-out;
}

/* Headings */
.page-title { margin: 0 8px 0 0; padding: 0 0 5px; }
.page-title h1, .page-title h2, #rokmage-header-cart h6, #rokmage-login-content h2,#rokmage-header-cart h4 { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); color: black; font-weight:bold; }

/* Header */
.header .date { color: #00B8E3; }
.header .welcome-msg-L { color: #000000; padding-top:5px; }
.header .rokmage-cart-box-R { background: url(../images/horizontal-bar-active.png) repeat-x 50% 0 #108BA7; border: 1px solid #55C3D0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 
}
.header .rokmage-cart-box-L .cart-icon { background: url(../images/cart-div.png) no-repeat 100% 0; }
.header .rokmage-cart-box-L a span.big, .header .rokmage-cart-box-L span.big, .header .rokmage-cart-box-L span.items-checkout, .header .rokmage-cart-box-L span.items-checkout a:hover,
.header .rokmage-cart-box-L span.items-checkout .inactive { color: #FFF; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
.header .rokmage-cart-box-L span.items-checkout a { color: #ACF1FA; }
.header .rokmage-cart-box-L span.items-checkout a:hover { color: #63E1EF; }
.header .form-search { background: url(../images/search-bg.png) no-repeat 0 0; }
.header #search_mini_form input { color: #777; }
.header .links li a, .header ul.links li.first a, .rokmage-text-resize { background-image: url(../images/bg-arrows2.png) !important; }
.largeFont, .smallFont { background-image: url(../images/font-resizer.png); background-color: transparent !important; }
span.select { background: url(../images/select.png) no-repeat 100% 0; color: #777; }
span#selectcurrency { background: url(../images/currency.png) no-repeat 100% 0; color: #CDD7DE; }
/* Modal Windows */
.modal-close, #rokmage-login-content .modal-close { background: url(../images/modal-cart-close.gif) no-repeat 0 0; color: #666; }
div.cart-scrollable-container { background: url(../images/cart-scroller-bg.png) no-repeat 0 0; }
.cart-scrollable-container a.next { background: url(../images/cart-scroller-next.png) no-repeat 0 0; }
.cart-scrollable-container a.prev { background: url(../images/cart-scroller-prev.png) no-repeat 0 0; }

/* Standard Inputs */
input.input-text, textarea, select { border: 1px solid #CCC;
    box-shadow: 0 0 7px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 0 7px rgba(255,255,255,0.4);
    -webkit-box-box-shadow: 0 0 7px rgba(255,255,255,0.4);
}
input.input-text:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* MageMenus */
.nav-wrapper { background: #DDD; border-color: #C0C0C0 #FFF #FFF #C0C0C0; border-style: solid; border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; 
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
ul#magemenu-top li > a, ul#magemenu-top li ul.popup a { color: #666; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);}
ul#magemenu-top li.hover > a, ul#magemenu-top li.active > a, ul#magemenu-top li ul.popup a:hover, ul#magemenu-top li ul.popup a.active { color: #0F829C; }
ul#magemenu-top li.level0.parent > a span { background: url(../images/menu-arrows.png) no-repeat 100% 6px; }
ul#magemenu-top > li.active { background: url(../images/pill-r.png) no-repeat 100% 0; }
ul#magemenu-top > li.active a { background: url(../images/pill-l.png) no-repeat 0 0; }


ul#magemenu-top li a, ul#magemenu-top li ul.popup a { color: #303030; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); font-weight:bold;}
ul#magemenu-top li.hover a, ul#magemenu-top li.active a, ul#magemenu-top li ul.popup a:hover, ul#magemenu-top li ul.popup a.active { color: #0F829C; }
ul#magemenu-top li.level0.parent a span { background: url(../images/menu-arrows.png) no-repeat 100% 6px; }
ul#magemenu-top li.hover { background: url(../images/pill-r.png) no-repeat 100% 0; }
ul#magemenu-top li.hover a { background: url(../images/pill-l.png) no-repeat 0 0; }
/* Dropdowns */
ul#magemenu-top li ul { background: #FFF; 
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
ul#magemenu-top .arrow { background: url(../images/menu-arrows.png) no-repeat 100% 50% !important; }
/* MegaMenu */
ul#magemenu-top li ul.popup div.itemSubMenu a { background: url(../images/menu-arrows.png) no-repeat 4px -108px !important; }
/* Side Menu Left */
.col-left .mageside-menu-toggle-button { background:rgb(0,117,107) url(../images/sidepanel-arrows.png) no-repeat 4px -11px; border: 1px solid rgb(0,117,107);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
}

/*.mageside-menu-heading span {
    display: inline-table;
    font-size: 110%;
    line-height: 19px;
    padding: 0 0 0 20px;
    padding:10px 0 0px 17px;
    vertical-align: middle;
    width: 182px;
} */

.mageside-menu-heading span {
   /* display: inline-table;*/
    font-size: 110%;
   
   /* padding: 0 0 0 20px;*/
/*    line-height: 19px;
   padding:10px 0 0px 13px;*/
    vertical-align: middle;
    width: 187px;
	 display: inline-block;
	 line-height:normal;
}
.col-left .block .block-content a {
    color: #CDD7DE;
    display: block;
   /* padding: 4px 0;*/
}
.col-left .mageside-menu-toggle-container a {

    /*padding: 5px;*/
}
.col-left .mageside-menu-toggle-button.active { background: url(../images/sidepanel-arrows.png) no-repeat 4px 4px; }
/*.col-left .mageside-menu { background: #404446; }*/
/*.col-left .block.mageside-menu .block-title { background: url(../images/horizontal-bar-active.png) repeat-x 50% 0 #108BA7; border-bottom: 1px solid #083E4C; border-top: 1px solid #55C3D0; }*/
.col-left .block.mageside-menu .block-title strong { color: #FFF; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
.col-left .mageside-menu a { color: #CDD7DE; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
.col-left a.mageside-menu-heading { /*border-top: 1px solid #373737;*/ border-top:1px solid rgb(0,117,107); font-size:13px; padding: 8px 0; height:28px; line-height:28px;}
.col-left .mageside-menu a:hover, .col-left .mageside-menu a.active, .col-left .mageside-menu-toggle-container li a.activecurrent { color: #FFF; }
.col-left .mageside-menu .mageside-prod-num { color: #999; }
.col-left .mageside-menu ul li { background: url(../images/bullet1.png) no-repeat 5% 8px; }
/* Side Menu Right */
.contentsidebar .mageside-menu-toggle-button { background:#DDD url(../images/sidepanel-arrows.png) no-repeat 4px -11px; border: 1px solid #FFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
}
.contentsidebar .mageside-menu-toggle-button.active { background:#CCC url(../images/sidepanel-arrows.png) no-repeat 4px 4px; }
.contentsidebar .mageside-menu-heading.active span.parent, .contentsidebar .mageside-menu a { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); }
.contentsidebar a.mageside-menu-heading { background: url(../images/body-div.png) repeat-x 0 0; }
.contentsidebar .mageside-menu a:hover, .contentsidebar .mageside-menu a.active, .contentsidebar .mageside-menu-toggle-container li a.activecurrent { color: #666; }
.contentsidebar .mageside-menu .mageside-prod-num { color: #999; }
.contentsidebar .mageside-menu ul li { background: url(../images/bullet2.png) no-repeat 5% 8px; }

/* Lavalamp */
#box { background: url(../images/pill-r.png) no-repeat 100% 0; }
#box .head { background: url(../images/pill-l.png) no-repeat 0 0; }

/* Breadcrumbs */
.rok-breadcrumbs { float: none; background: #DDD; border-color: #C0C0C0 #FFF #FFF #C0C0C0; border-style: solid; border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.rok-breadcrumbs ul li { background: url(../images/breadcrumb-div.png) no-repeat 100% 0; }
.rok-breadcrumbs .chevronOverlay { background: url(../images/breadcrumb-div-overlay.png) no-repeat 0 0; }
.rok-breadcrumbs ul li a { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); color: #0F829C; }

/* Welcome Message */
#welcome h2 { background: url(../images/sidepanel-div2.png) no-repeat 0 100%; color: #1D1F21; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); }
#welcome { color: #FFF; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }

/* Main Content */
.col3-layout .contentwrapper { background: url(../images/body-div2.png) repeat-y 500px 0; }
.col2-right-layout .contentwrapper { background: url(../images/body-div2.png) repeat-y 77% 0; }

/* Sidebar */
.contentsidebar .block .block-title strong span { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); }
.contentsidebar .block .block-title { background: #DDD; }
.contentsidebar .block-cart .block-title { background: url(../images/horizontal-bar-active.png) repeat-x 50% 0 #108BA7 !important; border-bottom: 1px solid #083E4C; border-top: 1px solid #55C3D0; }
.contentsidebar .block-cart .block-title strong span { color: #FFF; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
.contentsidebar .block-cart .block-content { background: #FFF; border: 1px solid #DDD; }
.col-left .block .block-title { background: url(../images/horizontal-bar.png) repeat-x 50% 0 #51575A; border-bottom: 1px solid #464C4D; border-top: 1px solid #81898D;
       box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.col-left .block .block-title strong { color: #1D1F21; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); }
.col-left .block .block-content { color: #FFF; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
.col-left .block .block-content a { color: #FFF; }
.col-left .block .block-content a:hover, .col-left .block .block-content a.hover, .col-left .block .block-content a.active { color: #FFF; }

/* Sidebar Inputs */
.col-left input.input-text { background: url(../images/sidepanel-gradient4.png) repeat-x 50% -10px #6D767B; border: 1px solid #8C9498;  
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */ /*taking out the box shadow! shadow makes it almost unreadable*/
    color: #000000;
    -moz-box-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.col-left input.input-text:focus {
    /* box-shadow: 0 0 7px rgba(255,255,255,0.4); */ /*taking out the box shadow! shadow makes it almost unreadable*/
    color: #000000;
    -moz-box-shadow: 0 0 7px rgba(255,255,255,0.4);
    -webkit-box-box-shadow: 0 0 7px rgba(255,255,255,0.4);
}

/* Buttons */
button.button, #rokmage-header-cart span.button { background: url(../images/horizontal-bar-active.png) repeat-x 0 0 #108BA7; border: 1px solid #108BA7; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); 
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    -webkit-box-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.mleft {
	margin-left:10px !important;
}

.col-left button.button { background: url(../images/sidepanel-gradient3.png) repeat-x 50% 0 #5B6366; border: 1px solid #3F4346; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); }
button.hover { background-position: 0 100%; text-shadow: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
button.button span, #rokmage-header-cart span.button a { color: #FFF; }
.col-left button.hover span { color: #CDD7DE; }

/* Filter */
#rokmage-layered-nav ol li a:hover, #rokmage-layered-nav dt, #rokmage-layered-nav li a { color: #CDD7DE; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
#rokmage-layered-nav .active, #rokmage-layered-nav dt:hover, #rokmage-layered-nav li a:hover, #rokmage-layered-nav ol li a:hover { color: #FFF; }
#rokmage-layered-nav dt { background: url(../images/bullet2.png) no-repeat 0 3px; }
#rokmage-layered-nav li { background: url(../images/bullet2.png) no-repeat 0 5px; }
#rokmage-layered-nav li { color: #E4E4E4; }

/* Product Scroller */
h2.specialheading, div.scrollable div.items .product-name a, div.scrollable div.items .productPrice { color: #666; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); }
div.scrollable-container, div.scrollable-container.smallerize { background: url(../images/body-div.png) repeat-x 0 100% !important; }
.scrollable-container a.prev, .scrollable-container a.prevPage { background: url(../images/scroll-left.png); }
.scrollable-container a.next, .scrollable-container a.nextPage { background: url(../images/scroll-right.png); }
.tooltip { background: url(../images/scroller-tooltip.png) repeat 0 0; color: #666; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); }

/* Content Slider */
#homepage-contentslider-container .images h3, #homepage-contentslider-container .price-box, #contentslider-container h3, #contentslider-container .price-box { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); color: #666; }
#homepage-contentslider-container, #contentslider-container { background: url(../images/body-div.png) repeat-x 0 100% !important; }

/* Category View */
.toolbar-wrapper { border: 1px solid #EFEFEF; background: #DDD url(../images/body-div.png) repeat-x 0 33px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.toolbar { margin-left: 0 !important; width: auto !important; padding: 0 5px 0 0; }
span.switch_thumb:hover { color: #0F829C; }
ul#products-list { background: url(../images/body-div-catlist.png) repeat-x 0 100%; }
ul#products-list li { background: url(../images/body-div-catlist.png) repeat-x 0 100%; }
ul.thumb_view li .product-container { background: url(../images/body-div2.png) repeat-y 100% 0 !important; }
.col3-layout ul.thumb_view li:nth-child(2n+2) .product-container { background: none !important; }
.col2-left-layout ul.thumb_view li:nth-child(3n+3) .product-container { background: none !important; }

/* Product View */
#quick-info-slot h2, .product-view .up-sell h3, .product-view .box-tags h2 { color: #666; }
.catalog-product-view .product-shop { background: #DDD; border-color: #C0C0C0 #FFF #FFF #C0C0C0; border-style: solid; border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
#zoomable.rounded_bg { background: url(../images/main_image_bg_resized.png) no-repeat 0 0; }
#zoomable .zoomer { border: 1px solid #DDD !important; }
.product-options-bottom { background: #FFF; }
.thumbsbutton a, .thumbsbutton a:hover { color: #FFF; }
.thumbswrapper { background: #0F829C; }
.tier-prices li { background: #FFF; border: 1px dotted #CCC; }
/* Tabs */
ul.tabs { border: 1px solid #CCCCCC; }
ul.tabs li a:hover, ul.tabs li.active a { color: #0F829C; }

/* Footer Viewed */
.footer-viewed-title strong { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); }

/* Footer */
.footer-wrapper { background: #303030; border-color: #262626 #454545 #454545 #262626; border-style: solid; border-width: 1px; } 
.rokmage-footer-inner-panel h3, #rokmage-footer-text h3 { color: #00B8E3; }
.footer .rokmage-footer-inner-panel ul li a { color: #CDD7DE; }
#rokmage-footer-text { background:#303030; }
#rokmage-footer-text p { color: #AAA; }
.store-switcher label, #copyright { color: #555; }
#rokmage-footer-lists { border-bottom: 1px solid #262626; background:#2D2D2D url(../images/footer-border-vert.png) repeat-y 631px 0; }
#footer-bottom { border-top: 1px solid #3A3A3A; border-bottom: 1px solid #3A3A3A; }
#rocketlogo { background: url(../images/branding.png) no-repeat 0 50%; }
.footer ul.footermenu { border-bottom: 1px solid #262626; }

/* Cart */
.block-progress dt.complete, .block-progress dd.complete { background-color: #5A6164; border: 1px solid #505455; }
.opc .active .step-title h2 { color: #333; }
.checkout-progress li.active { color: #0F829C; border-top-color: #0F829C; }
.multiple-checkout .col2-set, .multiple-checkout .col3-set, .my-account .col2-set { background: #FFF; }

/* Account */
.dashboard .box-account .box-head h2 { background: url(../images/horizontal-bar-active.png) repeat-x 50% 0 #108BA7; color: #FFF; }

/* Misc */
.btn-remove { background: url(../images/btn_remove.png) no-repeat 0 0;}
.cart-table .btn-remove { margin:0px auto;}
/* Ribbons */
#contentslider-container.recent span.ribbon, #homepage-contentslider-container.recent span.ribbon { background: url(../images/new.png) no-repeat 0 0; }
div.scrollable-container.recent span.ribbon, div.category-products.recent span.ribbon { background: url(../images/new_sm.png) no-repeat 0 0 transparent; }
#contentslider-container.bestselling span.ribbon, #homepage-contentslider-container.bestselling span.ribbon { background: url(../images/bestselling.png) no-repeat 0 0; }
div.scrollable-container.bestselling span.ribbon, div.category-products.bestselling span.ribbon { background: url(../images/bestselling_sm.png) no-repeat 0 0 transparent; }
#contentslider-container.featured span.ribbon, #homepage-contentslider-container.featured span.ribbon { background: url(../images/featured.png) no-repeat 0 0; }
div.scrollable-container.featured span.ribbon, div.category-products.featured span.ribbon { background: url(../images/featured_sm.png) no-repeat 0 0 transparent; }
#contentslider-container.viewed span.ribbon, #homepage-contentslider-container.viewed span.ribbon { background: url(../images/popular.png) no-repeat 0 0; }
div.scrollable-container.viewed span.ribbon, div.category-products.viewed span.ribbon { background: url(../images/popular_sm.png) no-repeat 0 0 transparent; }
#contentslider-container.rated span.ribbon, #homepage-contentslider-container.rated span.ribbon { background: url(../images/highestrated.png) no-repeat 0 0; }
div.scrollable-container.rated span.ribbon, div.category-products.rated span.ribbon { background: url(../images/highestrated_sm.png) no-repeat 0 0 transparent; }
#contentslider-container.specialprice span.ribbon, #homepage-contentslider-container.specialprice span.ribbon { background: url(../images/sale.png) no-repeat 0 0; }
div.scrollable-container.specialprice span.ribbon, div.category-products.specialprice span.ribbon { background: url(../images/sale_sm.png) no-repeat 0 0 transparent; }

/* Addded for header button :: 24-01-2013 by Aashish and chandrashekhar please do not change. */

.header-container .buttonset{
  background: url("/skin/frontend/mercado/default/images/v2/bg-button.png") no-repeat scroll center top transparent;
    border: 1px solid #3F4346;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 0 rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(0, 0, 0, 0.3);
    clear: both;
    color: #333333;
    display: block;
    margin: 0 auto;
    padding: 3px 10px;
    position: relative;
    right: 2px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    top: 70px;
    width: 200px;
}
.header-container .buttonset span{
 color: #333333;
     text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}


.page-wrapper #sidebar-cats .col-left button.button{
 padding: 3px 10px;
}


/* Addded for header button :: 24-01-2013 by Aashish and chandrashekhar please do not change. */

li#browse {
  background: url("/skin/frontend/mercado/default/images/v2/bg-button.png") no-repeat scroll center top transparent;
    border: 1px solid #3F4346;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 0 rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(0, 0, 0, 0.3);
     color: #333333;
     text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0;
    padding: 2px 10px 0;
    position: relative;
    left: 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    top: -4px;
    width: 185px;
	text-align:center;
	height:34px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

li#browse span {
background-position: 0 -30px;
float: left;
height: 30px;
padding: 0 0 0 20px;
font: 13px/30px "Lucida Sans", "Lucida Grande",Helvetica,Verdana,sans-serif;
text-align: center;
white-space: nowrap;
}

ul#magemenu-top li#browse.hover { background: url("/skin/frontend/mercado/default/images/v2/bg-button.png") no-repeat scroll center top transparent; }
ul#magemenu-top li#browse.hover a { background:none; color: #333333; }

.body-wrapper ul#magemenu-top li#browse a {
margin: 0;
padding: 0;
}
