@charset "utf-8";
/* CSS Document */

#div_recently_viewed {
	width:295px;
	height:130px;
	margin-top:8px;
	background-image:url(/img/div_recently_viewed_bg.jpg);
	background-repeat:no-repeat;
}

#div_recently_viewed ul {
	float: left;
	list-style: none;
	margin-top: 20px;
	margin-left:0;
	padding: 12px;
	width: auto;
}
#div_recently_viewed li {
	font-size: 12px;
	margin-bottom: 2px;
	padding: 0px;
	background-image:url(/img/div_help_li_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	white-space:nowrap;
}
#div_recently_viewed a {
	color: #000000;
	margin-bottom: 8px;	
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#div_recently_viewed a:active {
	color: #000000;
	margin-bottom: 8px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#div_recently_viewed a:visited {
	color: #000000;
	margin-bottom: 8px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#div_recently_viewed a:hover {
	color: #000000;
	text-decoration:underline;
	padding-bottom: 8px; 
} 





#div_need_help {
	width:295px;
	height:130px;
	margin-top:8px;
	background-image:url(/img/div_need_help_bg.jpg);
	background-repeat:no-repeat;
}

#div_need_help ul {
	float: left;
	list-style: none;
	margin-top: 20px;
	margin-left:0;
	padding: 12px;
	width: auto;
}
#div_need_help li {
	font-size: 12px;
	margin-bottom: 2px;
	padding: 0px;
	background-image:url(/img/div_help_li_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	white-space:nowrap;
}
#div_need_help a {
	color: #000000;
	margin-bottom: 8px;	
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#div_need_help a:active {
	color: #000000;
	margin-bottom: 8px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#div_need_help a:visited {
	color: #000000;
	margin-bottom: 8px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#div_need_help a:hover {
	color: #000000;
	text-decoration:underline;
	padding-bottom: 8px; 
} 

#div_need_help_inner {
	font-size: 12px;
	padding-top:30px; 
	padding-left:20px;
}