﻿/* common styling */

#list-product { padding-top:10px; padding-bottom:10px;width:220px;position:relative;}

#list-product ul li a{ text-decoration:none; display:block }

#list-product {padding:0px;background:#e20024 url('images/side-navred.gif') repeat-x top;}
#list-product ul {background:transparent url('images/nav-bottom.jpg') no-repeat bottom left;padding-bottom:10px;}
#list-product ul li a, 
#list-product ul li a:visited {background:#fff url('images/icon_arrow.gif') no-repeat 10px 10px ;display:block; text-decoration:none; color:#000; width:220px; height:25px; text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#c9c9a7; line-height:25px; text-indent:30px;}

/* 
#list-product li a {background:#fff url('images/icon_arrow.gif') no-repeat 10px 10px ; color:#3a75bb; font-weight:bold;border-bottom:0 #f5f5f5 solid;display:block;width:220px;}
#list-product li a:hover {	color:#cc0000;}

#list-product {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;}
#list-product ul li a, 
#list-product ul li a:visited {display:block; text-decoration:none; color:#000; width:104px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#c9c9a7; line-height:19px; font-size:11px;}
*/
#list-product ul {padding:0; margin:0;list-style-type: none; }
#list-product ul li {float:left; margin-right:1px; position:relative;}

#list-product ul li ul {display: none;}

/* specific to non IE browsers */
#list-product ul li:hover a {color:#fff; background:#b3ab79;}
#list-product ul li:hover ul {display:block; position:absolute; top:0; left:220px; width:220px;}
#list-product ul li:hover ul li a.hide {background:#dfc184; color:#000;}
#list-product ul li:hover ul li:hover a.hide {width:220px;}
#list-product ul li:hover ul li ul {display: none;}
#list-product ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:220px;}
#list-product ul li:hover ul li a:hover {background:#dfc184; color:#000;}
#list-product ul li:hover ul li:hover ul {display:block; position:absolute; left:220px; top:0; color:#000;}
#list-product ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
#list-product ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
