/* --- STILI MENU CATEGORIE --- */

#mod_shop { margin:15px 0 15px 0; }
#mod_shop h3 { border-left:8px solid #FF0000; padding:0 0 0 10px; clear:both; }
#mod_shop .paneleft { float:left; width:170px; }

/* --- Stili Box --- */
#mod_shop .box { margin:20px 0 10px 0; width:160px;}
#mod_shop .box h5 { border-left:8px solid #FF0000; padding:0 0 0 10px; }
#mod_shop .box input { border:1px solid #CCCCCC; background:none; width:130px; font:11px/14px tahoma, arial, helvetica, sans-serif; }
#mod_shop .box .button { margin:0 0 0 30px; border:1px solid #990000; background:#FF0000; color:#FFFFFF; width:80px; font:11px/14px tahoma, arial, helvetica, sans-serif; }

/* --- Navigation Bar Styles --- */
#mod_shop .navbar { color:#999999; }
#mod_shop .navbar li { display:inline;}
#mod_shop .navbar a, #mod_shop .navbar a:link, #mod_shop .navbar a:visited { text-decoration:underline; }
#mod_shop .navbar a:hover { text-decoration:none; }

/* --- Page Index Styles --- */
.pagesindex { text-align:center; margin:10px 0 10px 0; }
.pagesindex ul { margin:0px; padding:0px; }
.pagesindex ul li { margin:0 1px 0 1px; padding:0px; display:inline; }
.pagesindex ul li a { text-decoration:none; }
.pagesindex ul li a:hover { text-decoration:underline; }

#mod_shop .categories h5 { border-left:8px solid #FF0000; padding:0 0 0 10px; }
#mod_shop .categories ul { margin:0; padding:0; text-indent:20px; list-style-type:square; color:#666666;  }
#mod_shop .categories ul li { margin:0; padding:0; line-height:20px; vertical-align:middle;  }
#mod_shop .categories ul li a { text-decoration:none; text-transform:capitalize; }
#mod_shop .categories ul li a:hover { text-decoration:underline; }


/* Stili per elenco con immagini 
#mod_shop .products { width:450px; position:relative; top:0px; left:170px; }
#mod_shop .product { clear:both; margin:0 0 10px 0; }
#mod_shop .image {  }
#mod_shop .code { float:left; font-weight:bold;  }
#mod_shop .title { font-weight:bold; }
#mod_shop .description { font-size:10px }
#mod_shop .price { font-weight:bold; text-align:right; }
#mod_shop .pricepromo { text-decoration:line-through; text-align:right; }
*/

/* Stili per elenco thumbnails */
#mod_shop .products {float:left; width:560px; }
#mod_shop .product { float:left; margin:5px 0 5px 5px; padding:5px; width:120px; height:150px; overflow:hidden; border:1px solid #CCCCCC; text-align:center; line-height:16px;  }
#mod_shop .image { padding:5px; height:80px; overflow:hidden;  }
#mod_shop .empty_image { padding:5px 0 0 0; display:block; width:80px; height:80px; overflow:hidden; color:#FF0000; font-weight:bold;  }
#mod_shop .code {  }
#mod_shop .title { text-transform:capitalize; }
#mod_shop .description { }
#mod_shop .price { text-align:center; margin:1px 0 0 0; font-weight:bold;  }
#mod_shop .pricepromo { text-align:center; margin:1px 0 0 0; text-decoration:line-through;  }
#mod_shop .button { margin:0 0 0 30px; border:1px solid #990000; background:#FF0000; color:#FFFFFF; width:80px; font:11px/14px tahoma, arial, helvetica, sans-serif; }
#mod_shop input { border:1px solid #CCCCCC; background:none; font:11px/14px tahoma, arial, helvetica, sans-serif; }
#mod_shop select { border:1px solid #CCCCCC; background:none; font:11px/14px tahoma, arial, helvetica, sans-serif; }
#mod_shop .radio { border:none; }

#product-details { float:left; margin:0 0 0 30px; width:540px; }
#product-details .image { float:left; padding:20px; border:1px solid #CCCCCC; width:120px; height:120px; text-align:center; }
#product-details .empty_image {float:left; padding:20px; border:1px solid #CCCCCC; width:120px; height:120px; text-align:center; display:block; overflow:hidden; color:#FF0000; font-weight:bold;  }
#product-details .details { float:left; margin:0 0 0 15px; }
#product-details .title { font-weight:bold; text-transform:capitalize; }
#product-details .price { text-align:right; font-weight:bold;  }
#product-details .pricepromo { text-align:right; }

#product-details .images { margin:0; padding:0; list-style-type:none; }
#product-details .images  li { margin:5px;  float:left; text-align:center; }
#product-details .images  li a { display:block; padding:5px; width:110px; border:1px solid #CCCCCC;  }

