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

* {
	margin: 0;
	padding: 0;
	}

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

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

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 #37454D;
	}

.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 {
	width: 158px;
	height: 39px;
	margin-top: 34px;
	border-width: 0;
	}

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

.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: 20px;
	padding-right: 22px;
	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: 128px;
	font: 11px Verdana, Tahoma, sans-serif;
	color: #BBB;
	background-color: #FAFAFA;
	}

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

.inner#nav .right #menu form #cautare-submit {
	margin-top: 10px;
	margin-right: 20px;
	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;
	position: relative;
	}

/*	=================================================================================  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#leftZone {
	margin-bottom: 0;
	border: 1px solid #F5F5F5;
	background-color: #FFF;
	padding: 19px;
	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#partners {
	padding: 15px 10px;
	}

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

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

.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: 100%;
	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.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 .filters-values form {
	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;
	}

.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 {
	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 .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 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: #F8FBFE;
	}

.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 {
	position: absolute;
	top: 0;
	right: 19px;
	}

.inner#primary .right .box-content a.logo img {
	width: 171px;
	height: 53px;
	border-width: 0;
	}

.inner#primary .right .box-content a.cmp-add {
	color: #333;
 	color: #4096EE;
	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: #333;
 	color: #4096EE;
	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: #4096EE;
	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 .goback {
	float: right;
	}

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

	color: #4096EE;
margin-left: 14px;
	padding-left: 15px;
	background: url(../img/apply_online.gif) no-repeat 0 2px;
	}
	.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 .card-view td.valuta img {
	margin-right: 8px;
	float: left;
	margin-top: 3px;
	}

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

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

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

.inner#primary .right #recomanda {
	display: none;
	padding: 10px 0 10px 0;
	}

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

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

.inner#primary .right .card-view#recomanda-card {
	background-color: #FAFAFA;
	width: 405px; 
	margin-bottom: 3px;
	padding: 7px 0 7px 0px;
	border: 0;
	}

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

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

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

.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 #raporteaza-form #trimite-submit, .inner#primary .right .box-content #raporteaza-form #trimite-wait {
	margin-left: 148px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner#primary .right .card-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: 317px;
	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 ul.options {
	list-style-type: none;
	margin-top: 12px;
	}

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

.inner#primary .right 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 a.ico-messenger {
	padding: 3px 0px 3px 22px;
	background: url(../img/ico_messenger.png) no-repeat 0 6px;
	display: block;
	}

.inner#primary .right a.ico-email {
	padding: 3px 0px 3px 22px;
	background: url(../img/ico_email.png) no-repeat 1px 6px;
	display: block;
	}

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

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

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

.inner#primary .right 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 .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#exchange-1 {
	margin: 0 auto;
	width: 442px;
	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#exchange-1 div.mirror_effect {
	background: url(../img/webmasteri/exchange_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: 55px;
	}

.inner#primary .right .box-content .item-brief ul li {
	text-align: center;
	float: left;
	line-height: 20px;
	padding: 1px 18px 4px 17px;
	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: 3px;
	margin-bottom: 3px;
	}

.inner#primary .right .box-content .item-brief ul li img {
	width: 17px;
	height: 15px;
	vertical-align: top;
	margin-top: 3px;
	border-width: 0;
	cursor: help;
	float: left;
	margin-right: 6px;
	}

.inner#primary .right .box-content .item-brief ul li img.last {
	margin-right: 0;
	}

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

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

.inner#primary .right .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: #4096EE;
	}

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

/*	=================================================================================  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_aplica.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_aplica.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-2-alt {
	width: 168px;
	}

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

.inner#primary .right .box-content ul#item-steps li#step-2-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-2-alt a:hover {
	background-position: 0 -41px;
	}

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

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

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

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

.inner#primary .right .card-view tr td.col-1 {
	padding-left: 10px;
	}

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

.inner#primary .right .card-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 .card-view tr td ul li.last {
	border-bottom-width: 0;
	}

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

.inner#primary .right form .card-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 .card-view td.col-1 input.medium {
	width: 224px;
	margin-right: 2px;
	}

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

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

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

.inner#primary .right form .card-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: 242px;
	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: 242px;
	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 .card-view tr td.col-0-error {
	padding-right: 10px;
	text-align: right;
	background-color: #FCFCFC;
	white-space: nowrap;
	width: 200px;
	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;
/*	padding: 0; */
	}
.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: 200px;
	}

.inner#primary .right .text-bordered {
	width: 200px;
	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; 
	display: none;
	}

.inner#primary .right .card-view td.calc-result {
	text-align: center; 
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .card-view td.calc-result-capital {
	width: 165px;
	text-align: center; 
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .card-view td.calc-result-capital-large {
	width: 177px;
	text-align: center; 
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .card-view td.calc-result-rest {
	width: 220px;
	text-align: center; 
	padding-left: 0px;
	padding-right: 0px;
	}
.inner#primary .right .card-view td.calc-result-mark {
	background-color: #FCFCFC;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;	
	}
.inner#primary .right .card-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 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 {
	display: none;
	}

.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;
	}	

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

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

.inner#primary .box-content #expl p {
	margin-top: 7px;
	display: none;
	padding-left: 17px;
	}


/*	=================================================================================  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;
	}

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

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

.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: #FDEBCF;
	background-position: 115% 115%;
	}

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

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

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

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

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

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: #FF7400;
	}

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;		
	}

#boom-ilb {
	width: 728px;
	height: 90px;
	margin-bottom: 17px;
	background: #FCFCFC url(../img/arbo_mr_bgrd.gif) no-repeat center center;
	overflow: hidden;
	}

.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 .card-view#arbomedia-mrt {
	width: 418px;
	}

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

#apply-decision{padding-left:150px;padding-top:10px}
.apply-pf{
	display: block;
	width: 174px;
	height: 21px;
	margin-bottom: 4px;
	background: url(../img/pf.png) no-repeat 0 0;
	float:left;
	margin-right:10px;
	}

.apply-pf:hover {
	background-position: 0 -21px;
	}
	
.apply-pj{
	display: block;
	width: 174px;
	height: 21px;
	margin-bottom: 4px;
	background: url(../img/pj.png) no-repeat 0 0;
	float:left;
	}

.apply-pj:hover {
	background-position: 0 -21px;
	}

a.apply-promo {
	display: block;
	position: relative;
	padding: 17px 19px 17px 42px;
	background: #FAFAFA url(../img/apply_promo.png) no-repeat 18px 16px;
	border: 1px solid #DFDFDF;
	margin-bottom: 17px;
	color: #333;
	}

a.apply-promo strong {
	color: #D00;
	}

a.apply-promo:hover strong {
	color: #333;
	}

a.apply-promo span {
	display: none;
	font-weight: bold;
	color: #D00;
	margin-left: 3px;
	}

a.apply-promo:hover span {
	display: inline;
	}

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

#network-label {
	float: left;
	width: 222px;
	text-align: center;
	background: #222B31;
	color: #EEE;
	height: 24px;
	line-height: 22px;
	}

#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-right: 1px dotted #4B565B;
	padding-bottom: 1px;
	}

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

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

#network ul li.selected a {
	font-weight: bold;
	color: #FFF;
	}
