/*********PRODUCTS BOX********/ /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .suckerdiv ul{ margin: 0; padding: 0; list-style-type: none; width: 180px; /* Width of Menu Items */ border-bottom: 1px solid DYNAMIC_CSS_CAT_BORDER; font-family: arial; font-size: 11px; z-index:100; } .suckerdiv ul li{ position: relative; background-color: DYNAMIC_CSS_CAT_BKG_L1; z-index:100; } /*1st level sub menu style */ .suckerdiv ul li ul{ left: 179px; /* Parent menu width - 1*/ position: absolute; width: 180px; /*sub menu width*/ top: 0; display: none; z-index:100; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul{ left: 179px; /* Parent menu width - 1*/ z-index:100; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li a{ left: 179px; /* Parent menu width - 1*/ background-color: DYNAMIC_CSS_CAT_BKG_L2; z-index:100; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul li a{ background-color: DYNAMIC_CSS_CAT_BKG_L3; z-index:100; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul li ul li a{ background-color: #aaa; z-index:100; } /* menu links style */ .suckerdiv ul li a{ display: block; width:168px; color: DYNAMIC_CSS_CAT_TXT_COLOR; text-decoration: none; background-color: DYNAMIC_CSS_CAT_BKG_L1; padding: 1px 5px; border: 1px solid DYNAMIC_CSS_CAT_BORDER; border-bottom: 0; line-height: 2em; z-index:100; } .suckerdiv ul li a:visited{ color: DYNAMIC_CSS_CAT_TXT_COLOR; } .suckerdiv ul li a:hover{ background-color: DYNAMIC_CSS_CAT_HOVER; color: DYNAMIC_CSS_CAT_TXT_COLOR_HOVER; text-decoration: none; z-index:100; } .suckerdiv ul li ul li a:hover{ background-color: DYNAMIC_CSS_CAT_HOVER; color: DYNAMIC_CSS_CAT_TXT_COLOR_HOVER; text-decoration: none; } .suckerdiv ul li ul li ul li a:hover{ background-color: DYNAMIC_CSS_CAT_HOVER; color: DYNAMIC_CSS_CAT_TXT_COLOR_HOVER; text-decoration: none; z-index:100; } /* The main categories with sub-categories */ .suckerdiv .subfolderstyle{ background: url(MODULE_STS_TEMPLATE_FOLDER/images/arrow-list.gif) no-repeat center right; z-index:100; } /* This one colors the sub-folder with other sub-folders */ .suckerdiv ul li ul .subfolderstyle { background-color: DYNAMIC_CSS_CAT_BKG_L2; z-index:100; } /* This one colors the sub-folder with other sub-folders */ .suckerdiv ul li ul li ul .subfolderstyle { background-color: DYNAMIC_CSS_CAT_BKG_L3; z-index:100; } /* This one colors the sub-folder with other sub-folders */ .suckerdiv ul li ul li ul li ul .subfolderstyle { background-color: #aaa; z-index:100; } /* Holly Hack for IE \*/ * html .suckerdiv ul li { float: left; height: 1%; } * html .suckerdiv ul li a { height: 1%; } /* End */ /* category information boxes */