@charset "UTF-8";
/* CSS Document */

/* css for items in drop down */
#producttable {
	width:100%;
	}

#producttable h3 {
	color: #333;
	font-size:14px;
	font-weight: bold;
	text-align:left;
}

#producttable ul { margin-top:0px; margin-bottom:0px;}

#producttable tr td {margin:0px; padding-bottom:15px; padding-top:0px;
}
#producttable tr td p  {
	color: #000;
	background-color:#FFF;
	font-size:12px;
	width:100%;
	text-align:left;
	margin:0px;
	margin-bottom:8px;
	
	}

#producttable ul li  {
	color: #000;
	background-color:#FFF;
	font-size:12px;
	width:100%;
	text-align:left;
	margin:0px;
	margin-bottom:8px;
	list-style: disc;
	}
	
#producttable ul li a:link {
	color: #AD6215;	
	font-size:12px;

}

#producttable ul li a:active {
	color: #AD6215;
	font-size:12px;
	}
	
#producttable ul li a:visited {
	color: #AD6215;
	font-size:12px;
	
}

#producttable ul li a:hover {
	color: #AB6114;
	text-decoration: underline;
	font-size:12px;
	
}
/* end css for items in dropdown */
