/* ******************************************************************** */
/* ************************** LAYOUT GENERAL ************************** */
/* ******************************************************************** */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial,tahoma;
	font-size: 12px;
	color: #000000;
	background: #ecf9f9;
	}

table, td, p, ul, li {
	font-family: arial,tahoma;
	font-size: 12px;
	color: #000000;
	}


/* FORMURI, BUTOANE ________________________ */

form {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
	input, textarea {
		background: #fffff;
		border: 1px solid #333333;
		padding: 3px;
		color: #000000;
		font-size: 12px;
		font-family:  arial,tahoma;
		}
		
	option, select {
		background: #b4b4b4;
		color: #000000;
		font-family:  arial,tahoma;
		}

		
	label {
		cursor: pointer;
		}
		
	.submit_buton {
		background: #dc001b;
		border: none;
		color: #e1e1e1;
		cursor: pointer;
		line-height: 30px;
		height: 30px;
		}
		
	.submit_buton:hover {
		background: #333333;
		}
		
	.submit_buton_gri {
		background: #cccccc;
		border: none;
		color: #000000;
		cursor: pointer;
		line-height: 30px;
		height: 30px;
		}
		
	.submit_buton_gri:hover {
		background: #587d0e;
		color: #e1e1e1;
		}
	

a:link, a:visited {
	color: #0191b9;
	text-decoration: none;
	}
		
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}
	

		
a.linkutil:link, a.linkutil:visited {
	color: #666666;
	text-decoration: underline;
	}
a.linkutil:hover, a.linkutil:active {
	color: #dc001b;
	text-decoration: underline;
	}
		

a.vezi_detalii_alb_albastru:link, a.vezi_detalii_alb_albastru:visited {
	position: relative;
	display: block;
	width: 67px;
	height: 12px;
	padding: 12px;
	margin: 12px 0;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	background: url('img/vezi_detalii_alb_albastru.png') 0 0 no-repeat;
	}
a.vezi_detalii_alb_albastru:hover, a.vezi_detalii_alb_albastru:active {
	text-decoration: underline;
	}
	
	
a.vezi_detalii_albastru_albastru:link, a.vezi_detalii_albastru_albastru:visited {
	position: relative;
	display: block;
	width: 152px;
	height: 12px;
	padding: 12px;
	margin: 12px 0;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	background: url('img/vezi_detalii_albastru_albastru.png') 0 0 no-repeat;
	}
a.vezi_detalii_albastru_albastru:hover, a.vezi_detalii_albastru_albastru:active {
	text-decoration: underline;
	}
		
	
a.vezi_detalii_verde_verde:link, a.vezi_detalii_verde_verde:visited {
	position: relative;
	display: block;
	width: 211px;
	height: 12px;
	padding: 12px;
	margin: 12px 0;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	background: url('img/vezi_detalii_verde_verde.png') 0 0 no-repeat;
	}
a.vezi_detalii_verde_verde:hover, a.vezi_detalii_verde_verde:active {
	text-decoration: underline;
	}
		
		

		

.clear {clear: both;}
		

/* SITE CONTAINER */

.site_container {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	}


		
/* HEADER */

	
.header_site_container {
	position: relative;
	display: block;
	width: 100%;
	height: 171px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-bottom: 3px solid #000000;
	background: #ffffff url('img/header_bg.png') center bottom no-repeat;
	}
	
	.header_site {
		position: relative;
		display: block;
		width: 950px;
		height: 171px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		}
	
	.logo {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 202px;
		height: 171px;
		text-indent: 232px;
		white-space: nowrap;
		overflow: hidden;
		background: url('img/logo.png') 0 0 no-repeat;
		z-index: 1;
		}
		
	.logo2 {
		position: absolute;
		left: 205px;
		top: 40px;
		display: block;
		width: 310px;
		height: 34px;
		padding: 7px 0 0 45px;
		line-height: 20px;
		background: url('img/logo2.png') 0 0 no-repeat;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		color: #656565 !important;
		}
		
		.vezi_cv {
			position: absolute;
			left: 457px;
			top: 43px;
			width: 88px;
			height: 33px;
			background: url('img/vezi_cv.gif') 0 0 no-repeat;
			}
		
		.logo2 b {
			font-size: 22px;
			font-weight: normal;

			}
		
	.tel_container {
		position: absolute;
		right: 20px;
		top: 40px;
		display: block;
		height: 34px;
		padding: 7px 0 0 45px;
		line-height: 20px;
		background: url('img/logo_tel.png') 0 0 no-repeat;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		color: #656565 !important;
		}
		
		.tel_container b {
			font-size: 22px;
			font-weight: normal;
			border-right: 1px solid #000000;
			margin-right: 8px;
			}
			
		.tel_container span {
			font-size: 16px;
			color: #0191b9;
			}
		
			
	
	
	
	
	
	.main_menu {
		position: absolute;
		left: 190px;
		bottom: 0;
		display: block;
		width: 750px;
		height: 42px;
		text-align: left;
		}
	
		.main_menu .menu_h_sec_simple_root {
			position: relative;
			margin: 0;
			padding: 0;
			list-style: none;
			display: inline;
			}
			
			.main_menu .menu_h_sec_simple_root li {
				display: inline;
				padding: 0 16px;
				}
				
				.main_menu .menu_h_sec_simple_root li a:link,
				.main_menu .menu_h_sec_simple_root li a:visited {
					color: #000000;
					font-size: 16px !important;
					padding: 11px 0;
					}
					
				.main_menu .menu_h_sec_simple_root li a:hover,
				.main_menu .menu_h_sec_simple_root li a:active {
					color: #0191b9;
					}
					
				.main_menu .menu_h_sec_simple_root li a.current2 {
					color: #0191b9;
					}

		
						

										
			
/* CONTENT */

	
.content_site_container {
	position: relative;
	display: block;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
	
	
/* LEFT */

.left_site_container {
	position: relative;
	display: block;
	float: left;
	width: 275px;
	min-height: 400px;
	margin: 20px 0 0 0;
	padding: 20px;
	text-align: left;
	background: #c2f0f0 url('img/left_site_container_bg.png') 0 0 no-repeat;
	}
	
	.left_box_contact {
		position: relative;
		display: block;
		padding: 20px;
		background: #ffffff;
		}
	

/* RIGHT */

.right_site_container {
	position: relative;
	display: block;
	float: right;
	width: 575px;
	min-height: 400px;
	margin: 20px 0 0 0;
	padding: 20px;
	text-align: left;
	background: #ffffff url('img/right_site_container_bg.png') 0 0 no-repeat;
	}
	
	
	/* mod_DetaliiArtContact */
	
	.detalii_art_contact {
		position: relative;
		display: block;
		border: 1px solid #c2f0f0;
		padding: 15px;
		margin: 20px 0 50px 0;
		}
		
		.detalii_art_contact p {
			position: relative;
			display: block;
			text-align: center;
			margin: 0 0 15px 0;
			padding: 0;
			}
		
		.detalii_art_contact span {
			position: relative;
			display: block;
			float: left;
			width: 175px;
			text-align: center;
			line-height: 36px;
			background: #e8e8e8;
			margin-right: 8px;
			color: #000000;
			-webkit-border-radius: 5px;
     		-moz-border-radius: 5px;
			border-radius: 5px;
			}
			
		.detalii_art_contact .vezi_detalii_albastru_albastru {
			position: relative;
			display: block;
			float: left;
			margin: 0 !important;
			}
		
			
	
	
/* FOOTER */


.footer_promo_container {
	position: relative;
	display: block;
	width: 100%;
	height: 366px;
	text-align: center;
	background: url('img/bottom_zone_home_bg.jpg') left top repeat-x;
	}
	
	.footer_promo {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 950px;
		height: 366px;
		padding: 0;
		}
		
		.footer_promo_item {
			position: relative;
			float: left;
			display: block;
			width: 274px;
			height: 300px;
			padding: 10px 20px 20px 20px;
			margin: 20px 0 0 0;
			text-align: left;
			background: url('img/footer_promo_item_border.png') right top repeat-y;
			}
			
			.footer_promo_item h4 {
				font-size: 24px;
				font-weight: normal;
				color: #ffffff;
				margin: 0;
				padding: 0 0 20px 0;
				}
			
			.footer_promo_item  p {
				margin: 0;
				padding: 0;
				font-size: 12px;
				line-height: 22px;
				color: #ffffff;
				}
				
			.footer_promo_item  ul, .footer_promo_item  li {
				font-size: 12px;
				line-height: 22px;
				color: #ffffff;
				}	
	
.footer_site_container {
	position: relative;
	display: block;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #c2f0f0;
	}
		
	.footer_site {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 950px;
		height: 64px;
		padding: 0;
		}
		
	.copy {
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 12px;
		color: #333333;
		}
					
	.entire {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 12px;
		color: #333333;
		}
		
		.entire a:link, .entire a:visited {
			color: #333333 !important;
			}
		

		
		

		
		

	

/* ******************************************************************** */
/* ************************** ENGINE		 ************************** */
/* ******************************************************************** */



/* ########################################################################################################################## */	
/* #####################   MODULE   ######################################################################################### */	
/* ########################################################################################################################## */	


/* MODULE - CSS DEFAULT _____________________________________  */	


/* CONTAINER POZITIE */
.loadposition {
	position: relative;
	margin: 0;
	padding: 0;
	}

/* VIZUALIZARE POZITIE */	
.viewposition {
	border: 2px solid #cc0033 !important;
	}
	/* nume pozitie */
	.viewposition .name_poz {
		position: absolute;
		top: 0;
		left: 0;
		background: #cc0033;
		padding: 2px;
		color: #ffffff;
		z-index: 9999;
		}

/* CONTAINER MODUL */
.modul_container {
	position: relative;
	display: block;
	/* padding: 5px;
	background: #f1f1f1;
	border: 1px solid #000000; */
	}
	
/* TITLE */	
	
	/* title_inline */
	.modul_title_inline {
		position: relative;
		display: block;
		padding: 5px;
		margin: 0;
		background: #ffffff;
		font-weight: bold;
		font-size: 14px;
		}
	
	/* title_toggle */
	.modul_title_toggle {
		display: block;
		position: relative;
		padding: 10px 30px 10px 10px;
		text-align: left;
		background: #e1e1e1;
		font-weight: bold;
		cursor: pointer;
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #666666;
		color: #a4400e;
		}
		
		.modul_title_toggle:hover, .modul_title_toggle:active, .modul_title_toggle:focus {color: #587d0e; background: #e8e7e7 !important;}
		
		.title_toggle_restrict {
			color: #cc0000;
			}
		
		.modul_title_toggle span {
			position: absolute;
			top: 5px;
			right: 5px;
			font-weight: normal;
			font-size: 13px;
			color: #000000;
			cursor: pointer;
			}
			
		.title_toggle_restrict span {
			color: #666666;
			}
		
		.loading_mod_img {
			position: absolute;
			top: 7px;
			left: 50%;
			border: none;
			}
			
	/* title_tab */		
	.modul_title_tab {
		color: #cc0033 !important;
		}
		
	.modul_title_tab_restrict {
		color: #666666 !important;
		}

		
/* HEAD */	
.modul_head_inline, .modul_head_toggle, .modul_head_tab, .modul_head_thickbox, .modul_head_new_window {
	
	}

/* FOOT */	
.modul_foot_inline, .modul_foot_toggle, .modul_foot_tab, .modul_foot_thickbox, .modul_foot_new_window {
	
	}


/* RESTRICT */	
.restrict_note_inline, .restrict_note_thickbox, .restrict_note_new_window {
	position: relative;
	display: block;
	background: #ffffff !important;
	border: 1px solid #cc0033 !important;
	}
	
.restrict_note_toggle, .restrict_note_tab {
	position: relative;
	display: none;
	background: #ffffff !important;
	border: 1px solid #cc0033 !important;
	}


/* CONTENT */		
			
	/* content_modul_toggle */
	.content_modul_toggle {
		position: relative;
		display: none;
		background: #ffffff;
		padding: 0;
		min-height: 0;
		}
		
	.IframeAutoHeight {
		position: relative;
		display:  none;
		background: #ffffff;
		padding: 0;
		min-height: 0;
		width: 100%;
		overflow: hidden !important;
		}
		

		
/* END MODULE - CSS DEFAULT _____________________________________  */	


/* ARTICOL HOME - mod_ArticolHome ___________________________________________ */
	
	.container_home_despre {
		position: relative;
		display: block;
		font-size: 13px;
		line-height: 22px;
		padding: 25px 25px 55px 25px;
		background: #eeead3 url('img/home_box_bg.gif') center bottom no-repeat;
		}
		
		.container_home_despre h1 {
			position: relative;
			display: block;
			margin: 0;
			padding: 0 0 10px 0;
			font-size: 17px;
			line-height: 30px;
			font-weight: normal;
			color: #993300;
			}
			
/* /END ARTICOL HOME - mod_ArticolHome ___________________________________________ */
			
/* ARTICOLE HOME - mod_ArticoleHome ___________________________________________ */

.listare_articole_home {
	position: relative;
	display: block;
	padding: 25px;
	background: #f4f1e0;
	}
	
	.listare_articole_home h2 {
		margin: 0;
		padding: 0 0 20px 0;
		font-weight: normal;
		font-size: 18px;
		color: #333333;
		}
	
	.articole_home_item {
		position: relative;
		display: block;
		padding: 10px 0;
		border-bottom: 1px dotted #000000;
		}
		
		.articole_home_item h2 {
			position: relative;
			display: block;
			margin: 0;
			padding: 0 0 3px 0;
			font-weight: normal;
			font-size: 14px;
			}
			
		.articole_home_item h2, .articole_home_item h2 a:link, .articole_home_item h2 a:visited {
			position: relative;
			font-size: 14px;
			}
			
		.articole_home_item h2 a:hover, .articole_home_item h2 a:active, .articole_home_item h2 a:focus {
		text-decoration: none;
		}
		
		.articole_home_img {
			position: relative;
			float: left;
			width: 165px;
			}
			
			.articole_home_img a {
				position: relative;
				display: block;
				width: 165px;
				z-index: 2;
				}
				
				.articole_home_img a img {
					position: relative;
					display: block;
					width: 150px;
					border: none;
					}
					
		.articole_home_content {
			position: relative;
			display: block;
			padding-bottom: 20px;
			}
			
			articole_home_content_intend {
				position: relative;
				float: right;
				width: 400px important;
				}
			

		
/* /END ARTICOLE HOME - mod_ArticoleHome ___________________________________________ */




/* MAIN MENU - mod_MenuHSecSuperfishMultidropdown ___________________________________________ */			


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
	
.sf-menu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 770px;
	height: 30px;
	padding: 0 10px;
}

.sf-menu li {
	
}


.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	background: #ffffff;
}
.sf-menu ul li {
	width:	150px !important;
	font-size: 12px !important;
}






.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */	
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin: 0;
}
.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu ul li a {
	display:		block;
	position:		relative;
	color: #8a8a8a !important;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	/*border-top:		1px solid #335f8c;*/
	padding: 		6px 17px 6px 17px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
}


.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:		#000000 !important;
}

.sf-menu li {
	background:		transparent;
	
}
.sf-menu li ul {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.sf-menu li li {
	background:		#ffffff;
}
.sf-menu li li li {
	background:		#ffffff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}



/* aplicam class=current2_link la linkurile sectiunilor din sirul curent */
.current2 a:link, .current2 a:visited, .current2 a:hover, .current2 a:active, .current2 a:focus {
	color: #000000;
	}
	
	.current2 li a:link, .current2 li a:visited {
	color: #000000;
	}
	
		a.current2_link:link, a.current2_link:visited {
			color: #000000 !important;
			}
			
			.root_superfish_a:link, .root_superfish_a:visited {
				color: #8a8a8a;
				font-size: 12px !important;
				font-weight: bold;
				font-family: 'trebuchet ms';
				text-transform: uppercase;
				padding: 7px 15px 8px 15px !important;
				}
				
		
				
	
					
/* /END MAIN MENU - mod_MenuHSecSuperfishMultidropdown ___________________________________________ */								
		



	
	
/* MENU LEFT - mod_MenuVSubmenuSubSec ___________________________________________ */				
.menu_v_sec_noroot_top, .menu_v_sec_noroot_bottom {display: none;}

.menu_v_sec_noroot {
	position: relative;
	display: block;
	}
	
	.menu_v_sec_noroot h5 {
		position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
		font-weight: normal;
		font-size: 18px;
		color: #000000;
		}
		
	.menu_v_sec_noroot p {
		position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
		font-weight: normal;
		font-size: 12px;
		line-height: 21px;
		color: #000000;
		}
		
	/* nivel 1 */
	
	.menu_v_sec_noroot ul {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		.menu_v_sec_noroot li {
			position: relative;
			display: block;
			margin: 0;
			padding: 13px 0;
			list-style: none;
			border-bottom: 1px dotted #000000;
			}
			
			.menu_v_sec_noroot li a:link, .menu_v_sec_noroot li a:visited {
				color: #000000;
				font-size: 12px;
				line-height: 18px;
				font-weight: bold;
				background: url('img/sageata_neagra.gif') 0 6px no-repeat;
				padding: 0 0 0 15px;
				display: block;
				}
			.menu_v_sec_noroot li a:hover, .menu_v_sec_noroot li a:active {
				color: #27a8cc;
				text-decoration: none;
				}
			a.menu_v_sec_noroot_actual:link, a.menu_v_sec_noroot_actual:visited {
				color: #27a8cc !important;
				}
				
						
		/* nivel 2 */
			
			.menu_v_sec_noroot ul ul {
				position: relative;
				display: block;
				margin: 0;
				padding: 0;
				list-style: none;
				}
				
				.menu_v_sec_noroot ul ul li {
					position: relative;
					display: block;
					margin: 0;
					padding: 10px 0 0 10px;
					list-style: none;
					border: none;
					}
					
					.menu_v_sec_noroot ul ul li a:link, .menu_v_sec_noroot ul ul li a:visited {
						color: #000000;
						font-size: 12px;
						line-height: 18px;
						}
					.menu_v_sec_noroot ul ul li a:hover, .menu_v_sec_noroot ul ul li a:active {
						color: #27a8cc;
						text-decoration: none;
						}
					a.menu_v_sec_noroot_actual:link, a.menu_v_sec_noroot_actual:visited {
						color: #27a8cc !important;
						}
										
				
/* /END MENU LEFT - mod_MenuVSubmenuSubSec ___________________________________________ */				






/* TITLU SECTIUNE - mod_DetaliiSecTitlu ___________________________________________ */

.titlu_item_curent_sec {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 0;
	line-height: 30px;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	}
	
/* /END TITLU SECTIUNE - mod_DetaliiSecTitlu ___________________________________________ */
	
	
/* SLIDESHOW SECTIUNE - mod_DetaliiSecSlideshow ___________________________________________ */

.slideshow_cycle {
	position: relative;
	display: block;
	height: 150px;
	background: #cc0033;	
	}
	
.foto_mare_sec {
	display: block;
	height: 150px;
	}	
	
/* /END SLIDESHOW SECTIUNE - mod_DetaliiSecSlideshow ___________________________________________ */


/* DESCRIERE SECTIUNE - mod_DetaliiSecContent ___________________________________________ */

.sec_sumar {
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px 0;
	}

/* /END DESCRIERE SECTIUNE - mod_DetaliiSecContent ___________________________________________ */	
 


/* LISTARE SUBSECTIUNI - mod_DetaliiSecListSubSec ___________________________________________ */

.sec_list_container {
	position: relative;
	display: block;
	}
		
	.sec_list_item {
		position: relative;
		display: block;
		padding: 10px 0 20px 0;
		
		border-bottom: 1px dotted #86899e;
		margin: 10px 0;
		}		
		
		/* sectiuni */
		.sec_list_sec {
			position: relative;
			display: block;
			}
			
			.sec_list_sec h2 {
				margin: 0;
				padding: 0 0 10px 0;
				font-size: 17px;
				line-height: 20px;
				font-weight: normal;
				}
				
				.sec_list_sec h2 a:link, .sec_list_sec h2 a:visited {
					color: #000000 !important;
					}
			
			.sec_list_art_count {
				position: absolute;
				top: 0;
				right: 0;
				font-size: 11px;
				color: #666666;
				text-transform: lowercase;
				}
		
			/* fara thumb */
			.sec_list_sec p {
				position: relative;
				display: block;
				margin: 0;
				color: #333333;
				line-height: 20px;
				font-size: 11px;
				}
				
				.sec_list_sec p a:link, .sec_list_sec p a:visited {
					display: block;
					font-size: 14px;
					line-height: 22px;
					text-decoration: none;
					font-weight: bold;
					}
					
				.sec_list_sec p a:hover, .sec_list_sec p a:active, .sec_list_sec p a:focus {

					}
					
					.sec_list_sec p .promo_bullet, .sec_list_sec p .promo_bullet {
						display: inline;
						width: 16px;
						height: 30px;
						padding: 5px 0 0 30px;
						background: url(../../res_img/icons/16/weather_sun.png) 4px 0 no-repeat;
						cursor: help;
						}
				
			/* cu thumb */
			
			.sec_list_sec_thumb_p {
				position: relative;
				display: block;
				width: 520px;
				float: right;
				margin: 0;
				padding: 0;
				
				}
				
			a.sec_list_sec_thumb:link, a.sec_list_sec_thumb:visited {
				position: relative;
				display: block;
				float: left;
				}							
				
				.sec_list_sec_thumb img {
					width: 150px;
					border: none;
					}
					
					a.sec_list_sec_thumb:hover img {
						border: none;
						}
					
			
		/* sub-sectiuni */
		.sec_list_subsec {
			position: relative;
			display: block;			
			margin-top: 10px;
			color: #666666;
			}
			
			.sec_list_subsec a:link, .sec_list_subsec a:visited {
				position: relative;
				display: block;
				float: left;
				padding: 3px 6px;
				background: #e8d9d1;
				border-right: 5px solid #ffffff;
				border-bottom: 5px solid #ffffff;
				white-space: nowrap;
				}
				
			.sec_list_subsec a:hover, .sec_list_subsec a:active, .sec_list_subsec a:focus {
				background: #f3e7e1;
				text-decoration: none;
				}
				
				.sec_list_subsec_promo {
					color: orange !important;
					}
					
					
					
		/* sectiuni relationate */
		
		.sec_related {
			display: block;
			padding: 15px;
			background: #e1e1e1;
			margin: 10px 0;
			}
			
	

								
/* /END LISTARE SUBSECTIUNI - mod_DetaliiSecListSubSec ___________________________________________ */				
 





/* LISTARE ARTICOLE - mod_DetaliiSecListArt ___________________________________________ */				

.art_list_container {
	position: relative;
	display: block;
	}
				
	/* PAGINATIE */
	
	.pager_table {
		display: block;
		position: relative;
		background: #e1e1e1;
		font-size: 11px;
		color: #535353;
		}
		
		.pager_table td {
			padding: 3px;
			text-align: center;
			}
			
		.pager_table form, .pager_table input, .pager_table select, .pager_table option {
			font-size: 11px;
			color: #535353;
			}
		
		.pager_sort_td {
			border-right: 1px solid #B4D48D;
			}			
			
		.pager_prev_page_td {
			white-space: nowrap;
			padding: 3px 10px !important;
			text-transform: uppercase;
			font-size: 10px;
			}
			
		.pager_next_page_td {
			white-space: nowrap;
			padding: 3px 10px !important;
			text-transform: uppercase;
			font-size: 10px;
			}
		
		.pager_linkall_page_td {
			font-size: 11px;
			width: 100%;
			}
			
			.pager_linkall_page_td a {
				padding: 0 2px;
				}
				
		.pager_itemperpage_td {
			border-left: 1px solid #B4D48D;
			white-space: nowrap;
			padding-right: 6px !important;
			}
			
	/* /PAGINATIE */
	
	/* CONTAINER ITEM ARTICOL */
		
	.art_list_item {
		position: relative;
		display: block;
		padding: 0;
		margin: 10px 0;
		border-bottom: 1px dotted #333333;
		}
		
		
		/* thumb */
		.art_list_item_img {
			position: relative;
			float: left;
			padding: 0 20px 20px 0;
			}
			
			.art_list_item_img a img {
				width: 128px;
				border: none;
				}
				
			.art_list_item_img a:hover img {
				}
			
		/* / thumb */
		
		/* restul */
		
		.art_list_item_wrap_cuimg {
			position: relative;
			float: right;
			width: 450px;
			}
			
		.art_list_item_wrap {
			position: relative;
			float: left;
			display: block;	
			width: 100%;
			}
			
			/* titlu */
				
			.art_list_item_title {
				position: relative;
				display: block;
				font-weight: bold;
				font-size: 13px;
				padding: 0 0 5px 0;
				margin: 0;
				}
				
				.art_list_item_title span {
					display: inline;
					width: 16px;
					height: 30px;
					padding: 5px 0 0 30px;
					background: url(../../res_img/icons/16/weather_sun.png) 4px 0 no-repeat;
					cursor: help;
					}
						
				/* statusbar */
				
				.art_list_item_statusbar {
					position: relative;
					display: block;
					padding: 2px 5px;
					background: #fffef5;
					font-size: 11px;
					}		
			
					.art_list_item_statusbar .label_s {
						display: block;
						float: left;
						color: #666666;
						padding: 0 3px 0 0;
						}
						
					.art_list_item_statusbar .data_s {
						display: block;
						float: left;
						color: #999999;
						padding: 0 12px 0 0;
						}
						
				/* content */
				
				.art_list_item_content {
					display: block;
					padding: 5px 0;
					font-size: 11px;
					line-height: 20px;
					}
				
/* /END LISTARE ARTICOLE - mod_DetaliiSecListArt ___________________________________________ */				


		
/* TITLU ARTICOL - mod_DetaliiArticolTitlu ___________________________________________ */

.titlu_item_curent_art {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 0;
	line-height: 30px;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	}
	

	
	.titlu_item_curent_sec .promo_bullet, .titlu_item_curent_art .promo_bullet {
		display: inline;
		width: 16px;
		height: 30px;
		padding: 5px 0 0 30px;
		background: url(../../res_img/icons/16/weather_sun.png) 4px 0 no-repeat;
		cursor: help;
		}
		
/* /END TITLU ARTICOL - mod_DetaliiArticolTitlu ___________________________________________ */				


	
/* TOOLBAR SHARE PAGE - mod_DetaliiArtToolbarShare , TOOLBAR SHARE SEC - mod_DetaliiSecToolbarShare _______ */

.toolbar_share_page_art, .toolbar_share_page_sec  {
	position: absolute;
	top: -34px;
	right: 10px;
	height: 16px;
	width: 200px;
	}
	
	.toolbar_share_page_art a, .toolbar_share_page_sec a {
		position: relative;
		float: right;
		display: block;
		width: 16px;
		height: 16px;
		margin-left: 4px;
		cursor: pointer;		
		}
		
		.toolbar_share_page_art .spacer {
			position: relative;
			float: left;
			display: block;
			width: 16px;
			height: 16px;	
			}
		
		a.add_flag_t:link, a.add_flag_t:visited {
			background: url(img/toolbar1.gif) 0 0 no-repeat;
			}			
		a.add_flag_t:hover, a.add_flag_t:active, a.add_flag_t:focus {
			background: url(img/toolbar1.gif) 0 -16px no-repeat;
			}
			
		a.add_comment_t:link, a.add_comment_t:visited {
			background: url(img/toolbar1.gif) -16px 0 no-repeat;
			}			
		a.add_comment_t:hover, a.add_comment_t:active, a.add_comment_t:focus {
			background: url(img/toolbar1.gif) -16px -16px no-repeat;
			}
			
		a.font_size_t:link, a.font_size_t:visited {
			background: url(img/toolbar1.gif) -32px 0 no-repeat;
			}			
		a.font_size_t:hover, a.font_size_t:active, a.font_size_t:focus {
			background: url(img/toolbar1.gif) -32px -16px no-repeat;
			}
			
		a.save_pdf_t:link, a.save_pdf_t:visited {
			background: url(img/toolbar1.gif) -48px 0 no-repeat;
			}			
		a.save_pdf_t:hover, a.save_pdf_t:active, a.save_pdf_t:focus {
			background: url(img/toolbar1.gif) -48px -16px no-repeat;
			}
			
		a.print_page_t:link, a.print_page_t:visited {
			background: url(img/toolbar1.gif) -64px 0 no-repeat;
			}			
		a.print_page_t:hover, a.print_page_t:active, a.print_page_t:focus {
			background: url(img/toolbar1.gif) -64px -16px no-repeat;
			}
			
		a.add_fav_t:link, a.add_fav_t:visited {
			background: url(img/toolbar1.gif) -80px 0 no-repeat;
			}			
		a.add_fav_t:hover, a.add_fav_t:active, a.add_fav_t:focus {
			background: url(img/toolbar1.gif) -80px -16px no-repeat;
			}
			
		a.email_page_t:link, a.email_page_t:visited {
			background: url(img/toolbar1.gif) -96px 0 no-repeat;
			}			
		a.email_page_t:hover, a.email_page_t:active, a.email_page_t:focus {
			background: url(img/toolbar1.gif) -96px -16px no-repeat;
			}
			
		a.send_ym_t:link, a.send_ym_t:visited {
			background: url(img/toolbar1.gif) -112px 0 no-repeat;
			}			
		a.send_ym_t:hover, a.send_ym_t:active, a.send_ym_t:focus {
			background: url(img/toolbar1.gif) -112px -16px no-repeat;
			}
			
			.toolbar_share_page_art a img {
				border: none;
				width: 16px;
				height: 16px;
				}

/* /END TOOLBAR SHARE PAGE - mod_DetaliiArtToolbarShare , TOOLBAR SHARE SEC - mod_DetaliiSecToolbarShare _______ */				




/* TOOLBAR CREDIT ARTICOL - mod_DetaliiArtToolbarCredit ___________________________________________ */				


.toolbar_credit_articol {
	position: relative;
	display: block;
	min-height: 24px;
	padding: 8px 0 0 0;
	margin: 2px 0;
	border-top: 1px dotted #86899e;
	border-bottom: 1px dotted #86899e;
	font-size: 11px;
	}		
		
	.label_t2 {
		display: block;
		float: left;
		color: #666666;
		padding: 0 3px 0 0;
		}
		
	.data_t2 {
		display: block;
		float: left;
		color: #999999;
		padding: 0 12px 0 0;
		}
		
		/* rating */
		
		#star_rating_form {			
			}
		
		#rating_star_container {	
			}
			
			#rating_star_container span {	
				color: brown;
				}
			
		#rating_star_result_iframe {
			display: none;
			}
			
			#star_rating_iframe {
				margin: 0;
				padding: 0;
				width: 200px;
				height: 26px;
				border: none;
				}

/* /END TOOLBAR CREDIT ARTICOL - mod_DetaliiArtToolbarCredit ___________________________________________ */				


/* COVER ARTICOL - mod_DetaliiArtCover ___________________________________________ */				

.cover_articol {
	position: relative;
	display: block;
	height: 181px;
	width: 685px;
	background-position: 0 0;
	}
				
/* /END COVER ARTICOL - mod_DetaliiArtCover ___________________________________________ */				



/* DETALII ARTICOL - mod_DetaliiArtContent ___________________________________________ */				

.detalii_articol {
	display: block;
	margin-top: 15px;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}
	
	.detalii_articol a:link, .detalii_articol a:visited {
		text-decoration: underline;
		}

.detalii_sumar_articol {
	display: block;
	margin-top: 15px;
	}

/* /END DETALII ARTICOL - mod_DetaliiArtContent ___________________________________________ */				
	


/* PREV/NEXT ARTICOL - mod_DetaliiArtPrevNext ___________________________________________ */				

.mod_prevnext_art {
	display: block;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin: 15px 0;
	}
	
	.mod_prevnext_art_marker {
		position: absolute;
		top: 15px;
		left: 300px;
		height: 20px;
		width: 1px;
		border-left: 1px solid #cccccc;
		}

	.mod_prev_art {
		display: block;
		float: left;
		width: 250px;
		padding: 8px;
		text-align: left;
		font-size: 11px;
		}
		
		.mod_prev_art span {
			color: #999999;
			}
		
	.mod_next_art {
		display: block;
		float: right;
		width: 250px;
		padding: 8px;
		text-align: right;
		font-size: 11px;
		}
		
		.mod_next_art span {
			color: #999999;
			}

/* /END PREV/NEXT - mod_DetaliiArtPrevNext ___________________________________________ */				
	





	
/* GALERIE MEDIA DETALII ARTICOL - mod_DetaliiArtGalerie ___________________________________________ */				

.gal_detalii_container {
	display: block;
	position: relative;
	background: #e1e1e1;
	margin-top: 10px;
	}
	
	.gal_album_detalii_head {
		display: block;	
		width: 570px !important;
		position: relative;		
		padding: 10px 0 5px 0;
		height: 16px;
		background: #000000;
		text-align: center;
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
		color: #777777;
		}
	
	.gal_album_detalii {
		display: block;
		position: relative;		
		width: 550px !important;
		background: #333333 !important;
		border: 10px solid #000000 !important;
		/* overflow: auto;
		overflow-y:hidden;
		white-space: nowrap; */
		}
		
		a.prev_carousel, a.prev_carousel:link, a.prev_carousel:visited {
			display: block;
			position: absolute;
			top: 6px;
			left: 10px;
			width: 24px;
			height: 24px;
			z-index: 3;
			background: url(../../res_img/icons/24/play_back.png) 0 0 no-repeat;
			cursor: pointer;
			}
			
		a.next_carousel, a.next_carousel:link, a.next_carousel:visited {
			display: block;
			position: absolute;
			top: 6px;
			right: 10px;
			width: 24px;
			height: 24px;
			z-index: 3;
			background: url(../../res_img/icons/24/play.png) 0 0 no-repeat;
			cursor: pointer;
			}
		

			
		.gal_album_detalii_item {
			/*position: relative;*/
			display:-moz-inline-stack;
			display:inline-block;
			zoom:1;
			*display:inline;			
			padding: 10px;
			border-right: 2px solid #666666;
			background: #333333;
			color: #999999;
			font-size: 11px;			
			}
			
			.gal_promo_star {
				position: absolute;
				top: 2px;
				right: 15px;
				display: block;
				width: 16px;
				height: 16px;
				background: url(../../res_img/icons/16/weather_sun.png) 0 0 no-repeat;
				cursor: help;
				}
			
			
			
			a.linkopengal:link, a.linkopengal:visited, 
			a.linkopenimg:link, a.linkopenimg:visited {
				display: block;
				/*width: 110px;*/
				height: 73px;
				border: 3px solid #444555;		
				}
				
			a.linkopengal:hover, a.linkopengal:active, a.linkopengal:focus,  
			a.linkopenimg:hover, a.linkopenimg:active, a.linkopenimg:focus {
				border: 3px solid #666666;			
				}
				
				a.linkopengal img,  
				a.linkopenimg img {
					display: block;
					border: none;
					/*width: 110px;*/
					height: 73px;
					}
				
				.gal_album_detalii_item a.thickbox span {
					display: block;
					width: 110px;
					height: 73px;
					background: #999999 url(../../res_img/icons/16/page_white.png) center center no-repeat;
					}				
				
				.tn_bg_flv, .tn_bg_avi, .tn_bg_mpg, .tn_bg_mpeg, .tn_bg_swf, .tn_bg_mov {
					display: block;
					width: 110px;
					height: 73px;
					background: #999999 url(../../res_img/icons/16/film.png) center center no-repeat !important;
					}
					
				.tn_bg_jpg, .tn_bg_jpeg, .tn_bg_gif, .tn_bg_png, .tn_bg_bmp  {
					display: block;
					width: 110px;
					height: 73px;
					background: #999999 url(../../res_img/icons/16/photo.png) center center no-repeat !important;
					}
					
				
					
			.gal_label_cont {
				display: block;
				width: 130px;
				padding: 2px 0;
				border-bottom: 1px dotted #444444;
				white-space: normal !important;
				}
			
				.gal_label {
					display: ;
					color: #999999;
					}
				.gal_value {
					color: #777777;					
					}
				
/* /END GALERIE MEDIA DETALII ARTICOL - mod_DetaliiArtGalerie ___________________________________________ */				

					
					
/* FISIERE DOWNLOAD ARTICOL - mod_DetaliiArtDownloads ___________________________________________ */				

.downloads_detalii_container {
	display: block;
	position: relative;
	}
	
	.file_grup_detalii_head {
		display: block;	
		position: relative;		
		padding: 5px 10px;
		height: 16px;
		background: #333333;
		width: 565px;
		text-align: left;
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
		color: #999999;
		}
	
	.file_grup_detalii {
		display: block;
		position: relative;				
		background: #cccccc;
		width: 585px;
		}				

			
		.file_detalii_container {
			position: relative;
			display: block;					
			padding: 10px;
			border: 10px solid #cccccc;
			background: #ffffff;
			color: #333333;
			font-size: 11px;
			}
			
			.file_promo_star {
				position: absolute;
				top: 5px;
				right: 5px;
				display: block;
				width: 16px;
				height: 16px;
				background: url(../../res_img/icons/16/weather_sun.png) 0 0 no-repeat;
				cursor: help;
				}
				
			.file_segment {
				position: relative;				
				display: block;
				float: left;
				width: 165px;
				padding: 10px;
				background: #ffffff;
				}						
			
			/* segment 1 */

				.nume_fisier {
					
					width: 220px;
					line-height: 22px;
					background: #f1f1f1 url(../../res_img/icons/16/file.png) 5px center no-repeat;
					}
					
					.filename_nolink {
						padding-left: 25px;
						}
					
					.nume_fisier a {
						padding-left: 25px;
						}			
				
.filetypedown_3gp { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_afp { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_afpa { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_as { background: url(../../res_img/icons/16/script.png) 2px 5px no-repeat;}
.filetypedown_asp { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_aspx { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_avi { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_bat { background: url(../../res_img/icons/16/application.png) 2px 5px no-repeat;}
.filetypedown_bmp { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_c { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_cfm { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_cgi { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_com { background: url(../../res_img/icons/16/application.png) 2px 5px no-repeat;}}
.filetypedown_cpp { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}}
.filetypedown_css { background: url(../../res_img/icons/16/css.png) 2px 5px no-repeat;}}
.filetypedown_doc { background: url(../../res_img/icons/16/doc.png) 2px 5px no-repeat;}}
.filetypedown_exe { background: url(../../res_img/icons/16/application.png) 2px 5px no-repeat;}
.filetypedown_gif { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_fla { background: url(../../res_img/icons/16/flash.png) 2px 5px no-repeat;}
.filetypedown_flv { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_h { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_htm { background: url(../../res_img/icons/16/html.png) 2px 5px no-repeat;}
.filetypedown_html { background: url(../../res_img/icons/16/html.png) 2px 5px no-repeat;}
.filetypedown_jar { background: url(../../res_img/icons/16/java.png) 2px 5px no-repeat;}
.filetypedown_jpg { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_jpeg { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_js { background: url(../../res_img/icons/16/script.png) 2px 5px no-repeat;}
.filetypedown_lasso { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_log { background: url(../../res_img/icons/16/txt.png) 2px 5px no-repeat;}
.filetypedown_m4p { background: url(../../res_img/icons/16/music.png) 2px 5px no-repeat;}
.filetypedown_mov { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_mp3 { background: url(../../res_img/icons/16/music.png) 2px 5px no-repeat;}
.filetypedown_mp4 { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_mpg { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_mpeg { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_ogg { background: url(../../res_img/icons/16/music.png) 2px 5px no-repeat;}
.filetypedown_pcx { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_pdf { background: url(../../res_img/icons/16/pdf.png) 2px 5px no-repeat;}
.filetypedown_php { background: url(../../res_img/icons/16/php.png) 2px 5px no-repeat;}
.filetypedown_png { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_ppt { background: url(../../res_img/icons/16/ppt.png) 2px 5px no-repeat;}
.filetypedown_psd { background: url(../../res_img/icons/16/psd.png) 2px 5px no-repeat;}
.filetypedown_pl { background: url(../../res_img/icons/16/script.png) 2px 5px no-repeat;}
.filetypedown_py { background: url(../../res_img/icons/16/script.png) 2px 5px no-repeat;}
.filetypedown_rar { background: url(../../res_img/icons/16/zip.png) 2px 5px no-repeat;}
.filetypedown_rb { background: url(../../res_img/icons/16/ruby.png) 2px 5px no-repeat;}
.filetypedown_rbx { background: url(../../res_img/icons/16/ruby.png) 2px 5px no-repeat;}
.filetypedown_rhtml { background: url(../../res_img/icons/16/ruby.png) 2px 5px no-repeat;}
.filetypedown_rpm { background: url(../../res_img/icons/16/linux.png) 2px 5px no-repeat;}
.filetypedown_ruby { background: url(../../res_img/icons/16/ruby.png) 2px 5px no-repeat;}
.filetypedown_sql { background: url(../../res_img/icons/16/db.png) 2px 5px no-repeat;}
.filetypedown_swf { background: url(../../res_img/icons/16/flash.png) 2px 5px no-repeat;}
.filetypedown_tif { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_tiff { background: url(../../res_img/icons/16/picture.png) 2px 5px no-repeat;}
.filetypedown_txt { background: url(../../res_img/icons/16/txt.png) 2px 5px no-repeat;}
.filetypedown_vb { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_wav { background: url(../../res_img/icons/16/music.png) 2px 5px no-repeat;}
.filetypedown_wmv { background: url(../../res_img/icons/16/film.png) 2px 5px no-repeat;}
.filetypedown_xls { background: url(../../res_img/icons/16/xls.png) 2px 5px no-repeat;}
.filetypedown_xml { background: url(../../res_img/icons/16/code.png) 2px 5px no-repeat;}
.filetypedown_zip { background: url(../../res_img/icons/16/zip.png) 2px 5px no-repeat;}								
				
				.filetn_link {
					display: block;
					text-align: left;
					width: 155px;				
					}
					
					a.filetn_link:link img, a.filetn_link:visited img {
						display: block;
						border: 3px solid #444555;
						width: 155px;
						}
					a.filetn_link:hover img, a.filetn_link:active img, a.filetn_link:focus img {
						border: 3px solid #333333;
						}
						
				a.down_link_buton:link, a.down_link_buton:visited {
					display: block;
					width: 136px;
					line-height: 24px;
					text-align: left;
					padding-left: 25px;
					color: #999999;
					background: #333333 url(../../res_img/icons/16/down.png) 5px center no-repeat;
					}
					
				a.down_link_buton:hover, a.down_link_buton:active, a.down_link_buton:focus {
					background: #444555 url(../../res_img/icons/16/down.png) 5px center no-repeat;
					color: #999999;
					}
					
			
			
			/* segment 2,3 */

			.filedown_label_cont {
				display: block;
				padding: 2px 0;
				border-bottom: 1px dotted #444444;
				white-space: normal !important;
				}
			
				.filedown_label {
					display: ;
					color: #999999;
					}
				.filedown_value {
					color: #777777;					
					}
	

/* /END FISIERE DOWNLOAD ARTICOL - mod_DetaliiArtDownloads ___________________________________________ */				




/* TITLU CATEGORIE - mod_test ___________________________________________ */

.cat_title {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	width: 830px;
	line-height: 17px;
	font-family: 'trebuchet ms';
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	}

	
.prod_title {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	width: 830px;
	line-height: 17px;
	font-family: 'trebuchet ms';
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	}
	
/* /END TITLU CATEGORIE - mod_test ___________________________________________ */		



/* #####################  END MODULE   ######################################################################################### */			


	
	
/*  JW PLAYER */	

.jwplayer_container {
	position: relative;
	display: block;
	background: #e5e5e5;
	text-align: center;
	margin: 20px 0;
	padding: 10px;
	}

	
/*  IMAGINI DIN CONTENT */	

a.zoom_img_editor_link:link, a.zoom_img_editor_link:visited {
	text-decoration: none;
	color: #999999;
	}
	
a.zoom_img_editor_link:hover, a.zoom_img_editor_link:active {
	color: #333333;
	}
	
	.zoom_img_editor_link img {
		display: block;
		border: 2px solid #e1e1e1;
		padding: 3px;
		}
		a.zoom_img_editor_link:hover img, a.zoom_img_editor_link:active img {
			border: 2px solid #cccccc;
			}
			
	.zoom_img_editor_link span {
		font-size: 11px;
		}



/* bannere text */	
	
	.bannerdiv_text {
		display: block;
		text-align:center;
		margin: 0 0 15px 0;
		padding: 10px;
		font-family: arial;
		line-height: 18px;
		background: #f1f1f1;
		border: 1px dashed #cccccc;
		}
		
		.bannerdiv_text:hover {
			background: #ebf6f8;
			}
			
		.bannerdiv_text a:link, .bannerdiv_text a:visited {
			display: block;
			text-align: left;
			text-decoration: none;
			color: #000000;
			font-size: 11px;
			}
			
		.bannerdiv_text span {
			display: block;
			border: none;
			font-size: 9px;
			text-transform: uppercase;
			color: #999999;
			font-family: arial;
			line-height: 18px;
			padding: 10px 0 0 0;
			}
		
	/* bannere imagine */	
	
	.bannerdiv_img {
		display: block;
		text-align:center;
		margin: 0 0 15px 0;
		padding: 0;
		background: #e1e1e1;
		}
		
		.bannerdiv_img img {
			
			border: none;
			}
			
		.bannerdiv_img span {
			display: block;
			border: none;
			font-size: 9px;
			text-transform: uppercase;
			color: #999999;
			font-family: arial;
			line-height: 18px;
			}
			
	



/* bannere top/bottom articol */

.banner_top_art, banner_bottom_art {
	display: block;
	padding: 6px 6px 18px 6px;
	text-align: center;
	margin: 10px 0;
	background: #f1f1f1 url(../../res_img/utils/banner_bg.gif) right bottom no-repeat;
	}
	
	.banner_top_art img, banner_bottom_art img {
		border: 0;
		}
			
/* bannere top/bottom sectiune */

.banner_top_sec, banner_bottom_sec {
	display: block;
	padding: 6px 6px 18px 6px;
	text-align: center;
	margin: 10px 0;
	background: #f1f1f1 url(../../res_img/utils/banner_bg.gif) right bottom no-repeat;
	}
	
	.banner_top_sec img, banner_bottom_sec img {
		border: 0;
		}			
									

		
/* ##################### TE AFLI LA ##################### */

.teaflila_cms {
	position: absolute;
	top: 20px;
	display: block;
	font-size: 11px;
	padding: 0 0 30px 0;
	color: #626262;
	z-index: 1;
	}
	
	.teaflila_cms b {
		font-weight: normal;
		}
		
	.teaflila_cms a:link, .teaflila_cms a:visited {
		color: #878787;
		}
	.teaflila_cms a:hover, .teaflila_cms a:active {
		text-decoration: underline;
		}
		

/* ##################### TITLU PAGINA  ##################### */
	
.page_title {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	width: 830px;
	line-height: 17px;
	font-family: 'trebuchet ms';
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	}
		
		
		
/* ##################### TOOLBAR-URI ##################### */

		
/* TOOLBAR 1 ___________________________________________ */





				
	/* prev/next art */
	
	.prev_art {
		position: relative;
		display: block;
		float: left;
		width: 300px;
		text-align: left;
		}
		
	.next_art {
		position: relative;
		display: block;
		float: right;
		width: 300px;
		text-align: right;
		}
		
		.prev_art span, .next_art span {
			display: block;
			color: #333333;
			padding: 0 3px 0 0;
			}
		

/* TOOLBAR 3 ___________________________________________ */





/* ########################################################################################################################## */	
/* ##################### COMPONENTE ######################################################################################### */	
/* ########################################################################################################################## */	

/* 	COMPONENTA USERI _____________________________________  */	



/* form cautare user */	
.search_user {
	position: absolute;
	top: -10px;
	right: 25px;
	display: block;
	margin-top: 15px;
	}
	
	.search_user_input {
		width: 100px;
		margin-right: 10px;
		}
	
	.search_user_submit {
		
		}
	
	
	
	
	
/* 	COMPONENTA ARTICOLE _____________________________________  */	


	
/* formular accept conditii download */
	
.accept_terms {
	display: block;
	margin-top: 15px;
	}
	
	

/* ATRIBUTE ARTICOL ___________________________________________ */	


.container_atribute_art {
	position: relative;
	display: block;
	margin-top: 15px;
	}
	
	.container_atribute_label {
		position: relative;
		display: block;
		width: 150px;
		padding: 8px 5px;
		background: #e1e1e1;
		float: left;
		border-right: 2px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		}
		
	.container_atribute_camp {
		position: relative;
		display: block;
		width: 450px;
		padding: 8px 5px;
		background: #f1f1f1;
		float: left;
		border-bottom: 1px solid #ffffff;
		}








			

/* SUBARTICOLE LA DETALII ARTICOL ___________________________________________ */	

.container_subarticole_artdetalii {
	position: relative;
	display: block;
	padding: 0 0 0 40px;
	}
	
	.titlu_subarticol {
		position: relative;
		display: block;
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
		margin: 0;
		padding: 20px 0 5px 0;
		}
		
	
	.toolbar_subarticol {
		position: relative;
		display: block;
		min-height: 26px;
		padding: 2px 0;
		border-top: 1px dotted #86899e;
		border-bottom: 1px dotted #86899e;
		font-size: 11px;
		}		
			
		.label_ts {
			display: block;
			float: left;
			color: #666666;
			padding: 0 3px 0 0;
			}
			
		.data_ts {
			display: block;
			float: left;
			color: #999999;
			padding: 0 12px 0 0;
			}
			
	.description_subart_container {
		position: relative;
		display: block;
		padding: 10px 0;
		}
		
		/* poza mica */
		
		.description_subart_img {
			position: relative;
			display: block;
			float: left;
			width: 150px;
			padding: 0 30px 0 0;
			}
			
			.description_subart_img img {
				width: 150px;
				border: 2px solid #e1e1e1;
				}
				
			.description_subart_img a:hover img {
				width: 150px;
				border: 2px solid #cccccc;
				}						
		
		/* descriere sau content - fara img */
		
		.description_subart_content {
			position: relative;
			display: block;
			}
		
		/* descriere sau content - cu img */
		
		.description_subart_content_cuimg {
			position: relative;
			display: block;
			float: right;
			width: 400px;
			}



/* 	COMPONENTA CALENDAR  _____________________________________  */	


.search_event_container {
	position: absolute;
	right: 5px;
	top: 10px;
	dispay: block;
	font-size: 11px;
	}
	
	.search_event_container select {
		font-size: 10px;
		}

	
	.calendar_lunar {
		width: 100%;
		background: #f1f1f1;
		border: 8px solid #f1f1f1;
		}
		
	.calendar_lunar td {
		padding: 1px;
		}
		
		/* zilele saptamanii */
		.nume_zi {
			font-size: 11px;
			font-weight: bold;
			padding: 5px;
			vertical-align: top;
			text-align: left;		
			border: 2px solid #ffffff;		
			}
		
		/* celula zi */		
		.cal_zi {
			
			text-align: left;
			vertical-align: top;	
			border: 1px solid #ffffff;		
			}
		
		/* celula zi - azi */		
		.cal_zi_azi {
			text-align: left;
			vertical-align: top;
			}
			
		/* nr. zi */		
		.day_nr_events {
			display: block;			
			font-size: 11px;
			}
			
			.day_nr_events a:link, .day_nr_events a:visited {
				display: block;
				background: #B1EAE9;	
				padding: 2px;
				}
				
			.day_nr_events a:hover, .day_nr_events a:active {
				display: block;
				background: #ff5a00;	
				color: #ffffff;
				padding: 2px;
				}
				
				/* azi */
			.day_nr_events a.azi:link, .day_nr_events a.azi:visited {
				display: block;
				background: #ff5a00;	
				padding: 2px;
				color: #ffffff;
				}
				
			.day_nr_events a.azi:hover, .day_nr_events a.azi:active {
				display: block;
				background: #ff5a00;	
				color: #ffffff;
				padding: 2px;
				}
			
		.day_nr_noevents {
			display: block;			
			font-size: 11px;
			padding: 2px;
			color: #666666;
			background: #e1e1e1;
			}
			
		/* lista evenimente zi */
		.day_events {
			display: block;
			font-size: 11px;
			line-height: 14px;
			}
				
			.day_events a:link, .day_events a:visited {				
				text-decoration: underline;
				display: block;
				padding: 2px;
				}
				
			.day_events a:hover, .day_events a:active {
				text-decoration: underline;
				padding: 2px;
				}

/* listare evenimente fara poza */
	.list_ev_label {
		display: block;
		padding: 25px 12px 15px 12px;
		margin: 0;
		margin-top: 1px;
		background: #cbdccc;
		color: #5a6a5b;
		}

		.list_ev {
			position: relative;
			display: block;
			border-top: 1px solid #dfe9e0;
			background: #cbdccc;
			padding: 12px 12px 25px 12px;
			}
	
			.list_ev a:link, .list_ev a:visited {
				font-weight: bold;
				color: #205e21;
				}
								
			.list_ev a:hover, .list_ev a:active {
				color: #bd4300;
				}				
/* listare evenimente cu poza */

	.list_ev_cuimg {			
			position: relative;
			display: block;
			border-top: 1px solid #dfe9e0;
			background: #cbdccc;
			padding: 12px 12px 25px 137px;
			min-height: 100px;
			_height: 100px;
			}
			
		.list_ev_cuimg a:link, .list_ev_cuimg a:visited {
				position: relative;
				font-weight: bold;
				color: #205e21;
				}
								
		.list_ev_cuimg a:hover, .list_ev_cuimg a:active {
				color: #bd4300;
				}
			
			.list_ev_cuimg a img {
				position: absolute;
				top: 0;
				left: -125px;
				width: 110px;
				height: 73px;
				padding: 3px;
				background: #e5efe5;
				border: none;
				}
				
			.list_ev_cuimg a:hover img {
				position: absolute;
				top: 0;
				left: -125px;
				width: 110px;
				height: 73px;
				padding: 3px;
				background: #f0ead7;
				border: none;
				}
				
		
		a.list_ev_more:link, a.list_ev_more:visited, a.list_ev_more:hover, a.list_ev_more:active {
			position: absolute;
			bottom: 5px;
			right: 12px;
			white-space: nowrap;
			}
					
					
	.data_event {
		display: block;
		color: #666666;
		font-size: 13px;
		font-family: 'Courier New';
		}
		
		


/* 	COMPONENTA FORUM  _____________________________________  */		


.forum_search {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	text-align: right;
	}
	.search_input_forum {
		width: 150px;
		}
	.search_submit_forum {
		width: 21px;
		height: 21px;
		margin: 0 0 0 10px;
		cursor: pointer;
		font-size: 10px;
		line-height: 8px;
		}

.forum_list_table {
	
	}
	
	.forum_list_table h2 {
		margin: 0;
		padding:  0;
		font-size: 14px;
		font-weight: bold;
		}
	.forum_list_table h3 {
		margin: 0;
		padding:  0;
		font-size: 13px;
		font-weight: bold;
		}
	.forum_list_table h4 {
		margin: 0;
		padding:  0;
		font-size: 12px;
		font-weight: bold;
		}
		
	
				
/* ******************************************************************** */
/* ************************** PRINT			 ************************** */
/* ******************************************************************** */

/* ******************************************************************** */
/* ************************** EDITOR		 ************************** */
/* ******************************************************************** */


/* ******************************************************************** */
/* ************************** TEMPLATE-URI	 ************************** */
/* ******************************************************************** */













/* SITEMAP ___________________________________________ */		

.sitemap_cms {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
	/* nivel 1 */
	.sitemap_cms ul {
		list-style-type: disc;
		margin: 0 0 0 15px;
		padding: 0 0 15px 30px;
		}
		
	.sitemap_cms h4 {
		margin: 0 0 0 -30px;
		padding: 15px 0 0 0;
		font-weight: bold;
		font-size: 13px;		
		}
		
	/* nivel 2 */
	
	.sitemap_cms ul ul {
		list-style-type: disc;
		margin: 0 0 0 0;
		padding: 0 0 15px 30px;
		border-bottom: none;
		}
		
		


			

	




			
			
/* LISTARE ARTICOLE ___________________________________________ */			
			
			
			
			
	


/* erori si mesaje */

.listare_eroare {
	display: none;
	background: #ffb1b5 url(../../res_img/icons/16/exclamation.png) 8px 7px no-repeat;
	padding: 8px 8px 8px 30px;
	color: #af002c;
	margin-bottom: 8px;
	font-size: 11px;
	}
	
.listare_mesaj {
	display: none;
	background: #aeda7f url(../../res_img/icons/16/accept_green.png) 8px 7px no-repeat;
	padding: 8px 8px 8px 30px;
	color: #003800;
	margin-bottom: 8px;
	font-size: 11px;
	}
	
	

	
/* VALIDATE FORM ________________________ */	

div.error { display: none; }
input.error {background: #ffb1b5;}	
em.error {
  background: url('../../res_img/icons/16/exclamation.png') left center no-repeat;
  padding: 2px 2px 2px 20px;
  margin-left: 10px;
  font-style: normal;
  color: #bf1d1a;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
}
em.success {
  background: url('../../res_img/icons/16/ok.png') left center no-repeat;
  padding: 2px 2px 2px 20px;
  margin-left: 10px;
  font-style: normal;
  color: #74a21b;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
}

.ajax_loader {
	display: inline;
	padding: 8px 8px;
	background: url(../../res_img/utils/loading6.gif) center center no-repeat;
	}

/* CONTEXTHELP ________________________ */	


/* linkuri info ajax */
span.helptips, span.helptips_noajax {
	display:-moz-inline-box;
    display:inline-block;
    overflow:hidden;
   	background: url(../../res_img/utils/help_icon_bg.gif) left top no-repeat;
    text-indent: -3000px;
    *text-indent:0px;
    font:0/0 Arial;
    color: #e4e4e4;
    width:15px;
    height:16px;
	cursor: help;
	margin-left: 2px;
	}	
span.helptips:hover, span.helptips_noajax:hover {
	background: url(../../res_img/utils/help_icon_bg.gif) left bottom no-repeat !important;
	}

			
/* TABEL DETALII FORM______________________ */ 	
		
.tabel_detalii_form {
	text-align: left;
	color: #666666;
	width: 100%;
	margin: 0 -15px 0 0;
}




.tabel_detalii_form .td_heading {
	color: #666666;
	padding: 4px 8px;
	background: #e1e1e1;
	font-weight: bold;
	}
	
.tabel_detalii_form .tr_footer td {
	color: #333333;
	padding: 4px 8px;
	background-color: #ffffff;
	font-weight: bold;
	height: 25px;
	}

	
	.toogle_table_head {
		display: block;
		color: #333333;
		padding: 4px 8px;
		background-color: #e1e1e1;
		border-top: none;
		border-left: none;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		font-weight: bold;
		line-height: 25px;
		cursor: pointer;		
		}
		
		.toogle_table_head:hover {
			background-color: #cccccc;
			text-decoration: underline;
			}
		
		.toogle_table_head.selected {
			background-color: #cccccc;
			text-decoration: underline;
			}
	

.tabel_detalii_form .td_label {
	color: #666666;
	padding: 4px 8px;
	background-color: #ebebeb;
	border-top: none;
	border-left: none;
	width: 20%;
	height: 25px;
	font-size: 11px;
}

	.tabel_detalii_form .td_label:first-letter {
			text-transform: uppercase;
			}


	.td_label label {color: #000000;}
	
		.required_label {
			font-weight: bold;
			}
			
		.antispam_label {
			color: #dc001b !important;
			}
			
		.antispam_input {
			color: #dc001b !important;
			font-weight: bold !important;
			}

.tabel_detalii_form .td_data {
	color: #666666;
	padding: 2px 4px;
	background-color: #f1f1f1;
	height: 25px !important;
	line-height: 5px !important;
	font-size: 11px;
}

.tabel_detalii_form .td_data em {
	position: relative;
	bottom: 5px;
	
	}



/* LOGIN */

#login_form {
	display: block;
	margin: 2px 0;
	padding: 0;
	}

#login_form input {
	width: 150px;
	}
	
	#login_form input.checkbox_css {
		width: auto !important;
		}
	
#login_form select {
	width: 166px !important;
	}
	
	#login_form table td {
		font-size: 11px;
		}
		
		#login_form table td:first-letter {
			text-transform: uppercase;
			}


/* RECUPERARE PAROLA */

#pwd_lookup_accordion, #pwd_lookup_accordion_shop {
	border: none !important;
	}
	
	
	a.open_pwd_lookup_accordion:link, a.open_pwd_lookup_accordion:visited {
		display: block;
		padding: 3px 28px;
		border: none !important;
		background: #ffffff;
		color: #dc001b !important;
		text-decoration: none !important;
		margin-left: 20%;
		}
		
	a.open_pwd_lookup_accordion:hover, a.open_pwd_lookup_accordion:active, a.open_pwd_lookup_accordion:focus {
		color: #000000 !important;
		background: #ffffff;
		}
		
	a.open_pwd_lookup_accordion_shop:link, a.open_pwd_lookup_accordion_shop:visited {
		display: block;
		padding: 3px 28px;
		border: none !important;
		background: #ffffff;
		color: #dc001b !important;
		text-decoration: none !important;

		}
		
	a.open_pwd_lookup_accordion_shop:hover, a.open_pwd_lookup_accordion_shop:active, a.open_pwd_lookup_accordion:focus {
		color: #000000 !important;
		background: #ffffff;
		}
		
	#pwd_lookup {
		position: relative;
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		}
	
	#pwd_lookup input {
		width: 150px;
		}
		
	#pwd_lookup select {
	width: 166px !important;
	}
	
	#pwd_lookup table td {
		font-size: 11px;
		}
		
		#pwd_lookup table td:first-letter {
			text-transform: uppercase;
			}


/* CERERE COD INREGISTRARE */

#confirm_email {
	display: block;
	margin: 2px 0;
	padding: 0;
	}

#confirm_email input {
	width: 150px;
	}

/* INREGISTRARE, UPDATE PROFILE, COMANDA SHOP */

.user_form_fields {
	display: block;
	margin: 2px 0;
	padding: 0;
	
	}

.user_form_fields input, .user_form_fields textarea {
	width: 180px;
	}
	
	.user_form_fields input.checkbox_css {
		width: auto !important;
		}
	
.user_form_fields select {
	width: 187px !important;
	}
	
	.user_form_fields td {
		font-size: 11px;
		}
		
		.user_form_fields .td_label {
			background: #f1f1f1 ;
			text-align: right;
			}
		
		.user_form_fields .td_data {
			background: #f1f1f1 ;
			text-align: left;
			}
		
		.user_form_fields .td_label:first-letter {
			text-transform: uppercase;
			}
	
	.user_form_fields .reg_head {
		background: #e1e1e1;
		padding: 8px;
		width: 700px !important;
		}
	
	.user_form_fields .reg_head h3 {
		font-size: 16px;
		line-height: 16px;
		margin: 0;
		padding: 3px 0 5px 0;
		font-weight: normal;
		color: #862d00;
		font-weight: bold;
		}
		
	.user_form_fields .reg_head i {
		font-style: normal;
		color: #333333; 
		}
	
	

/* CONTENT EXTRA SHOP */		

.content_extra_shop_container {
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 22px;
	padding: 15px 0 0 0;
	}


		
/* ******************************************************************** */
/* ************************** LAYOUT ENGINE SHOP ********************* */
/* ******************************************************************** */




/* CLIENT NOU / CLIENT EXISTENT SHOP______________________ */ 	

.auth_container_shop {
	position: relative;
	display: block;
	}
	
	.new_cust_box, .old_cust_box {
		position: relative;
		display: block;
		float: left;
		width: 360px;
		padding-right: 10px;
		}
		
		.new_cust_box .tabel_detalii_form .td_heading, 
		.old_cust_box .tabel_detalii_form .td_heading {
			background: #cfe0ac;
			padding: 8px;
			border-top: 3px dashed #cfe0ac;
			width: 700px !important;
			}
			
			.new_cust_box .tabel_detalii_form .td_heading h3, 
			.old_cust_box .tabel_detalii_form .td_heading h3 {
				font-size: 16px;
				line-height: 16px;
				margin: 0;
				padding: 3px 0 5px 0;
				font-weight: normal;
				color: #ce1a6f;
				font-weight: bold;
				}
		
		.new_cust_msg {
			position: relative;
			display: block;
			height: 138px;
			line-height: 16px;
			padding: 5px;
			color: #333333;
			}
		
		.old_cust_msg {
			position: relative;
			display: block;
			height: 70px;
			line-height: 16px;
			padding: 5px;
			color: #333333;
			}

				
.auth_container_shop .tr_footer td {
	padding: 5px 0;
	}
	
.auth_container_shop .tr_footer td .submit_buton {
	width: 50%;
	float: left;
	font-weight: bold;
	}
	
.auth_container_shop em.success, .auth_container_shop em.error {
	line-height: 18px;
	margin-left: 0;
	}

.auth_container_shop .ui-accordion .ui-accordion-content {
	overflow: visible;
	}


	
/* COS CUMPARATURI______________________ */ 	

.cart_table	{
	position: relative;
	width: 100%;
	background: #ffffff;
	margin-bottom: 20px;
	}
	
	.cart_width {
		position: relative;
		width: 760px;
		display: none;
		}
		
	.cart_td_heading {
		position: relative;
		background: #cfe0ac;
		color: #333333;
		font-size: 11px;
		padding: 15px 10px;
		border-top: 3px dashed #cfe0ac;
		}
		
		.cart_td_heading h3 {
			font-size: 16px;
			line-height: 16px;
			margin: 0;
			padding: 3px 0 5px 0;
			font-weight: normal;
			color: #ce1a6f;
			font-weight: bold;
			}
			
	.cart_td_heading2 {
		position: relative;
		background: #cfe0ac;
		color: #333333;
		font-size: 11px;
		padding: 15px 10px;
		border-top: 3px dashed #cfe0ac;
		}
		
		.cart_td_heading2 h3 {
			font-size: 16px;
			line-height: 16px;
			margin: 0;
			padding: 3px 0 5px 0;
			font-weight: normal;
			color: #333333;
			font-weight: bold;
			}
		
	.cart_td_head {
		position: relative;
		background: #e4ecd5;
		color: #333333;
		font-weight: bold;
		padding: 15px 10px;
		border-top: 1px solid #ffffff;
		}
		
	.cart_td_produs {
		position: relative;
		background: #f1f1f1;
		color: #333333;
		padding: 15px 10px;
		vertical-align: middle;
		border-top: 1px solid #ffffff;
		}
		
		.cart_td_produs .uom_cart_td_produs {
			color: #666666;
			}
			
		.cart_td_produs .qnt_cart_td_produs {
			text-align: right;
			border: 2px inset #ffffff;
			}
			
		.cart_td_produs .plus_cart_td_produs, 
		.cart_td_produs .minus_cart_td_produs,
		.cart_td_produs .delete_cart_td_produs {
			width: 13px;
			border: 1px outset #ffffff;
			margin: 0;
			padding: 0;
			background: #f1f1f1;
			cursor: pointer;
			font-size: 10px;
			line-height: 15px;
			height: 20px;
			}
		.cart_td_produs .delete_cart_td_produs {
			background: #e1e1e1;
			}
			
		.cart_td_produs .plus_cart_td_produs:hover, 
		.cart_td_produs .minus_cart_td_produs:hover,
		.cart_td_produs .delete_cart_td_produs:hover {
		background: #cccccc;
		color: #000000;
		}
		
		.unit_price{
			display: block;
			font-size: 17px;
			font-weight: normal;
			text-align: right;
			color: #333333;
			}
			
			
		
	.cart_td_img_prod {
		position: relative;
		background: #f1f1f1;
		color: #333333;
		padding: 15px 10px;
		vertical-align: middle;
		width: 60px;
		border-top: 1px solid #ffffff;
		}
		
		.cart_td_img_prod img {
			position: relative;
			display: block;
			width: 60px;
			padding: 5px;
			background: #ffffff;
			}
			
		a.cart_delete_item:link, a.cart_delete_item:visited {
			
			font-size: 10px;
			color: #cc033;
			text-decoration: none;
			}
			
		a.cart_delete_item:hover, a.cart_delete_item:active {
			text-decoration: underline;
			}
			
	.cart_td_total {
		position: relative;
		background: #e4ecd5;
		color: #333333;
		font-weight: bold;
		padding: 15px 10px 15px 10px;
		}
		
		.cart_td_total span {
			display: block;
			font-size: 17px;
			font-weight: normal;
			text-align: right;
			color: #000000;
			}
		
	.cart_td_recalculare {
		position: relative;
		background: #e4ecd5;
		padding: 10px 10px;
		font-size: 16px;
		}
		
		.continue_shopping_btn, .update_cart_btn {
			border: 1px outset #ffffff;
			background: #e1e1e1;
			line-height: 15px;
			}
			
		.continue_shopping_btn:hover, .update_cart_btn:hover {
			background: #cccccc;
			color: #000000;
			}

		
	.cart_td_discount {
		position: relative;
		background: #e4ecd5	;
		color: #333333;
		padding: 5px 10px;
		
		}
	
	.cart_td_cadou {
		position: relative;
		background: #e1e1e1	;
		color: #333333;
		padding: 5px 10px;
		border-top: 1px solid #ffffff;
		}
		
	.cart_td_livrare {
		position: relative;
		background: #f1f1f1;
		color: #333333;
		padding: 5px 10px;
		border-top: 1px solid #ffffff;
		vertical-align: top;
		}
	
	.cart_td_taxe {
		position: relative;
		background: #f1f1f1;
		color: #333333;
		padding: 5px 10px;
		border-top: 1px solid #ffffff;
		}
		
.free_ship {
	position: relative;
	text-align: center;
	padding: 15px;
	font-size: 17px;
	font-weight: normal !important;
	color: #dc001b;
	background: #f1f1f1;
	}
	
	.free_ship div {
		font-size: 11px;
		color: #000000;
		}


		
	.submit_order {
		font-weight: bold;
		}
		

	.cart_td_total_final {
		position: relative;
		background: #cfe0ac;
		color: #333333;
		font-weight: bold;
		padding: 15px 10px;
		border-bottom: 1px solid #999999;
		font-size: 16px;
		}
	
	.cart_td_total_final_suma {
		position: relative;
		background: #cfe0ac;
		color: #333333;
		font-weight: bold;
		padding: 15px 10px;
		border-bottom: 1px solid #999999;
		font-size: 16px;
		}		
		
	
/* container produse recomandate, cod promo si estimare livrare */

.cart_footer {
	position: relative;
	width: 100%;
	}
	
	.cart_footer td {
		vertical-align: top;
		}

/* produse recomandate sub cos */		
.produse_recomandate_cos {
	position: relative;
	width: 250px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 11px;
	margin-right: 10px;
	}
	
	produse_recomandate_cos table {
		position: relative;
		width: 100%;
		font-size: 11px;
		}
	
	
	.produse_recomandate_head {
		font-weight: bold;
		background: #f1f1f1;
		padding: 5px;
		font-size: 11px;
		}
	
	.produse_recomandate_img {
		padding: 5px;
		vertical-align: top;
		border-bottom: 1px dotted #cccccc;
		}
		
		.produse_recomandate_img img {
			width: 50px;
			border: none;
			}
	
	.produse_recomandate_text {
		font-size: 11px;
		padding: 5px;
		vertical-align: top;
		border-bottom: 1px dotted #cccccc;
		}
		
		.produse_recomandate_text a {
			display: block;
			padding: 0 0 5px 0;
			
			}

/* form cod discount */
.form_discount_cos {
	position: relative;
	display: block;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 11px;
	margin: 0 10px 10px 0;
	}

.form_discount_cos table {
	position: relative;
	width: 100%;
	}	
	
	.form_discount_head {
		background: #f1f1f1;
		padding: 5px;
		font-size: 11px;
		}
	
	.form_discount_input {
		padding: 5px;
		font-size: 11px;
		}
		
		.form_discount_input i {
			display: block;
			color: red;
			}
			
		.form_discount_input input {
			width: 100%;
			}
			
	.form_discount_submit {
		padding: 5px;
		font-size: 11px;
		}
		

/* estimare livrare */
.estimare_livrare_cos {
	
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 11px;
	margin-right: 10px;
	}

.estimare_livrare_cos table {
	position: relative;
	width: 100%;
	}
	
	.estimare_livrare_cos table td {
		padding: 5px;
		font-size: 11px;
		}
	
	.estimare_livrare_head {
		background: #f1f1f1;
		padding: 5px;
		font-size: 11px;
		}
		
	.estimare_livrare_input input,
	.estimare_livrare_input select {
		width: 150px;
		font-size: 11px;
		}
			

/* lansare comanda footer */
.lansare_comanda_footer {
	position: relative;
	display: block;
	padding: 15px 10px;
	font-size: 11px;
	margin: 0 0 10px 0;
	background: #dc001b;
	text-align: right;
	}
	
	.lansare_comanda_footer .total_final {
		display: block;
		font-size: 20px;
		color: #f1f1f1;
		line-height: #22px;
		padding: 0 0 10px 0;
		white-space: nowrap;
		}
		
	.lansare_comanda_footer .submit_order {
		background: #edbfcd;
		color: #8c1a41;
		}
		
		.lansare_comanda_footer .submit_order:hover {
			background: #c0da8d;
			color: #333333;
			}
	
/* FACTURA PROFORMA / VERIFICARE DATE COMANDA______________________ */ 	

.proforma_container_shop {
	position: relative;
	width: 100%;
	}
	
	.proforma_container_shop td {
		vertical-align: top;
		}
	
	.proforma_date_factura, 
	.proforma_date_livrare, 
	.proforma_date_plata, 
	.proforma_altele {
		width: 367px;
		}
		
	.proforma_date_factura, 
	.proforma_altele {
		padding: 0 10px 10px 0;
		width: 364px;
		}
		
	.proforma_date_livrare, 
	.proforma_date_plata {
		padding: 0 0 10px 0;
		}
		
		.proforma_date_factura .tabel_detalii_form .td_heading, 
		.proforma_date_livrare .tabel_detalii_form .td_heading, 
		.proforma_date_plata .tabel_detalii_form .td_heading, 
		.proforma_altele .tabel_detalii_form .td_heading {
			background: #cfe0ac;
			padding: 8px;
			border-top: 3px dashed #cfe0ac;
			}
			
			.proforma_container_shop .tabel_detalii_form .td_heading h3 {
				font-size: 16px;
				line-height: 16px;
				margin: 0;
				padding: 3px 0 5px 0;
				font-weight: normal;
				color: #333333;
				font-weight: bold;
				}
				
				
				
		.proforma_container_shop td {
			font-size: 11px;
			}
		
		.proforma_container_shop .td_label {
			background: #e4ecd5 ;
			text-align: right;
			color: #333333;
			line-height: 12px !important;
			height: 25px !important;
			padding: 4px 8px !important;
			}
		
		.proforma_container_shop .td_data {
			background: #e4ecd5 ;
			text-align: left;
			line-height: 12px !important;
			height: 25px !important;
			padding: 4px 8px !important;
			}
		
		.proforma_container_shop .td_label:first-letter {
			text-transform: uppercase;
			}

	
.final_comanda {
	font-weight: bold;
	}
	
/* MULTUMIM PT. COMANDA______________________ */ 		


.multam_td_heading {
	background: #cfe0ac;
	padding: 8px;
	border-top: 3px dashed #cfe0ac;
	}
	
	.multam_td_heading h3 {
		font-size: 16px;
		line-height: 16px;
		margin: 0;
		padding: 3px 0 5px 0;
		font-weight: normal;
		color: #333333;
		font-weight: bold;
		}
	
.multam_td_links {
	background: #e1e1e1;
	padding: 8px;
	}
	
.multam_mesaj {
	background: #f1f1f1;
	padding: 8px;
	}
	


/* ---------------------*/
/* sitemap */
/* ---------------------*/
	
.sitemap_shop {
	position: relative;
	display: block;
	}
	
	.sitemap_shop a:link, .sitemap_shop a:visited {
		
		}
	
	.sitemap_shop h3 {
		font-weight: bold;
		font-family: arial;
		font-size: 16px;
		padding: 0 0 15px 0;
		margin: 0;
		}
	
	.sitemap_shop_cat {
		position: relative;
		display: block;
		padding: 20px 40px 0 40px;
		}
		
		.sitemap_shop_cat .parent_cat {
			font-weight: bold;
			line-height: 40px;
			}
		
	.sitemap_shop_info1 {
		position: relative;
		display: block;
		padding: 20px 40px 0 40px;
		}
	
	.sitemap_shop_cont {
		position: relative;
		display: block;
		padding: 20px 40px 0 40px;
		}
		
	.sitemap_shop_info2 {
		position: relative;
		display: block;
		padding: 20px 40px 40px 40px;
		}
		
/* ---------------------*/
/* pasi plasare comanda */
/* ---------------------*/


.pasi_comanda {
		position: relative;
		margin: 20px 0 40px 0;
		background: #ffffff url('img/pasi_comanda_bg_linie.gif') top left repeat-x;
		}
		
		
		.pasi_comanda td {
			padding: 23px 3px 3px 3px;
			font-family: arial;
			color: #cccccc;
			font-size: 11px;
			text-align: center;
			background: url('img/pasi_comanda_bg_off.gif') top center no-repeat;
			}
		
		.pasi_comanda .pasi_comanda_capat_left {
			width: 5px;
			background: url('img/pasi_comanda_bg_capete.gif') top left no-repeat;
			padding: 23px 0 0 0;
			}
			
		.pasi_comanda .pasi_comanda_capat_right {
			width: 5px;
			background: url('img/pasi_comanda_bg_capete.gif') top right no-repeat;
			padding: 23px 0 0 0;
			}
			
		.pasi_comanda .pas_comanda_precedent {
			background: url('img/pasi_comanda_bg_precedent.gif') top center no-repeat;
			color: #999999;
			}
			
		.pasi_comanda .pas_comanda_actual {
			background: url('img/pasi_comanda_bg_on.gif') top center no-repeat;
			font-weight: bold;
			color: #666666;
			}
			
			
		.pasi_comanda a:link, .pasi_comanda a:visited, 
		.pasi_comanda a:hover, .pasi_comanda a:active {
			text-decoration: underline;
			color: #999999;
			}
			
		
			
			
			
			
			







/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5;}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {}
	
	.CPhomeImg img {
		height: 100px;
		}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000; font-weight: normal;}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}


/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; border-bottom: 1px dotted #dc001b;}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {

}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	background-color: #EEEEEE;
}
.listRowTop {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}
.listRowHead {
	BACKGROUND-COLOR: #DDDDDD;
}
.listRowBot {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}

/* --------------------  */
/* ADDED -- Version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

/* New template style */ 
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(http://www.chirurgia-obezitatii.com/e_cms/layout/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(http://www.chirurgia-obezitatii.com/e_cms/layout/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(http://www.chirurgia-obezitatii.com/e_cms/layout/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(http://www.chirurgia-obezitatii.com/e_cms/layout/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}

.boxbody a {	
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}


.imagine_mare_shop {
	max-width: 400px;
	_width: 400px;
	}