/* HOME BOX NEWS */

#home_news_box{
	margin-top:8px;
	position:absolute;
	left:511px;
	top:411px;
	width:258px;
	height:208px;
	oveflow:hidden;

	background:url(../img/home/home_news_box.gif);
}
#home_news_box #home_news_box_data {
	position:relative;
	padding:8px;
}

#home_news_box_data_header{
	position:relative;
	padding-right:8px;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	height:24px;
	background:url(../img/home/home_news_box_header.gif) left top no-repeat;
	text-align:right;
}

#home_news_box_data_header_title{
	padding-top:3px;
	padding-right:6px;
	float:right;
}

#home_news_box_data_header_link{
	padding-top:4px;
	float:right;
}

#home_news_box_data_items_container{
	font-size:0.9em;
	font-weight:bold;
	color:#939497;
	
	padding-top:8px;
}

#home_news_box_data_items_container a{
	color:#939497;
	text-decoration:none;
}

#home_news_box_data_items_container a:hover , #column_news_box a:hover {
	color:#555;
}

.home_news_box_data_item{
	width:240px;
	padding-left:15px;
	padding-bottom:8px;
}

.home_news_box_data_item_arrow{
	float:left;
	padding-right:8px;
}

.home_news_box_data_item_text{
	float:left;
	width:205px;
	line-height:1.4em;
}

.home_news_box_clearer{
	clear:both;
	display:block;
	font-size:0px;
	line-height:0px;
}

#home_news_box_data_footer{
	position:absolute;
	left:9px;
	bottom:8px;
}

#home_news_box_data_footer_link{
	float:right;
	padding-right:12px;
	padding-bottom:4px;
}
#home_news_box_data_footer_link a{
	font-size:1.1em;
	font-weight:bold;
	color:#eec305;
	text-decoration:none;
	font-style: italic;
}






/* COLUMN BOX NEWS */

#column_news_box{
	margin-top:9px;
	margin-left:8px;
	position:relative;
	width:227px;
	height:169px;
	oveflow:hidden;
	background:url(../img/products/column_news_box.gif);
}
#column_news_box #column_news_box_data {
	position:relative;
	padding:8px;
}

#column_news_box_data_header{
	position:relative;
	padding-right:8px;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	height:24px;
	background:url(../img/products/column_news_box_header.gif) left top no-repeat;
	text-align:right;
}

#column_news_box_data_header_title{
	padding-top:3px;
	padding-right:6px;
	float:right;
}

#column_news_box_data_header_link{
	padding-top:4px;
	float:right;
}

#column_news_box_data_items_container{
	font-size:0.9em;
	font-weight:bold;
	color:#939497;
	
	padding-top:8px;
}

#column_news_box_data_items_container a{
	color:#939497;
	text-decoration:none;
}

.column_news_box_data_item{

	width:210px;
	padding-left:15px;
	padding-bottom:8px;
}

.column_news_box_data_item_arrow{
	float:left;
	padding-right:8px;
}

.column_news_box_data_item_text{
	float:left;
	width:175px;
	line-height:1.3em;
}

.column_news_box_clearer{
	clear:both;
	display:block;
	font-size:0px;
	line-height:0px;
}

#column_news_box_data_footer{
	position:absolute;
	left:9px;
	bottom:8px;
}

#column_news_box_data_footer_link{
	float:right;
	padding-right:12px;
	padding-bottom:0px;
}
#column_news_box_data_footer_link a{
	font-size:1.1em;
	font-weight:bold;
	color:#eec305;
	text-decoration:none;
	font-style: italic;
}