/* ///////////////////////////////// Left Hand Menu //////////////////////////////// */
div.LHSHeader-blue{ 
	width: 144px;
	height: 24px;
	background: url(../../../Images/NETSite/V3/header_blue_150.gif) no-repeat;
	color: #fff;
	padding: 7px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
}
div.LHSHeader-blue a{ 
	color: #fff;
	text-decoration: none;
}
div.LHSHeader-blue a:hover{ 
	color: #fff;
	text-decoration: underline;
}
/* ***** */
div.LHSHeader-blue2{ 
	width: 144px;
	height: 24px;
	background: url(../../../Images/NETSite/V3/header_blue_150.gif) no-repeat;
	color: #fff;
	padding: 7px 0px 0px 6px;
	margin: 14px 0px 0px 0px;
}
div.LHSHeader-blue2 a{ 
	color: #fff;
	text-decoration: none;
}
div.LHSHeader-blue2 a:hover{ 
	color: #fff;
	text-decoration: underline;
}
/* *********** Expandable Menu ************** */
div#LHSMenu{
	width: 150px; /*width of menu*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
div#LHSMenu .LHSMenu-header{
	font: bold 13px Verdana;
	color: white;
	background: #4d759f;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 6px; /*31px is left indentation of header text*/
	margin: 0px 0px 1px 0px;
	font-weight: normal;
}
div#LHSMenu .LHSMenu-header a{
	text-decoration: none;
	color: white;
	display: block;
}
div#LHSMenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
	border-bottom: 1px solid #4d759f;
}
div#LHSMenu ul li{
	padding: 0px; /*bottom spacing between menu items*/
}
div#LHSMenu ul li a{
	font: normal 12px Arial;
	color: #333;
	background: #f4f4f4;
	border-top: 1px solid #4d759f;
	border-left: 1px solid #4d759f;
	border-right: 1px solid #4d759f;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	height: 18px;
}
div#LHSMenu ul li a:visited{
	color: black;
}
div#LHSMenu ul li a:hover{ /*hover state CSS*/
	text-decoration: underline;
}
/* ************* More Ways to Shop **************** */
div.shop-text{
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../../../Images/NETSite/V3/nav_grey_bg.gif) repeat-x;
	height: 26px;
	width: 109px;
	float: left;
}
div.shop-text2{
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../../../Images/NETSite/V3/nav_grey_bg.gif) repeat-x;
	height: 26px;
	width: 118px;
	float: left;
}
div.shop-text3{
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../../../Images/NETSite/V3/nav_grey_bg_bottom.gif) repeat-x;
	height: 25px;
	width: 102px;
	float: left;
}
div.shop-text shop-text2 shop-text3 a{
	text-decoration: none;
}
div.shop-text shop-text2 shop-text3 a:hover{
	text-decoration: underline;
}
/* ************* Customer Comments **************** */
div.comments-text{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../../../Images/NETSite/V3/nav_grey_bg_comments.gif) repeat-x;
	height: 25px;
	width: 121px;
	float: left;
}
div.comments-text comments comments-name a{
	text-decoration: none;
}
div.comments-text comments comments-name a:hover{
	text-decoration: underline;
}
div.comments{
	padding: 6px 6px 0px 6px;
	margin: 0px 0px 0px 0px;
	width: 138px;
	background-color: #f4f4f4;
}
div.comments-name{
	padding: 0px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
	width: 138px;
	background-color: #f4f4f4;
	font-style: italic;
	padding-top: 10px;
}