/*	=================================================================================  GLOBAL  */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFF;
	font: 11px Verdana, Tahoma, sans-serif;
	color: #333333;
	margin-top: 26px;
	}

a {
	color: #ee2c43;
	text-decoration: none;
	}

a.vcard {
	color: #ff7400;
	}

a:active, a:focus {
	outline: none;
	}

a:hover {
	color: #333;
	}

p {
	line-height: 16px;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	}

.outer {
	min-width: 967px;
	}

.inner {
	width: 967px;
	margin: 0 auto;
	}

.inner .left {
	width: 222px;
	float: left;
	}

.inner .right {
	width: 728px;
	float: right;
	}

.clear {
	height: 0;
	font-size: 0;
	line-height: 0px;
	clear: both;
	}

.tl {
	position: absolute;
	width: 3px;
	height: 3px;
	left: -1px;
	top: -1px;
	}

.tr {
	position: absolute;
	width: 3px;
	height: 3px;
	right: -1px;
	top: -1px;
	}

.bl {
	position: absolute;
	width: 3px;
	height: 3px;
	left: -1px;
	bottom: -1px;
	}

.br {
	position: absolute;
	width: 3px;
	height: 3px;
	right: -1px;
	bottom: -1px;
	}

/*	=================================================================================  HEADER  */

.outer#header {
	background-color: #F3F3F3;
	border-bottom: 4px solid #40515B;
	}

.outer#header .inner #smsg {
	position: relative;
	background-color: #FAFAFA;
	text-align: center;
	font-size: 10px;
	color: #CFCFCF;
	border: 1px solid #E5E5E5;
	border-top-width: 0;
	padding: 1px 0 3px 0;
	margin-bottom: 17px;
	}

.outer#header .inner .left #identity {
	position: relative;
	height: 106px;
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
	border-bottom-width: 0;
	text-align: center;
	}

.outer#header .inner .left #identity .shadow {
	position: absolute;
	width: 5px;
	height: 102px;
	left: -6px;
	top: 2px;
	}

.outer#header .inner .left #identity #logo {
	margin-top: 34px;
	border-width: 0;
	}

.outer#header .inner .right {
	position: static;
	}

.outer#header .inner .right #topZone {
	height: 90px;
	background-color: #FFF;
/*
	overflow: hidden;
*/
	}

.outer#header .inner .right #topZone #topAd {
	position: absolute;
	z-index: 500;
/*
	overflow: hidden;
*/
	}

.inner#nav {
	margin-top: -4px;
	margin-bottom: 23px;
	}

.inner#nav .left #stats {
	position: relative;
	height: 28px;
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
	border-top: 4px solid #F1F3F5;
	text-align: center;
	line-height: 26px;
	color: #BBB;
	}

.inner#nav .left #stats a {
	color: #BBB;
	}

.inner#nav .right #menu {
	height: 33px;
	position: relative;
	background-color: #000;
	background: #000 url(../img/menu_bgrd.png) repeat-x;
	}

.inner#nav .right #menu .bl {
	left: 0;
	bottom: 0;
	}

.inner#nav .right #menu .br {
	right: 0;
	bottom: 0;
	}

.inner#nav .right #menu a {
	display: block;
	float: left;
	height: 33px;
	padding-left: 19px;
	padding-right: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #95A0A8;
	line-height: 30px;
	background: url(../img/menu_delimiter.png) no-repeat top right;
	}

.inner#nav .right #menu a:hover {
	color: #EEE;
	}

.inner#nav .right #menu a.selected {
	color: #EEE;
	}

.inner#nav .right #menu form {
	margin: 0;
	padding: 0;
	text-align: left;
	}

.inner#nav .right #menu form #keywords {
	float: left;
	margin-top: 7px;
	margin-left: 20px;
	border: 1px solid #000;
	padding: 1px 3px 2px 3px;
	width: 130px;
	font: 11px Verdana, Tahoma, sans-serif;
	color: #BBB;
	}

.inner#nav .right #menu form .highlighted#keywords {
	color: #333;
	}

.inner#nav .right #menu form #cautare-submit {
	margin-top: 10px;
	margin-right: 17px;
	margin-left:3px;
	
	width: 10px;
	height: 10px;
	border-width: 0;
	float: right;
	background: url(../img/menu_search.gif) no-repeat 0 0;
	cursor: pointer;
	}

.inner#nav .right #menu form #cautare-submit:hover {
	background-position: 0 -10px;
	}

.inner#nav .right #overlayZone {
	position: absolute;
	z-index: 400;
	width: 728px;
	margin-right: 0;
	margin-top: 23px;
	display: none;
	}

/*	=================================================================================  PRIMARY  */

.inner#primary {
	margin-bottom: 7px;
	}

/*	=================================================================================  PRIMARY  > Left	*/

.inner#primary .left .box-header {
	color: #95A0A8;
	height: 30px;
	line-height: 28px;
	background: #000 url(../img/box_header_bgrd.png) repeat-x;
	position: relative;
	padding: 0 10px;
	}

.inner#primary .left .box-header h5.selected {
	background: url(../img/box_header_sel.png) no-repeat 100% 7px;
	color: #EEE;
	}

.inner#primary .left .box-header .tl {
	top: 0;
	left: 0;
	}

.inner#primary .left .box-header .tr {
	top: 0;
	right: 0;
	}

.inner#primary .left .box-header .bl {
	bottom: 0;
	left: 0;
	}

.inner#primary .left .box-header .br {
	bottom: 0;
	right: 0;
	}

.inner#primary .left .box-content {
	padding: 13px 8px;
	background-color: #FDFDFD;
	border: 1px solid #D9D9D9;
	border-top-width: 0;
	}

.inner#primary .left .box-content#filters {
	padding-top: 19px;
	padding-bottom: 16px
	}

.inner#primary .left .box-content#advertising {
	padding: 15px 10px;
	}

.inner#primary .left .box-content#advertising div {
	margin-bottom: 10px;
	}

.inner#primary .left .box-content#advertising a img {
	border-width: 0;
	}

.inner#primary .left .box-content#advertising div#arbomedia {
	margin-bottom: 0;
	border: 1px solid #F5F5F5;
	background-color: #FFF;
	padding: 19px 19px 9px 19px !important;
	padding-bottom: 7px;
	text-align: center;
	}

.inner#primary .left .box-content#sticky {
	padding: 15px 10px;
	}

.inner#primary .left .box-content#sticky div {
	margin-bottom: 10px;
	}

.inner#primary .left .box-content#sticky a img {
	border-width: 0;
	}

.inner#primary .left .box-content#bancpost-smart {
	padding: 15px 10px;
	}

.inner#primary .left .box-content#bancpost-smart div {
	margin-bottom: 10px;
	}

.inner#primary .left .box-content#bancpost-smart a img {
	border-width: 0;
	}

.inner#primary .left .box-content.partners {
	padding: 15px 10px;
	}

.inner#primary .left .box-content.partners div {
	margin-bottom: 10px;
	}

.inner#primary .left .box-content.partners a img {
	border-width: 0px;
	}

.inner#primary .left .box-content#partners_of {
	padding: 15px 10px;
	}

.inner#primary .left .box-content#partners_of div {
	margin-bottom: 10px;
	}

.inner#primary .left .box-content#partners_of a img {
	border-width: 0;
	}

.inner#primary .left .box-content#massmedia {
	padding: 15px 10px;
	}

.inner#primary .left .box-content#massmedia div {
	margin-bottom: 10px;
	}

.inner#primary .left .box-content#massmedia a img {
	border-width: 0;
	}

.inner#primary .left #social {
	padding-top: 5px;
	padding-bottom: 17px;
	}

.inner#primary .left #social a.bookmark {
	float: left;
	}

.inner#primary .left #social a.bookmark img {
	width: 108px;
	height: 22px;
	border-width: 0;
	}

.inner#primary .left #social a.rss-feed {
	float: right;
	}

.inner#primary .left #social a.rss-feed img {
	width: 106px;
	height: 22px;
	border-width: 0;
	}

.inner#primary .left .box-content ul {
	list-style-type: none;
	}

.inner#primary .left .box-content ul li {
	width: 100%;
	overflow: hidden;
	}

.inner#primary .left .box-content ul li a {
	display: block;
	width: 90%;
	padding: 6px 0 7px 15px;
	
	border-bottom: 1px dashed #DDD;
	background: url(../img/list_arrow.gif) no-repeat 0 11px;
	}

.inner#primary .left .box-content ul li a.selected {
	color: #333;
	background: url(../img/list_check.gif) no-repeat 0 12px;
	}

.inner#primary .left .box-content ul li.first a {
	padding-top: 0;
	background-position: 0 5px;
	}

.inner#primary .left .box-content ul li.first a.selected {
	padding-top: 0;
	color: #333;
	background: url(../img/list_check.gif) no-repeat 0 6px;
	}

.inner#primary .left .box-content ul li.single a {
	padding-top: 0;
	padding-bottom: 1px;
	background-position: 0 5px;
	border-bottom-width: 0;
	}

.inner#primary .left .box-content ul li.single a.selected {
	padding-top: 0;
	padding-bottom: 1px;
	border-bottom-width: 0;
	color: #333;
	background: url(../img/list_check.gif) no-repeat 0 6px;
	}

.inner#primary .left .box-content ul li.last a {
	padding-bottom: 1px;
	border-bottom-width: 0;
	}

.inner#primary .left .box-content ul li.last a.selected {
	padding-bottom: 1px;
	border-bottom-width: 0;
	color: #333;
	background: url(../img/list_check.gif) no-repeat 0 12px;
	}

.inner#primary .left .box-content ul li a span {
	color: #333;
	}

.inner#primary .left .box-content a.filters-caption-collapsed {
	display: block;
	height: 25px;
	line-height: 23px;
	background: #FCFCFC url(../img/filters_caption_arrow.png) no-repeat 100% 0;
	border: 1px solid #EAEAEA;
	border-bottom-width: 0;
	padding-left: 6px;
	color: #333;
	margin-top: -1px;
	}

.inner#primary .left .box-content a.filters-caption-collapsed:hover {
	background: #FCFCFC url(../img/filters_caption_arrow.png) no-repeat 100% -25px;
	}

.inner#primary .left .box-content a.filters-caption-expanded {
	display: block;
	height: 25px;
	line-height: 23px;
	background: #FCFCFC url(../img/filters_caption_arrow.png) no-repeat 100% -50px;
	border: 1px solid #EAEAEA;
	border-bottom-width: 0;
	padding-left: 6px;
	color: #333;
	margin-top: -1px;
	}

.inner#primary .left .box-content a.filters-caption-expanded:hover {
	background: #FCFCFC url(../img/filters_caption_arrow.png) no-repeat 100% -75px;
	}

.inner#primary .left .box-content .filters-values {

	position: static;
	background-color: #FFF;
	border: 1px solid #EAEAEA;
	border-top-width: 0;
	margin-bottom: -1px;
	padding: 3px 0;
	min-height: 1px;
	}


.inner#primary .left .box-content .filters-values ul li ul {
	position: absolute;
	display: none;
	border: 1px solid #EAEAEA;
	width: 170px;
	background-image: url(../img/transp_dot.png);
	right: -166px;
	margin-top: -13px;
	}

.inner#primary .left .box-content .filters-values ul {
	list-style-type: none;
	position: relative;
	}

.inner#primary .left .box-content .filters-values ul li {
	width: 100%;
	overflow: hidden;
	}

.inner#primary .left .box-content .filters-values ul li a {
	display: block;
	width: 100%;
	padding: 6px 0 6px 21px;
	border-bottom: 1px dashed #D6D6D6;
	background: url(../img/list_arrow.gif) no-repeat 7px 11px;
	}

.inner#primary .left .box-content .filters-values ul li a.grayed {
	color: #949CA0;
	cursor: help;
	}

.inner#primary .left .box-content .filters-values ul li a.selected {
	color: #333;
	background: url(../img/list_check.gif) no-repeat 7px 12px;
	}

.inner#primary .left .box-content .filters-values ul li.last a {
	border-bottom-width: 0;
	}

.inner#primary .left .box-content .filters-values ul li.last ul li a {
	border-bottom-width: 1px;
	}

.inner#primary .left .box-content .filters-values ul li.last ul li a.selected {
	border-bottom-width: 1px;
	}

.inner#primary .left .box-content .filters-values ul li.last ul li.last a {
	border-bottom-width: 0;
	}

.inner#primary .left .box-content .filters-values ul li.last a.selected {
	border-bottom-width: 0;
	color: #333;
	background: url(../img/list_check.gif) no-repeat 7px 12px;
	padding-bottom: 6px;
	}

.inner#primary .left .box-content .filters-values ul li a.over {
	color: #333;
	}

.inner#primary .left .box-content form {
	padding-top: 18px;
	text-align: right;
	float: left;
	}

.inner#primary .left .box-content form div.input-wraper {
	background-color: #FFF;
	border: 1px solid #EAEAEA;
	margin-bottom: 8px;
	text-align: left;
	width: 202px;
	position: relative;
	}

.inner#primary .left .box-content form div.input-wraper#filter-rata-maxima {
	padding: 3px 6px 4px 6px !important;
	padding: 2px 6px 3px 6px;
	width: 190px;
	background-color: #FCFCFC;
	}

.inner#primary .left .box-content form div.input-wraper input {
	border-width: 0;
	padding: 3px 6px 4px 6px !important;
	padding: 2px 6px 3px 6px;
	width: 165px;
	font: 11px Verdana, Tahoma, sans-serif;
	background: none;
	background-color: transparent;
	}

.inner#primary .left .box-content form div.input-wraper input.selected {
	font-weight: bold;
	}

.inner#primary .left .box-content form div.input-wraper img.convertor-ico {
	float: right;
	margin-right: 3px;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	}

.inner#primary .left .box-content form #filtrare-submit {
	width: 79px;
	height: 21px;
	border-width: 0;
	margin-top: 8px;
	background: url(../img/primary_aplica.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .left .box-content form #filtrare-submit:hover {
	background-position: 0 -21px;
	}
/* adaugat pt filtrare 'Valabile in' */
.inner#primary .left .box-content .filters-values form {
width: 100%;
	padding: 0;
	margin: 0;
	text-align: right;
	margin-top: 2px !important;
	margin-top: 7px;
	}

.inner#primary .left .box-content .filters-values form ul li {
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px dashed #D6D6D6;
	text-align: left;
	}

.inner#primary .left .box-content .filters-values form ul li input {
	padding: 0;
	margin: 0;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-left: 7px;
	}

.inner#primary .left .box-content .filters-values form ul li label {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 2px;
	}

.inner#primary .left .box-content .filters-values form ul li img {
	float: right;
	cursor: help;
	width: 17px;
	height: 15px;
	margin-right: 7px;
	}

.inner#primary .left .box-content .filters-values form #filtrare-submit {
	width: 79px;
	height: 21px;
	border-width: 0;
	margin-top: 12px;
	margin-right: 7px;
	margin-bottom: 11px;
	background: url(../img/primary_aplica.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .left .box-content .filters-values form #filtrare-submit:hover {
	background-position: 0 -21px;
	}

/* end pt filtrare valabile in*/
.inner#primary .left .box-footer {
	position: relative;
	height: 17px;
	background: url(../img/box_footer_shadow.png) no-repeat 100% 0;
	}

.inner#primary .left .box-footer-selected {
	position: relative;
	height: 17px;
	}

.inner#primary .left .box-footer .tl, .inner#primary .left .box-footer-selected .tl {
	top: -3px;
	left: 0;
	}

.inner#primary .left .box-footer .tr, .inner#primary .left .box-footer-selected .tr {
	top: -3px;
	right: 0;
	}

.inner#primary .left .box-content .exchange {
	width: 100%;
	margin-bottom: 15px;
	margin-top: -4px;
	color: #555;
	}

.inner#primary .left .box-content .exchange td {
	padding: 6px 0;
	border-bottom: 1px dashed #DDD;
	}

.inner#primary .left .box-content .exchange td img {
	margin-right: 7px;
	width: 7px;
	height: 6px;
	}

.inner#primary .left .box-content .exchange td.cod {
	padding-right: 3px;
	padding-left: 1px;
	}

.inner#primary .left .box-content .exchange td.valoare {
	text-align: right;

	word-spacing: 2px;
	}

.inner#primary .left .box-content .exchange td.variatie {
	text-align: right;
	padding-right: 1px;
	}

.inner#primary .left .box-content .exchange-submit {
	display: block;
	width: 79px;
	height: 21px;
	margin-bottom: 4px;
	background: url(../img/primary_detalii.png) no-repeat 0 0;
	float: right;
	}

.inner#primary .left .box-content .exchange-submit:hover {
	background-position: 0 -21px;
	}


/*	=================================================================================  PRIMARY  > Right	*/

.inner#primary .right #apply-decision {
	width: 315px;
	height: 21px;
	margin: 20px auto 8px auto;
	}

.inner#primary .right #apply-decision a {
	display: block;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	}

.inner#primary .right #apply-decision a.apply-pf {
	background-image: url(../img/primary_apply_pf.png);
	width: 140px;
	float: left;
	}

.inner#primary .right #apply-decision a.apply-pj {
	background-image: url(../img/primary_apply_pj.png);
	width: 155px;
	float: right;
	}

.inner#primary .right #apply-decision a:hover {
	background-position: 0 -21px;
	}

.inner#primary .right div#arbomedia-mr {
	float: right;
	padding: 0;
	margin: 0;
	width: 300px;
	height: 250px;
	background: #FCFCFC url(../img/arbo_mr_bgrd.gif) no-repeat center center;
	border: 1px solid #F5F5F5;
	overflow: hidden;
	}

.inner#primary .right .box-header {
	padding-left: 19px;
	height: 28px;
	line-height: 26px;
	background-color: #8397A5;
	border: 1px solid #74848F;
	color: #FFF;
	position: relative;
	}

.inner#primary .right .box-header#sponsor {
	background-color: #F3F3F3;
	border: 1px solid #DFDFDF;
	color: #89969E;
	}

.inner#primary .right .box-header#history, .inner#primary .right .box-header#similar {
	color: #CDD5DB;
	}

.inner#primary .right .box-header .tr {
	width: 13px;
	height: 13px;
	}

.inner#primary .right .box-content {
	position: relative;
	padding: 17px 19px;
	background: #FDFDFD;
	background-image:url(../img/box_content.png) repeat-x;
	border: 1px solid #DFDFDF;
	border-top-width: 0;
	}

.inner#primary .right .box-content.in-cmp {
	background-image: none;
/*
	background-color: #F6FBEB;
	background-color: #F8FCF1;
	background-color: #F8FCEF;
	background-color: #F7FBEE;

	*/
	background-color: #ecf2f4;
/*	background: #FBFDF5 url(../img/box_content_cmp.png) repeat-x; */
	}

.inner#primary .right .tooltip {
	border-top-width: 1px;
	margin-bottom: 17px;
	background-image: none;
	background-color: #FFFFEA;
	}

.inner#primary .right .box-content h1 {
	margin-bottom: 14px;
	}

.inner#primary .right .box-content h2 {
	margin-bottom: 7px;
	}

.inner#primary .right .box-content h1.item-view {
	margin-bottom: 7px;
	}

.inner#primary .right .box-content h4 {
	margin-bottom: 7px;
	}

.inner#primary .right .box-content .tl {
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	}

.inner#primary .right .box-content ul.newsletter {
	list-style-type: none;
	padding-top: 12px;
	float: left;
	margin: 5px 45px 0 0;
	}

.inner#primary .right .box-content ul.newsletter#first {
	padding-left: 22px;
	}

.inner#primary .right .box-content ul.newsletter#last {
	margin-right: 0;
	}

.inner#primary .right .box-content ul.newsletter li {
	padding: 3px 0;
	text-align: right;
	}

.inner#primary .right .box-content a.logo {
	display:block;
	width:171px;
	height:53px;
	background:url(../img/bg-logo-firme.jpg) no-repeat;

	position: absolute;
	top: 0;
	right: 19px;
	}

.inner#primary .right .box-content a.logo img {
margin:8px 0px 0px 11px;
	border-width: 0;
	}

.inner#primary .right .box-content a.cmp-add {
 	color: #0074AB;
	padding-left: 16px;
	background: url(../img/comparatie_check.gif) no-repeat 0 3px;
	}

.inner#primary .right .box-content a.cmp-add:hover {
	color: #333;
	}

.inner#primary .right .box-content a.cmp-del {
 	color: #434b57;
	padding-left: 16px;
	background: url(../img/comparatie_check.gif) no-repeat 0 -10px;
	}

.inner#primary .right .box-content a.cmp-del:hover {
	color: #333;
	}

.inner#primary .right .box-content a.latest-filters {
 	color: #0074AB;
	margin-left: 14px;
	padding-left: 15px;
	background: url(../img/latest_filters.gif) no-repeat 0 4px;
	}

.inner#primary .right .box-content a.latest-filters:hover {
	color: #333;
	}

.inner#primary .right .box-content a.apply-online {
 	color: #0074AB;
	margin-left: 14px;
	padding-left: 15px;
	background: url(../img/apply_online.gif) no-repeat 0 2px;
	}

.inner#primary .right .box-content a.comments {
 	color: #0074AB;
	padding-left: 15px;
	background: url(../img/comentarii-ico.jpg) no-repeat 0 3px;
	}
.inner#primary .right .box-content a.comments:hover{color: #333;}

.inner#primary .right .box-content a.apply-online:hover {
	color: #333;
	}

.inner#primary .right #cmp-list {
	margin-bottom: 18px;
	}

.inner#primary .right #cmp-list .box-content {
	cursor: move;
	border-top-width: 1px;
	margin-bottom: -1px;
	}

.inner#primary .right img.var_arrow {
	margin-right: 7px;
	width: 7px;
	height: 6px;
	}

/*.inner#primary .right .credit-view td *:first-letter{
	text-transform:capitalize;
}*/
body *:first-letter{
	text-transform:capitalize;
}

.inner#primary .right .credit-view td.valuta img {
	margin-right: 8px;
	float: left;
	margin-top: 3px;
	}

.inner#primary .right .credit-view td.simbol {
	width: 80px;
	text-align: center;
	}

.inner#primary .right .credit-view td.ron {
	width: 80px;
	text-align: right;
	}

.inner#primary .right .credit-view td.variatie {
	width: 80px;
	text-align: right;
	}

.inner#primary .right .box-content #recomanda {
	display: none;
	padding: 17px 0 17px 0;
	}

.inner#primary .right .box-content #recomanda .tooltip, .inner#primary .right .box-content #raporteaza .tooltip {
	padding-left: 23px;
	}

.inner#primary .right .box-content #recomanda-form {
	background-color: #FFF;
	border: 1px dashed #D6D6D6;
	padding-left: 23px;
	padding-bottom: 19px;
	}

.inner#primary .right .credit-view#recomanda-credit {
	background-color: #FFF;
	width: 400px;
	margin-bottom: 3px;
	padding: 10px 0 10px 0px;
	border: 0;
	}

.inner#primary .right .credit-view#recomanda-credit td {
	border: 0;
	padding: 5px 10px 4px 0px;
	padding-bottom: 4px !important;
	padding-bottom: 2px;
	}

.inner#primary .right .credit-view#recomanda-credit thead td {
	font-weight: bold;
	background-color: #FEFEFE;
	}

.inner#primary .right .credit-view#recomanda-credit td input {
	border: 1px solid #EAEAEA;
	padding: 3px;
	font: 11px Verdana;
	width: 190px;
	background-color: #FDFDFD;
	}

.inner#primary .right .box-content #raporteaza {
	display: none;
	padding: 17px 0 17px 0;
	}

.inner#primary .right .box-content #raporteaza-form {
	padding-left: 23px;
	padding-top: 15px;
	padding-bottom: 19px;
	background-color: #FFF;
	border: 1px dashed #D6D6D6;
	}


.inner#primary .right .box-content #comentariu {
	display: none;
	padding: 17px 0 17px 0;
	}

.inner#primary .right .box-content #vot {
	/*display: none;*/
	padding: 17px 0 17px 0;
	}

.inner#primary .right .box-content #comentariu-form {
	padding-left: 23px;
	padding-top: 15px;
	padding-bottom: 19px;
	background-color: #FFF;
	border: 1px dashed #D6D6D6;
	}

.inner#primary .right .box-content #raporteaza-form #trimite-submit, .inner#primary .right .box-content #raporteaza-form #trimite-wait {
	margin-left: 148px;
	}

.inner#primary .right .box-content #comentariu-form #trimite-submit, .inner#primary .right .box-content #comentariu-form #trimite-wait {
	margin-left: 148px;
	}

.inner#primary .right .credit-view#raporteaza-problema {
	width: 438px;
	margin-bottom: 3px;
	border: 0px;
	}

.inner#primary .right .credit-view#raporteaza-problema td {
	border: 0;
	padding: 5px 15px 4px 0px;
	padding-bottom: 4px !important;
	padding-bottom: 2px;
	}

.inner#primary .right .credit-view#raporteaza-problema td.col-0 {
	width: 137px;
	background-color: #FFF;
	padding-right: 10px;
	}

.inner#primary .right .credit-view#raporteaza-problema td input {
	border: 1px solid #EAEAEA;
	padding: 3px;
	font: 11px Verdana;
	width: 250px;
	background-color: #FDFDFD;
	}

.inner#primary .right .credit-view#raporteaza-problema td input#raporteaza_problema_intrebare {
	margin-top: 5px;
	}

.inner#primary .right .credit-view#raporteaza-problema td img {
	border: 1px solid #EAEAEA;
	vertical-align: top;
	margin-right: 7px;
	}

.inner#primary .right .credit-view#raporteaza-problema td input.small {
	width: 183px;
	}

.inner#primary .right .credit-view#raporteaza-problema td textarea {
	border: 1px solid #EAEAEA;
	padding: 3px;
	font: 11px Verdana;
	width: 250px;
	height: 200px;
	background-color: #FDFDFD;
	}

.inner#primary .right .credit-view#feedback {
	width: 650px;
	margin-left: 0px;
	margin-bottom: 3px;
	border: 0px;
	background-color: #FDFDFD;
	}

.inner#primary .right .credit-view#feedback td {
	border: 0;
	padding: 5px 15px 4px 0px;
	padding-bottom: 4px !important;
	padding-bottom: 2px;
	}

.inner#primary .right .credit-view#feedback td.col-0 {
	width: 137px;
	background-color: #FDFDFD;
	padding-right: 10px;
	padding-left: 0px;
	}

.inner#primary .right .credit-view#feedback td input {
	border: 1px solid #EAEAEA;
	padding: 3px;
	font: 11px Verdana;
	width: 390px;
	}

.inner#primary .right .credit-view#feedback td input#feedback_intrebare {
	margin-top: 5px;
	}

.inner#primary .right .credit-view#feedback td img {
	border: 1px solid #EAEAEA;
	vertical-align: top;
	margin-right: 7px;
	}

.inner#primary .right .credit-view#feedback td input.small {
	width: 183px;
	}

.inner#primary .right .credit-view#feedback td textarea {
	border: 1px solid #EAEAEA;
	padding: 3px;
	font: 11px Verdana;
	width: 390px;
	height: 200px;
	}

.inner#primary .right #compara-submit {
	width: 97px;
	height: 21px;
	border-width: 0;
	background: url(../img/primary_compara.png) no-repeat;
	margin-bottom: 18px;
	margin-left: 309px;
	cursor: pointer;
	}

.inner#primary .right #compara-submit:hover {
	background-position: 0 -21px;
	}

.feed {
	margin-top: 9px;
	margin-bottom: 11px;
	}

.feed_list {
	margin: 5px 0 0 70px;
	padding: 0;
	}

.feed_list ul {
	margin: 12px 0 12px 55px;
	padding: 0;
	}

.feed_list li {
	margin-top: 7px;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	}

.feed_list li ul {
	margin-bottom: 7px;
	margin-left: 70px;
	}

.feed_list li a {
	padding-left: 34px;
	width: 100%;
	display: block;
	background: url(../img/rss_off.gif) no-repeat 0 1px;
	}

.feed_list li a:hover {
	background: url(../img/rss_on.gif) no-repeat 0 1px;
	}

.inner#primary .right .box-content ul.options {
	list-style-type: none;
	margin-top: 12px;
	}

.inner#primary .right .box-content ul.options li {
	width: 100%;
	overflow: hidden;
	}

.inner#primary .right .box-content ul.options li a {
	display: block;
	width: 100%;
	padding: 7px 0px 0px 15px;
	background: url(../img/list_arrow.gif) no-repeat 0 12px;
	}

.inner#primary .right .box-content ul.options li a span {
	color: #89969E;
	}

.inner#primary .right .box-content ul.options li a:hover span {
	color: #333;
	}

.inner#primary .right .box-content ul.options li.ico-messenger a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_messenger.png) no-repeat 0 5px;
	}

.inner#primary .right .box-content ul.options li.ico-email a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_email.png) no-repeat 1px 6px;
	}

.inner#primary .right .box-content ul.options li.ico-coment a{padding: 4px 0px 4px 22px;
	background: url(../img/ico-comentarii.jpg) no-repeat 1px 4px}

.inner#primary .right .box-content ul.options li.ico-vot{margin-top:15px}
.inner#primary .right .box-content ul.options li.ico-vot span{padding: 4px 0px 4px 22px;
	background: url(../img/ico-vot.jpg) no-repeat 1px 4px;color: #ee2c43;}

.inner#primary .right .box-content ul.options li.ico-excel a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_excel.png) no-repeat 1px 4px;
	}

.inner#primary .right .box-content ul.options li.ico-bookmark a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_bookmark.png) no-repeat 1px 4px;
	}

.inner#primary .right .box-content ul.options li.ico-error a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_error.png) no-repeat 0px 4px;
	}

.inner#primary .right .box-content ul.options li.ico-magnify a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_magnify.png) no-repeat 2px 5px;
	}
.inner#primary .right .box-content ul.options li.ico-magnify a.magu{
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_magnify.png) no-repeat 2px 5px;
	}


.inner#primary .right .box-content ul.options li.ico-magnify1{
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_magnify.png) no-repeat 2px 5px;
	}
.inner#primary .right .box-content ul.options li.ico-magnify1 a {
	padding:0px;
	background: none;
	}
.inner#primary .right .box-content ul.options li.ico-magnify1 a.magu{
	padding:0px;
	background: none;
	display:inline;
	}


.inner#primary .right .box-content ul.options li.ico-location a {
	padding: 4px 0px 4px 22px;
	background: url(../img/ico_location.png) no-repeat 1px 2px;
	}

.inner#primary .right .box-content .template-preview {
	float: left;
	}

.inner#primary .right .box-content .template-preview#items-brief-1, .inner#primary .right .box-content .template-preview#items-brief-2, .inner#primary .right .box-content .template-preview#items-brief-3 {
	width: 215px;
	}

.inner#primary .right .box-content .template-preview#items-brief-1, .inner#primary .right .box-content .template-preview#items-brief-2 {
	margin-right: 21px;
	}

.inner#primary .right .box-content .template-preview#items-full-1, .inner#primary .right .box-content .template-preview#items-full-2 {
	width: 333px;
	}

.inner#primary .right .box-content .template-preview#items-full-1 {
	margin-right: 21px;
	}

.inner#primary .right .box-content .template-preview#calc-small-1 {
	margin: 0 auto;
	width: 356px;
	float: none;
	text-align: center;
	}

.inner#primary .right .box-content .template-preview#exchange-1 {
	margin: 0 auto;
	width: 442px;
	float: none;
	text-align: center;
	}

.inner#primary .right .box-content .template-preview#app-1 {
	margin: 0 auto;
	width: 532px;
	float: none;
	text-align: center;
	}

.inner#primary .right .box-content .template-preview#items-brief-1 div.mirror_effect {
	background: url(../img/webmasteri/items_brief_1_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#items-brief-2 div.mirror_effect {
	background: url(../img/webmasteri/items_brief_2_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#items-brief-3 div.mirror_effect {
	background: url(../img/webmasteri/items_brief_3_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#items-full-1 div.mirror_effect {
	background: url(../img/webmasteri/items_full_1_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#items-full-2 div.mirror_effect {
	background: url(../img/webmasteri/items_full_2_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#calc-small-1 div.mirror_effect {
	background: url(../img/webmasteri/calc_small_1_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#exchange-1 div.mirror_effect {
	background: url(../img/webmasteri/exchange_1_mirror.png) no-repeat;
	}

.inner#primary .right .box-content .template-preview#app-1 div.mirror_effect {
	background: url(../img/webmasteri/app_fpp_1_mirror.png) no-repeat;
	}

.inner#primary .right .personalizeaza_submit {
	width: 139px;
	height: 21px;
	border-width: 0;
	background: url(../img/primary_personalizeaza.png) no-repeat;
	cursor: pointer;
	margin-left: 37px;
	margin-top: 30px;
	}

.inner#primary .right .personalizeaza_submit:hover {
	background-position: 0 -21px;
	}


/*	=================================================================================  PRIMARY  > Right > Listing	*/

.inner#primary .right .box-content .item-brief {
	margin: 14px 0 12px 0;
	padding: 10px 0;
	border-top: 1px dashed #D6D6D6;
	border-bottom: 1px dashed #D6D6D6;
	}

.inner#primary .right .box-content .item-brief ul {
	list-style-type: none;
	height: 51px;
	}

.inner#primary .right .box-content .item-brief ul li {
	text-align: center;
	float: left;
	line-height: 18px;
	padding: 1px 21px 4px 21px;
	margin: 10px 0 1px 0;
	white-space: nowrap;
	background: url(../img/box_content_vdot.gif) repeat-y 100% 100%;
	}

.inner#primary .right .box-content .item-brief ul li div {
	border-bottom: 1px solid #333;
	line-height: 13px;
	padding-top: 1px;
	margin-bottom: 3px;
	}

.inner#primary .right .box-content .item-brief ul li img {
	width: 13px;
	height: 13px;
	vertical-align: top;
	margin-top: 4px;
	border-width: 0;
	cursor: pointer;
	}

.inner#primary .right .box-content .item-brief ul li.first {
	padding-left: 0;
	padding-right: 22px;
	}

.inner#primary .right .box-content .item-brief ul li.last {
	padding-right: 0;
	padding-left: 22px;
	background-image: none;
	}

.inner#primary .right .box-content .item-brief ul li.last .rata-error {
	color: #DD0000;
	cursor: help;
	}

.inner#primary .right .box-content .clear-dotted {
	height: 1px;
	font-size: 0;
	line-height: 0px;
	clear: both;
	margin: 12px 0 8px 0;
	border-top: 1px dashed #D6D6D6;
	}

.inner#primary .right .box-content .middot {
	padding: 0 2px;
	font-weight: bold;
	color: #666;
	}

.inner#primary .right .box-content p.last-modified {
	position: relative;
	float: right;
	color: #949CA0;
	}

.inner#primary .right .box-content p.last-modified span {
	color: #333;
	border-bottom: 1px solid #333;
	}

.inner#primary .right .box-content p.details {
	color: #949CA0;
	}

.inner#primary .right .box-content ul.page {
	float: left;
	list-style-type: none;
	}

.inner#primary .right .box-content ul.page li {
	float: left;
	}

.inner#primary .right .box-content ul.page li a {
	display: block;
	padding: 0 5px 1px 5px;
	border-right: 1px solid #E5E5E5;
	}

.inner#primary .right .box-content ul.page li a.selected {
	color: #333;
	font-weight: bold;
	}

.inner#primary .right .box-content ul.page li a.first {
	padding-left: 0;
	}

.inner#primary .right .box-content ul.page li a.first-selected {
	color: #333;
	font-weight: bold;
	padding-left: 0;
	}

.inner#primary .right .box-content ul.page li a.last {
	border-right-width: 0;
	}

.inner#primary .right .box-content ul.page li a.last-selected {
	color: #333;
	font-weight: bold;
	border-right-width: 0;
	}

.inner#primary .right .box-content ul.page li a.single {
	padding-left: 0;
	border-right-width: 0;
	color: #333;
	font-weight: bold;
	}

.inner#primary .right .box-content .goback {
	float: right;
	}

.inner#primary .right .box-content .goback span {
	color: #333;
	font-weight: bold;
	}

.inner#primary .right .box-corner {
	position: absolute;
	width: 9px;
	height: 8px;
	margin-top: -9px;
	}

.inner#primary .right .box-content .server-error {
	color: #DD0000;
	}

.inner#primary .right .box-content p.subtitle {
	padding-top: 1px;
	color: #949CA0;
	line-height: 13px;
	}

.inner#primary .right .box-content p.subtitle a{
	color: #434b57;
	}

.inner#primary .right .box-content p.subtitle a:hover {
	color: #333333;
	}

.inner#primary .right .box-content img.evaluator-partener {
	float: right;
	cursor: help;
	margin-top: -4px;
	}

/*	=================================================================================  PRIMARY  > Right > View item  */

.inner#primary .right .box-content ul#item-steps {
	list-style-type: none;
	height: 1px;
	margin-top: 14px;
	padding-top: 16px;
	border-top: 1px dashed #D6D6D6;
	}

.inner#primary .right .box-content ul#item-steps li {
	display: block;
	float: left;
	height: 41px;
	margin-right: 39px;
	}

.inner#primary .right .box-content ul#item-steps li#step-1 {
	width: 151px;
	}

.inner#primary .right .box-content ul#item-steps li#step-1.disabled {
	background: url(../img/item_step_vizualizeaza.gif) no-repeat 0 -82px;
	}

.inner#primary .right .box-content ul#item-steps li#step-1 a {
	display: block;
	height: 100%;
	background: url(../img/item_step_vizualizeaza.gif) no-repeat;
	}

.inner#primary .right .box-content ul#item-steps li#step-1 a:hover {
	background-position: 0 -41px;
	}

.inner#primary .right .box-content ul#item-steps li#step-2 {
	width: 196px;
	}

.inner#primary .right .box-content ul#item-steps li#step-2.disabled {
	background: url(../img/item_step_calculeaza.gif) no-repeat 0 -82px;
	}

.inner#primary .right .box-content ul#item-steps li#step-2 a {
	display: block;
	height: 100%;
	background: url(../img/item_step_calculeaza.gif) no-repeat;
	}

.inner#primary .right .box-content ul#item-steps li#step-2 a:hover {
	background-position: 0 -41px;
	}

.inner#primary .right .box-content ul#item-steps li#step-3 {
	width: 155px;
	}

.inner#primary .right .box-content ul#item-steps li#step-3.disabled {
	background: url(../img/item_step_aplica.gif) no-repeat 0 -82px;
	}

.inner#primary .right .box-content ul#item-steps li#step-3 a {
	display: block;
	height: 100%;
	background: url(../img/item_step_aplica.gif) no-repeat;
	}

.inner#primary .right .box-content ul#item-steps li#step-3 a:hover {
	background-position: 0 -41px;
	}

.inner#primary .right .box-content ul#item-steps li#step-3-alt {
	width: 176px;
	}

.inner#primary .right .box-content ul#item-steps li#step-3-alt.disabled {
	background: url(../img/item_step_aplica_alt.gif) no-repeat 0 -82px;
	}

.inner#primary .right .box-content ul#item-steps li#step-3-alt a {
	display: block;
	height: 100%;
	background: url(../img/item_step_aplica_alt.gif) no-repeat;
	}

.inner#primary .right .box-content ul#item-steps li#step-3-alt a:hover {
	background-position: 0 -41px;
	}

.inner#primary .right .credit-view {
	width: 100%;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	margin-bottom: 17px;
	}

.inner#primary .right .credit-view#arbomedia-mrt {
	width: 418px;
	}

.inner#primary .right .credit-view tr td {
	line-height: 16px;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	padding: 6px 19px;
	}

.inner#primary .right .credit-view thead tr td {
	background-color: #F3F3F3;
	padding-top: 6px;
	padding-bottom: 6px;
	}

.inner#primary .right .credit-view tr td.col-0 {
	padding-right: 10px;
	text-align: right;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 200px;
	}

.inner#primary .right .credit-view#step-3-table tr td.col-0, .inner#primary .right .credit-view#step-3-table tr td.col-0-error {
	width: 279px;
	}

.inner#primary .right .credit-view tr td.col-0-ext {
	padding-right: 10px;
	text-align: right;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 278px;
	}
.inner#primary .right .credit-view tr td.col-2-ext {
	padding-right: 10px;
	text-align: center;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 177px;
	}
.inner#primary .right .credit-view tr td.col-1 {
	padding-left: 10px;
	}

.inner#primary .right .credit-view#arbomedia-mrt tr td.col-1 {
	padding-right: 10px;
	}

.inner#primary .right .credit-view tr td.col-2 {
	width: 187px;
	background-color: #FAFAFA;
	padding: 0;
	}

.inner#primary .right .credit-view tr td.col-2 a {
	display: block;
	padding: 6px 19px;
	}

.inner#primary .right .credit-view tr td ul {
	margin: -5px 0 -5px 0;
	padding: 0;
	}

.inner#primary .right .credit-view tr td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	list-style-type: none;
	line-height: 15px;
	background: url(../img/list_enum.gif) no-repeat 0px 11px;
	border-bottom: 1px dashed #E1E1E1;
	}

.inner#primary .right .credit-view tr td ul li.last {
	border-bottom-width: 0;
	}

.inner#primary .right form .credit-view td.col-1 span.steluta {
	text-align: right;
	color: #333333;
	margin-left: 2px;
	}

.inner#primary .right form .credit-view td.col-1 input {
	border: 1px solid #EAEAEA;
	padding: 2px 4px 3px 4px !important;
	padding: 2px 4px 3px 4px;
	font: 11px Verdana, Tahoma, sans-serif;
	}

.inner#primary .right form .credit-view td.col-1 input.medium {
	width: 211px;
	margin-right: 2px;
	}

.inner#primary .right form .credit-view td.col-1 input.medium#step-2-grad-maxim-indatorare, .inner#primary .right form .credit-view td.col-1 input.medium#calc-small-grad-maxim-indatorare {
	width: 209px;
	}

.inner#primary .right form .credit-view td.col-1 .input-wraper {
	border: 1px solid #EAEAEA;
	float: left;
	background-color: #FFF;
	}

.inner#primary .right form .credit-view td.col-1 .input-wraper img {
	vertical-align: top;
	margin-top: 2px;
	margin-left: -2px;
	margin-right: 3px;
	cursor: pointer;
	}

.inner#primary .right form .credit-view td.col-1 .input-wraper input.medium {
	border-width: 0;
	padding-bottom: 4px !important;
	padding-bottom: 2px;
	width: 190px;
	}

.inner#primary .right form .credit-view td.col-1 input.large {
	width: 289px;
	}

.inner#primary .right .credit-view#step-3-table td input.small {
	width: 148px;
	}

.inner#primary .right form .credit-view td.col-1 .input-wraper input.large {
	border-width: 0;
	padding-bottom: 4px !important;
	padding-bottom: 2px;
	width: 269px;
	}

.inner#primary .right form .credit-view td.col-1 select {
	height: 18px;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	}

.inner#primary .right form .credit-view td.col-1 select.small {
	vertical-align: middle !important;
	margin-top: -2px !important;
	margin-top: -7px;
	width: 60px;
	}

.inner#primary .right form .credit-view td.col-1 select.medium {
	width: 222px;
	}

.inner#primary .right form .credit-view td.col-1 select.large {
	width: 300px;
	}

.inner#primary .right #aplica-submit {
	width: 79px;
	height: 21px;
	border-width: 0;
	margin-left: 242px;
	margin-bottom: 17px;
	background: url(../img/primary_aplica.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right #aplica-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right #recomanda-submit {
	width: 113px;
	height: 21px;
	border-width: 0;
	background: url(../img/primary_recomanda.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right #recomanda-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right .asteptati-submit#recomanda-wait {
	margin-left: 0;
	}

.inner#primary .right #trimite-submit {
	width: 84px;
	height: 21px;
	border-width: 0;
	margin-top: 10px;
	margin-left: 171px;
	background: url(../img/primary_trimite.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right #trimite-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right .asteptati-submit#trimite-wait {
	margin-top: 10px;
	margin-left: 169px;
	}

.inner#primary .right .calculeaza-submit {
	width: 109px;
	height: 21px;
	border-width: 0;
	margin-left: 309px;
	margin-bottom: 17px;
	background: url(../img/primary_calculeaza.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right .calculeaza-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right .asteptati-submit {
	width: 98px;
	height: 21px;
	border-width: 0;
	margin-left: 309px;
	background: url(../../img/primary_asteptati.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right .asteptati-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right #intra-submit {
	width: 71px;
	height: 21px;
	border-width: 0;
	margin-left: 242px;
	margin-bottom: 17px;
	background: url(../img/primary_intra.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right #intra-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right form .credit-view tr td.col-0-error {
	padding-right: 10px;
	text-align: right;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 200px;
	color: #DD0000;
	}

.inner#primary .right .credit-view tr td.col-0-ext-error {
	padding-right: 10px;
	text-align: right;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 278px;
	color: #DD0000;
	}
.inner#primary .right .credit-view tr td.col-2-ext-error {
	padding-right: 10px;
	text-align: right;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 119px;
	color: #DD0000;
	}
.inner#primary .right .calc_error {
	display: none;
	padding: 1px 0 0 25px;
	background: url(../img/error.gif) no-repeat 0 0px;
	}

.inner#primary .right .information {
	padding-left: 25px;
	background: url(../img/information.gif) no-repeat 0 0px;
	}

.inner#primary .right .calc_error_visible {
	padding-left: 25px;
	background: url(../img/error.gif) no-repeat 0 0px;
	}
.inner#primary .right .error {
	padding-left: 25px;
	background: url(../img/error.gif) no-repeat 0 0px;
	}
.inner#primary .right .box-content ul.dictionar {
	list-style-type: none;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 10px;
	}

.inner#primary .right .box-content ul.dictionar li {
	width: 100%;
	overflow: hidden;
	}

.inner#primary .right .box-content ul.dictionar li a {
	display: block;
	width: 100%;
	padding: 2px 0 2px 9px;
	background: url(../img/list_enum.gif) no-repeat 0 7px;
	}






.inner#primary .right .box-content p#dict_nav * {
	margin-right: 3px;
	font-weight: bold;
	}

.inner#primary .right .box-content span.gray {
	color: #CCCCCC;
	}

.inner#primary .right .box-content p.dictionar-definitie {
	line-height: 16px;
	padding-top: 3px;
	}

.inner#primary .right .box-content .tos h2 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 12px;
	}

.inner#primary .right .box-content .tos h3 {
	margin: 0;
	padding: 2px 0 12px 0;
	font-size: 11px;
	}

.inner#primary .right .box-content .tos p {
	margin-bottom: 10px;
	}

.inner#primary .right .box-content .tos p.disclaimer {
	margin-top: 10px;
	margin-bottom: 0;
	}

.inner#primary .right .box-content .tos p.last {
	margin-bottom: 0;
	}

.inner#primary .right .box-content .tos p.first {
	margin-top: 10px;
	}

.inner#primary .right .box-content .tos ul {
	margin: 0 0 10px 30px;
	}
.inner#primary .right .box-content .tos ul.about-links {
	margin: 0 0 10px 150px;
	}

.inner#primary .right .box-content .tos ul li {
	margin-top: 5px;
	padding-left: 11px;
	list-style-type: none;
	line-height: 15px;
	background: url(../img/list_enum.gif) no-repeat 2px 6px;
	}

.inner#primary .right .box-content .tos ul.about-links li {
	margin-top: 3px;
	}

.inner#primary .right .box-content .tos ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.hidden-submit {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	}

.inner#primary .right .text-medium {
	width: 211px;
	}

.inner#primary .right .text-bordered {
	width: 211px;
	border: 1px solid #E2E2E2;
	padding: 1px;
	}

.inner#primary .right .asteptati-submit {
	width: 98px;
	height: 21px;
	border-width: 0;
	background: url(../img/primary_asteptati.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
	}

.inner#primary .right .asteptati-submit:hover {
	background-position: 0 -21px;
	}

.inner#primary .right .dezabonare-submit {
	width: 117px;
	height: 21px;
	display: block;
	margin-left: 262px;
	margin-top: 13px;
	border-width: 0;
	background: url(../img/primary_dezabonare.png) no-repeat 0 0;
	cursor: pointer;
	}

.inner#primary .right .dezabonare-submit:hover {
	background-position: 0 -21px;
	}


.inner#primary .right div.calc-result {
	margin-top: 17px;
	}

.inner#primary .right .credit-view td.calc-result {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .credit-view td.calc-result-capital {
	width: 185px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .credit-view td.calc-result-capital-large {
	width: 177px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .credit-view td.calc-result-rest {
	width: 216px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .credit-view td.calc-result-mark {
	background-color: #FCFCFC;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .credit-view td img#captcha-img {
	border: 1px solid #EAEAEA;
	margin-top: 0px !important;
	margin-top: 1px;
	vertical-align: top;
	}

/*	=================================================================================  PRIMARY  > Right > Sitemap  */

.inner#primary .box-content #sitemap {
	margin-bottom: 3px;
	margin-left: 50px;
	}

.inner#primary .box-content #sitemap ul {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	}

.inner#primary .box-content #sitemap ul li {
	margin-top: 5px;
	list-style-type: none;
	}

.inner#primary .box-content #sitemap ul li a.selected {
	color: #434b57;
	padding-left: 3px;
	}

.inner#primary .box-content #sitemap ul li img {
	margin-right: 7px;
	margin-top: 3px;
	vertical-align: text-top;
	border: 0;
	}

.inner#primary .box-content #sitemap ul li img.level {
	margin-right: 6px;
	margin-top: 4px;
	vertical-align: text-top;
	border: 0;
	}

.inner#primary .box-content #sitemap ul li img.expand {
	cursor: pointer;
	}

.inner#primary .box-content #sitemap ul li img.collapse {
	cursor: pointer;
	display: none;
	}

.inner#primary .box-content #sitemap ul li ul {
	display: none;
	margin-left: 35px;
	margin-bottom: 6px;
	}

.inner#primary .box-content #desc ul li img.expand {
	cursor: pointer;
	}

.inner#primary .box-content #desc ul li img.collapse {
	cursor: pointer;
	display: none;
	}

.inner#primary .box-content #exchange img.expand {
	cursor: pointer;
	margin-right: 7px;
	}

.inner#primary .box-content #exchange img.collapse {
	cursor: pointer;
	display: none;
	margin-right: 7px;
	}

.inner#primary .box-content #exchange_days ul {
	margin: 10px 45px 5px 0;
	float: left;
	width: 134px;
	}

.inner#primary .box-content #exchange_days ul.last {
	margin-right: 0;
	}

.inner#primary .box-content #exchange_days ul li {
	margin-top: 5px;
	list-style-type: none;
	text-align: right;
	padding: 0;
	}

.inner#primary .box-content #exchange_days ul li.spacer {
	height: 4px;
	line-height: 2px;
	font-size: 1px;
	}

.inner#primary .box-content #exchange_days ul li.selected a {
	color: #333;
	}

.inner#primary .box-content #exchange_days ul li img {
	margin-right: 7px;
	margin-top: 3px;
	vertical-align: text-top;
	border: 0;
	display: none;
	}

.inner#primary .box-content #exchange-convertor input {
	width: 140px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	}

.inner#primary .box-content #exchange-convertor input#exchange-rezultat {
	background-color: #F8F8F8;
	font-weight: bold;
	color: #777;
	}

.inner#primary .box-content #exchange-convertor select {
	width: 192px;
	}


/*	=================================================================================  SECONDARY  */

.outer#secondary {
	background-color: #F3F3F3;
	border-top: 3px solid #344149;
	border-bottom: 1px solid #6A7880;
	}

.outer#secondary .inner {
	padding: 23px 0;
	}

.outer#secondary .inner #scroll {
	display: block;
	float: right;
	width: 59px;
	height: 18px;
	margin-top: -26px;
	margin-right: -2px;
	background: url(../img/secondary_scroll.png) no-repeat 0 0;
	}

.outer#secondary .inner #scroll:hover {
	background-position: 0 -18px;
	}

.outer#secondary .inner .right {
	background: url(../img/secondary_bgrd.gif) repeat-y;
	clear: both;
	padding: 13px 0;
	}

.outer#secondary .inner .right .section {
	float: left;
	padding-left: 21px;
	}

.outer#secondary .inner .right .section h6 {
	padding-bottom: 8px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 15px;
	}

.outer#secondary .inner .right .section ul {
	list-style-type: none;
	}

.outer#secondary .inner .right .section ul li {
	width: 100%;
	overflow: hidden;
	}

.outer#secondary .inner .right .section ul li a {
	display: block;
	width: 100%;
	padding: 6px 0px 6px 15px;
	color: #87949C;
	border-bottom: 1px dashed #D1D1D1;
	background: url(../img/list_arrow.gif) no-repeat 0 11px;
	}

.outer#secondary .inner .right .section ul li a:hover {
	color: #333;
	}

.outer#secondary .inner .right .section ul li a.selected {
	color: #333;
	background: url(../img/list_check.gif) no-repeat 0 12px;
	}

.outer#secondary .inner .right .section ul li.first a {
	padding-top: 0;
	background-position: 0 5px;
	}

.outer#secondary .inner .right .section ul li.last a {
	padding-bottom: 0;
	border-bottom-width: 0;
	}

.outer#secondary .inner .right .section form #newsletter-label a, .outer#secondary .inner .right .section form #newsletter-label label {
	display: block;
	margin-top: 8px;
	color: #87949C;
	line-height: 16px;
	cursor: pointer;
	margin-bottom: 15px;
	}

.outer#secondary .inner .right .section form #newsletter-label a:hover {
	color: #333;
	}

.outer#secondary .inner .right .section form #newsletter-email {
	border: 1px solid #E2E2E2;
	padding: 3px;
	width: 252px;
	font: 11px Verdana, Tahoma, sans-serif;
	margin-bottom: 13px;
	}

.outer#secondary .inner .right .section form #newsletter-submit {
	width: 94px;
	height: 21px;
	border-width: 0;
	background: url(../img/secondary_abonare.png) no-repeat 0 0;
	cursor: pointer;
	}

.outer#secondary .inner .right .section form #newsletter-submit:hover {
	background-position: 0 -21px;
	}

.outer#secondary .inner .right .section#intlnk {
	width: 202px;
	}

.outer#secondary .inner .right .section#nletter {
	width: 261px;
	}

.outer#secondary .inner .right .section#contact {
	width: 202px;
	}

.outer#secondary .inner .right #asteptati-submit {
	width: 98px;
	height: 21px;
	border-width: 0;
	background: url(../img/primary_asteptati.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
	}

.outer#secondary .inner .right #asteptati-submit:hover {
	background-position: 0 -21px;
	}

/*	=================================================================================  COPYRIGHT  */

.outer#copyright {
	color: #CDD5DB;
	background-color: #8397A5;
	}

.outer#copyright .inner {
	padding: 15px 0;
	}

.outer#copyright .inner .right {
	padding: 5px 0;
	background: url(../img/copyright_bgrd.gif) repeat-y;
	}

.outer#copyright .inner .right p {
	margin-left: 20px;
	}

.outer#copyright .inner .right p a {
	color: #CDD5DB;
	}

.outer#copyright .inner .right p a:hover {
	color: #FFF;
	}

.outer#copyright .inner .right #trafic {
	float: right;
	margin-top: 1px;
	width: 88px;
	height: 31px;
	overflow: hidden;
	}

.outer#copyright .inner .right #roportal {
	float: right;
	margin-top: 1px;
	margin-right: 9px;
	width: 90px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #5383AB;
	}

.outer#copyright .inner .right #roportal img {
	border-width: 0;
	}

/*	=================================================================================  CONVERTORS  */

#filters-convertors {
	position: relative;
	float: right;
	margin-right: -8px;
	margin-top: 18px;
	}

#calculator-convertors, #calc-small-convertors {
	position: relative;
	float: right;
	margin-top: 5px;
	}

#credit-aplica-convertors {
	position: relative;
	float: right;
	margin-top: 5px;
	}

.convertor-wraper {
	border: 1px solid #9AC3ED;
	background-color: #E3EEFB;
	top: -21px;
	right: -175px;
	position: absolute;
	width: 165px;
	display: none;
	}

.convertor-wraper#convertor-filtrare-suma {
	top: -21px;
	}

.convertor-wraper#convertor-filtrare-perioada {
	top: 9px;
	}

.convertor-wraper#convertor-calculator-suma {
	right: 16px;
	top: -20px;
	}

.convertor-wraper#convertor-calculator-perioada {
	right: 16px;
	top: 14px;
	}

.convertor-wraper#convertor-credit-aplica-suma {
	right: 6px;
	top: -21px;
	}

.convertor-wraper#convertor-credit-aplica-perioada {
	right: 6px;
	top: 13px;
	}

.convertor-wraper#convertor-calc-small-venit {
	right: 16px;
	top: 12px;
	}

.convertor-wraper#convertor-calc-small-venit-codebitor {
	right: 16px;
	top: 46px;
	}

.convertor-wraper#convertor-calc-small-alte-credite-1 {
	right: 16px;
	top: 80px;
	}

.convertor-wraper#convertor-calc-small-alte-credite-2 {
	right: 16px;
	top: 139px;
	}

.convertor-wraper#convertor-calc-small-alte-cheltuieli {
	right: 16px;
	top: 231px;
	}

.convertor-heading {
	height: 21px;
	line-height: 19px;
	background: #B0D0F1 url(../img/convertor_heading.png) repeat-x;
	padding: 0 9px;
	font-weight: bold;
	}

.convertor-heading img {
	float: right;
	width: 11px;
	height: 10px;
	cursor: pointer;
	margin-top: 5px;
	}

.convertor-arrow {
	width: 21px;
	height: 19px;
	position: absolute;
	left: -21px;
	top: 6px;
	}

.convertor-wraper form {
	padding: 10px 0 9px 0 !important;
	}

.convertor-wraper form input.amount {
	border: 1px solid #9AC3ED;
	padding: 2px 4px 3px 4px;
	width: 56px;
	font: 11px Verdana, Tahoma, sans-serif;
	margin-left: 9px;
	}

.convertor-wraper form input.unit {
	border: 1px solid #9AC3ED;
	background-color: #F5F9FE;
	padding: 2px 4px 3px 4px;
	width: 50px;
	font: 11px Verdana, Tahoma, sans-serif;
	}

.convertor-wraper form select.unit {
	height: 19px;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	vertical-align: middle;
	margin-top: -2px !important;
	margin-top: -7px;
	width: 60px;
	margin-bottom: 0 !important;
	}

.convertor-wraper form .submit {
	width: 10px;
	height: 9px;
	vertical-align: top;
	margin-top: 5px !important;
	margin-top: 6px;
	margin-left: 2px;
	}

/*	=================================================================================  HOME PROMO  */


.home-promo {
	margin-bottom: 17px;
	background: #1F98DE url(../img/home_promo_bgrd.png) repeat-x;
	line-height: 16px;
	border: 1px solid #1D8ACB;
	}

.home-promo a {
	color: #FDFDFD;
	display: block;
	padding: 19px;
	background: url(../img/home_promo_href_bgrd.gif) no-repeat 100% 100%;
	}

.home-promo a:hover {
	color: #D9EDF9;
	background-position: 115% 115%;
	}

.home-promo a img {
	border-width: 0;
	margin-bottom: 9px !important;
	margin-bottom: 7px;
	}

#home-promo-left {
	float: left;
	width: 351px;
	}

#home-promo-right {
	float: right;
	width: 356px;
	}

/*	=================================================================================  MF LIGHTBOX  */

.mf-help, .mf-help-off {
	cursor: pointer;
	margin: 1px -1px 0 2px;
	vertical-align: text-top;
	}

.mf-help-off {
	cursor: default;
	}

#mf-overlay{
	background-image: url(../img/mf_overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
    width: 100%;
    height: 100%;
	}

#mf-box{
    background:#FFF;
	margin: 0;
	padding: 0;
    border: 3px solid #EEE;
	overflow: auto;
	position: relative;
	}

#mf-box .mf-close{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
	}

#mf-box #mf-boxContents {
	padding: 13px;
	}

#mf-box #mf-boxContents p {
	margin-bottom: 8px;
	}

#mf-box #mf-boxContents p.heading {
	font-size: 12px;
	}

#mf-box #mf-boxContents p.last {
	margin-bottom: 0;
	}

/*	=================================================================================  ASSISTANT  */

ul#assistant {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 112px;
	}

ul#assistant li {
	float: left;
	padding-right: 20px;
	}

ul#assistant li.left {
	width: 223px;
	}

ul#assistant li.middle {
	width: 262px;
	}

ul#assistant li.right {
	width: 203px;
	padding-right: 0;
	}

ul#assistant li a {
	display: block;
	padding: 10px 19px;
	border: 1px solid #DFDFDF;
	color: #333;
	border-top-width: 3px;
	line-height: 16px;
	background: #FFF url(../img/assistant_bgrd.gif) no-repeat 100% 0;
	}

ul#assistant li a span {
	display: block;
	margin-bottom: 7px;
	color: #ee2c43;
	}

ul#assistant li a span.assistant-apply {
	color: #E00000;
	}

ul#assistant li a:hover {
	border-top-color: #8397A5;
	background: #FDFDFD url(../img/assistant_bgrd.gif) no-repeat 100% -120px;
	}

ul#assistant li a:hover span {
	color: #333;
	}

/*	=================================================================================  TABLE VIEW (WIP)  */


.switch-view {
	float: right;
	padding-right: 1px;
	width: 170px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 1px;
	}

.switch-view a {
	font-weight: bold;
	}

.switch-view span {
	color: #949CA0;
	padding: 0 5px 0 4px;
	}

#table_view {
	width: 100%;
	margin: -1px 0 0 0;
	background-color: #DFDFDF;
	}

#table_view tr {
	background-color: #FDFDFD;
	}

#table_view tr.selected {
	background-color: #F7FBEE;
	}

#table_view tr.in-cmp {
	background-image: none;
	/*background-color: #F7FCED;*/
	background-color: #ecf2f4;
	}

#table_view td {
	padding: 5px 9px;
	}

#table_view thead td {
	background-color: #F3F3F3;
	line-height: 15px;
	padding: 5px 7px 8px 7px;
	}

#table_view thead td div {
	width: 24px;
	margin: 4px auto 0 auto;
	}

#table_view thead td div a, #table_view thead td div img {
	display: block;
	margin-bottom: -3px;
	width: 11px;
	height: 8px;
	}

#table_view thead td div.vt-dae-sort a, #table_view thead td div.vt-dae-sort img {
	margin-top: 7px;
	}

#table_view thead td div .vt-asc-sort {
	float: left;
	}

#table_view thead td div a.vt-asc-sort {
	background: url(../img/vt_thead_up_arrow.gif) no-repeat;
	}

#table_view thead td div .vt-desc-sort {
	float: right;
	}

#table_view thead td div a.vt-desc-sort {
	background: url(../img/vt_thead_down_arrow.gif) no-repeat;
	}

#table_view thead td div a:hover {
	background-position: 0 -8px;
	}

#table_view td input {
	width: 13px;
	height: 13px;
	}

#table_view td img {
	border: 0;
	}

#table_view td.logo {
	width: 87px;
	padding: 5px;
	}

#table_view td.logo img {
	width: 87px;
	height: 30px;
	}

#table_view td.credit .container {
	padding-left: 14px;
	position: relative;
	}

#table_view td.credit a {
	line-height: 14px;
	}

#table_view td.credit ul {
	list-style-type: none;
	padding: 5px 0 1px 0;
	}

#table_view td.credit ul li {
	padding: 5px 0 5px 0;
	color: #949CA0;
	border-top: 1px dotted #DDD;
	cursor: help;
	}

#table_view td.credit ul li.last {
	padding-bottom: 0;
	}

#table_view td.credit img.expand, #table_view td.credit img.collapse {
	cursor: pointer;
	}

#table_view thead td.credit img.expand, #table_view thead td.credit img.collapse {
	margin-right: 5px;
	}

#table_view tbody td.credit img, #table_view td.credit tbody img.collapse {
	position: absolute;
	top: 2px;
	left: 0;
	}

#table_view td.moneda {
	text-align: center;
	}

#table_view td.moneda img {
	width: 13px;
	height: 13px;
	margin-top: 1px;
	}

#table_view thead td.numeric {
	text-align: center;
	}

#table_view tbody td.numeric {
	text-align: center;
	white-space: nowrap;
	}

#table_view td.checkbox {
	padding: 5px 6px;
	}

#table_view tbody td.selected {
	background-color: #F9F9F9;
	}

#table_view td a.cmp-add {
	color: #333;
 	color: #434b57;
	width: 14px;
	height: 14px;
	background: url(../img/comparatie_check.gif) no-repeat 2px 3px;
	display: block;
	margin-top: -1px;
	}

#table_view td a.cmp-del {
	color: #333;
 	color: #434b57;
	width: 14px;
	height: 14px;
	background: url(../img/comparatie_check.gif) no-repeat 2px -10px;
	display: block;
	margin-top: -1px;
	}

#table_view thead td span {
	cursor: help;
	border-bottom: 1px dotted #666666;
	margin-top: -5px;
	}

.tooltip-toggle {
	cursor: help;
	border-bottom: 1px dotted #666666;
	}

.tooltip-toggled {
	position: absolute;
	z-index: 1000;
	width: 175px;
	padding: 0 7px;
	background-color: #FFFFEA;
	border: 1px solid #666666;
	text-align: left;
	white-space: normal;
	height: auto !important;
	}

.tooltip-toggled ul {
	list-style-type: none;
	}

.tooltip-toggled ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
	list-style-type: none;
	line-height: 15px;
	background: url(../img/list_enum.gif) no-repeat 0px 9px;
	border-bottom: 1px dashed #CCC;
	margin: 0;
	white-space: normal;
	text-align: left;
	}

.tooltip-toggled ul li.last {
	border-bottom-width: 0;
	}

	.meniu_robid{
	list-style:none;
	padding:0px;
	margin:0px;
	}
.meniu_robid li:hover{
text-decoration:underline;
}
.meniu_robid li{
float:left;
padding-right:5px;
background-color:#ffffff;
color:#000000;
cursor:pointer;
}


/* ---- CSS HTML SELECT  */
.html_select{
background-color:#ffffff;
position:absolute;
z-index:2;
color:#777777;
}
.html_select .item{
padding-left:3px;
background-color:#ffffff;
text-align:left;
cursor:default;
height:14px;
overflow:hidden;
}
.html_select .item:hover{
background-color:#ececec;
}
.html_select .items{
margin-top:1px;
border:1px solid #cccccc;
overflow:auto;
height:200px;
display:none;
text-align:left;
}
.html_select .view_port .view_field{
float:left;
text-align:left;
line-height:18px;
}
.html_select .view_port .view_arrow{
float:right;
width:16px;
height:18px;
background-image:url('../img/down_arrow_2.png');
background-repeat:no-repeat;
}
.html_select .view_port{
display:block;
border:1px solid #666666;
cursor:default;
padding-left:3px;
height:18px;
overflow:hidden;
}
/* ---- SFARSIT CSS HTML SELECT  */

.box-home{width:359px;float:left;display:inline;margin-bottom:10px;}
.box-home .box-contentt {
	padding: 13px 0px 13px 8px;
	background-color: #FDFDFD;
	border: 1px solid #D9D9D9;
	border-top-width: 0;
	}
.box-home .box-contentt ul.dictionar {
	list-style-type: none;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 20px;
	}

.box-home .box-contentt ul.dictionar li {
	width: 98%;
	overflow: hidden;
	}

.box-home .box-contentt ul.dictionar li a {
	display: block;
	width: 98%;
	padding: 2px 0 2px 9px;
	background: url(../img/list_enum.gif) no-repeat 0 7px;
	}
.logo_firma{width:171px;height:53px;background:url(../img/bg-logo-firme.jpg) no-repeat;float:right;margin-top:-16px}
	.logo_firma img{margin:8px 0px 0px 11px;}

.graph_link{float:left;width:319px;}
	.graph_link a.selected{color:#000;}

.quick_search{color:#ccc}
/*#ajxResp_filter_firma{width:544px;height:210px;border:1px solid #f3f3f3;padding:2px;overflow:auto}*/
#ajxResp_filter_firma{width:190px;height:210px;border:1px solid #f3f3f3;padding:2px;overflow:auto;margin-left:3px}
#ajxResp_filter_judet{width:190px;height:210px;border:1px solid #f3f3f3;padding:2px;overflow:auto;margin-left:3px}
.filt_firma{}
.filt_firma td{padding:3px;line-height:12px}
.filt_firma td input{width:12px;height:12px;margin-right:3px;float:left}
.inner#primary .left .box-content .filters-values-chen #filtrare-submit, .inner#primary .left .box-content .filters-values #filtrare-submit{
	width: 79px;
	height: 21px;
	border-width: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/primary_aplica.png) no-repeat 0 0;
	cursor: pointer;
	}
.inner#primary .left .box-content .filters-values-chen{
	width:196px;
	height:305px;
	position: absolute;
	margin-left:203px;
	margin-top:-17px;
	z-index:300;
	background-color: #FFF;
	border: 1px solid #EAEAEA;
	margin-bottom: -1px;
	padding: 3px 0;
	min-height: 1px;
	padding:10px 15px;
	}
.inner#primary .left .box-content .filters-values-chen img{position:absolute;z-index:302;bottom:-7px;right:-5px}

.tva_sel{width:202px;border:none;border-width:0px}

#list_filt{}
	#list_filt li{}
	#list_filt li label{width:150px}
	#list_filt li a{color:#333}


.inner#primary .left .box-content .filters-values ul.list_no_pict {
	list-style-type: none;
	padding:3px 0px;
	position:static;
	}

.inner#primary .left .box-content .filters-values ul.list_no_pict li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #D6D6D6;
	padding:6px 0px
	}
.inner#primary .left .box-content .filters-values ul.list_no_pict li input{
	margin-top:0px
	}

.inner#primary .left .box-content .filters-values ul.list_no_pict li a {
	width: 100%;
	padding:0px;
	border:none;
	background:none;
	}

.inner#primary .left .box-content ul.list_no_pict {
	list-style-type: none;
	position: relative;
	padding:3px 0px
	}

.inner#primary .left .box-content ul.list_no_pict li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #D6D6D6;
	padding:6px 0px
	}
.inner#primary .left .box-content ul.list_no_pict li input{
	margin-top:0px
	}

.inner#primary .left .box-content ul.list_no_pict li a {
	display:inline;
	padding:0px;
	border:none;
	background:none;
	}
#ajxResp_filter_judet{}



.sh_vot{height:38px;position:absolute;background:#fff;right:382px;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;}
.sh_vot_list{height:14px;position:absolute;background:#fff;right:260px;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;}
.sh_vot_list_1{height:14px;position:absolute;background:#fff;right:398px;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;}

#pag_cont{padding:2px 0px}
#pag_cont ul.page {
	float: left;
	list-style-type: none;
	}

#pag_cont ul.page li {
	float: left;
	background-image:none;
	}
#pag_cont ul li {
	background:none!important;
	border-bottom:none!important;
	}

#pag_cont ul.page li a {
	display: block;
	padding: 0 5px 1px 5px;
	border-right: 1px solid #E5E5E5;
	}

#pag_cont ul.page li a.selected {
	color: #333;
	font-weight: bold;
	}

#pag_cont ul.page li a.first {
	padding-left: 0;
	}

#pag_cont ul.page li a.first-selected {
	color: #333;
	font-weight: bold;
	padding-left: 0;
	}

#pag_cont ul.page li a.last {
	border-right-width: 0;
	}

#pag_cont ul.page li a.last-selected {
	color: #333;
	font-weight: bold;
	border-right-width: 0;
	}

#pag_cont ul.page li a.single {
	padding-left: 0;
	border-right-width: 0;
	color: #333;
	font-weight: bold;
	}

.grey_sq{margin:0px 5px;position:relative;top:-2px}

.star{width:13px;height:13px;border:0px;background-image:url(../img/stars.jpg);background-repeat:no-repeat}
.star.grey{background-position:-14px 0px}
.star.half_grey{background-position:-14px -14px}
.star.half_red{background-position:0px -14px}
.star.empty{background-position:-6px -28px}

#vot_el img.steluta{width:13px;height:13px;border:none;background:url(../img/stars.jpg) no-repeat 0px 0px;cursor:pointer;margin:0px!important;padding:0px 0px!important}
#vot_el img.steluta.selected{background:url(../img/stars.jpg) no-repeat -14px 0px;}

#vot_el img.steluta.grey{background-position:-14px 0px}
#vot_el img.steluta.half_grey{background-position:-14px -14px}
#vot_el img.steluta.half_red{background-position:0px -14px}
#vot_el img.steluta.empty{background-position:-6px -28px}

#vot_el img.steluta.selected.grey{background-position:-14px 0px}
#vot_el img.steluta.selected.half_grey{background-position:-14px 0px}
#vot_el img.steluta.selected.half_red{background-position:-14px 0px}
#vot_el img.steluta.selected.empty{background-position:-14px 0px}

.list_rating:hover img.star{background-position:-14px 0px}
.list_rating:hover img.star.empty{background-position:-6px -28px}
.list_rating:hover img.star.half_red{background-position:-14px -14px}

#network {
	height: 24px;
	top: 0;
	background: #FFFFCC;
	border-bottom: 1px solid #DDDD00;
	line-height: 22px;
	position: fixed !important;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	}

#network a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #717100;
	word-spacing: -1px;
	padding: 2px 22px;
	}

#network .selected {
	font-weight: bold;
	}

#network a:hover {
	text-decoration: underline; 
	}

#network .ext {
	float: right;
	padding: 0;
	padding-right: 17px;
	background: url(../img/ext-link.gif) no-repeat right center;
	}

#network ul {
	display: inline;
	list-style-type: none;
	border-right: 1px dotted #DDDD00;
	}

#network ul li {
	display:inline;
	border-left: 1px dotted #DDDD00;
	padding-bottom: 1px;
	}