 
#hot_articles_preview_panel_holder
{
	height:275px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

#hot_articles_preview_panel 
{
	position: relative;
	z-index: 1;
	table-layout: fixed;
}

#hot_articles_preview_panel_holder,#image_links_holder,#hot_articles_preview_panel
{
	width: 525px;
}


#hot_articles_preview_panel td.small_image_holder {
	padding: 5px 0px 0px 5px;
	width: 39px;
	height: 37px;
	background: none;
}

#hot_articles_preview_panel .article_preview .title,#hot_articles_preview_panel .article_preview .title a
	{
	color: #FFFF00;  //kolor tresci na tle tła "cien"
}

#hot_articles_preview_panel .article_preview p.teaser,#hot_articles_preview_panel .article_preview p.teaser a
	{
	color: #FFFFFF;
}

#hot_articles_preview_panel td.small_image_holder.selected div.grey
	{
	display: none !important;
	background: none !important;
	}

#hot_articles_preview_panel td.small_image_holder div.color {
	display: none;
	background: none !important;
}

#hot_articles_preview_panel td.small_image_holder div.color img, 
#hot_articles_preview_panel td.small_image_holder div.grey img{
	float: left;
	position: relative;
}

#hot_articles_preview_panel td.small_image_holder.selected {

	background-image: none !;	
}

#hot_articles_preview_panel td.arrow {
	vertical-align: middle;	
}

#hot_articles_preview_panel td.arrow div{

	background: transparent url('../img/hot_articles/wskaznik.png') no-repeat
		scroll 0px 0px ;
	margin-top:4px;
	width : 12px;
	height: 20px;
}

#hot_articles_preview_panel td.arrow div.last{
	margin-top:0px !important;
}

#hot_articles_preview_panel td.small_image_holder.selected div.color ,#hot_articles_preview_panel td.small_image_holder div.grey
	{
	display: block;
	background: none !important;	
}


#hot_articles_preview_panel td.small_image_holder div.grey img {
	border: 1px solid #fffdfe;
}

#hot_articles_preview_panel td.small_image_holder div.color img {
	border: 2px solid #ff0000;
}

#big_image_holder {
	position: absolute;
	z-index: 0;
	overflow: hidden;	
}

#big_image_holder #big_images { 
	position: relative;
}

#hot_article_preview_holder {
	vertical-align: bottom;
	height: 45px;
	overflow: hidden;
}

#hot_articles_previews {
	overflow: hidden;
	position: relative;	
}

#hot_article_preview_holder .article_preview {
	bottom: 0px;
	background: transparent url('../img/cien.png') no-repeat
		scroll 0 0;
//	padding:9px 12px 14px 9px;
	padding:0px 0px 0px 0px;
	height:34px;
	float : left;
	width:525; ////464px;
}

#hot_article_preview_holder .title{
	margin-bottom: 0px;
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	
	}

#hot_article_preview_holder .title a{
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#hot_article_preview_holder .teaser {
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}

#image_links_holder {
	margin: 10px 0px 0px 0px;
	float: left;
	height: 180px;
}

#image_links_holder .image_link {
	cursor: pointer;
}

/******************************************* OpenCMS edition style improvements ***************************/
#image_links_holder .ocms_de_norm {
	height: 100%;
}




/*******************************************************
	publicationPanel(TabbedPanel) styles BEGIN
********************************************************/
.tabbed_panel_holder #publicationPanel {
	margin-top: 12px;
}

#publicationPanel .article_preview {
	padding: 0px 10px 10px 10px;
}

#publicationPanel .article_preview.pt {
	padding-top: 10px;
}

#publicationPanel .article_preview .teaser_img {
	float: left;
	padding-right: 8px;
}

#publicationPanel .article_preview .release {
	color: #999999;
	font-size: 10px;
	padding-bottom: 8px;
}

#publicationPanel .archive_link {
	width: 100%;
	text-align: right;
	line-height: 32px;
}

#publicationPanel .archive_link a {
	margin-right: 8px;
	padding-left: 15px;
	background-image: url('../img/arch_arrow.gif');
	background-position: 0px center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#publicationPanel .article_preview .title {
	margin-top: 0px;
	padding-bottom: 7px;
}

#publicationPanel .article_preview .title,.article_preview .title a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

#publicationPanel .article_preview .teaser,#publicationPanel .article_preview .teaser a
	{
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	line-height: 13px;
	overflow: hidden;
}

#publicationPanel .article_preview.short {
	padding-bottom: 5px;
	padding-top: 0px;
	height: 15px;
}

#publicationPanel .article_preview.short.pt {
	padding-top: 5px;
}

#publicationPanel .article_preview.short .title,#publicationPanel .article_preview.short .title a
	{
	font-weight: normal;
}

#publicationPanel .article_preview.short .title {
	background-image: url('../img/wskaznik.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 10px;
	overflow: hidden;
	padding-bottom: 5px;
}

#publicationPanel .article_preview.short .release {
	width: 110px;
	padding-bottom: 5px;
}

#publicationPanel .editor {
	position: absolute;
	margin-left: 242px;
	height: 150px;
	width: 230px;
	background-color: 456789;
	border: 1px #e1e1e1 solid;
	border-top: none;
	padding: 5px;
}




