@charset "utf-8";
/* CSS Document */

body { 
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	background: #771519;
	font-size: 12px;
}

a { color: #E00000; cursor: pointer;}

/*--header--*/
#header {
	width: 100%;
	height: 100px;
	background: url(images/header_background.gif) repeat-x;
}

#header_wrap {
	width: 974px;
	margin: auto;
	position: relative;
	height: 100px;
}

#logo { 
	position: absolute;
	left: 5px;
	top: 20px;
}

#meniu {
	position: absolute;
	width: 974px;
	height: 49px;
	background: url(images/menu_corners.gif) no-repeat;
	bottom: 0px;
}

#meniu ul {
	background: url(images/meniu_background.gif) repeat-x;
	background-position: top;
	width: 962px;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	height: 49px;
	display: block;
}

#meniu ul li {
	display: inline;
	float: left;
}

#meniu ul li a {
	display: inline;
	padding: 15px 15px 16px 15px;
	float: left;
	text-decoration: none;
	color: #595959;
}

#meniu ul li a:hover {
	background: url(images/meniu_hover.gif) repeat-x;
	color: #e00000;
}

#meniu ul li .selected {
	background: url(images/meniu_hover.gif) repeat-x;
	color: #e00000;
}

#login form {
	width: 360px;
	height: 33px;
	position: absolute;
	top: 27px;
	right: 0px;
}

.parola_cont {
	width: 360px;
	height: 33px;
	right: 0px;
	bottom: 45px;
	position: absolute;
	font-size: 11px;}

#login form .username {
	background: url(images/login_input_username.gif) no-repeat;
	width: 126px;
	height: 25px;
	border: none;
	padding: 8px 10px 0 10px;
	color: #525252;
}
	
#login form .parola {
	background: url(images/login_input_password.gif) no-repeat;
	width: 119px;
	height: 25px;
	border: none;
	padding: 8px 10px 0 10px;
	color: #525252;
}

#login form .submit {
	background: url(images/login_buton.gif) no-repeat;
	width: 64px;
	height: 32px;
	border: none;
	cursor: pointer;

}

#oferta {
	width: 100%;
	background: url(images/content_background.gif);
	height: 273px
}

#oferta_wrap {
	width: 974px;
	margin: auto;
	height: 273px;
	position:relative;
	background: url(images/oferta_bg.jpg) no-repeat;
	background-position: 95% 100%;
}

#oferta_wrap #esti_doctor {
	position: absolute;
	top: 30px;
	left: 20px;
}

#oferta_wrap ul {
	position: absolute;
	top: 100px;
	left: 50px;
	font-size: 12px;
	color: #FFFFFF;
}

#oferta_wrap ul li {
	background: url(images/plus.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
	margin: 7px 0; 
}

#inscrie_te {
	width: 220px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	right: 170px;
}

/*--bradcrumb--*/

#breadcrumb {
	width: 100%;
	background: url(images/bg.gif) repeat-x;
}

#breadcrumb_wrap {
	width: 974px;
	margin: auto;
	height: 20px;
	position:relative;
}

#breadcrumb_wrap h2 {
	color: #FFFFFF;
	border: none;
	font-size: 32px;
	font-weight: normal;
	padding: 20px 0 0 0;
	clear: left;
	margin: 0px;
}

#buton_inscriere {
	float: right;
	margin: 20px 0 0 0;
}
.breadcrumb {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #CCCCCC;
}

.breadcrumb li { 
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
 }
 
.breadcrumb li a {
	background: url(images/bradcrumb.gif) no-repeat right;
	padding: 0 12px 0 0;
	color: #CCCCCC;
	text-decoration: none;
}
.breadcrumb li a:hover { text-decoration: underline;}


/*--content--*/



p { font-size: 12px;
	color: #757575;
	line-height: 17px;
	padding: 10px 0;
}

#content {
	width: 943px;
	background: url(images/content_too.gif) #FFFFFF no-repeat;
	margin: auto;
	padding: 15px 15px 0 15px;
}

#content2 {
	width: 943px;
	background: url(images/content_top.gif) #FFFFFF no-repeat;
	margin: auto;
	padding: 15px 15px 0 15px;
}



/*---Cauta ----*/

#cauta {
	width: 460px;
	background: url(images/cauta_bg.gif) no-repeat ;
	background-position: 0px 30px;
	float: left;	
}

#cauta form {
	padding: 15px 15px 0 15px;
	background: url(images/index_45.gif) no-repeat;
	background-position: 320px 40px;
}

#cauta form label { 
	width: 100px;
	margin: 0 10px 0 0;
	text-align: right;
	display: inline-block;
	float: left;
}

#cauta form .campcautare {
	background: url(images/input.gif) no-repeat;
	width: 155px;
	height: 16px;
	padding: 4px 6px 4px 6px;
	border: none;
	color: #757575;
	float: left;
}



.camptext, #adresa { 
	background: url(images/textarea.gif) no-repeat;
	width: 451px;
	height: 78px;
	padding: 5px;
	border: none 
}

#content2 #comment label { 
	width: auto;
	text-align: left;
	margin: 0 0 0 5px;
}

#cauta form p { clear: both;}

#cauta_bottom {	width: 460px;
	height: 10px;
	background: url(images/cauta_bg.gif) no-repeat bottom left ;}

#cauta h2 { border: none; padding: 5px 0 0 0; float: left;}

.cautareSubmit {
	background: url(images/cauta_buton.gif) no-repeat;
	border: none;
	font-size: 1px;
	color: #FF0000; 
	width: 86px;
	height: 30px;
	margin-left: 110px;
	cursor: pointer;
}

#cauta #tabs {
	width: 460px;
	height: 30px;
	background: url(images/tabs.gif) no-repeat top right;
}

#cauta  #tabs ul {
	width: 350px;
	height: 30px;
	float: right;
}

#cauta  #tabs ul li {
	float: left;
	width: 105px;
}

#cauta  #tabs ul li a {
	width: 105px;
	margin-right: 7px;
	height: 28px;
	display: block;
}

#cauta  #tabs ul li #tab_doctor:hover > #tabs { background-position: top left;}
#cauta  #tabs ul li a:hover > #tabs { background-position: 0 30px;}
#cauta  #tabs ul li #tab_spital:hover > #tabs { background-position: bottom left;}








/*--Doctorul sapt--*/

#doctorul_sapt {
	margin: 0 0 0 15px;
	float: left;
	width: 468px;
}

#doctorul_sapt h3 {
	font-size: 20px;
	font-weight: bold;
}

#doctorul_sapt img {
	float: left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 0 15px 0 0;
}

#doctorul_sapt .rating img {
	margin: 0;
	border: none;
}

.specializare {
	color: #730707;
	font-size: 14px;
	padding: 3px 0 0 0;
}

/*--Articole Blog  Forum---*/

#articole, #blog {
	width: 300px;
	float: left;
	margin: 15px 18px 0 0;
}

#forum {
	width: 300px;
	float: left;
	margin: 15px 0 0 0;
}

.icon {
	float: right;
	margin: -50px 20px 0 0;
}


	
#articole h3, #blog h3 {margin: 10px 0 0 0;}

#articole h3 a, #blog h3 a {
	font-size: 13px;
	color: #000000;
	background: url(images/h3_plus.gif) no-repeat ;
	background-position: 0% 50%;
	padding: 0 0 0 10px;
	text-decoration: none;
	margin: 0 0 10px 0;
}

h3 a:hover { text-decoration: underline;}

#forum ul li a {
	font-size: 13px;
	color: #000000;
	background: url(images/h3_plus.gif) no-repeat ;
	background-position: 0% 50%;
	padding: 0 0 0 10px;
	text-decoration: none;
	margin: 0 0 10px 0;
	font-weight: bold;
	

}

#forum ul li { margin: 15px 0 15px 0;}


/*--Topuri--*/

#topuri { 
	width: 973px;
	margin: 20px 0 0 -15px;
}

.lista_box {
	width: 455px;
	background: url(images/top_background.gif) #E4E4E4 repeat-x;
	border-bottom: #CCCCCC 1px solid;
	padding: 15px;
}

.lista_box ul li {
	width: 227px;
	height: 43px;
	overflow: hidden;
	float: left;
	display: block;
	border-bottom: 1px solid #c1c1c1;
	padding: 5px 0 0 0;
	position: relative;
}

.lista_box ul li img {
	float: left;
	border: #FFFFFF 1px solid ;
	margin: 0 10px 0 0;
}


.lista_box ul li h4 a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px 0 0 0;
}

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

.lista_box ul li p{ font-size: 11px; padding: 5px 0 0 0; }

.loc_top {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 70px;
	color: #CCCCCC;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; }


#content_jos {
	width: 973px;
	height: 9px;
	background:url(images/content_jos.gif) no-repeat;
	margin: 0 0 0 -15px;
}

/*--Lista Doctori--*/

.lista_doctori {
	margin: 20px 0 0 0;
}

.lista_doctori li {
	border-bottom: 1px solid #CCCCCC;
	height: 120px;
	width: 620px;
	margin: 0 0 15px 0;
}

.lista_doctori .premium {
	border: 1px solid #CCCCCC;
	background: url(images/bg_lista_premium.gif)  repeat-x;
	background-position: bottom;
	padding: 10px;
	height: 110px;
	width: 600px;
	position: relative;
}

.premium_corner {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/premium.gif) no-repeat;
	width: 66px;
	height: 66px;
}

.lista_doctori .avatar {
	float: left;
	padding: 2px;
	border: 1px #CCCCCC solid;
	margin: 0 15px 0 0;
}

.lista_doctori h3 {
	font-size: 20px;
}

.lista_doctori h4 {
	font-size: 14px;
	padding: 0 0 5px 0;
}

.lista_doctori h5 {
	font-size: 12px;
	color:#999999;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.lista_doctori p {
	padding: 5px 0;
}

.comment_link {
	background: url(images/comment.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #e00000;
}

#meniuFiltru {
	width: 619px;
	height: 32px;
	background: url(images/filter_bar.gif) no-repeat;
}

#meniuFiltru ul { padding: 10px 0 0 10px;}
#meniuFiltru ul li { float: left;}
#meniuFiltru ul li a { 
	background: url(images/arrow.gif) no-repeat;
	padding: 0 10px 0 20px;
	
}

#paginare {
	font-weight: bold;
	margin: 15px 0;
}

#paginare a {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

.inainte { 
	background: url(images/pagination_arrow.gif) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	display: inline-block;
}

.inapoi{ 
	background: url(images/arrow_left.gif) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	display: inline-block;
}

body #paginare .pag_selected {
	color:#FF0000; 
	text-decoration: underline;
}

/*--Articole--*/

.articol {
	margin: 15px 0 30px 0;
	clear: both;
}

.articol_st {
	float: left;
	width: 120px;
}

.articol_st h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.articol_st h4 { font-size: 12px; padding: 0 0 5px 0;}
.articol_st h5 { font-size: 12px; color:#999999; font-weight: normal;}

.articol_st img {
	padding: 2px;
	border: 1px #CCCCCC solid;
}

.articol_text {
	width: 490px;
	float: right;
}
.articol_text h2 {margin: 0;}

.categorie {
	width: 490px;
	height: 22px;
	background: url(images/citeste_articolul.gif) no-repeat;
	padding: 10px 0 0 0;
	position: relative;
}

.categorie span {
	padding: 20px 0 0 10px;
	font-weight: bold;
	color: #666666;
}

.categorie span a { color: #E00000; font-weight: normal;}
.link_articol {
	width: 120px;
	height: 32px;
	position: absolute;
	right: 0;
	display: block;
	text-indent: -99988px;
	top: 0px;
	}

/*---Col_st---*/

#col_st {
	width: 140px;
	float: left;
	margin: 0 15px 0 0;
}

#col_st img { 
	border: 1px #CCCCCC solid;
	padding: 1px;
	background: #fff;
}

#col_st ul { margin: 20px 0 0 0;}
#col_st ul li { margin: 5px 0 10px 0; }
#col_st ul li a{ color: #e00000;}

.cv_online { background: url(images/cv_online.gif) no-repeat; padding: 0 0 0 20px; line-height: 16px;}
.trimite_mesaj { background: url(images/mesaj_icon.gif) no-repeat; padding: 0 0 0 20px; }




/*--Centru--*/


#centru {
	float: left;
	margin: 0 15px 0 0;
	width: 472px;
}

#tabel_detalii {
	border: 3px solid #CCCCCC;
	margin: 20px 0 20px 0;
	font-size: 12px;
	
}


#tabel_detalii td { padding: 5px 0 10px 5px;}

.td_stanga { border-right: 1px solid #999999; color: #757575;}

.tr1 { background: #ebebeb;}

.td01 { color: #757575; text-align: right; padding: 5px;}


/*--Comentarii--*/

#comentarii { margin: 20px 0 0 0;}

#comentarii_form { margin: 20px 0 0 0;}

.comentariu_titlu { background: #e8e8e8; padding: 7px;}






/*--Inregistrare--*/

.width_460px {	width: 460px;}
.width_460px p { padding: 0;}	
#tabel_preturi tr {	border-bottom: 3px solid #CCCCCC;}
#tabel_preturi { margin: 0 0 20px 0; text-align: center; }
#tabel_preturi tr td {padding: 5px 0 10px 5px;}

#content2 .table_head td {
	background: url(images/doctor_icon.gif) no-repeat;
 	height: 110px;
	padding: 50px 0 0 10px;
}

#content2 .table_head td h3 { color: #E00000;}
#content2 .table_head td .pret { font-size: 34px; color: #595959; font-weight: bold;}
#content2 .table_head td .moneda { font-size: 18px; color: #595959; font-weight: bold;}

.alignleft { text-align: left;}


#stanga { 
	float:left;
	width: 625px;
}




#content2 form label { 
	width: 100px;
	margin: 0 10px 0 0;
	text-align: right;
	display: inline-block;
	float: left;
}

#content2 form .campcautare, .campcautare2 {
	background: url(images/input.gif) no-repeat;
	width: 155px;
	height: 16px;
	padding: 4px 6px 4px 6px;
	border: none;
	color: #757575;
	float: left;
}

.campcautare2 {
	margin-top: 10px;}

#content2 form select  {
	padding: 2px;
	background: #F0F0F0;
	border: 1px solid #AFAFAF;
	}

#content2 form p { clear: both;}

.trimite { 
	background: url(images/trimite.gif);
	width: 82px;
	height: 24px;
	border: none;
	font-size: 1px;
	color: #FF0000;
	margin: 0 0 0 110px;
	cursor: pointer;
	
 }
 
 .trimite2 { 
	background: url(images/trimite.gif);
	width: 82px;
	height: 24px;
	border: none;
	font-size: 1px;
	color: #FF0000;
	cursor: pointer;
	
 }

.msg_error { 
	background: #ffbebe;
	border: 1px solid #E00000;
	color: E00000;
	width: 605px;
	padding: 10px;
	margin: 10px 0 10px 0;
	display: block; 
}

.msg_succes { 
	background: #d6ffb8;
	border: 1px solid #248406;
	width: 605px;
	padding: 10px;
	margin: 10px 0 10px 0;
	display: block; 
}

.imagine_galerie {text-align: center;}

.img_ant, .img_urm {
	width: 32px;
	height: 49px;
	text-indent: -99999px;
	margin: 100px 0 0 0;
}
.img_ant {
	background: url(images/gallery_arrow_left.gif) no-repeat;
	float: left; 
}

.img_urm {
	background:url(images/gallery_arrow_right.gif) no-repeat;
	float: right;
}

.galerie { margin: 20px 0 0 0;}
.galerie img { padding: 1px; border: solid 1px #CCCCCC;}

#mesaje h2 {
	margin: 0 0 5px 0;
}

.mesaj { 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#mesaje li {
	background: url(images/mesaj_icon.gif) no-repeat;
	padding: 0 0 0 25px;
	height: 16px;
	margin: 3px 0;
}

.vezi_tot {
	padding: 0 0 0 15px;
	background: url(images/plus2.gif) no-repeat;
	line-height: 16px;
	
}


/*--Blog--*/

.post h2 a { text-decoration: none; }
.post h2 { margin-bottom: 0; }
.post { margin-bottom: 30px; }
.detalii_post {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 3px 0 0 0;
}

.comentarii_detalii {
	background: url(images/comentarii_detalii.gif) no-repeat;
	width: 615px;
	height: 32px;
	display: block;
}

.comentarii {
	margin: 7px 0 0 30px;
	float: left;
}

.link_post {
	width: 120px;
	height: 32px;
	float: right;
	display: block;
	text-indent: -99999px;
}

.sidepanel h3 {
	font-size: 18px;
	font-weight: bold;
	color: #e00000;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.sidepanel {
	margin: 0 0 20px 0;
}

.sidepanel a {
	color:#066c9e;
	text-decoration: none;
}

#recent-posts ul li {
	padding: 3px 0 3px 20px;
	background: url(images/articol-icon.gif) no-repeat;
	margin: 6px 0;
	
}

#categories ul li {
	padding: 3px 0 3px 20px;
	background: url(images/articol-icon.gif) no-repeat;
	margin: 3px 0;
	width: 130px;
	float: left;
}

#blogroll ul li {
	padding: 3px 0 3px 20px;
	background: url(images/blogroll_icon.gif) no-repeat left center;
	margin: 3px 0;
	width: 130px;
	float: left;
}

#recent_comments ul li {
	padding: 3px 0 3px 20px;
	background: url(images/comment_icon.gif) no-repeat;
	background-position: 0px 5px;
	margin: 3px 0;
	line-height: 16px;
	color: #757575;	
}

#recent_comments ul li a { font-weight: bold;}

.sidepanel ul li {
	padding: 3px 0 3px 0px;
	margin: 3px 0;}



/*--Sidebar--*/

#sidebar {
	width: 300px;
	float: right;
}

#echipa img { 
	float: left;
	border: 1px #CCCCCC solid;
	padding: 1px;
	margin: 0 15px 0 0;
}

#recomandat img { 
	float: left;
	border: #CCCCCC 1px solid;
	padding: 1px;
	margin: 0 10px 0 0;
}

#recomandat li {  display: block; clear: both;}

#recomandat a h4 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

#recomandat .profesie { 
	width: 220px; 
	line-height: 25px; 
	display: block; 
	color: #99282c;
	font-weight: bold;
}

#recomandat .spital { 
	width: 220px; 
	display: block; 
	color: #999999;
	margin: 0 0 20px 0;
}

#recomandat { clear: both;}

body .comment-author {
	font-size: 16px;
	font-weight: bold;
	width: 520px;
}

.comment-meta {
	margin-top: 7px;
	color: #999999;}


/*--Cauta Sidebar--*/
#tabs { 
	width: 301px;
	height: 31px;
	background: url(images/cautare_avansata_tab.gif) no-repeat;
}

#cauta_sidebar {
	background: url(images/cauta_bg_sidebar.gif) no-repeat;
	width: 301px;
	background-position: 0 31px;
	margin: 0 0 20px 0;
}

#cauta_bottom_sidebar {
	background: url(images/cauta_bg_sidebar.gif) no-repeat;
	background-position: bottom;
	width: 301px;
	height: 7px;
}

#cauta_sidebar form {
	width: 274px;
	height: 24px;
	background: url(images/search.gif) no-repeat;
	margin: 12px 0 5px 12px;
}

.camp_cautare_sidebar {
	width: 200px;
	float: left;
	background: none;
	border: none;
	padding: 3px;
}

.buton_cautare_sidebar {
	width: 65px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1px;
	color:#FF0000;
	height: 24px;
	float: right;
	text-indent: -9999px;
}


#tab_cautare {
	width: 80px;
	height: 28px;
	float: left;
	margin-left: 20px;
}

#tab_catare_avansata {
	width: 150px;
	height: 28px;
	float: left;
	margin-left: 10px;
}





/*----Footer---*/

#footer {
	width: 943px;
	margin: auto;
	padding: 0 15px 20px 15px;
}

#footer_logo { 	float:right; }

#footer p { 
	color: #b2b2b2;
	padding-bottom: 0px;}
	
#footer p a { color: #FFFFFF;}
#footer p a:hover { text-decoration: none;}

a { outline: none;}

.clear {clear: both;}
.right { float: right;}
.left { float: left;}




#reclama_text {	margin-top: 20px; float: right;}

.ad_txt {
	border:1px solid #C3D1DC;
	color:#656565;
	display:inline;
	float:left;
	height:150px;
	margin:4px;
	padding:5px;
	width:130px;
}

.ad_txt a { 
	text-decoration: none;
	color: #757575;
}

.ad_txt b {
	color: #066c9e;
}

.ad_cont { line-height: 13px; padding: 5px 0 5px 0; float: left; }

.ad_txt a i { color: #E11111;}

.ad_txt:hover {
	border:1px solid #E11111 ;
	background: #eeeeee;
}

.col_spec {
	width: 193px;
	float: left;
	margin: 0 15px 0 0;
}

.col_spec li {
	margin: 7px 0 5px 0;
	background: url(images/col_li.gif) no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
}

.col_spec li a { text-decoration: none;}

















