	
	/*
		CSS Reset
	*/
	
	h1 {
		/*18px via YUI Fonts CSS foundation*/
		font-size:138.5%;  
	}
	h2 {
		/*16px via YUI Fonts CSS foundation*/
		font-size:123.1%; 
	}
	h3 {
		/*14px via YUI Fonts CSS foundation*/
		font-size:108%;  
	}
	h1,h2,h3 {
		/* top & bottom margin based on font size */
		margin:1em 0;
	}
	h1,h2,h3,h4,h5,h6,strong {
		/*bringing boldness back to headers and the strong element*/
		font-weight:bold; 
	}
	abbr,acronym {
		/*indicating to users that more info is available */
		border-bottom:1px dotted #000;
		cursor:help;
	} 
	em {
		/*bringing italics back to the em element*/
		font-style:italic;
	}
	blockquote,ul,ol,dl {
		/*giving blockquotes and lists room to breath*/
		margin:1em;
	}
	ol,ul,dl {
		/*bringing lists on to the page with breathing room */
		margin-left:2em;
	}
	ol li {
		/*giving OL's LIs generated numbers*/
		list-style: decimal outside;	
	}
	ul li {
		/*giving UL's LIs generated disc markers*/
		list-style: disc outside;
	}
	dl dd {
		/*giving UL's LIs generated numbers*/
		margin-left:1em;
	}
	th,td {
		/*borders and padding to make the table readable*/
		border:1px solid #000;
		padding:.5em;
	}
	th {
		/*distinguishing table headers from data cells*/
		font-weight:bold;
		text-align:center;
	}
	caption {
		/*coordinated marking to match cell's padding*/
		margin-bottom:.5em;
		/*centered so it doesn't blend in to other content*/
		text-align:center;
	}
	p,fieldset,table {
		/*so things don't run into each other*/
		margin-bottom:1em;
	}
	
	BODY
	{
		margin:0px;
		padding:0px;
	}
	
	FORM
	{
		margin:0px;
		padding:0px;
	}
	
	/*
		Debug window
	*/
	
	#debugWindow
	{
		position:absolute;
		left:100px;
		top:400px;
		filter:alpha(opacity=50);
		opacity:0.5;
		-moz-opacity:0.5;
		width:300px;
		height:400px;
		background-color:#000000;
		color:#ffffff;
		padding:5px;
		overflow:auto;
		
		display:none;
	}
	
	#debugWindow.visible
	{
		display:block;
	}
	
	#debugWindow.visible .row
	{
		text-align:left;
	}
	
	#debugWindow.visible .row .date
	{
		color:#9f9f9f;
		margin-right:5px;
	}
	
	#debugWindow.hidden
	{
		display:none;
	}
	
	/*
		Starting Layout
	*/
	
	BODY
	{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-image:url('/components/headerStyle/resources/public/img/background.jpg');
		background-repeat:repeat-x;
		background-position:top left;
		background-color:#9eaab6;
		overflow:auto;
	}
	
	img, div
	{
		behavior: url('/components/headerStyle/resources/public/iepngfix.htc');
	}
	
	.pageContainer
	{
		width:900px;
		margin-top:30px;
		display:inline-block;
	}
	
	.pageContainer .header
	{
		text-align:center;
		width:900px;
	}
	
	.pageContainer .body
	{
		width:900px;
	}
	
	.pageContainer .body .pictureContainer
	{
		width:900px;
	}
	
	.pageContainer .body .spacerOne
	{
		width:900px;
		height:32px;
		background-image:url('/components/headerStyle/resources/public/img/content_07.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.pageContainer .body .textContainer
	{
		width:900px;
/*		height:249px;*/
		background-image:url('/components/headerStyle/resources/public/img/content_10.png');
		background-repeat:repeat-y;
		background-position:top left;
	}
	
	.pageContainer .body .spacerTwo
	{
		width:900px;
		height:36px;
		background-image:url('/components/headerStyle/resources/public/img/content_bg_09.png');
		background-repeat:repeat-y;
		background-position:top left;
	}
	
	.pageContainer .body .miscContainer
	{
		width:900px;
		overflow:hidden;
		#overflow:visible;
		background-image:url('/components/headerStyle/resources/public/img/content_bg_11.png');
		background-repeat:repeat-y;
		background-position:top left;
		text-align:left;
	}
	
	.pageContainer .body .spacerThree
	{
		width:900px;
		height:36px;
		background-image:url('/components/headerStyle/resources/public/img/content_bg_13.png');
		background-repeat:repeat-y;
		background-position:top left;
	}
	
	.pageContainer .footer
	{
		width:900px;
		margin-bottom:100px;
	}
	
	/*
		Table CSS
	*/
	
	.table
	{
		
	}
	
	.table .tableRow, .table .tableRowError
	{
		margin-bottom:5px;
		text-align:center;
	}
	
	.table .tableRow .separatorTitle, .table .tableRowError .separatorTitle
	{
		font-size:16px;
		margin:0px;
		margin-bottom:5px;
		margin-top:20px;
		text-align:left;
		width:450px;
		text-transform:capitalize;
		font-family:Arial, Helvetica, sans-serif;
		color:#4f4f4f;
		font-weight:bold;
		display:inline-block;
	}
	
	.table .tableRow .textCell, .table .tableRowError .textCell
	{
		display:inline-block;
		#display:inline;
		width:140px;
		text-align:left;
		vertical-align:top;
		padding-top:4px;
		padding-right:10px;
		color:#4f4f4f;
		text-transform:capitalize;
	}
	
	.table .tableRowError .textCell
	{
		color:#C00;
	}
	
	.table .tableRow .inputCell, .table .tableRowError .inputCell
	{
		display:inline-block;
		#display:inline;
		width:300px;
		text-align:left;
	}
	
	.table .tableRow .inputCell TEXTAREA, .table .tableRowError .inputCell TEXTAREA
	{
		width:300px;
		height:100px;
		overflow:auto;
		padding:5px;
		padding-right:0px;
		#padding-right:5px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.table .tableRow .inputCell .inputRadio, .table .tableRowError .inputCell .inputRadio
	{
		float:left;
	}
	
	.table .tableRow .inputCell LABEL, .table .tableRowError .inputCell LABEL
	{
		float:left;
		margin-top:2px;
		text-transform:capitalize;
	}
	
	.table .tableRow .inputCell .inputText, .table .tableRowError .inputCell .inputText
	{
		width:300px;
		padding-left:5px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.table .tableRow .inputCell .inputFile, .table .tableRowError .inputCell .inputFile
	{
		width:300px;
		padding-left:5px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.table .tableRow .inputCell .inputSubmit, .table .tableRowError .inputCell .inputSubmit
	{
		width:150px;
		margin-left:150px;
		text-transform:capitalize;
	}
	
	.table .tableRow .inputCell .inputFile, .table .tableRowError .inputCell .inputFile
	{
		width:300px;
	}
	
	/*
		Error Block CSS
	*/
	
	.errorBlock
	{
		text-align:center;
		display:inline-block;
		margin-bottom:10px;
	}
	
	.errorBlock .top
	{
		background-image:url('/components/headerStyle/resources/public/img/sus-gir_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/headerStyle/resources/public/img/sus-gir_03.png',sizingMethod='crop');
		#background-image:none;
		width:493px;
		height:22px;
	}
	
	.errorBlock .middle
	{
		background-image:url('/components/headerStyle/resources/public/img/sus-gir_05.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/headerStyle/resources/public/img/sus-gir_05.png',sizingMethod='crop');
		#background-image:none;
		width:473px;
		#width:493px;
		color:#555555;
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
		font-weight:bold;
	}
	
	.errorBlock .bottom
	{
		background-image:url('/components/headerStyle/resources/public/img/sus-gir_06.png');
		background-repeat:no-repeat;
		background-position:bottom left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/headerStyle/resources/public/img/sus-gir_06.png',sizingMethod='crop');
		#background-image:none;
		width:493px;
		height:22px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		footerMenu CSS Screen Template
	*/
	
	.footerMenu
	{
		width:860px;
		#width:900px;
		padding-top:15px;
		text-align:left;
		background-image:url('/components/footerMenu/resources/public/img/content_bg_14.png');
		background-repeat:repeat-y;
		background-position:top left;
		padding-left:20px;
		padding-right:20px;
		position:relative;
	}
	
	.footerMenu .address
	{
		/*
		display:inline-block;
		background-image:url('/components/footerMenu/resources/public/img/logo.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:235px;
		#width:300px;
		height:100px;
		text-align:left;
		padding-left:70px;
		margin-left:25px;
		#float:left;
		color:#6e6e6e;
		*/
		display:none;
	}
	
	/*
		Logo
	*/
	
	.footerMenu .logo
	{
		display:inline-block;
		background-image:url('/components/footerMenu/resources/public/img/logo.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:139px;
		height:83px;
		margin-left:710px;
		margin-top:-50px;
		position:absolute;
	}
	
	/*
		Menu
	*/
	
	.footerMenu .menu
	{
		display:inline-block;
		margin:0px;
		padding:0px;
		text-align:left;
		vertical-align:top;
	}
	
	.footerMenu .menu LI
	{
		width:85px;
		display:inline-block;
		#float:left;
		list-style-type:none;
		margin:0px;
		padding:0px;
		color:#505050;	
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		vertical-align:top;
	}
	
	.footerMenu .menu LI A:link, .footerMenu .menu LI A:visited
	{
		text-decoration:none;
		color:#505050;
	}
	
	.footerMenu .menu LI A:hover
	{
		text-decoration:none;
		color:#e67e33;
	}
	
	.footerMenu .menu .subMenu
	{
		margin:0px;
		margin-top:10px;
		padding:0px;
		display:block;
		height:auto;
	}
	
	.footerMenu .menu .subMenu LI
	{
		height:auto;
		margin-bottom:5px;
		font-size:10px;
	}
	
	.footerMenu .menu .subMenu LI A:link, .footerMenu .menu .subMenu LI A:visited
	{
		color:#727273;
	}
	
	.footerMenu .menu .subMenu LI A:hover
	{
		color:#e67e33;
		text-decoration:none;
	}

	/*
		contact CSS Screen Template
	*/
	
	.contact
	{
		text-align:left;
		padding-left:20px;
		vertical-align:top;
	}
	
	.contact .title
	{
		font-weight:bold;
		font-size:16px;
		width:900px;
		text-align:left;
		display:inline-block;
		margin-bottom:10px;
		color:#F16500;
	}
	
	.contact .address
	{
		margin-bottom:20px;
		color:#253B50;
	}
	
	.contact .map
	{
		background-image:url('/components/contact/resources/public/img/map.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:330px;
		height:255px;
		border:1px solid #afafaf;
		display:inline-block;
		#display:inline;
		vertical-align:top;
		margin-right:70px;
	}
	
	.contact FORM
	{
		background-image:url('/components/contact/resources/public/img/linie verticala.png');
		background-repeat:repeat-y;
		background-position:top left;
		padding-left:70px;
		text-align:left;
		display:inline-block;
		#display:inline;
		width:400px;
		#width:470px;
	}
	
	.contact FORM .table .tableRow .textCell
	{
		width:80px !important;
	}
	
	.contact FORM .table .tableRow .inputCell INPUT.inputText
	{
		width:270px !important;
	}
	
	.contact FORM .table .tableRow .inputCell TEXTAREA
	{
		width:270px !important;
	}
	
	.contact .submitButton
	{
		background-image:url('/components/contact/resources/public/img/submit.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:130px;
		height:33px;
		text-align:center;
		vertical-align:top;
		display:inline-block;
		cursor:pointer;
		#cursor:hand;
		padding-top:9px;
	}
	
	.contact .submitButton A:link, .contact .submitButton A:visited
	{
		color:#afafaf;
		text-transform:capitalize;
		text-decoration:none;
	}
	
	.contact .submitButton A:hover
	{
		color:#efefef;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		footerCopyright CSS Screen Template
	*/
	
	.footerCopyright
	{
		width:860px;
		#width:900px;
		background-image:url('/components/footerCopyright/resources/public/img/content_bg_14.png');
		background-position:bottom left;
		background-repeat:no-repeat;
		#height:60px;
		font-size:10px;
		text-align:left;
		padding:20px;
		padding-top:10px;
		#padding-bottom:0px;
	}
	
	.footerCopyright .copyright
	{
		display:block;
		color:#868686;
		margin-right:35px;
	}
	
	.footerCopyright .menu
	{
		display:inline-block;
		#display:inline;
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
	.footerCopyright .menu LI
	{
		display:inline-block;
		#display:inline;
		list-style-type:none;
		margin:0px;
		padding:0px;
		margin-right:10px;
	}
	
	.footerCopyright .menu :last-child
	{
		background-image:none;
	}
	
	.footerCopyright .menu LI A:link, .footerCopyright .menu LI A:visited
	{
		color:#505050;
		text-decoration:none;
	}
	
	.footerCopyright .menu LI A:hover
	{
		text-decoration:underline;
	}
	
	.footerCopyright .trafficLink
	{
		float:right;
		margin-top:-30px;
		#margin-top:-36px;
	}
	
	.footerCopyright .trafficLink img
	{
		margin-left:70px;
	}
	
	.footerCopyright .trafficLink img.logos
	{
		margin-left:5px;
		border:1px solid #000000;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		blankComponent CSS Screen Template
	*/
	
	.component.blankComponent
	{
		
	}

	/*
		news CSS Screen Template
	*/
	
	.component.news
	{
		
	}
	
	.component.news .newsShow
	{
		
	}
	
	.component.news .newsShow .newsHeader
	{
		
	}
	
	.component.news .newsShow .newsHeader .newsTitle
	{
		font-size:16px;
		font-weight:bold;
		width:745px;
		text-align:left;
		display:inline-block;
		color:#F16500;
	}
	
	.component.news .newsShow .newsHeader .newsCreationDate
	{
		display:inline-block;
	}
	
	.component.news .newsShow .fullStory
	{
		margin-top:10px;
		text-align:left;
		margin-left:29px;
		padding-right:20px;
	}
	
	.component.news .newsShow .fullStory P
	{
		margin:0px;
		margin-bottom:5px;
	}
	
	.component.news .newsShow .fullStory SPAN
	{
		
	}
	
	.component.news .newsShow .fullStory BLOCKQUOTE
	{
		background-image:url('/components/news/resources/public/img/ghilimele.png');
		background-repeat:no-repeat;
		background-position:top left;
		padding-top:10px;
		padding-left:10px;
		text-indent:30px;
		color:#9f3535;
	}
	
	.component.news .newsShow .fullStory B, .component.news .newsShow .fullStory STRONG
	{
		
	}
	
	.component.news .newsShow .fullStory A:link, .component.news .newsShow .fullStory A:visited
	{
		color:#59a6ee;
		text-decoration:none;
	}
	
	.component.news .newsShow .fullStory A:hover
	{
		color:#59a6ee;
		text-decoration:underline;
	}
	
	.component.news .newsShow .fullStory UL
	{
		margin:0px;
		margin-top:2px;
		margin-bottom:2px;
		margin-left:20px;
	}
	
	.component.news .newsShow .fullStory UL LI
	{
		list-style-type:circle;
		list-style-position:outside;
	}
	
	.component.news .newsShow .link
	{
		margin-top:20px;
		text-align:left;
		margin-left:29px;
	}
	
	.component.news .newsShow .link A:link, .component.news .newsShow .link A:visited
	{
		background-image:url('/components/news/resources/public/img/back.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/news/resources/public/img/back.png',sizingMethod='crop');
		#background-image:none;
		height:20px;
		padding-left:18px;
		text-decoration:none;
		color:#6E6E6E;
		text-transform:capitalize;
	}
	
	.component.news .newsShow .link A:hover
	{
		font-weight:bold;
	}
	
	/*
		News List
	*/
	
	.component.news .newsList
	{
		margin-left:29px;
	}
	
	.component.news .newsList .title
	{
		font-size:16px;
		font-weight:bold;
		text-align:left;
		text-transform:capitalize;
		color:#F16500;
	}
	
	.component.news .newsList .newsHeader
	{
		margin-top:10px;
		text-align:left;
	}
	
	.component.news .newsList .newsHeader .newsTitle
	{
		font-size:16px;
		width:630px;
		text-align:left;
		display:inline-block;
	}
	
	.component.news .newsList .newsHeader .newsCreationDate
	{
		display:inline-block;
		text-align:right;
		width:100px;
		margin-left:15px;
	}
	
	.component.news .newsList .newsHeader .link
	{
		text-align:left;
		display:inline-block;
		width:100px;
		margin-left:15px;
	}
	
	.component.news .newsList .newsHeader .link A:link, .component.news .newsList .newsHeader .link A:visited
	{
		background-image:url('/components/news/resources/public/img/next.png');
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:18px;
		text-decoration:none;
		color:#6E6E6E;
		text-transform:capitalize;
		text-align:right;
	}
	
	.component.news .newsList .newsHeader .link A:hover
	{
		font-weight:bold;
	}
	
	.component.news .newsList .fullStory
	{
		margin-top:10px;
		text-align:left;
		padding-right:20px;
		padding-bottom:20px;
	}
	
	.component.news .newsList .fullStory P
	{
		margin:0px;
		margin-bottom:5px;
	}
	
	.component.news .newsList .fullStory SPAN
	{
		
	}
	
	.component.news .newsList .fullStory BLOCKQUOTE
	{
		background-image:url('/components/news/resources/public/img/ghilimele.png');
		background-repeat:no-repeat;
		background-position:top left;
		padding-top:10px;
		padding-left:10px;
		text-indent:30px;
		color:#9f3535;
	}
	
	.component.news .newsList .fullStory B, .component.news .newsList .fullStory STRONG
	{
		
	}
	
	.component.news .newsList .fullStory A:link, .component.news .newsList .fullStory A:visited
	{
		color:#59a6ee;
		text-decoration:none;
	}
	
	.component.news .newsList .fullStory A:hover
	{
		color:#59a6ee;
		text-decoration:underline;
	}
	
	.component.news .newsList .fullStory UL
	{
		margin:0px;
		margin-top:2px;
		margin-bottom:2px;
		margin-left:20px;
	}
	
	.component.news .newsList .fullStory UL LI
	{
		list-style-type:circle;
		list-style-position:outside;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		siteTitle CSS Screen Template
	*/
	
	.siteTitle
	{
		width:911px;
		height:81px;
	}
	
	.siteTitle .titleShadow
	{
		margin-left:20px;
		font-size:72px;
		text-align:left;
		color:#cfcfcf;
		position:relative;
	}
	
	.siteTitle .titleShadow .title
	{
		position:absolute;
		top:43px;
		left:10px;
		font-size:22px;
		font-weight:bold;
		color:#000000;
	}
	/*
		products CSS Screen Template
	*/
	
	.component.products
	{
		width:900px;
		text-align:center;
		background-image:url('/components/products/resources/public/img/content_06.png');
		background-repeat:repeat-y;
		background-position:top center;
	}
	
	.component.products .backgroundImage
	{
		display:inline-block;
		#display:inline;
		width:877px;
		height:251px;
		background-image:url('/components/products/resources/public/img/header.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	/*
		Left Categories List
	*/
	
	.component.products .backgroundImage .categoriesList
	{
		width:211px;
		height:251px;
		display:inline-block;
		#display:inline;
	}
	
	.component.products .backgroundImage .categoriesList .buttonUpOff
	{
		background-image:url('/components/products/resources/public/img/slider-up-down-off_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
	}
	
	.component.products .backgroundImage .categoriesList .buttonUpOn
	{
		background-image:url('/components/products/resources/public/img/slider-up-down-on_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.products .backgroundImage .categoriesList .categories
	{
		height:211px;
		overflow:hidden;
	}
	
	.component.products .backgroundImage .categoriesList .categories .buttonOut
	{
		background-image:url('/components/products/resources/public/img/button slider left off.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:171px;
		#width:211px;
		height:34px;
		#height:54px;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		text-align:left;
		color:#5a656b;
		font-size:12px;
	}
	
	.component.products .backgroundImage .categoriesList .categories .buttonOver
	{
		background-image:url('/components/products/resources/public/img/button slider left on.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:171px;
		#width:211px;
		height:34px;
		#height:54px;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		text-align:left;
		color:#5a656b;
		font-size:12px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.products .backgroundImage .categoriesList .buttonDownOff
	{
		background-image:url('/components/products/resources/public/img/slider-up-down-off_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
	}
	
	.component.products .backgroundImage .categoriesList .buttonDownOn
	{
		background-image:url('/components/products/resources/public/img/slider-up-down-on_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
		cursor:pointer;
		#cursor:hand;
	}
	
	/*
		Right Product Display
	*/
	
	.component.products .backgroundImage .productDisplay
	{
		width:666px;
		height:20px;
		display:inline-block;
		#display:inline;
		vertical-align:top;
	}
	
	.component.products .backgroundImage .productDisplay .productContainer
	{
		width:666px;
		height:251px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
		text-align:left;
	}
	
	.component.products .backgroundImage .productDisplay .productContainer .pictureContainer
	{
		display:inline-block;
		#display:inline;
		width:380px;
		vertical-align:top;
		margin-right:20px;
		vertical-align:middle;
	}
	
	.component.products .backgroundImage .productDisplay .productContainer .pictureContainer IMG
	{
		
	}
	
	.component.products .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer
	{
		vertical-align:middle;
		display:inline-block;
		#display:inline;
		width:256px;
		margin-right:10px;
	}
	
	.component.products .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer .descriptionTitle
	{
		text-align:left;
		font-size:14px;
		color:#F16500;
	}
	
	.component.products .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer .descriptionText
	{
		margin-top:10px;
		text-align:left;
		font-size:12px;
		color:#253B50;
	}
	
	/*
		Right Product Controller
	*/
	
	.component.products .backgroundImage .productDisplay .controller
	{
		height:29px;
		margin-top:-29px;
		#margin-top:-32px;
		margin-left:380px;
	}
	
	.component.products .backgroundImage .productDisplay .controller .backButtonOff
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-off_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:78px;
		height:29px;
	}
	
	.component.products .backgroundImage .productDisplay .controller .backButtonOn
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-on_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:78px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.products .backgroundImage .productDisplay .controller .playPauseButtonOff_pause
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-off_04.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
	}
	
	.component.products .backgroundImage .productDisplay .controller .playPauseButtonOff_play
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-off_05 copy.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.products .backgroundImage .productDisplay .controller .playPauseButtonOn_pause
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-on_04.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.products .backgroundImage .productDisplay .controller .playPauseButtonOn_play
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-on_05 copy.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.products .backgroundImage .productDisplay .controller .nextButtonOff
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-off_05.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:81px;
		height:29px;
	}
	
	.component.products .backgroundImage .productDisplay .controller .nextButtonOn
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/products/resources/public/img/slider-buttons-on_05.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:81px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		siteMenu CSS Screen Template
	*/
	
	.siteMenu
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/siteMenu/resources/public/img/content_03.png');
		background-position:top left;
		background-repeat:no-repeat;
		width:900px;
		height:92px;
		text-align:center;
	}
	
	.siteMenu .logoContainer
	{
		margin-top:10px;
		background-image:url('/components/siteMenu/resources/public/img/logo.png');
		background-repeat:no-repeat;
		background-position:top center;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/logo.png',sizingMethod='crop');
		#background-image:none;
		width:122px;
		height:73px;
		display:inline-block;
		#display:inline;
		margin-left:50px;
		margin-right:50px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.siteMenu .rightContainer
	{
		display:inline-block;
		#display:inline;
		width:678px;
	}
	
	.siteMenu .rightContainer .languageSelector
	{
		background-image:url('/components/siteMenu/resources/public/img/language.png');
		background-repeat:no-repeat;
		background-position:top right;
		/*
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/language.png',sizingMethod='crop');
		#background-image:none;
		*/
		display:inline-block;
		width:73px;
		height:23px;
		margin-top:4px;
		text-align:right;
		margin-left:477px;
	}
	
	.siteMenu .rightContainer .languageSelector A.ro-RO:link, .siteMenu .rightContainer .languageSelector A.ro-RO:visited
	{
		background-image:url('/components/siteMenu/resources/public/img/Romania.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/Romania.png',sizingMethod='crop');
		#background-image:none;
		width:22px;
		height:22px;
		margin-right:27px;
		display:inline-block;
	}
	
	.siteMenu .rightContainer .languageSelector A.ro-RO:hover
	{
		background-image:url('/components/siteMenu/resources/public/img/England.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/England.png',sizingMethod='crop');
		#background-image:none;
		width:22px;
		height:22px;
		margin-right:27px;
		display:inline-block;
		cursor:pointer;
		#cursor:hand;
	}
	
	.siteMenu .rightContainer .languageSelector A.en-US:link, .siteMenu .rightContainer .languageSelector A.en-US:visited
	{
		background-image:url('/components/siteMenu/resources/public/img/England.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/England.png',sizingMethod='crop');
		#background-image:none;
		width:22px;
		height:22px;
		margin-right:27px;
		display:inline-block;
	}
	
	.siteMenu .rightContainer .languageSelector A.en-US:hover
	{
		background-image:url('/components/siteMenu/resources/public/img/Romania.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/Romania.png',sizingMethod='crop');
		#background-image:none;
		width:22px;
		height:22px;
		margin-right:27px;
		display:inline-block;
		cursor:pointer;
		#cursor:hand;
	}
	
	.siteMenu UL
	{
		display:inline-block;
		#display:inline;
		margin:0px;
		padding:0px;
		margin-top:14px;
		width:678px;
		height:45px;
		list-style:none;
		text-align:left;
	}
	
	.siteMenu UL LI
	{
		list-style-type:none;
		display:inline-block;
		#display:inline;
		margin:0px;
		padding:0px;
	}
	
	.siteMenu UL LI.menu
	{
		height:45px;
		background-image:url('/components/siteMenu/resources/public/img/linie meniu.png');
		background-repeat:no-repeat;
		background-position:top right;
		padding-right:2px;
	}
	
	.siteMenu UL LI.menu:last-child
	{
		background-image:none;
	}
	
	.siteMenu UL LI.menu A
	{
		
	}
	
	/*
			Romanian
	*/
	
	.siteMenu UL LI.menu.ro-RO_item1 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:102px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/ro-RO/butoane_06.png',sizingMethod='crop');
		#background-image:none;
	}
	
	.siteMenu UL LI.menu.ro-RO_item1 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:102px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_06.png',sizingMethod='crop');
		#background-image:none;
		cursor:pointer;
		#cursor:hand;
	}
	
	.siteMenu UL LI.menu.ro-RO_item2 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:148px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane_08.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item2 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:148px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_08.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item3 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:99px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane_10.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item3 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:99px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_10.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item4 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:114px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane_12.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item4 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:114px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_12.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item5 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:82px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane_14.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item5 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:82px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_14.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.ro-RO_item6 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:108px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane_16.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/ro-RO/butoane_16.png',sizingMethod='crop');
		#background-image:none;
	}
	
	.siteMenu UL LI.menu.ro-RO_item6 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:108px;
		background-image:url('/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_16.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/ro-RO/butoane-pressed_16.png',sizingMethod='crop');
		#background-image:none;
		cursor:pointer;
		#cursor:hand;
	}
	
	/*
			English
	*/
	
	.siteMenu UL LI.menu.en-US_item1 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:102px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/en-US/butoane_06.png',sizingMethod='crop');
		#background-image:none;
	}
	
	.siteMenu UL LI.menu.en-US_item1 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:102px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane-pressed_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/en-US/butoane-pressed_06.png',sizingMethod='crop');
		#background-image:none;
		cursor:pointer;
		#cursor:hand;
	}
	
	.siteMenu UL LI.menu.en-US_item2 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:148px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane_08.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item2 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:148px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane-pressed_08.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item3 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:99px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane_10.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item3 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:99px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane-pressed_10.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item4 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:114px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane_12.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item4 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:114px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane-pressed_12.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item5 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:82px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane_14.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item5 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:82px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane-pressed_14.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.siteMenu UL LI.menu.en-US_item6 A
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:108px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane_16.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/en-US/butoane_16.png',sizingMethod='crop');
		#background-image:none;
	}
	
	.siteMenu UL LI.menu.en-US_item6 A:hover
	{
		display:inline-block;
		#display:inline;
		height:45px;
		width:108px;
		background-image:url('/components/siteMenu/resources/public/img/en-US/butoane-pressed_16.png');
		background-repeat:no-repeat;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/siteMenu/resources/public/img/en-US/butoane-pressed_16.png',sizingMethod='crop');
		#background-image:none;
		cursor:pointer;
		#cursor:hand;
	}
	
	.siteMenu UL LI UL.subMenuHidden
	{
		display:none;
	}
	
	
	
	
	
	
	
	
	
	
	/*
		mainPicture CSS Screen Template
	*/
	
	.mainPicture
	{
		width:900px;
		text-align:center;
		background-image:url('/components/mainPicture/resources/public/img/content_06.png');
		background-repeat:repeat-y;
		background-position:top center;
	}
	
	.mainPicture .centralPicture
	{
		display:inline-block;
		#display:inline;
		width:879px;
		height:251px;
/*		background-image:url('/components/mainPicture/resources/public/img/pic50.png');*/
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	
	
	/*
		helperOptimize CSS Screen Template
	*/
	
	.helperOptimize
	{
		
	}

	/*
		misc1 CSS Screen Template
	*/
	
	.component.misc1
	{
		width:900px;
	}
	
	.component.misc1 .options
	{
		display:inline-block;
		#display:inline;
		margin-left:10px;
		float:left;
		text-align:center;
	}
	
	.component.misc1 .options A:link, .component.misc1 .options A:visited
	{
		background-image:url('/components/misc1/resources/public/img/sageata thigny.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/misc1/resources/public/img/sageata thigny.png',sizingMethod='crop');
		#background-image:none;
		width:150px;
		text-align:left;
		text-decoration:none;
		padding-left:16px;
		margin-left:10px;
		color:#474747;
	}
	
	/* Option 1 */
	.component.misc1 .options .option1_out
	{
		background-image:url('/components/misc1/resources/public/img/left-thingy-button-off_03.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:166px;
		height:62px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.misc1 .options .option1_out A:link, .component.misc1 .options .option1_out A:visited
	{
		display:inline-block;
		margin-top:25px;
	}
	
	.component.misc1 .options .option1_over
	{
		background-image:url('/components/misc1/resources/public/img/left-thingy-button-on_03.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:166px;
		height:62px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.misc1 .options .option1_over A:link, .component.misc1 .options .option1_over A:visited
	{
		display:inline-block;
		margin-top:25px;
		color:#f26f11;
	}
	
	/* Option 2 */
	.component.misc1 .options .option2_out
	{
		background-image:url('/components/misc1/resources/public/img/left-thingy-button-off_05.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:166px;
		height:76px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.misc1 .options .option2_out A:link, .component.misc1 .options .option2_out A:visited
	{
		display:inline-block;
		margin-top:30px;
	}
	
	.component.misc1 .options .option2_over
	{
		background-image:url('/components/misc1/resources/public/img/left-thingy-button-on_05.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:166px;
		height:76px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.misc1 .options .option2_over A:link, .component.misc1 .options .option2_over A:visited
	{
		display:inline-block;
		margin-top:30px;
		color:#f26f11;
	}
	
	/* Option 3 */
	.component.misc1 .options .option3_out
	{
		background-image:url('/components/misc1/resources/public/img/left-thingy-button-off_06.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:166px;
		height:67px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.misc1 .options .option3_out A:link, .component.misc1 .options .option3_out A:visited
	{
		display:inline-block;
		margin-top:25px;
	}
	
	.component.misc1 .options .option3_over
	{
		background-image:url('/components/misc1/resources/public/img/left-thingy-button-on_06.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		width:166px;
		height:67px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.misc1 .options .option3_over A:link, .component.misc1 .options .option3_over A:visited
	{
		display:inline-block;
		margin-top:25px;
		color:#f26f11;
	}
	
	/*
		Images
	*/
	
	.component.misc1 .images
	{
		display:inline-block;
		#display:inline;	
		width:264px;
		float:left;
	}
	
	.component.misc1 .images.option1
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/option1_image.png');
		background-repeat:no-repeat;
		background-position:top left;
		filter:alpha(opacity=100);
	}
	
	.component.misc1 .images.option2
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/option2_image.png');
		background-repeat:no-repeat;
		background-position:top left;
		filter:alpha(opacity=100);
	}
	
	.component.misc1 .images.option3
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/option3_image.png');
		background-repeat:no-repeat;
		background-position:top left;
		filter:alpha(opacity=100);
	}
	
	.component.misc1 .images.option3_1
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/01.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_2
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/02.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_3
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/03.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_4
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/04.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_5
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/05.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_6
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/06.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_7
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/07.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_8
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/08.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_9
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/09.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_10
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/10.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.component.misc1 .images.option3_11
	{
		display:inline-block;
		#display:inline;
		width:264px;
		height:206px;
		background-image:url('/components/misc1/resources/public/img/button3/11.jpg');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	/*
		Banners
	*/
	
	/*
	.component.misc1 .banners
	{
		background-image:url('/components/misc1/resources/public/img/right comercial.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:429px;
		height:205px;
		float:left;
		display:inline-block;
		#display:inline;
		margin-left:20px;
	}
	
	.component.misc1 .banners .link1
	{
		width:170px;
		height:205px;
		display:inline-block;
	}
	*/
	
	.component.misc1 .banners
	{
		background-image:url('/components/misc1/resources/public/img/rightSurface.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:429px;
		height:205px;
		float:left;
		display:inline-block;
		#display:inline;
		margin-left:20px;
		text-align:left;
	}
	
	.component.misc1 .banners A:link, .component.misc1 .banners A:visited
	{
		display:block;
		margin-top:28px;
		margin-left:40px;
		font-size:14px;
		text-decoration:none;
		color:#F16500;
	}
	
	
	
	
	
	
	
	
	
	/*
		customerLogo CSS Screen Template
	*/
	
	.customerLogo
	{
		display:none;
		
		/*
		display:inline-block;
		#display:inline;
		*/
	}
	
	.customerLogo A:link, .customerLogo A:visited
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/customerLogo/resources/public/img/logo.png');
		background-repeat:no-repeat;
		background-position:top left;
/*		width:134px;*/
		width:900px;
		height:97px;
	}
	
	.customerLogo .additionalElement
	{
		/*
		width:716px;
		height:78px;
		display:inline-block;
		#display:inline;
		background-image:url('/components/customerLogo/resources/public/img/cdPerspective.png');
		background-repeat:no-repeat;
		background-position:bottom right;
		*/
		display:none;
	}
	/*
		content CSS Screen Template
	*/
	
	.component.content
	{
		display:inline-block;
		#display:inline;
		width:400px;
		vertical-align:top;
		text-align:center;
		background-image:url('/components/content/resources/public/img/linie verticala.png');
		background-repeat:repeat-y;
		background-position:top right;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/content/resources/public/img/linie verticala.png',sizingMethod='crop');
		#background-image:none;
		padding-left:30px;
		padding-right:20px;
		filter:none !important;
	}
	
	.component.content .contentContainer
	{
		width:400px;
	}
	
	.component.content .contentContainer .title, .component.content_long .contentContainer .title
	{
		text-align:left;
		font-size:16px;
		font-weight:bold;
		color:#f16500;
	}
	
	.component.content .contentContainer .text, .component.content_long .contentContainer .text
	{
		text-align:left;
		margin-top:10px;
		color:#253b50;
		line-height:20px;
		font-size:12px;
		margin-right:10px;
	}
	
	
	.component.content .contentContainer .text P, .component.content_long .contentContainer .text P
	{
		margin:0px;
		margin-bottom:5px;
	}
	
	.component.content .contentContainer .text SPAN, .component.content_long .contentContainer .text SPAN
	{
		
	}
	
	.component.content .contentContainer .text BLOCKQUOTE, .component.content_long .contentContainer .text BLOCKQUOTE
	{
		background-image:url('/components/content/resources/public/img/ghilimele.png');
		background-repeat:no-repeat;
		background-position:top left;
		padding-top:10px;
		padding-left:10px;
		text-indent:30px;
		color:#9f3535;
	}
	
	.component.content .contentContainer .text B, .component.content .contentContainer .text STRONG, .component.content_long .contentContainer .text B, .component.content_long .contentContainer .text STRONG
	{
		
	}
	
	.component.content .contentContainer .text A:link, .component.content .contentContainer .text A:visited, .component.content_long .contentContainer .text A:link, .component.content_long .contentContainer .text A:visited
	{
		color:#59a6ee;
		text-decoration:none;
	}
	
	.component.content .contentContainer .text A:hover, .component.content_long .contentContainer .text A:hover
	{
		color:#59a6ee;
		text-decoration:underline;
	}
	
	.component.content .contentContainer .text UL, .component.content_long .contentContainer .text UL
	{
		margin:0px;
		margin-top:2px;
		margin-bottom:2px;
		margin-left:20px;
	}
	
	.component.content .contentContainer .text UL LI, .component.content_long .contentContainer .text UL LI
	{
		list-style-type:circle;
		list-style-position:outside;
	}
	
	.component.content .contentContainer .text .bigTitle, .component.content_long .contentContainer .text .bigTitle
	{
		margin-top:15px;
		margin-bottom:15px;
		color:#9d2727;
	}
	
	/*
		Icons
	*/
	
	.component.content .contentContainer .text .iconpdf, .component.content_long .contentContainer .text .iconpdf
	{
		background-image:url('/components/content/resources/public/img/iconPDF.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:18px;
	}
	
	.component.content .contentContainer .text .icondocx, .component.content_long .contentContainer .text .icondocx
	{
		background-image:url('/components/content/resources/public/img/iconDOCx.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:18px;
	}
	
	.component.content .contentChildren
	{
		display:none;
	}
	
	/*
		content_long CSS Screen Template
	*/
	
	.component.content_long
	{
		display:inline-block;
		#display:inline;
		width:850px;
		#width:900px;
		vertical-align:top;
/*		text-align:center;*/
		text-align:left;
		padding-left:30px;
		padding-right:20px;
	}
	
	.component.content_long .contentContainer
	{
		display:inline-block;
		#display:inline;
		width:700px;
		background-image:url('/components/content/resources/public/img/linie verticala.png');
		background-repeat:repeat-y;
		background-position:top right;
	}
	
	.component.content_long .contentContainer.noWidth
	{
		display:inline-block;
		#display:inline;
		width:auto;
		background-image:none;
	}
	
	.component.content_long .contentChildren
	{
		margin-left:10px;
		vertical-align:top;
		display:inline-block;
		#display:inline;
		width:140px;
		text-align:left;
	}
	
	.component.content_long .contentChildren .contentParent
	{
		
	}
	
	.component.content_long .contentChildren .contentParent A:link, .component.content_long .contentChildren .contentParent A:visited
	{
		display:inline-block;
		margin-bottom:5px;
		text-decoration:none;
		color:#4F6A7D;
		margin-left:5px;
		font-size:14px;
		margin-bottom:5px;
	}
	
	.component.content_long .contentChildren .contentParent A:hover
	{
		font-weight:bold;
	}
	
	.component.content_long .contentChildren .contentChild
	{
		
	}
	
	.component.content_long .contentChildren .contentChild A:link, .component.content_long .contentChildren .contentChild A:visited
	{
		display:inline-block;
		margin-bottom:5px;
		text-decoration:none;
		color:#4F6A7D;
		background-image:url('/components/content/resources/public/img/childLinkArrow.png');
		background-repeat:no-repeat;
		background-position:center left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/content/resources/public/img/childLinkArrow.png',sizingMethod='crop');
		#background-image:none;
		padding-left:15px;
	}
	
	.component.content_long .contentChildren .contentChild A:hover
	{
		font-weight:bold;
	}
	
	/*
		Error Block
	*/
	
	.component.content .contentContainer .text .errorBlock, .component.content_long .contentContainer .text .errorBlock
	{
		text-align:center;
	}
	
	.component.content .errorBlock .top, .component.content_long .errorBlock .top
	{
		background-image:url('/components/content/resources/public/img/sus-gir_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/content/resources/public/img/sus-gir_03.png',sizingMethod='crop');
		#background-image:none;
		width:493px;
		height:22px;
	}
	
	.component.content .errorBlock .middle, .component.content_long .errorBlock .middle
	{
		background-image:url('/components/content/resources/public/img/sus-gir_05.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/content/resources/public/img/sus-gir_05.png',sizingMethod='crop');
		#background-image:none;
		width:493px;
		color:#555555;
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
	}
	
	.component.content .errorBlock .bottom, .component.content_long .errorBlock .bottom
	{
		background-image:url('/components/content/resources/public/img/sus-gir_06.png');
		background-repeat:no-repeat;
		background-position:bottom left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/content/resources/public/img/sus-gir_06.png',sizingMethod='crop');
		#background-image:none;
		width:493px;
		height:22px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		imagePlayer CSS Screen Template
	*/
	
	.component.imagePlayer
	{
		width:900px;
		text-align:center;
		background-image:url('/components/imagePlayer/resources/public/img/content_06.png');
		background-repeat:repeat-y;
		background-position:top center;
		position:relative;
	}
	
	.component.imagePlayer .backgroundImage
	{
		display:inline-block;
		#display:inline;
		width:877px;
		height:251px;
		background-image:url('/components/imagePlayer/resources/public/img/header.png');
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	/*
		Left Categories List
	*/
	
	.component.imagePlayer .backgroundImage .categoriesList
	{
		width:211px;
		height:251px;
		display:inline-block;
		#display:inline;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .buttonUpOff
	{
		background-image:url('/components/imagePlayer/resources/public/img/slider-up-down-off_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .buttonUpOn
	{
		background-image:url('/components/imagePlayer/resources/public/img/slider-up-down-on_03.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .categories
	{
		height:211px;
		overflow:hidden;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .categories .buttonOut
	{
		background-image:url('/components/imagePlayer/resources/public/img/button slider left off.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:171px;
		#width:211px;
		height:34px;
		#height:54px;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		text-align:left;
		color:#5a656b;
		font-size:12px;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .categories .buttonOver
	{
		background-image:url('/components/imagePlayer/resources/public/img/button slider left on.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:171px;
		#width:211px;
		height:34px;
		#height:54px;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		text-align:left;
		color:#5a656b;
		font-size:12px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .buttonDownOff
	{
		background-image:url('/components/imagePlayer/resources/public/img/slider-up-down-off_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
	}
	
	.component.imagePlayer .backgroundImage .categoriesList .buttonDownOn
	{
		background-image:url('/components/imagePlayer/resources/public/img/slider-up-down-on_06.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:211px;
		height:20px;
		cursor:pointer;
		#cursor:hand;
	}
	
	/*
		Right Product Display
	*/
	
	/*
	.component.imagePlayer .backgroundImage .productDisplay
	{
		width:666px;
		height:20px;
		display:inline-block;
		#display:inline;
		vertical-align:top;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer
	{
		display:inline-block;
		#display:inline;
		width:666px;
		height:243px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureContainer
	{
		display:inline-block;
		#display:inline;
		width:330px;
		#width:350px;
		vertical-align:top;
		padding-right:20px;
		text-align:right;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer
	{
		margin-left:20px;
		display:inline-block;
		#display:inline;
		width:240px;
		margin-top:20px;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer .descriptionTitle
	{
		text-align:left;
		font-size:14px;
		color:#F16500;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer .descriptionText
	{
		margin-top:10px;
		text-align:left;
		font-size:12px;
		color:#253B50;
	}
	*/
	
	.component.imagePlayer .backgroundImage .productDisplay
	{
		width:877px;
		height:20px;
		display:inline-block;
		#display:inline;
		vertical-align:top;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer
	{
		display:inline-block;
		#display:inline;
		width:877px;
		height:250px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
		cursor:pointer;
		#cursor:hand;
		text-align:left;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureContainer
	{
		display:inline-block;
		#display:inline;
		vertical-align:top;
		position:relative;
		width:439px;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureContainer IMG
	{
		position:absolute;
		clip:rect(0px,439px,250px,0px);
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer
	{
		display:inline-block;
		#display:inline;
		width:418px;
		margin-left:20px;
		margin-top:20px;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer .descriptionTitle
	{
		text-align:left;
		font-size:14px;
		color:#F16500;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .productContainer .pictureDescriptionContainer .descriptionText
	{
		margin-top:10px;
		text-align:left;
		font-size:12px;
		color:#253B50;
	}
	
	/*
		Right Product Controller
	*/
	
	.component.imagePlayer .backgroundImage .productDisplay .controller
	{
		margin-left:540px;
		#margin-left:460px;
		height:29px;
		width:249px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
		position:relative;
		margin-top:-28px;
		z-index:10;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .backButtonOff
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-off_03.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-off_03.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:78px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .backButtonOn
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-on_03.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-on_03.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:78px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .playPauseButtonOff_pause
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-off_04.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-off_04.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .playPauseButtonOff_play
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-off_05 copy.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-off_05 copy.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .playPauseButtonOn_pause
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-on_04.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-on_04.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .playPauseButtonOn_play
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-on_05 copy.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-on_05 copy.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:90px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .nextButtonOff
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-off_05.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-off_05.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:81px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controller .nextButtonOn
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/imagePlayer/resources/public/img/slider-buttons-on_05.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/slider-buttons-on_05.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		background-position:top left;
		width:81px;
		height:29px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .backgroundImage .productDisplay .controllerHidden
	{
		display:none;
	}
	
	.component.imagePlayer .bigWindowVisible
	{
		display:inline-block;
		position:absolute;
		background-image:url('/components/imagePlayer/resources/public/img/window.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/imagePlayer/resources/public/img/window.png',sizingMethod='crop');
		#background-image:url();
		background-repeat:no-repeat;
		width:883px;
		height:669px;
		top:-4px;
		left:9px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.component.imagePlayer .bigWindowVisible .imageContainer
	{
		height:669px;
	}
	
	.component.imagePlayer .bigWindowVisible .imageContainer IMG
	{
		margin-top:40px;
	}
	
	.component.imagePlayer .bigWindowText
	{
		border-top:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		margin-top:-70px;
		padding-left:20px;
		padding-right:20px;
		padding-top:5px;
		padding-bottom:5px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		background-color:#000000;
		color:#ffffff;
		width:837px;
		#width:877px;
		margin-left:3px;
		#margin-left:0px;
	}
	
	.component.imagePlayer .bigWindowHidden
	{
		display:none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		smallPicturesMenu CSS Screen Template
	*/
	
	.smallPicturesMenu
	{
		margin-top:-45px;
	}
	
	.smallPicturesMenu .smallPictures
	{
		width:873px;
		height:192px;
		margin-left:17px;
		#margin-left:0px;
	}
	
	.smallPicturesMenu .smallPictures .picture
	{
		display:inline-block;
		#display:inline;
		width:291px;
		height:192px;
		padding-top:155px;
		cursor:pointer;
		#cursor:hand;
	}
	
	.smallPicturesMenu .smallPictures .picture .menuText
	{
		height:37px;
		padding-top:8px;
		padding-right:35px;
		text-align:right;
		color:#ffffff;
		font-size:13px;
	}
	
	.smallPicturesMenu .smallPictures .picture .menuText A:link, .smallPicturesMenu .smallPictures .picture .menuText A:visited
	{
		color:#ffffff;
		text-decoration:none;
	}
	
	.smallPicturesMenu .smallPictures .picture.smallPicture1
	{
		background-image:url('/components/smallPicturesMenu/resources/public/img/small1.png');
		background-repeat:no-repeat;
		background-position:top left;
		#background-image:url('');
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/smallPicturesMenu/resources/public/img/small1.png');
		-moz-opacity:0;
		opacity:0;
	}
	
	.smallPicturesMenu .smallPictures .picture.smallPicture2
	{
		background-image:url('/components/smallPicturesMenu/resources/public/img/small2.png');
		background-repeat:no-repeat;
		background-position:top left;
		#background-image:url('');
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/smallPicturesMenu/resources/public/img/small2.png');
		-moz-opacity:0;
		opacity:0;
	}
	
	.smallPicturesMenu .smallPictures .picture.smallPicture3
	{
		background-image:url('/components/smallPicturesMenu/resources/public/img/small3.png');
		background-repeat:no-repeat;
		background-position:top left;
		#background-image:url('');
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/smallPicturesMenu/resources/public/img/small3.png');
		-moz-opacity:0;
		opacity:0;
	}
	/*
		newsShort CSS Screen Template
	*/
	
	.component.newsShort
	{
		display:inline-block;
		#display:inline;
		width:427px;
		#width:450px;
		text-align:left;
		padding-left:20px;
	}
	
	.component.newsShort .newsTitle
	{
		font-size:16px;
		font-weight:bold;
		color:#f16500;
		text-transform:capitalize;
	}
	
	.component.newsShort .newsShortContainer1
	{
		
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2
	{
		padding-top:10px;
		padding-right:20px;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .newsItem
	{
		#margin-bottom:10px;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .newsItem .title
	{
		color:#68b400;
		margin-bottom:5px;
		display:none;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .newsItem .content
	{
		color:#4f6a7d;
		font-size:11px;
		text-align:justify;
		line-height:20px;
		width:410px;
		background-image:none;
		padding:0px;
		margin:0px;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .newsItem .moreButton
	{
		width:410px;
		text-align:right;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .newsItem .moreButton A
	{
		background-image:url('/components/newsShort/resources/public/img/newsArrow.png');
		background-repeat:no-repeat;
		background-position:top left;
		#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/components/newsShort/resources/public/img/newsArrow.png',sizingMethod='crop');
		#background-image:none;
		height:15px;
		padding-left:16px;
		text-decoration:none;
		color:#566f87;
		font-size:11px;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .newsItem .moreButton A:hover
	{
		text-decoration:none;
	}
	
	.component.newsShort .newsShortContainer1 .newsShortContainer2 .separator
	{
		display:inline-block;
		#display:inline;
		background-image:url('/components/newsShort/resources/public/img/linie orizontala.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:410px;
		height:1px;
	}
	
	
	
	
	
	
	
	
	
	
	
