/* user.css ----------------------------------------------------------------- */
@import url("quantity_price_breaks.css");
@import url("all_products_seo.css"); 
@import url("article_manager.css");
@import url("headertags_seo_styles.css");
@import url("sitemap_seo.css");
@import url("ext/css/main_menu.css");
 
.jssorwrapper {margin-top: 10px; padding: 0px}
#slider1_container {box-shadow: 2px 4px 6px rgba(0,0,0,0.5)}

/*BOF message box in header  */
.messagebox-align { text-align:center }
.message-box {margin-top:12px; margin-left:40px; border:1px solid #ff0000; 
background:inherit;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 15px rgba(0,0,0,0.5);}
#mb-message {color:#000}
@media (max-width: 640px) {
.message-box {margin-left:0px}
 } 
/*EOF message box in header  */

/* Begin category images */
div.category-images {
 margin:20px 0;
 border:1px solid #9a9a9a;
 background:white;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.category-images-title {text-align:center;}
div.category-images-item {
 margin:20px 0;
 border:1px solid #ff0000;
 border-radius:10px;
 background:white;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.category-images-item:hover img {  
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(2.1);
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(2.1);   
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(2.1);
    transition: all 1s ease-in;
    transform: scale(2.1); 
}
.category-images-item img {
   -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1);
    transition: all 1s ease-in;
    transform: scale(1);   
}
.category-images-name {white-space:nowrap;}
.category-images-desc {padding:10px 4px}
.category-images-see-more {padding-left:3px;color:#ff0000; font-size:10px"}
/* End category images */
 