/* Newsstand on the right side */
#newsstand {
	width: 150px;
	height: 160px;
	margin-bottom: 15px;
	padding: 25px 0 0 150px;
	position: relative;
	
	background: url('/2008/images/newsstand_wbg.gif') no-repeat bottom right;
}
#newsstand .image {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#newsstand h3 {
	position: absolute;
	top: -2px;
	left: 0px;
	
	color: #fdb813;
	font-size: 16px;
	white-space: nowrap;
}
#newsstand ul {
	padding: 0 0 5px 24px;
	margin: 0px;
	
	list-style: none;
}
#newsstand ul li {
	padding: 5px 0 0 16px;
	margin: 0px;
	background: url('/2008/images/newsstand_arrow.gif') no-repeat 0px 9px;
	
	font-size: 14px;
	color: #926d45;
}
#newsstand ul li a {
	color: #926d45;
}
#newsstand p {
	margin: 5px 0 0 0;
	padding: 0px;
}
#newsstand p a {
	color: #ff575e;
	font-size: 14px;
	font-weight: bold;
}
#newsstand p img {
	display: inline;
}
