/***********************************
/
/	SMALL ITEM PODS
/
/**********************************/


#item_pod
{
	width: 160px;	/* FF */
	float: left;
	border: 0px green solid;
}

#item_pod_content
{
	background-image: url("../images/pods/greypod_separator_bg.gif");
	_background-image: url("../images/pods/greypod_separator_bg_ie6.gif");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	width:150px;	/* FF */
	padding: 5px 0px 0px 0px;		/* FF */
}


#item_pod_top
{
	background-image: url("../images/pods/whitepod_top_bg.gif");
	_background-image: url("../images/pods/whitepod_top_bg_ie6.gif");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
	float:none;
	overflow: hidden;
}

#item_pod_bottom
{
	background-image: url("../images/pods/whitepod_bottom_bg.gif");
	_background-image: url("../images/pods/whitepod_bottom_bg_ie6.gif");	/* IE6 */
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 40px;
	float:none;
}
.itemPodBottom_Link {
	background-image: url("../images/linkarrow_grey30.png");
	background-position: 4px 8px;		/* FF */
	background-repeat: no-repeat;
	padding: 2px 25px 0px 18px;		/* FF */
	.padding: 1px 25px 0px 18px;		/* IE7 */
	float: right;
}



/***********************************
/
/	BLOGS & NEWS
/
/**********************************/


.item_item
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	float:left;
	display:block;
	background-image: url("../images/pods/whitepod_separator.gif");
	_background-image: url("../images/pods/whitepod_separator_ie6.jpg");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	height: 48px;
}

.item_item_image
{
	float:center;
	height: 100px;
	width: 100px;
	padding: 5px 0px 5px 27px
}

.item_item_date
{
	color: #8c8c8c;
	margin-bottom: 3px;	
}

.item_item_title
{
	color: #1a1a1a;
	margin: 0px;
	padding: 2px 0px 0px 15px;		/* FF */
	float:left;
	line-height: 15px;
	height: 33px;
	width: 185px;
	border: 0px red solid;
	overflow: hidden;
	font-weight: bold;
	background-image: url("../images/linkarrow_grey70.png");
	_background-image: url("../images/elements/linkarrow_grey70_ie6.jpg");	/* IE6 */
	background-position: 1px 6px;
	background-repeat: no-repeat;
}



/*****************************************
/
/	NEWS - specific style adjustments
/
/****************************************/

.news_item_1column
{
	margin: 0px;
	padding: 0px 20px 0px 20px;
	float:left;
	border: 0px red solid;
}

.news_item_date
{
	background-image: url("../images/elements/news_icon.png");
	background-position: 0px 1px;		/* FF */
	background-repeat: no-repeat;
	color: #8c8c8c;
	border: 0px red solid;
	padding: 0px 0px 0px 17px;
	margin-bottom: 3px;	
}

.news_item_title
{
	width: 220px;
	padding: 2px 0px 0px 35px;		/* FF */	
	background-position: 19px 6px;
}

