#productCategories {
	width: 305px;
	float: left;
	overflow: hidden;
}

#news {
	float: left;
	overflow: hidden;
	position:relative;
	width: 125px;
}

#news .news_item {
  width: 120px;
  margin: 10px 0 20px 0;
}

#news .news_item  p {
  margin-left: 0;
}


#news .bullets {
	float: left;
	margin: -3px 7px 0 0;
}


