@charset "utf-8";
@import url("modules/ajuHorizontalMenu/menuh.css");

/*************************************************************/
/**************** reset.css **********************************/
/*************************************************************/

a, abbr, acronym, address, b, big, blockquote, body, caption,
cite, code, dd, del, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
html, i, iframe, img, ins, kbd, label, legend, li, object,
ol, p, pre, q, samp, small, span, strike, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  
  vertical-align: baseline;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img { vertical-align:top; }

/*************************************************************/
/**********************STYLEGLOBALNE**************************/
/*************************************************************/

body { 
	font: 8pt/1.5em Tahoma, Arial, Verdana;
	background: /*#fcfbf6*/ #fff url(images/bg_siteTop.gif) repeat-x top;
}

a 			{ color:#4095d6; }
a:link		{ color:#4095d6; text-decoration:none; }
a:visited	{ color:#4095d6; text-decoration:none; }
a:hover		{ color:#4095d6; text-decoration:underline; }
a:active	{ color:#4095d6; text-decoration:none; }

h1	{ font-size:18pt; }
h2	{ font-size:14pt; }
h3 	{ font-size:18px; }
h4 	{ font-size:10pt; }
h5	{ font-size:9pt; }
h6 	{ font-size:8pt; }

/*************************************************************/	
/**********************SRODKOWANIECALOSCI*********************/	
/*************************************************************/	

#srodkujacy	{
	text-align:center;
	
	overflow:hidden;
	}

#calosc	{
	margin:0 auto 10px;
	width:980px;
	text-align:left;
	
	}
	
	#leftSection { width:220px; float:left; position:relative; }
		.leftBox { margin:10px 0; }
		.leftBox a{font-size:10pt;}
			.banner { margin:10px 0; }
		.leftBox-banners { margin-top:10px; }
		.leftBox-banners img { margin-bottom:10px; }	
	#rightSection { width:740px; float:right;  }
		#topBox { height:127px; width:740px; }
		#topBox h1 { width:310px; height:127px; position:absolute; top:0; left:0; z-index:10; }
		#topBox h1 a { display:block; height:127px; line-height:127px; text-indent:-1000px; outline:0; }
		#nav-mini { position:absolute; top:30px; right:0; }
		#nav-mini a { color:#333; font-weight:bold; margin-right:10px; }
		#nav-mini a:hover { color:#4095d6; text-decoration:none; }
		#nav-mini img { vertical-align:top; }
		#searchBox { position:absolute; padding:0 10px; background: #4095d6 url(images/h_blue1.gif); height:27px; top:127px; right:4px; 
					box-shadow:1px -1px 3px #666; -moz-box-shadow:1px -1px 3px #666; -webkit-box-shadow:1px -1px 3px #666; z-index:15;
					}
		#searchBox input { font-size:8pt; height:16px; border:0; vertical-align:middle; margin-top:5px; }
		#searchBox .textinput { box-shadow:1px -1px 3px #666 inset; -moz-box-shadow:1px -1px 2px #666 inset; -webkit-box-shadow:1px -1px 2px #666 inset; }
		#searchBox .submitinput { background: url(images/lupa_icon.gif) center no-repeat; width:21px; }
		#contentBox { clear:both; margin-top:42px; }
		#contentBox p { margin-bottom:0.5em; text-align:justify; }

#footerSection { background:#603411; clear:both; border-top:5px #4095d6 solid;  }
#footerSection div { color:#fff; font-size:8pt; margin:0 auto; width:788px; text-align:center;   }
#footerSection a { color:#fff; }



.h-shadow { 
	height:26px; margin-bottom:10px;
	box-shadow:1px -1px 3px #666; -moz-box-shadow:1px -1px 3px #666; -webkit-box-shadow:1px -1px 3px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=45, Color='#666666')";	/* IE 8*/
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=45, Color='#666666'); 		/* For IE 5.5 - 7 */
	}
.blue-brown { 
	background: #623514 url(images/h_brown.gif);  
	border-left:10px #4095d6 solid; color:#fff; line-height:26px; padding-left:5px; font-weight:normal; font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif; 
	/*background:-moz-linear-gradient(top, #7F512F, #623514);
	background:-webkit-gradient(linear, 0 top, 0 bottom, from(#7F512F), to(#623514));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F512F', endColorstr='#623514'); */
	/*box-shadow:1px 1px 3px #666; -moz-box-shadow:1px 1px 3px #666; -webkit-box-shadow:1px 1px 3px #666;*/	
	}
.brown-blue { 
	background: #4095d6 url(images/h_blue.gif); 
	border-left:10px #603411 solid; color:#fff; line-height:26px; padding-left:5px; font-weight:normal; font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
	margin-bottom:10px;	
	/*background:-moz-linear-gradient(top, #68B6EF, #4095d6); 
	background:-webkit-gradient(linear, left top, left bottom, from(#68B6EF), to(#4095d6));
	background:-o-gradient(top, bottom,from(#68B6EF),to(#4095d6));  
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#68B6EF', endColorstr='#4095d6');
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorstr='#68B6EF', endColorstr='#4095d6')";*/
	/*box-shadow:1px 1px 3px #666; -moz-box-shadow:1px 1px 3px #666; -webkit-box-shadow:1px 1px 3px #666;*/ 
	}	

.blue-brown span, .brown-blue span { float:right;  line-height:26px; font-size:8pt; font-weight:normal}
.blue-brown a, .brown-blue a { color:#fff;  line-height:26px; padding-right:10px;  display:block; width:720px;} 	
	
.center	{text-align:center;}
.bold { font-weight:bold; }

.art_similarcontent_dt { border-bottom:1px #ddd dashed; background:transparent; color:#aaa;}
.art_similarcontent_dt:hover { background:transparent; }
.art_similarcontent_dd { background:transparent; color:#23a4ff; }
.art_similarcontent_dd a { color:#000; }

/*************************************************************/	
/**********************MENU***********************************/	
/*************************************************************/

ul.tree	{ margin:11px 0; }
ul.tree ul	{ margin:0 0;}

ul.tree li{
	list-style-type:none;
	padding-left:0;
	padding-top:1px;
	padding-bottom:1px;
    /*padding-left:7px;
    background: url(images/bg_li.gif) no-repeat;*/
	}

ul.tree li.closed {	}
ul.tree li.opened {	}

ul.tree li a{
	text-decoration:none;
	font-size:10pt;
	/*text-transform:uppercase;*/
    }

ul.tree li a.folder { }

ul.tree li a.active{
    color:#603411;
    }

ul.tree li a:hover{
	text-decoration:underline;
	}

ul.tree li ul li {
	padding-left:0;
	margin-left:15px;
	background-image:none;
	}

.menuLiClass_1 { display:none; }
.menuLiClass_51 { font-weight:bold;  background:url(images/en.png) 40px center no-repeat;  }
.menuLiClass_39 ul { display:none; }
	
/*************************************************************/
/*******contentitemstable.tmpl**WYBIEZZAWARTOSC***************/
/*************************************************************/

TABLE#contentitemstable{
			border:0px;
			width:550px;
			margin-left:auto;
			margin-right:auto;}
						
#contentitemstable p.contentitemstable{
			font-size:11pt;
			font-weight:bold;
			color:#23a4ff;
			margin-bottom:8px;}
				
	#contentitemstable TD{}
	#contentitemstable DIV{}
	


/*************************************************************/	
/********************contentText******************************/	
/*************************************************************/
	
#text_contentitemstable { }
#text_contentitemstable p { 
	margin:0px;
	margin-bottom:10px;
}


/*************************************************************/
/********************GALERIA**********************************/
/*************************************************************/

TABLE#galeria_contentitemstable{width:550px;
								margin-left:auto;
								margin-right:auto}
									
	#galeria_contentitemstable p.wybor	{font-size:11pt;
										font-weight:bold;
										color:#23a4ff;
										margin:0px;
										margin-bottom:8px}	

/************************* MINI GALERIA **********************************/
div#galleryTitle{text-align:center; height:16px; margin-bottom:10px;}
div#galleryDescription{text-align:center; }
div#mainGalleryDiv{text-align:center; overflow:hidden; }
table#galleryTable{margin:0 auto 10px; }
	td#mainFotoTD {text-align:center;}
		a#mainFotoLink{margin:0 auto; }	
			img#mainFoto { border:1px #613613 solid; }
		div#thumbs { position:relative; }
			a.galeriaThumbs { display:inline-block; }
			a.galeriaThumbs img { border:1px #613613 solid; margin:2px; }
			a.galeriaNext img.navigation{position:absolute; right:-23px; top:15px; }
			a.galeriaPrevious img.navigation{position:absolute; left:-23px; top:15px; }
			
			
/*************************************************************/
/********************NEWS & ARTICLES**********************/	
/*************************************************************/
#news_separate {
	margin-top:10px;
}

	#news_separate p	{
		font-weight: bold;
		background-color: #eee;
		color: #000;
		padding: 0px 0px 0px 10px;
	}

.iceNews {
	margin-top:10px;
	clear:both;
	overflow:hidden;
}
	.iceNews .header { overflow:hidden; margin-bottom:10px; }
	
	.iceNews .title {
		font-size:10pt; font-weight:bold; color:#4095D6; float:left; width:554px;
	}

	.iceNews .time	{
		float:right; width:100px;
	}

	.iceNews .comments { }
	.iceNews .more_link { float:left; }
	.iceNews .comments_link { float:right;  }
	.iceNews .comments_link:hover { text-decoration:underline; }
	
	.iceNews .article_partitle	{
		margin-top:0px;
		margin-bottom:10px;
	}

#newsnotfound {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

	#newsnotfound p {
		margin:0px;
		margin-left:3px;
		margin-right:3px;
		text-align:center;
		font-size:8pt;
		font-weight:normal;
		color:#a5a5a5;
	}	

#newsbottom {
	margin-left:auto;
	margin-right:auto;
}

	#newsbottom p {
		text-align:center;
		margin:0px;
		font-weight:normal;
	}

#artykuly_contentitemstable {
	margin-left:auto;
	margin-right:auto;
}
	
	#artykuly_contentitemstable .wybierz	{
		font-size:11pt;
		font-weight:bold;
		color:#23a4ff;
		margin:0px;
		margin-bottom:8px;
	}

	#artykuly_rateditemtable {
		border: 1px #070707 solid;
		margin-bottom:10px;
		width:100%;
	}
													
		#artykuly_rateditemtable .nazwa {
			background-color:#f3f3ee;
		}
		
		#artykuly_rateditemtable .nazwa span {
			font-size:12pt;
			font-weight:bold;
		}

		#artykuly_rateditemtable .ocena {
			text-align:right;
			background-color:#f3f3ee;
		}
		
		#artykuly_rateditemtable .ocena span {
			font-size:18pt;
			color:green;
			font-weight:bold;
		}	
											
		#artykuly_rateditemtable #zalety_wady {
			width:100%
		}
			
			#zalety_wady .zalety {
				color:green;
				font-weight:bold;
			}
			
			#zalety_wady .wady {
				color:red;
				font-weight:bold;
			}
		
		#artykuly_rateditemtable #dystrybutor {
			width:100%;
			border:1px #070707 solid;
		}
	
	#dystrybutor .cena {
		text-align:center;
	}
								
/********** komentarze do newsów i artykułów **********/
.artykuly_commenttable {
	margin-bottom:10px;
	clear:both;
}
	
	.artykuly_commenttable .article_comment_signature {
		width:100px;
		float:left;
	}
	.artykuly_commenttable .article_comment_signature p { padding:4px; }
		.artykuly_commenttable .podpis {
			color:#4095D6;
			font-weight:bold;
			width:100px;
		}

	.artykuly_commenttable .article_comment_content {
		float:right;
		width:630px;
		background:#efece0;
	}
	.artykuly_commenttable .article_comment_content p { padding:4px; }

#comment_ok {
	color:black;
	margin:0px;
	border:1px #5d93bc solid;
	background-color:#aecce3;
	text-align:center;
}

#comment_error {
	color:black;
	margin:0px;
	border:1px #bc5d5d solid;
	background-color:#e3aeae;
	text-align:center;
}
	
#artykuly_article_structure {
	width: 100%;
}	

	#artykuly_article_structure form {
		margin:0px;
		width: 100%;
	}
	
	#artykuly_article_structure textarea {
		height: 100px;
		width: 100%;
	}
	
	#artykuly_article_structure .article_title {
		color:black;
		font-size:16pt;
		margin:0px;
	}

	#artykuly_article_structure .article_author {
		margin:0px;
	}

	#artykuly_article_structure .article_date {
		font-size:8pt;
		color:grey;
		margin:0px;
		margin-bottom:10px;
	}
	
	#artykuly_article_structure .art_intro {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#artykuly_article_structure  .article_comments_pages_pos {
		text-align:center;
	}
	
	#artykuly_article_structure	.article_link {
		font-weight:bold;
	}

	#artykuly_article_structure .article_paragraph {
		margin:0px;
		margin-bottom:10px;
	}

	#artykuly_article_structure .article_image {
		margin:10px;
		text-align:center;
	}

	#artykuly_article_structure .article_pages_pos {
		text-align: right;
	}

	#artykuly_article_structure .article_pages_inactive {
		visibility:hidden;
	}
	
	#artykuly_article_structure .art_similarcontent_dt  {
		border-bottom: 1px #ddd dotted;
		background:#fff;
		color:#aaa;
		font-size:8pt;
		padding-left: 5px;
	}

		#artykuly_article_structure #menu2  p	{
			padding-bottom: 0px;
		}

	#artykuly_article_structure #menu0 { margin:10px 0; }
		
	#artykuly_article_structure .art_comments_dt	{
		background:#EFECE0; cursor:pointer; font-weight:bold; padding:4px; text-align:left;
	}

	#artykuly_article_structure .art_comments_dd	{
		margin-top:1px; padding:10px 0; background:#EFECE0; 
	}
	


	#artykuly_article_structure .submit {

	}
	
	#artykuly_article_structure	.ilosc_komentarzy {
	
	}
	
#artykuly_contentitemstable .art_item_title {
	font-size:12pt;
	margin:0px;
	margin-bottom:5px;
	color:grey;
}

#artykuly_contentitemstable	.art_item_date {
	font-size:10pt;
	color:#08AF00;
}

#artykuly_contentitemstable	a.art_item_link {
	font-weight:bold;
	color:#23a4ff;
}

#artykuly_contentitemstable	a.art_item_link:hover {
	color:#13ca00;
}

#artykuly_contentitemstable .art_item_intro {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	font-size:8pt;
}


/*************************************************************/
/******************** iceNewsLatestRSS ************************/	
/*************************************************************/


#newsLatestRSS {
	border: none;
	padding: 0px;
}
	
	#newsLatestRSS  .singleArticle {
		border-top: 1px solid #593014;
	}
	
	#newsLatestRSS .header_right	{
		background: #66ccff;
		color:#fff;
		font-weight:bold;
		padding:5px;
		text-align:center;
		margin-top:5px;
		font-size:10pt;
	}
	
	#newsLatestRSS .newsTitle {
		text-align: left;
		font-weight: bold;
		font-size: 8pt;
	}
	
	#newsLatestRSS .newsTitle a {
		color: #593014;
	}
	
	#newsLatestRSS .newsDescription {
	font-weight: normal;font-size: 8pt;text-align:justify;
	}
	
	#newsLatestRSS .newsPubdate {
		font-weight:normal;
		font-size:8pt;
		text-align:left;
		color:#F93F16;
	}

/*************************************************************/		
/******************** iceNewsDisplay ***************************/	
/*************************************************************/

#iceNewsDisplay {

}

.iceNewsDisplay {
	padding: 0px;
	font-size: 8pt;
	border-bottom:1px #ddd dashed;
	margin-bottom:10px;
}
	
	.iceNewsDisplayTitle {
		font-size:10pt; font-weight:bold; color:#4095D6;
	}
	
	.iceNewsDisplayContent {
		font-weight: normal;
		text-align:justify;
	}
	
	.iceNewsDisplayDate {
		font-weight:normal;
		text-align:left;
	}
	




/*************************************************************/		
/********************RANDOMPHOTOS*****************************/
/*************************************************************/

p#randomphotos_photo{text-align:center;
		vertical-align:middle;}	
			
table#randomphotos_itemstable{width:100%; text-align:center;}
	#randomphotos_itemstable td{width:100%; text-align:center;}							

	
/*************************************************************/		
/********************PHOTOGALERRY*****************************/
/*************************************************************/
p.FotoZGalerii {text-align:center;}	
p.FotoZGalerii a {}

/*************************************************************/
/********************fck**************************************/
/*************************************************************/

#fck p{margin-top:0px;}
																	
	


/*************************************************************/		
/********************POZOSTALEKLASY***************************/	
/*************************************************************/
				
A.words{
	color:orange;
	font-weight:bold;
}

.article_partitle{
	margin-top:0px;
	margin-bottom:10px;
}

A.article_link{
	font-weight:bold;
}

P.article_paragraph{
	margin:0px;
	margin-bottom:10px;
}

P.article_image{
	margin:10px;
	text-align:center;
}

p.article_pages_pos{
	text-align:right;
}

A.article_pages_inactive{
	visibility:hidden;
}

.callendar_field{
	
}

span.quote{
	font-style:italic;
	font-size:9pt;
	color:#4e6e92
}

A.active{
	color:#13ca00;text-decoration:none;
}

A.img_gal_link_style{
	margin:0px;
}

p.footer{
			
			font-size:7pt;
			margin:0px;
			color:#727272;
			text-align:center;
}
			
a.header1{
font-size:36px;
color:#FFFFFF;
margin:0px;
}

p.content{
	margin:10px;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
}

a.dt{
	color:white;
}

p.manufactitle{
	font-size:11pt;
	font-weight:bold;
	color:#23a4ff;
	margin:0px;
	margin-bottom:8px
}

.galeria{
	text-align:center;
}

.galeria table{
	margin-left:auto;
	margin-right:auto;
}

.galeria td{
	padding:5px 5px 10px 5px;}

.galeria td img{
	border:1px solid black;}
	
/*************************************************************/
/*****************SYSTEM WYSZUKIWANIA*************************/
/*************************************************************/

.searchTop {
	background:#EFECE0;
	text-align:center;
	padding:10px;
}

.search_submit { background:#EFECE0; border:none; cursor:pointer; font-family:Arial; font-size:8pt; font-weight:bold; }


.search_group_title {
	text-align:left;
	font-weight:bold;
	margin:5px 0 0 0; 
	vertical-align:middle;
}

.search_noitem {
	font-style: italic;
}




/*************************************************************/
/**********************PROMOCYJNE TEKSTY**********************/
/*************************************************************/

table.promo_tbl {
	border:1px gray dotted;
	width:138px;
	
}
p.promo_title {
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	color:#23a4ff;
}
p.promo_text {
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	line-height:10px;
	font-size:6pt;
	color:black;
}
p.promo_url {
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	color:#6DB1FF;
	font-size:6pt;
	line-height:12px;
}
p.promo_url a{}

/*************************************************************/
/**********************PROMOCYJNE TEKSTY**********************/
/*************************************************************/
.errorbg {
	background-color:#ffb6b6;/*ffb6b6*/
}

.invisible_class {
	visibility:collapse;
	line-height:0px;
	display:none;
	height:0;
}

ul.tree li.invisible_class {
display: none;
visibility:collapse;
line-height:0px;
margin:0px; 
padding: 0px; 
border: 0px; 
font-size: 0px; 
background-image: none;
}

ul.tree li.invisible_class a {
display: none;
visibility:collapse;
line-height:0px;
margin:0px; 
padding: 0px; 
border: 0px; 
font-size: 0px; 
background-image: none;
}



/*************************************************************/
/************** MAPA GOOGLE (ajuGoogleMaps) *****************/	
/*************************************************************/

div#map {
	width: 500px;
	height: 300px;
	margin:0 auto;
	border:1px #333 solid;
}


/*************************************************************/
/*** menu (pliki rootContent.tmpl i rootContentRep.tmpl ******/	
/*************************************************************/

.rootContent {  }
.rootContent_title { font-weight: bold; }
.rootContent_description { margin-left: 10px; }
	
.rootContentRep { margin-top: 5px; }
.rootContentRep_title {  }
.rootContentRep_description { margin-left: 10px; }
	
/****************************************************/
/************************** siteMap *****************/
/****************************************************/

.siteMap ul { margin: 0 0; }
.siteMap li { color:#23a4ff; list-style-type:disc; margin-left:15px; }
.siteMap li.onlogout_class {  }
.siteMap li.onlogin_class {  }
.siteMap li a { color:#000; }
.siteMap li a:hover { color:#23a4ff; }


/****************************************************/
/**************** ajuNews *****************/
/****************************************************/

.ajuNews { clear:both; margin-bottom:10px; overflow:hidden; }
.ajuNews .ajuNewsImg { float:left; margin-right:10px; border:1px #333 solid; }
.ajuNews .title { font-size:10pt; font-weight:bold; color:#4095D6; margin-bottom:5px; }
.ajuNews .title strong {  color:#4095d6; font-weight:bold; }
.ajuNews .intro { text-align:justify; }

.addComment, .showComments { background:#EFECE0; cursor:pointer; font-weight:bold; padding:4px; text-align:left; margin-top:1px; margin-bottom:1px; }
#addCommentDiv { margin-top:1px; padding:10px 0; background:#EFECE0; }

.showComments { background:#EFECE0; cursor:pointer; font-weight:bold; padding:4px; text-align:left; margin-top:1px; margin-bottom:10px; }
.commentDiv {
	margin-bottom:10px;
	clear:both;
}
	
	.commentDiv .signature {
		width:100px;
		float:left;
	}
	.commentDiv .signature p { padding:4px; }
	
		.commentDiv .podpis {
			color:#4095D6;
			font-weight:bold;
			width:100px;
		}

	.commentDiv .content {
		float:right;
		width:630px;
		background:#efece0;
	}
	.commentDiv .content p { padding:4px; }


#verification_image { vertical-align:top; }
.submit { background:#EFECE0; border:1px #fff solid; cursor:pointer; font-family:Arial; font-size:8pt; font-weight:bold; margin-top:10px; padding:4px; }

.ajuNews { clear:both; margin-bottom:10px; overflow:hidden; width:740px; }
.ajuNewsImg { float:left; margin-right:10px; border:1px #333 solid; }
.ajuNews .title { font-size:10pt; font-weight:bold; color:#4095D6; margin-bottom:5px; }
.ajuNews .title strong {  color:#4095d6; font-weight:bold; }
.ajuNews .intro { text-align:justify; margin-bottom:10px; }
.ajuNews .content { text-align:justify; margin-bottom:10px; }
.ajuNews .date { margin-bottom:10px; }
.ajuNews .gallery { text-align:center; overflow:hidden; clear:both; border-top:1px #EFECE0 solid; margin-top:10px; margin-bottom:10px; padding-top:10px; width:630px; margin-left:110px; }
.ajuNews .gallery img { border:1px #333 solid; margin:0 5px 10px; float:left; }

/****************************************************/
/**************** ajuNewsLatestNews *****************/
/****************************************************/

.ajuNewsLatest { clear:both; overflow:hidden; margin-bottom:10px; width:740px; }
.ajuNewsLatestImg {  margin-right:10px; border:1px #333 solid; float:left; }
.ajuNewsLatest .title { font-size:10pt; font-weight:bold; color:#4095D6; margin-bottom:5px; width:600px; }
.ajuNewsLatest .title strong {  color:#4095d6; font-weight:bold; }
.ajuNewsLatest .intro {  text-align:justify; }

/****************************************************/

table.multimedia {
	width:100%;
}
.multimedia th { 
	color:#4095d6;
	text-align:center; 
	padding:10px 10px 0;
	font-weight:bold;
	font-size:10pt;
}
.multimedia td { 
	color:#000;
	text-align:center; 
	padding:10px;
	font-weight:bold;
	font-size:10pt;
}


