/* IICCR - generic css */
/* v0.8, last changed: 06 Feb 2008 */

a.navlink1:link { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink1:visited { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink1:hover { color: #003366; text-decoration: none; font-size: 11px; font-weight: bold; border-bottom: 2px solid #957DB3; padding-bottom: 7px; * padding-bottom: 5px; }
a.navlink1:active { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }

a.navlink2:link { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink2:visited { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink2:hover { color: #003366; text-decoration: none; font-size: 11px; font-weight: bold; border-bottom: 2px solid #6CADBC; padding-bottom: 7px; * padding-bottom: 5px; }
a.navlink2:active { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }

a.navlink3:link { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink3:visited { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink3:hover { color: #003366; text-decoration: none; font-size: 11px; font-weight: bold; border-bottom: 2px solid #95B36E; padding-bottom: 7px; * padding-bottom: 5px; }
a.navlink3:active { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }

a.navlink4:link { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink4:visited { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink4:hover { color: #003366; text-decoration: none; font-size: 11px; font-weight: bold; border-bottom: 2px solid #AD7185; padding-bottom: 7px; * padding-bottom: 5px; }
a.navlink4:active { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }

a.navlink5:link { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink5:visited { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink5:hover { color: #003366; text-decoration: none; font-size: 11px; font-weight: bold; border-bottom: 2px solid #66719D; padding-bottom: 7px; * padding-bottom: 5px; }
a.navlink5:active { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }

a.navlink6:link { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink6:visited { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }
a.navlink6:hover { color: #003366; text-decoration: none; font-size: 11px; font-weight: bold; border-bottom: 2px solid #D6BF41; padding-bottom: 7px; * padding-bottom: 6px; }
a.navlink6:active { color: #000; text-decoration: none; font-size: 11px; font-weight: bold; }

a.shop:link { padding: 5px; background-color: #E6F3DE; border: 1px solid #91BE55; color: #5A7B38; text-decoration: none; }
a.shop:visited { padding: 5px; background-color: #E6F3DE; border: 1px solid #91BE55; color: #5A7B38; text-decoration: none; }
a.shop:hover { padding: 5px;	background-color: #F0F8EE;	border: 1px solid #91BE55;	color: #415E26; text-decoration: none; }
a.shop:active { padding: 5px; background-color: #E6F3DE; border: 1px solid #91BE55; color: #5A7B38; text-decoration: none; }

a.shopB:link { padding: 5px; background-color: #334278; border: 1px solid #202953; color: #fff; text-decoration: none; }
a.shopB:visited { padding: 5px; background-color: #334278; border: 1px solid #202953; color: #fff; text-decoration: none; }
a.shopB:hover { padding: 5px;	background-color: #5868A0;	border: 1px solid #202953;	color: #fff; text-decoration: none; }
a.shopB:active { padding: 5px; background-color: #334278; border: 1px solid #202953; color: #fff; text-decoration: none; }

a.sidebar:link { color: #46517E; text-decoration: none; }
a.sidebar:visited { color: #46517E; text-decoration: none; }
a.sidebar:hover { color: #46517E; text-decoration: underline; }
a.sidebar:active { color: #46517E; text-decoration: none; }

a.fl:link { color: #999; text-decoration: none; }
a.fl:visited { color: #999; text-decoration: none; }
a.fl:hover { color: #666; text-decoration: underline; }
a.fl:active { color: #999; text-decoration: none; }

a.more:link { color: #336699; text-decoration: none; font-size: 10px; }
a.more:visited { color: #336699; text-decoration: none; font-size: 10px; }
a.more:hover { color: #000; text-decoration: underline; font-size: 10px; }
a.more:active { color: #336699; text-decoration: none; font-size: 10px; }

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

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 7px;
	font-size: 11px;
}

#header {
	width: 100%;
	height: 86px;
 	background-image: url(../img/header/header_new_ro_bg.jpg);
	background-repeat: no-repeat;
	background-color: #142453;
}

#headerEN {
	width: 100%;
	height: 86px;
 	background-image: url(../img/header/header_new_en_bg.jpg);
	background-repeat: no-repeat;
	background-color: #142453;
}

#navigation {
	width: 100%;
	height: 28px;
	background-image: url(../img/header/nav_bg.jpg);
}

#maincontent {
/*	width: 753px; */
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#leftsidebar {
	float: left;
	width: 200px;
	margin-right: 10px;
}

#rightsidebar {
	float: right;	
	width: 140px;
}

#content {
/*	float:left;	*/
/*	width: 390px; */
	line-height: 17px;	
	margin-left: 210px;
	margin-right: 150px;
}

#contentprint {
	float:left;	
	width: 753px;
	line-height: 17px;	
}

#footer {
	height: 40px;
	background-image: url(../img/footer/footer_bg.gif);
	font-size: 10px;
	padding-left:10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	color: #C2C2C2;
}

#footerl {
	float: left;
}

#footerr {
	float: right;
	padding-right: 10px;
}

#nav {
/*	float: right; */
	float: left;
	height: 28px;
	}

.navspacer {
	margin-right: 14px;
	margin-left: 15px;
}	

.navspacerend {
	margin-right: 18px;
}

.navspacerEN {
	margin-right: 18px;
	margin-left: 19px;
}	

.navspacerendEN {
	margin-right: 20px;
}
	
#lang {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	text-align:center;
}

.logob {
	float: left;
/*	margin-left: 23px; */
	padding-left:23px;
/*	* padding-left: 12px; */
}

/* text properties */

h1 {
	margin: 0px;
	padding: 0px; 
	font-size: 14px;
	color: #333;
}

h2 {
	margin: 0px; 
	padding: 0px; 
	font-size: 11px;
}

.inside {
	display: inline;
	padding-right:3px;
}

p {
	font-size: 11px;
}

/* rightsidebox */

.noutati {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/noutati/noutati_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.presa {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/presa/presa_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.arhivadoc {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/arhiva_documente/arhiva_doc_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.donatii {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/donatii/donatii_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.apel {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/apel/lista_lui_secu.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.carte {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/cartea_lunii/cartea_lunii.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.links {
	margin-top: 7px;
}

.links_tb {
	margin-top: 7px;
	margin-bottom: 7px;
}

.spenale {
	margin-top:10px;
	border: 1px solid #ccc;
}

.buget {
	margin-top: 10px;
	border: 1px solid #ccc;
}

.cautare {
	border: 1px solid #ccc;
	background-image: url(../img/right_sidebar/cautare/cautare_title.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.newsletter {
	margin-top: 10px;
	background-image: url(../img/left_sidebar/newsletter/newsletter_title.gif);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

.carteaL {
	margin-top: 10px;
	background-image: url(../img/right_sidebar/cartea_lunii/cartea_lunii.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

.apel_secu {
	margin-top: 10px;
	background-image: url(../img/left_sidebar/lista_lui_secu/lista_secu_ro.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

.voluntar {
	margin-top: 10px;
	background-image: url(../img/left_sidebar/fii_voluntar/voluntar_title.gif);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

.voluntarT {
	border: 1px solid #ccc;
}


.cooperare {
	margin-top: 10px;
	border: 1px solid #ccc;
}

.arhivad {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.spacer {
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.fields {
	font-size: 10px;
	color: #666;
	background-image: url(../img/input_bf.gif);
	border: 1px solid #ccc;
	padding: 2px;
	
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

input .it {
	font-size: 10px;
}

.rst {
	padding-top: 11px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.rstBEN {
	padding-top: 13px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.rst2 {
	padding-top: 11px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.boxcontent {
	padding: 7px;
}

.boxcontent2 {
	padding: 7px;
	font-size:10px;
}

.flashR {
	margin-bottom: 10px;
}

/* left side */

#lfst {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #66719D;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

#lfsContainer {
	padding-bottom: 10px;
}

.lfstfont {
	font-size: 12px;
	color: #fff;
}

.lfsc {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #ECEEF5;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

#pgban {
	background-position: right;
	background-image: url(/img/pages_banners/banners_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

#actionnav {
	border-left: 2px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top:5px;
	font-weight: bold;
	font-size: 10px;
	float: right;
	line-height: 6px;
}

form {
	padding: 0px;
	margin: 0px;
}

/* section 1 */
#lfst1 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #957DB3;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

.lfsc1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #EEE9F5;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

/* section 2 */
#lfst2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6CADBC;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

.lfsc2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #EBF5F7;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

/* section 3 */
#lfst3 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #95B36E;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

.lfsc3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #F1F7EC;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

/* section 4 */
#lfst4 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #AD7185;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

.lfsc4 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #F6EDF0;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch4 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

/* section 5 */
#lfst5 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #66719D;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

.lfsc5 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #ECEEF5;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch5 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

/* section 6 */
#lfst6 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D6BF41;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}

.lfsc6 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	background-color: #FAF9F1;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.lfsch6 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #A5AABE;
}

.iContent {
	font-style: italic;
}

#photo {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background-color: #eee;
}

#photo .name {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-style: italic;
	color: #333;
}

.bookimg {
	float: left;
	padding-right: 5px;
}

.gallery {
/*	width: 390px; */
	padding:3px;
	width:98%;
	overflow: hidden;
}

.galleryLeft {
	float: left; 
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	background-color: #eee;
}

.galleryRight {
	float: left; 
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	background-color: #eee;
}

.clear {
	clear: both;
}

.sep {
/*	width: 100%; */
	height: 20px;
	background-image: url(../img/sep.gif);
}

.comSep {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.actionIco {
	padding-top: 5px;
}

.newSep {
	border-bottom: 1px dashed #ccc;
	padding-bottom:5px;
	margin-bottom: 5px;
	padding-top: 5px;
}


.cSep {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

#compactTable {
	font-size: 10px;
	line-height: 16px;
	padding:2px;
	margin:0px;
}

.closeButton {
	width: 60px;
	background-color: #f5f5f5;
	padding: 2px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#breadcrumb {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom:5px;
	
}

.itemList {
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
}

.soldout {
	font-style: italic;
	font-weight: bold;
	color: Red;
	font-size: 10px;
}

.pictureNav {
	padding:3px;
	width:98%;
	overflow: hidden;
}

table.custom {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

td.custom {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	padding: 3px 3px 3px 3px;
}

th.custom {
	background: #f5f5f5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
}

.trafic {
	text-align:center;
}


#pgmanual {
	background-position: right;
	background-image: url(/img/pages_banners/manual_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
}