.SimpleNewsShortContent {
	padding:0px;
	margin:0px;
}

.SimpleNewsShortContentItemContainer {
	display				: block;
	border				: 1px solid #7a7a7a;
	background-color	: #b6b6b6;
	background-image	: url(http://www.applied-piezo.com/site-c/serverspecific/default/modules/news/bg_news.png);
	background-repeat	: repeat-x;
	background-position	: top left;
	margin-bottom		: 10px;
	height				: 113px;
}

.SimpleNewsShortContentItemContent {
	border-right:1px solid #a2a2a2;
}

.SimpleNewsShortContentItemContent IMG {
	padding:0px;
	margin:0px;
	padding-right:10px;
	border:none;
}

.SimpleNewsShortContentItemContent a {

}

.SimpleNewsShortContentItemContent a:hover {

}

.SimpleNewsShortContentItemContent h1 {

}

.SimpleNewsLongContent {

}

.SimpleNewsLongContent IMG {
	padding						: 5px;
}

.SimpleNewsTabs {
    float						: right;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	font-weight					: normal;
    line-height					: 20px;
	height						: 24px;	
	margin						: 0px;
	padding						: 0px;
	padding-top					: 2px;
	z-index						: 1;
	position					: relative;
}

.SimpleNewsTabs UL {
	margin						: 0px;
    padding						: 0px;
    list-style					: none;
}

.SimpleNewsTabs_li {
	float						: left;
	background					: url("tab_left.gif");
	background-repeat			: no-repeat;
	background-position			: left top;
    margin						: 0px;
    padding						: 0px;
	cursor						: pointer;
}

.SimpleNewsTabs A, .SimpleNewsTabs A:LINK, .SimpleNewsTabs A:ACTIVE, .SimpleNewsTabs A:HOVER, .SimpleNewsTabs A:VISITED {
	float						: left;
    display						: block;
	color						: #3c3b3b;
    background					: url("tab_right.gif");
	background-repeat			: no-repeat;
	background-position			: right top;
	margin						: 0px;
	padding						: 0px 6px 2px 6px;
	text-decoration				: none;
	text-decoration				: none;
}

.SimpleNewsTabs_li_active {
    float						: left;
	background-image			: url("tab_left_active.gif");
	background-repeat			: no-repeat;
	background-position			: left top;
	padding						: 0px;
    margin						: 0px;
	cursor						: pointer;
}

.SimpleNewsTabs_li_active A, .SimpleNewsTabs_li_active A:LINK, .SimpleNewsTabs_li_active A:ACTIVE, .SimpleNewsTabs_li_active A:HOVER, .SimpleNewsTabs_li_active A:VISITED {
	padding						: 0px 6px 2px 6px;
	margin						: 0px;
	color						: #204677;
	font-weight					: bold;
	background					: url("tab_right_active.gif");
	background-repeat			: no-repeat;
	background-position			: right top;
	text-decoration				: none;
}	