﻿@charset "utf-8";
/* CSS Document */

body{
	behavior:url("/css/iepngfix_v2/iepngfix.htc");
}

body
{
	margin:0; padding:0;
	font-family: "Trebuchet MS"; font-size: 12px; color: #282828;
	background:#5b688d;
	
}
input, textarea, button { font-family:"Trebuchet MS"; font-size: 11px; color: #000; border: none; background: none; margin:0; padding:0;}
textarea { overflow: auto; }
a {	outline: none; text-decoration: none; }
a:hover {  }
p, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form, fieldset, legend, table, theah, tbody, blockquote { margin: 0; padding: 0; }
ul { list-style-type: none; }
a img { border: none; }
.clear { clear: both; }
.fl { float:left; }
.fr { float:right; }

#header-top
{
	background:#fff url(../img/bg_header_top.png) repeat-x top left;
	height:40px;
}

#header-bottom
{
	background:#8591b4;
	height:182px;

}

#container
{
	width:960px;
	margin:0 auto;

}

#header-nav
{
	width:960px;
	height:40px;
	margin:0 auto;
}

#logo
{
	width:105px;
	height:10px;
	padding-top:10px;
	float:left;

}

#previous-blog
{
	background:url(../img/separator.png) no-repeat left 10px;
	width:110px;
	padding-left:10px;
	float:left;
	padding-top:15px;
	height:25px;
}

#previous-blog a
{
	background:url(../img/arrow_left.png) no-repeat left top;
	padding-left:15px;
	height:16px;
	display:block;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height: 12px;
	color:#fff;
}

#next-blog
{
	background:url(../img/separator.png) no-repeat right center;
	width:100px;
	padding-right:10px;
	float:left;
	padding-top:15px;
	height:25px;
}

#next-blog a
{
	background:url(../img/arrow_right.png) no-repeat right top;
	padding-right:13px;
	height: 16px;
	display:block;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:12px;
	color:#fff;
	width:85px;
}

#header-cont
{
	float:right;
	width:240px;

}

#dashboard
{
	float:left;
	background:url(../img/separator.png) no-repeat right center;
	height:35px;
	padding-right:10px;
	margin-top:3px;
	padding-left:10px;
}


#logout{
float:left;
padding-left:6px;
}

#logout a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	padding-top:11px;
	display:block;
	padding-left:3px;
	padding-left:3px;
	text-left:left;
}

#dashboard a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	padding-top:8px;
	display:block;
	text-align:right;

}


#header-search
{
	float:left;
	width:250px;
	text-align:center;
}

.search-input
{
	width:160px;
	height:12px;
	padding-top:10px;
	margin:0 auto;
}

.search-input-button
{
	width:20px;
	height:20px;
	float:left;
}

.search-input-field
{
	width:100px;
	height:16px;
	background:url(../img/input_search_new.png) no-repeat;
	padding:2px 3px 2px 0px;
	float:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#646464;
}

#header
{
	width:960px;
	position:relative;
	margin:0 auto;
}

#header-image
{
	background:url(../img/header.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:-5px;
	width:310px;
	height:182px;
}


#header-image2
{
	background:url(../img/header2.png) no-repeat top left;
	position:absolute;
	top:0px;
	right:-7px;
	width:310px;
	height:213px;
}


.header-banner{
	border-bottom:1px solid #2b3244;
	background:#8591b4;
	height:115px;
	padding-top:10px;
	text-align:center;
}

.banner-header{
	width:730px;
	margin:0 auto;
	margin-left:430px;
}

#footer
{
	background:url(../img/footer.jpg) no-repeat top right;
	width:750px;
	height:280px;
	margin:0 auto;
}

#banner
{
	margin:12px 0;
	text-align:right;
	margin-right:30px;
}

#content
{
	width:960px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#maincol
{
	width:640px;
	float:left;
}

* html #maincol {
overflow: hidden;
} 

#rightcol
{
	width:300px;
	float:right;
}

* html #rightcol {
overflow: hidden;
} 

.tag-col
{
	width:150px;
	float:left;
}

.content-col
{
	width:490px;
	float:right;
}

.data
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#99a2b9;
	text-align:right;
	margin-top:25px;
	font-weight:bold;
}

.tag
{
	margin-top:10px;
	text-align:right;
}

.tag p a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#f2ebcd;
}

.articol
{
	width:440px;
	margin-left:50px;
}

h2.titlu-articol
{
	width:360px;
	float:left;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#f7f9fb;
	margin-top:10px;
}

h2.titlu-articol a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#f7f9fb;
}

.comentarii
{
	width:80px;
	float:right;
	margin-top:20px;
	text-align: right;
}

.comentarii a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffd500;
	font-weight:bold;
}

.text-articol
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	text-align:justify;
	margin:15px 0 20px 0;
}

.text-articol a
{
	color:#FFD500;
}

.text-articol img
{
	background:#ece7ce;
	padding:11px;
	margin-bottom:10px;
}

div.titlu-rightcol
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#f7f9fb;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:4px solid #f7f9fb;
	padding-bottom:10px;
}


div.titlu-rightcol-first
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#f7f9fb;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:4px solid #f7f9fb;
	padding-bottom:13px;
}


div.titlu-centercol
{
	color:#f7f9fb;
	margin-bottom:10px;
	margin-top:19px;
	border-bottom:4px solid #f7f9fb;
	padding-bottom:5px;
}

*+html div.titlu-centercol
{
height:30px;
}

.box-right
{
	width:300px;
	border-bottom:2px solid #6b7798;
	margin-bottom:24px;
}

.box-right-noborder
{
	width:300px;
	margin-bottom:24px;
}

.box-advert-right{

	border-bottom:2px solid #6b7798;
	padding-bottom:15px;
	margin-bottom:24px;
}

.form-search
{
	margin-top:10px;
}

.input-search
{
	float:left;
	width:190px;
}

.input-search input
{
	width:165px;
	height:20px;
	border:1px solid #000;
	padding:5px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#282828;
	font-weight:bold;
	background:#fdfdfd;
}

.buton-search
{
	width:109px;
	height:32px;
	float:left;
}

.text-filter
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:15px;
	color:#ece7ce;
}

.checkbox-filter
{
	text-align:left;
	margin:10px 0;
}

.checkbox-filter input
{
	float:left;
	margin-right:5px;
	margin-top:2px;
	text-align:left;
}

.checkbox-filter p
{
	float:left;
	padding-right:20px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ece7ce;
	font-weight:bold;
}

*+ html .checkbox-filter p 
{
	margin-top:3px;
}

* html .checkbox-filter p
{
	margin-top:3px;
}

.rss-button
{

	width:108px;
	margin-right:7px;
}

.report-button
{

	width:150px;
	margin-right:7px;
}

.block-button
{
	float:left;
	margin-right:7px;
}

.block-text
{
	float:left;
	width:95px;
	margin-top:3px;
}

.block-text a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:9px;
	color:#a9b1c4;
	text-decoration:underline;
}

.border-box{
border-bottom:2px solid #6b7798;
padding-bottom:7px;
padding-top:10px;
}

.border-box-center{
border-bottom:2px solid #6b7798;
padding-bottom:19px;
padding-top:10px;
}

.mb10
{
	margin-bottom:10px;
}

.ml10
{
	margin-left:10px;
}

.activity-feed-first
{
  padding:7px 0 7px 0;
}

.activity-feed
{

	padding:7px 0 7px 0;
	border-top:2px solid #6b7798;
}

.activity-data
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#a9b1c4;
}

.activity
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

.activity a
{
	color:#ffd500;
}

.box-friends
{
	width:280px;
	margin:10px 7px 10px 0px;
}

.box-friends ul li
{
	float:left;
	display:block;
	width:24px;
	margin-right:4px;
}

.blogroll-first
{
	padding:7px 0 7px 0;
}

.blogroll-other
{
	padding:7px 0 7px 0;
	border-bottom:2px solid #6b7798;
}

.blogroll a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffd500;
	font-weight:bold;
}

.website-blogroll
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#a9b1c4;
}

.about-me
{
	width:300px;
	margin:10px 0px 10px 0;
}

.poza-about
{
	float:left;
	width:100px;
	margin-right:8px;
}

.poza-about img
{
	border:1px solid #ece7ce;
}

.details-about
{
	width:170px;
	float:left;
}

.nume, .nume a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:17px;
	color:#ffd500;
}

.info
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color:#a9b1c4;
}

.text-detalis-about
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	text-align:justify;
	margin:10px 0 17px 0;
	line-height:14px;
}

.mt10
{
	margin-top:10px;
}

.mt5
{
	margin-top:5px;
}

.leftcol
{
	width:160px;
	float:left;
	margin-right:10px;
}

.centercol
{
	width:440px;
	margin-left: 20px;
	float:left;
}

.box-actions
{
	width:158px;

	margin:10px 0 15px 0;
}

.meniu-actions
{
	/*width:135px;*/
	margin-left:0px;
	border-bottom:2px solid #6b7798;
	padding:10px 0;
}

.line-content-tools
{
	border-bottom:2px solid #6b7798;
	padding:10px 0;
}

.line-content-tools-small
{
	border-bottom:2px solid #6b7798;
	padding:7px 0 4px 0;
}



.meniu-actions-last
{
	/*width:135px;*/
	margin-left:0px;
	padding:10px 0;
}

a.send-message-menu
{
	background:url(../img/send_message_button.png) no-repeat 0px 3px;
	height:14px;
	display:block;
	padding-left:20px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

a.send-message-menu:hover
{
	background:url(../img/send_message_button_hover.png) no-repeat 0px 3px;
	color:#d6b409;
}

a.send-smiley-menu
{
	background:url(../img/smiley.png) no-repeat 0px 3px;
	height:16px;
	display:block;
	padding-left:20px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

a.send-smiley-menu:hover
{
	background:url(../img/smileybis.png) no-repeat 0px 3px;
	color:#d6b409;
}

a.add-comment-menu
{
	background:url(../img/add_comment.png) no-repeat 0px 3px;
	height:18px;
	display:block;
	padding-left:20px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

a.add-comment-menu:hover
{
	background:url(../img/add_comment_hover.png) no-repeat 0px 3px;
	color:#d6b409;
}


a.view-foto-video
{
	background:url(../img/sageata.png) no-repeat 0px 3px;
	height:14px;
	display:block;
	padding-left:20px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

a.view-foto-video:hover
{
	background:url(../img/sageata_hover.png) no-repeat 0px 3px;
	color:#d6b409;
}

a.block-user-menu
{
	background:url(../img/block_user.png) no-repeat 0px 3px;
	height:15px;
	display:block;
	padding-left:20px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

a.block-user-menu:hover
{
	background:url(../img/block_user_hover.png) no-repeat 0px 3px;
	color:#d6b409;
}

a.report-profile-menu
{
	background:url(../img/report.png) no-repeat 0px 3px;
	height:15px;
	display:block;
	padding-left:20px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

a.report-profile-menu:hover
{
	background:url(../img/report-hover.png) no-repeat 0px 3px;
	color:#d6b409;
}

.box-profil
{
	width:440px;
	margin:10px 0;
}

.box-about-me{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:2px solid #6b7798;
}

.about-me-profil
{
	width:440px;
}

.profil-about-me-profil
{
	width:470px;
}

.poza-profil
{
	float:left;
	width:150px;
	margin-right:10px;
}

.alte-poze-profil
{
	margin:10px 0 5px 0;
}

.alte-poze-profil ul li
{
	float:left;
	display:block;
	width:45px;
	margin-right:5px;
}

.poza-profil img, .alte-poze-profil img
{
	border:1px solid #e3e0ca;
}

.details-profil
{
	width:280px;
	float:left;
}

.view-all
{
	margin-bottom:10px;
}

.view-all a
{
	color:#c9ceda;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
}

/*raluca gligore-css*/

.text-detalis-about-border
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-align:justify;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	border-bottom:2px solid #6b7798;
	padding-bottom:8px;
}

h2.titlu-rightcol-left
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#282828;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
}

.nume-float a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#ffd500;
	font-weight:bold;
}

.nume-float
{
	float:right;
	padding-top:10px;
}

.alte-poze-mari-profil
{
	margin:10px 0 5px 0;
}

.alte-poze-mari-profil ul li
{
	float:left;
	display:block;
	width:75px;
	margin-right:10px;
}

.about-me-profil-border
{
	width:440px;
	margin:10px 10px 10px 0;
	padding-bottom:8px;
	border-bottom:2px solid #6b7798;
}

.about-me-profil-border-large
{
	margin:10px 10px 10px 0;
	padding-bottom:8px;
	border-bottom:2px solid #6b7798;
}

.box-info-photos
{
 width:415px;
 height:33px;
 background:url(../img/box-bck.png) no-repeat top left;
 margin-top:3px;
 margin-bottom:8px;
}

.view-all-float
{
	float:left;
	padding-top:12px;
	padding-left:5px;
}

.view-all-float a
{
	color:#91928e;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
}

.view-all-right
{
	float:left;
	padding-top:3px;
	padding-left:8px;
}

.view-all-right a
{
	color:#91928e;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
}

.comentarii-farafloat
{
	width:80px;
	margin-left:8px;
}

.comentarii-farafloat a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffd500;
	font-weight:bold;
}


.comentarii-farafloat2
{
	width:80px;
	float:left;
}

.comentarii-farafloat2 a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffd500;
	font-weight:bold;
	margin-top:3px;
}


.date-com-profil
{
	float:left;
	width:75px;
	margin-right:10px;
}

.poza-profil-mica
{
	width:75px;
}

.text-profil
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	text-align:justify;
	background:url(../img/bg_profile_comments.png) no-repeat left top;
	float:left;
	width:355px;
	padding-left:5px;
	padding-right:5px;
	height:104px;
	position:relative;
}


.details-profil-mare
{
	width:440px;
	float:left;
}

.date
{
  width:280px;
}


.submit
{
 width:70px;
 float:right;
 margin-top:30px;
 margin-right:7px;
}


.div-textarea
{
 /*margin-left:10px;*/
 /*width:360px; */
 height:73px; 
 margin-bottom:10px;
 margin-top:0px;
 float:left;
}

* html .div-textarea
{
	margin-left:5px;
}

.div-textarea textarea
{
	border:1px solid #d0d2cc;
	color:#666666;
 	padding-left:5px;
	width:433px;
	height:73px;
	background:#fff;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#91928e;
}
/*raluca gligore-css*/

h2.titlu-profil
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#f7f9fb;
	margin-top:10px;
	float:left;
}

#nume-header
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:30px;
	font-weight:bold;
	color:#f7f9fb;
	position:absolute;
	top:31px;
	left:315px;
	text-align:center;
	border-bottom:2px solid #a7b0c9;
	padding-bottom:4px;
	width: 645px;
	text-align:right;
}

#nume-header a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:40px;
	font-weight:bold;
	color:#f7f9fb;
}

#header-bottom-text
{
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:center;
}

#text-header
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:15px;
	color:#f7f9fb;
	position:absolute;
	top:95px;
	left:316px;
	width: 645px;
	text-align:right;
	text-transform:uppercase;
}

.data-comentariu
{
	color:#a3aabf;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:2px;
}

.detaliu-galerie
{
	background:#7c86a4;
	width:395px;
	height:19px;
	padding:3px 10px;
	color:#c9ceda;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	position:relative;
	margin:10px 0;
}

.detaliu-galeriebis
{
	background:#7c86a4;
	width:395px;
	height:19px;
	padding:3px 10px;
	color:#c9ceda;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	position:relative;
	margin-top:10px;
}

.detaliu-galerie span
{
	color:#ffd500;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
}

.indicator
{
	position:absolute;
	top:-9px;
}



/*css detaliu articol*/

.box-comments
{
	width:440px;
	margin:10px 0;
}



.box-comment
{
 width:360px; 
 height:73px; 
 margin-bottom:10px;
 margin-top:10px;
}

.box-comment textarea
{
	border:1px solid #d0d2cc;
	color:#666666;
 	padding-left:5px;
	width:470px;
	height:73px;
	background:#fff;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#91928e;
}


.new-bubble-comments
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#fff;
	text-align:justify;
	background-color:#f0f6e2;
	float:left;
	width:345px;
	background:#79849e url(../img/new-bubble-bottom.png) no-repeat bottom left;
	padding:5px 5px 30px 5px;
	position:relative;
}

.new-data-comentariu
{
color:#a3aabf;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	position:absolute;
	bottom:5px;
	left:0px;
}

.inp-comment
{
 /*margin-left:10px;*/
 width:180px; 
 height:20px; 
 margin-bottom:10px;
 margin-top:10px;
 background:#fff;
 border:1px solid #D0D2CC;
}


.inp-comment input
{
	
	color:#91928E;
 	padding-left:5px;
	width:175px;
	height:20px;
	font-size:12px;
}

/*add friend*/

.add_friend{
	border:1px solid #FFC62E;
	padding:10px;
	
}

.mesaj_text{
	border:1px solid #FFC62E;
	color:#fff;
}

.friend_actions{
	margin-top:5px;
}

.small_button{
	background:#FFC62E;
	padding:2px;
	color:#fff;
}

.profil_subtitle{
	color:#fff;
}

.profil_mesaj{
	color:#fff;
}

.video-titlu{
	color:#FFD500;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	font-weight:bold;
	
	
}

.video-data{
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	margin-left:5px;
		
}

.video-back, .video-thumb{
	width:42px;
	height:42px;
	float:left;
}

.video-back a{
	text-indent:-10000em;
	background:url(../img/video.png) no-repeat top left;
	display:block;
	width:36px;
	height:42px;
}

.mt10wl{
	margin-top:10px;
	width:200px !important;
}

.video-det{
	width:150px;
	float:left;
}

.paginare
{
	margin:15px 0;
	float:right;
}

.paginare ul
{
	list-style-type:none;
}

.paginare ul li
{
	float:left;
	width:25px;
	margin-right:5px;
}

.paginare ul li a
{
	width:23px;
	height:19px;
	display:block;
	border:1px solid #6a7797;
	background:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5f6887;
	padding-top:4px;
}

.paginare ul li a.current
{
	width:23px;
	height:19px;
	display:block;
	border:1px solid #6a7797;
	background:#6a7799;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	padding-top:4px;
}

/*header-login*/
.autentificare
{
float:left;
width:80px;
margin-right:5px;
margin-top:5px;
}

.cont-nou
{
float:left;
width:60px;
margin-top:5px;
}


.text-mic-grey a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
font-weight:normal;
}

.text-mic-grey
{
 float:left;
 margin-right:5px;
 padding-top:9px;
}

.div-input
{
background:url(../img/username-blog.png) no-repeat top left;
width:102px;
height:20px;
float:left;
margin-right:5px;
margin-top:5px;
}

.div-input input
{
width:96px;
height:14px;
padding:3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
font-weight:normal;
}

h2.titlu-search
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:25px;
	color:#f7f9fb;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	margin-left:200px;
}

.autor-comentariu
{
	float:left;
	width:355px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffc671;
	font-weight:bold;
}

.autor-comentariu a
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffc671;
	font-weight:bold;
}


/* ------------------------ RATING PROFIL ------------------------ */

.star-rating
{
	margin:0;
	padding:0;
	width:70px;
	height:13px;
	position:relative;
	background:url(../img/star.png) repeat-x top left;
	float: left;
	overflow: hidden;
	margin-bottom: 3px;
}

.star-rating li
{
	margin:0;
	padding:0;
	float:left;
}
.star-rating .voted
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../img/star.png)  0 -13px repeat-x;
	height: 13px;
}

.star-rating li a
{
	display:block;
	width:14px;
	height:13px;
	text-indent:-9999px;
	z-index:20;
	position:absolute;
	padding:0;
	overflow: hidden;
}
.star-rating li a:hover
{
	background:url(../img/star.png) 0 -26px;
	z-index:1;
	left:0px;
	top:0;	
}

.star-rating a.one-star
{
	left:0px;
}

.star-rating a.one-star:hover
{
	width:14px;
}

.star-rating a.two-stars
{
	left:14px;
}

.star-rating a.two-stars:hover
{
	width:28px;
}

.star-rating a.three-stars
{
	left:28px;
}

.star-rating a.three-stars:hover
{
	width:42px;
}

.star-rating a.four-stars
{
	left:42px;
}

.star-rating a.four-stars:hover
{
	width:56px;
}

.star-rating a.five-stars
{
	left:56px;
}

.star-rating a.five-stars:hover
{
	width:70px;
}
