/* *** FLYOUT MENU *** */

#leftNavMenu
{
	line-height : 1.2em;
	font-size : 85%;
	margin : 0 0 10px 0;
	padding : 0;
	list-style : none;
	font-family : Arial, Helvetica, Verdana, Times, sans-serif;
	font-weight : bold;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
}
#leftNavMenu li
{
	margin : 0;
	padding : 1px;
}
#leftNavMenu li a
{
	display : block;
	color : #000;
	background-color : #fff;
	padding : 1px 2px 1px 14px;
	text-decoration : none;
	text-transform : uppercase;

}
#leftNavMenu li a:hover
{
	color : #fff;
	background-color : #666;
	text-decoration : none;
}

/* Stops menus freezing in Explorer 7 (I for one welcome our new Microsoft Overlords...) */
#leftNavMenu li:hover, #leftNavMenu li.sfhover {position:static;}

.listProduct {
	padding:0 5px 0 10px;
}
.listProduct .contentArea {padding:0 0 1em 0;width:100%;}
.listProduct h2 {margin:0 !important;}

.listProduct .listing {
   color: #2E431A;
    display: block;
    float: left;
    font-size: 0.9em;
    height: 200px;
    margin: 3px;
    min-height: 200px;
    padding: 3px;
    text-align: center;
    width: 157px;
}
.listProduct .listing .imageBlock {
	margin:0 auto;
	display:inline; 	/* fix explorer bug */
	border-width:0;
	max-width : 140px;
	overflow : hidden;
	text-align:center;
}

.listProduct .listing .imageBlock img.prodImage		{border:1px solid #000;}
.listProduct .listing .imageBlock img.enlargeImage	{border:1px solid #FFF;}

.listProduct .listing .listingTextBlock {
	margin-left:145px;
}

.listProduct .listing img.brand {
	float:right;
	display:inline; 	/* fix explorer bug */
	margin:0 0 0.5em 1em;
	border-width:0;
}
.listProduct .listing h3 {
	font-weight:bold;
	margin:0;
	font-size:1.1em;
	line-height:1.2em;
}
.listProduct .listing  .id {
	margin:0 0 1em 0;
}
.listProduct .listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}


.listProduct .prices a {color:#2E431A;}

.listProduct .prices {color:#2E431A;font-weight:bold;}

.listProduct .prices .price {}
.listProduct .prices .specialPrice {}

.listProduct .prices .priceLabel {color:#000;}
.listProduct .prices .specialPriceLabel {color:#000;}





.listing table.option td {
	padding:1px 6px 1px 0;
}
.listing table.option td label  {font-size:1em;font-weight:bold}
.listing table.option td input.qty  {font-size:0.9em;width:1.5em;}
.listing table.option td select {font-size:0.9em;}


#list4 {
    border: 2px solid #EEE1C5;
	background-color:#FFF;
	width:717px;
	margin-left:-180px;
}
