/* copyright 2006 USBMIS, INC. 

This is for the new-fangled products page   */

h5 {
	font-family:Arial, Verdana, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#055973;
	margin:10px 15px 0 0;
	padding:0px;
	float:left;
	}
	
.grey {
	color:#888;
	}

.pmenu {
	margin:10px 0px 0px 0px;
	padding:0px 0px 25px 0px;
	}


.pmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.pmenu li { /* all list items */
	float: left;
	position: relative;
	width: 165px;
	list-style: none;
}

.chooser {
	background:url("./images/pmenu_bg.gif") no-repeat;
	padding:0px 0px 0px 32px;
	color:#fff;
	}
.chose{
	display:block;
	position:relative;
	top:2px;
}
.pmenu li.chooser:hover {
	background:url("./images/pmenu_bg_h.gif") no-repeat;
	}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: -10px;
	background:#E7EFF3;
	width:191px;
	border:1px solid #BFD0D8;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.pmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	position: absolute;
	top: 19px;
	left: 1px;
}

li ul a:link, li ul a:visited {
	text-decoration:none;
	color:#333;
	display:block;
	width:186px;
	padding:3px 0 3px 5px;
	margin-bottom:-10px;
	}

li ul a:hover {
	background:#BFD0D8;
	}
	
li ul li.current a:link, li ul li.current a:visited, 
li ul li.current a:hover {
	background:#BFD0D8;
	}
	
.thumb {
	margin:-3px 0 20px 0 !important;
	margin:-8px 0 20px 0;
	} 
	
#prodList_left {
	margin:0 405px 0 0;
	}
	
#prodList_right {
	float:right;
	width:345px;
	margin-top:0px !important;
	margin-top:20px;
	}

.plist_info {
	float:right;
	width:250px;
	margin-top:0px;
	font-size:12px;
	line-height:15px;
	}

.d_descrip{
	font-style:italic;
	border-top:1px dotted#ccc;
	background:#fafafa;
	border-bottom:1px dotted#ccc;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
}
.d_cars_title{
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.d_cars{
	padding:3px;
	font-style:italic;
	
	background:#fcfcfc;
	border-bottom:1px dotted#ccc;
}

li.dd_cat{
	display: block;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #79A2AE;
	border-bottom:2px solid #79A2AE;
	background:#B8D1DD;
	width:185px;
font-weight:bold;
	height:10px;
	padding-top:3px;
	color:#055973;
padding-left:6px;
}
li.dd_in-cat{
	border-bottom:1px dotted #a1a1a1;
	width:191px;
}


