@IMPORT url("main.css");
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
}
#header {
	margin: 0;
	padding: 0;
	min-width:950px;
    position:relative;
    background : #8BBC06 url(/img/bg-header.gif) no-repeat scroll center bottom
}

.empty-box40{height:40px;}

#header-content{ 

      background:transparent url(/img/bg-header-content.gif) no-repeat scroll left top;
      height:105px;
      margin:0 auto;
      overflow:hidden;
      position:relative;
      width:950px;           
}

#page-body{ background-color:#FFF; }
#page-body-content{ 

      background:transparent url(/img/redline.gif) repeat-y scroll left top;
      margin: 0 auto;
      padding: 0px 0px 25px 30px;
      position:relative;
      width:920px;
}

#content-body {
        margin-left:10px;
}

#content-left {
	float: left;
}
#content-right {
	float: right;        
}
#footer{  
    height: 260px;
    overflow: hidden;
    background : #F4F4F4 url(/img/bg-footer.gif) repeat-x scroll center top;
}
#footer-content{
      background:transparent url(/img/redline.gif) repeat-y scroll left top;
      color:#9D9D9D;
      margin:0 auto;
      overflow:hidden;
      padding:15px 0 20px 35px;
      width:915px;      
}

#content {
	margin: 20px 0 35px 0;
	width: 100%;
	position: relative;
}

#footer span {
	color: #999999;
	font-size: 0.75em;
	display: block;
	line-height: 120%;
}
#newsletter input {
	font-size: 0.75em;
}
#newsletter label {
	font-size: 0.75em;
	color: #999999;
}
#newsletter .textField, #newsletter .selectOneField {
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 0;
	float: left;
	width: auto;
}
#newsletter .selectOneField {
	width: 130px;
}
#newsletter .selectOneField input {
	width: 100%;
}
#login {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	height: 31px;
	line-height: 24px;
	width: 133px;
	padding-left: 35px;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url("img/bg_accesso.gif") no-repeat scroll left top;
}
#login:hover {
	color: #ff7202;
	text-decoration: none;
	background-position: left bottom;
}
p img {
	margin:0 15px 10px 0;
}
/* navigation */
#navigation {
	float: left;
	margin-bottom: 15px;
	margin-right:10px;
	width: 230px;
	position: relative;
	_background: url('img/menuLevel2_border.gif') no-repeat top left;
	padding-top: 1px;
	z-index:100;
}
#navigation .footer {
	_background: url('img/menuLevel2_border.gif') no-repeat top left;
}
#menuLevel1{
	/*background-image: url("img/bg_menuLevel1.gif");*/
	background-image: url("../img/fd-menu.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	/*background-color: #e0e0e0;*/
	font-size: 1.1em;
	font-weight: bold;
	height: 38px;
	width: 950px;
}
#menuLevel1 a:hover {
	color: black;
	text-decoration: none;
}
#menuLevel1 li {
	background: transparent url("../img/separateur.gif") no-repeat scroll left bottom;
	float: left;
}
.mnu_home{
	background: transparent url("../img/picto-accueil-off.gif") no-repeat scroll center 11px;
	display: block;
	line-height: 34px;
	padding: 12px;
}
#menuLevel1 li a {
	font-weight: bold;
	color: #8f5793;
	display: block;
	padding: 0 18px 0 18px;
	line-height: 250%;
}
#menuLevel1 li.first {
	background-image: none;
}
/*
#menuLevel1 li.selected {
	background: transparent url("img/lt_selected.gif") no-repeat scroll left top;
	padding-left: 8px;
}*/
#menuLevel1 li.selected a {
	background: transparent url("../img/fd-onglet-1l-gch.gif") no-repeat scroll right top;
	color: black;
}
/* breadcrumbs */
#breadcrumbs {
	margin-left: 50px;
	padding: 15px 0;
	font-size: 0.8em;
}
#breadcrumbs li {
	background-image: url("img/bullet_breadcrumbs.gif");
	background-repeat: no-repeat;
	background-position: center left;
	display: inline;
	padding: 0 10px;
}
#breadcrumbs li.selected {
	font-weight: bold;
}
/* navigation2 */
#menuLevel2 {
	background-color: #f4f4f4;
	_background: url('img/bg_menuLevel2.gif') repeat-y top left;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	_border: 0 none;
	_border-left: 1px solid #e0e0e0;
	padding:0 10px;
}
#menuLevel2Header {
	background: url('../../img/bg_menuLevel2Header.gif') repeat-y top left;
	height: 10px;
	width: 230px;
}
#menuLevel2Footer {
	background: url('../../img/bg_menuLevel2Footer.gif') repeat-y top left;
	height: 10px;
	width: 230px;
}
#menuLevel2 li.first {
	border-top: 0 none;
	_background: none;
}
#menuLevel2 li {
	border-top: 1px solid #e0e0e0;
	white-space: nowrap;
	_border: 0 none;
	_background: url('img/bg_li.gif') no-repeat left top;
	_width: 100%;
}
.saldo{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 114px;
	height: 30px;
}
.rateale{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 156px;
	width: 114px;
	height: 30px;
	background: url("../img/bt_cartaRateale.gif") no-repeat right center;

}
.saldoOn{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 114px;
	height: 30px;
}
.ratealeOn{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 156px;
	width: 114px;
	height: 30px;
	background: url("../img/bt_cartaRateale_on.gif") no-repeat right center;

}
.richiedi {
	cursor: pointer;
	width: 138px;
	height: 30px;
	background: url("../img/bt_richiedilaSubito.gif") no-repeat right center;
}
.richiediOn {
	cursor: pointer;
	width: 138px;
	height: 30px;
	background: url("../img/bt_richiedilaSubito_on.gif") no-repeat right center;
}
#menuLevel2 li span, #menuLevel2 li a {
	display: block;
	padding: 10px 0;
}
#menuLevel2 li span, #menuLevel2 li.selected a {
	background: url("img/bullet_menuLevel2_selected.gif") no-repeat right center;
	padding-right: 12px;
	font-weight: bold;
}
#menuLevel2 li a {
	background: url("img/bullet_breadcrumbs.gif") no-repeat right center;
	padding-right: 12px;
}
#menuLevel2 li li {
	border-top: 0 none;
	font-size: 90%;
	background: none;
}
#menuLevel2 li.selected li a, #menuLevel2 li li.selected span {
	padding: 5px 15px;
}
#menuLevel2 li.selected li a {
	display: block;
	font-weight: normal;
	background: url("img/bullet_menuLevel3.gif") no-repeat 5px center;
}
#menuLevel2 li li.selected span {
	background: url("img/bg_menuLevel3.gif") no-repeat left center;
	color: #ffffff;
	border-top: 0 none;
	width: 230px;
}
/* footer elements */
#serviceMenu {	
	width: 200px;
	font-size: 0.75em;
        float:left;
}
#serviceMenu ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
#serviceMenu li {
	background-position:0 50%;
	background-image: url("img/bullet_serviceMenu.gif");
	background-repeat: no-repeat;
	text-indent: 9px;
}
#serviceMenu a {
	color: #8f5793;
	text-decoration: none;
}
#serviceMenu a:hover {
	text-decoration: underline;
}

#newsletter {
	top: 8px;
	left: 680px;
	width: 280px;
	border-left: 1px solid #E0E0E0;
	padding-left: 8px;
	margin-top: 5px;
        float:right;
}
#numeroVerde {
	left: 50px;
	top: 50px;
	border-top: 1px solid #E0E0E0;
	padding-top: 3px;
	width: 445px;
}
#newsletter .title, #numeroVerde .title{
	font-size: 1.3em;
	font-weight: bold;
	color: #8f5793;
	margin-bottom: 7px;
}
#numeroVerde .title {
	line-height: 40px;
}
#numeroVerde img {
	vertical-align: middle;
}
#newsletter button {
	background: transparent url("img/bg_button_validate.gif") no-repeat scroll left top;
	margin-top: 5px;
	margin-left: 8px;
	border: 0 none;
	padding-left: 12px;
	font-weight: bold;
	cursor: pointer;
}
#newsletter button:hover {
	color: #FF6600;
}
#copyrights {
	clear:both;
        padding-top:20px;
        
}
.invisible {
	visibility: hidden;
	
}
.visible {
	margin-left: 0px;
	visibility: visible;
	color: red;
}
/* end footer elements */
.headerPageNectar {
	background: url("../../img/bg.jpg") no-repeat right bottom;
	width: 300px;
	height: 132px;
	margin-bottom: 10px;
}
.headerPageNectarRichiedi {
	background: url("../../img/card.jpg") no-repeat right bottom;
	width: 189px;
	height: 122px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.headerPageAuchan {
	background: url("../../img/bg_red.jpg") no-repeat right bottom;
	width: 300px;
	height: 132px;
	margin-bottom: 10px;
}
.messaggioNectar, .messaggioAuchan{
	font-size: 9px;
	border-top: 1px solid #DCDCDC;
	color: gray;
	padding-top: 10px;
	margin-top: 70px;
	height: 90px;
	overflow: auto;
}

.l {
	float: left;
}
.r {
	float: right;
}
.loghipartner {
	float: left;
	margin:0 15px 25px 0;
}
.box {
	width: 220px;
	float: left;
	margin:0 15px 25px 0;
	line-height: 75%;
	font-size: 105%;
}
.box a {
	color: #8f5793;
}
.box a:hover {
	text-decoration: none;
}
.box span.header, .box span.content, .box span.footer {
	display: block;
	cursor: pointer;
}
.box .content {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 10px 5px 20px 45px;
	color: #8f5793;
	font-weight: bold;
	height: 30px;
}
.box .content .evidence {
	font-size: 130%;
}
.box .footer {
	height: 22px;
	background-image: url("img/footer_box.gif");
	background-repeat: no-repeat;
}
#soldi_conto {
	margin-right: 0;
}
#soldi_conto .content {
	border-left: 1px solid #f9b700;
	border-right: 1px solid #f9b700;
	color: #999999;
}
#soldi_conto a {
	color: #999999;
}

#soldi_conto .footer {
	background-image: url("img/footer_soldi_conto.gif");
}
.visual {
	/*background-image: url("../img/box_home_1.jpg");*/
	width: 500px;
	height: 290px;
}
.visual_over {
	background-image: url("../img/box_home_1_on.jpg");
	width: 500px;
	height: 290px;
}

.banner {
	margin-top: 20px;
	float: left;
	width: 240px;
	height: 250px;
	margin-right: 20px;

}
.banner.last {
	margin-right: 0;
}
#simulatore {
	width: 395px;
	height: 210px;
}
#simulatore2 {
	width: 395px;
	height: 210px;
}
#banner_4 {
	margin-top: 20px;
	width: 395px;
	height: 270px;
}

.ul_1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.liv_1 {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
.liv_1 a {
	display: block;
	width: 20em;
	border-bottom: 1px solid #E0E0E0;
}
.ul_2 {
	list-style-type: disc;
}

.ul_2 a {
	border-bottom: 0 none;
	color: #000000;
	font-weight: normal;
	width: 15em;
}

.liv_3 {
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
}
	
.headerPage {
	min-height: 110px;
	height: auto !important; /* proprietà inserite per applicare min-height a IE6 (http://www.constile.org/tips/min-height/) */
	height: 110px;
}
.subtitle, .title, .subtitle2 {
	display: block;
	font-weight: bold;
	color: #999999;
}
.subtitle {
	text-transform: lowercase;
}
.title {
	font-size: 150%;
	color: #000000;
	margin-bottom: 5px;
}
.titlehome {
	font-size: 130%;
	color: #000000;
	font-weight:bold;
	margin-bottom: 0px;
}

.boxed{width:614px;}

.boxed.evidence .content {
	background-color: #FFE7D3;
	
}
.boxed .content {
	position: relative;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0 10px;
}
.boxed .content p {
	margin-top: 0;
	line-height: 130%;
}
.boxed .header {
	background-image: url("img/header_boxed.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}
.boxed.evidence .header {
	background-image: url("img/header_boxed_evidence.gif");
}
.boxed .footer {
	background-image: url("img/footer_boxed.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
}
.boxed.evidence .footer {
	background-image: url("img/footer_boxed_evidence.gif");
}
/*
.boxed .content .text {
	margin-left: 165px !important;
	margin-left: 170px;
}
*/
.boxed2 .content {
	position: relative;
	background-color: #ffe7d3;
	padding: 0 10px;
}
.boxed2 .content p {
	margin-top: 0;
	line-height: 130%;
}
.boxed2 .header {
	background-image: url("img/header_boxed2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}

.boxed2 .footer {
	background-image: url("img/footer_boxed2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height:10px;
}
.boxed2.evidence .footer {
	background-image: url("img/footer_boxed_evidence.gif");
}
.boxed2.content .text {
	margin-left: 165px !important;
	margin-left: 170px;
}

.claim {
	display: block;
	padding: 8px;	
	background-color: #ff7200;
	color: #FFFFFF;
	font-weight: bold;
	width: 140px;
}
table {
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 90%;	
	border-collapse: collapse;
	margin: 15px 0;
}
thead {
	color: #8bbc06;
}
td, th {
	padding: 5px 20px 5px 5px;
	text-align: center;
	
}
.white {
	background-color: #ffffff;
}
.link a{
	font-size: 90%;	
}
.how, .more {
	background-repeat: no-repeat;
	background-position: left center !important;
	background-position: 3px center;
	display: block;
	line-height: 100%;
	padding-left: 18px;
}
.how {	
	background-image: url("img/ico_how.gif");
}

.more {	
	background-image: url("img/ico_more.gif");
	margin-bottom: 10px;
}
.howright {	
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	background: transparent url("img/ico_how.gif") no-repeat scroll left top;
	line-height: 14px;
	float: right;
	margin-top: 20px;
}
ul.dotted {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width:606px;
}
ul.dotted li {
	margin: 0 0 10px;
	padding: 0;
	background: url("img/bullet.gif") no-repeat top left;
	padding-left: 23px;
	line-height: 16px;
}
* html ul.dotted {
	margin-left: 20px;
}
.note {
	color: #999999;
	font-size: 80%;
}
.note a {
	color: #999999;
	font-weight: normal;
}
.note a:hover {
	text-decoration: none;
}
.redText {
	display: block;	
	color: #d20032;
	font-weight: bold;
}
.blackList {
	list-style-type: none;
	margin:0;
	padding: 0;
	margin-left: 20px;
}
* html .blackList {
	margin-left: 17px;
}
.blackList li {
	list-style-image: url("img/bullet_black.gif");
	margin: 10px 0;
}
.attach {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}
#lastNameField, #birthdateField, #birthProvinceField, #streetField, #citizenshipField, #townField, #livingInFromField, #previousStreetField, #houseField, #jobStatusField, #incomeField, #firmNameField, #firmTownField, #certificateTypeField, #certificateTownField  {
	float: left;
	clear: both;
}
#firstNameField, #birthplaceField, #fiscalCodeField, #emailField, #postalCodeField, #provinceField, #phoneField, #previousTownField, #maritalStatusField, #jobField, #monthlyField, #firmStreetField, #firmPhoneField, #certificateIdField, #certificateReleasedOnField {
	float: right;
}
#genderField, #mobileNumberField, #previousProvinceField, #employedFromField {
	clear: both;
}
#genderField label, #returnModeField label, #accountStatementFrequencyField label {
	display: inline;
}
#genderField {
	padding: 0;
	display: block;
	width: 100%;
}
#genderField legend {
	font-weight: normal;
}
#genderField span.error {
	display: inline;
}
#subscription span.error {
	text-align: left;
}
.banner li {
	padding: 15px 0;
}
#prestitoHome {
	height: 30px;
}
#prestito .content {
	min-height: 270px;
	height: auto !important;
	height: 270px;
}
#prestito table {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 50%;
	margin: 0;
}
#prestito .green {
	color: #8bbd06;
}
#prestito table thead {
	background-image: url(img/bg_prestito.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 50px;
	font-size: 1.4em;
}
#prestito .more {
	position: absolute;
	left: 15px;
	bottom: 0;
}
#calcola {
	display: block;
	background-image: url("img/bg_calcola.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 105%;
	height: 23px;
	width: 155px;
	margin-left: 25%;
	padding-top: 4px;
}
#calcola a {
	color: #ffffff;
}
#contatti p {
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#contatti img {
	margin-right: 20px;
}
#flexiSim .textField {
	width: 150px;
	position: absolute;
	top: 6em;
}
#flexiSim fieldset label {
	display: block;
	line-height: 200%;
}
#steps {
	height: 39px;
	margin-bottom: 15px;
}
#steps li {
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 73px;
	height: 39px;
	padding-left: 22px;
	font-size: 80%;
	font-weight: bold;
	line-height: 90%;
}
#steps li span {
	display: block;
	margin-top: 10px;
}
#steps li form {
	margin-top: 10px;
}
#steps li a {
	font-weight: bold;
}
#steps li a:hover {
	text-decoration: none;
}
#steps li.selected {
	background-position: bottom left;
	color: #FFFFFF;
}
#step1 {
	background-image: url("img/step1.gif");
}
#step2 {
	background-image: url("img/step2.gif");
}
#step3 {
	background-image: url("img/step3.gif");
}
#step4 {
	background-image: url("img/step4.gif");
}
#step5 {
	background-image: url("img/step5.gif");
}
#step6 {
	background-image: url("img/step6.gif");
}
h2.green {
	color: #8bbc06;
	height: 55px;
	line-height: 55px;
}
h2.green img, table.gray caption img {
	vertical-align:middle;
}
p.evidence {
	font-weight: bold;
	color: #F60E0E;
}
table.gray caption {
	background-color: #EAE8E5;
	color: #8bbc06;
	height: 50px;
	line-height: 45px;
	border-collapse: collapse;
}
table.gray {
	margin: 0;
	margin-bottom: 20px;
}
table.gray tr {
	background-color: #F3F3F3;
}
table.gray tr.t0 {
	background-color: #FFFFFF;
}
table.gray tbody th {
	color: #8bbc06;
	text-align: left;
}
table.gray tbody td {
	text-align: right;
}
table.gray tfoot td {
	text-align: center;
}
#prestito_index .boxed .content {
	min-height: 170px;
	height: 220px;
}
#prestito_index .boxed .content table {
	position: absolute;
	top: 0;
	right: 10px;
}
.boxed .content ul.dotted {
	float: none;
	margin-left: 0;
}
span.link_evidence {
	display: block;
	background: url("img/right.gif") no-repeat top right;
	height: 24px;
	line-height: 24px;
	float: right;
	padding-right: 13px;
	font-size: 13px;
}
a.link_evidence {
	background: url("img/bg_arancio.gif") repeat-x top left;
	padding: 3px 13px;
	color: #FFFFFF;
}
span.link_evidence a {
	background: url("img/body_left.gif") no-repeat top left;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 4px 0 4px 13px;
}
span.link_evidence a:hover {
	text-decoration: none;
}

table.prestito {
	margin: 0;
	color: #8bbc06;
	background-color: #FFFFFF;
	border-left: 1px dotted #A06DA4;
}
table.prestito caption {
	color: #A06DA4;
	text-align: left;
}
table.prestito tbody th {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}
table.prestito tbody td {
	padding-top: 0;
	padding-bottom: 0;
}
#line {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 10px;
}
#mastercard ul.dotted, #cityper ul.dotted {
	margin-left: 10px;
}
#mastercard ul.dotted li, #cityper ul.dotted li {
	float: left;
	clear: none;
	width: 29%;
	font-size: 90%;
	white-space: nowrap;
}
#prestito_index ul.dotted {
	width: 50%;
}
#mastercard table.gray, #cityper table.gray, #auchan table.gray {
	margin-left: 50px;
}
#simulatore_prestito label {
	line-height: 160%;
}
#simulatore_prestito input, #simulatore_prestito select {
	width: 8em;
	position: absolute;
	top: 0;
	left: 6em;
}
#simulatore_prestito .note {
	position: absolute;
	bottom: 0;
	right: 0;
}
#simulatore_prestito .textField {
	width: 60%;
	position: relative;
	padding: 0;
	clear: left;
}
#simulatore_prestito .selectOneField {
	width: auto;
	position: relative;
	padding: 0;
	float: left;
}
#simulatore_prestito a.link_evidence {
	position: absolute;
	top: -1px;
}
#simulatore_prestito ul.buttons {
	clear: none;
}
#simulatore_prestito ul.buttons li {
	padding: 0;
}
.boxed.evidence2.index {
	margin-bottom: 20px;
}
.index ul {
	color: #D20032;
	margin: 0;
	padding-left: 20px;
}
.index ul a {
	color: #D20032;
}
.boxed.evidence2 {
	margin-bottom: 0;
}
.boxed.evidence2 .header {
	background-image: url("img/header_boxed_grey.jpg");
}
.boxed.evidence2 .content {
	background-color: #f4f4f4;
}
.boxed.evidence2 .footer {
	background-image: url("img/footer_boxed_grey.jpg");
}
p.work {
	background: transparent url("img/ingranaggi.gif") no-repeat top left;
	padding-left: 45px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}
p.serve {
	background: transparent url("img/vassoio.gif") no-repeat top left;
	padding-left: 56px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
p.stars {
	background: transparent url("img/stelle.gif") no-repeat top left;
	padding-left: 48px;
	min-height: 41px;
	height: auto !important;
	height: 41px;
}
p.calculate {
	background: transparent url("img/calculate.gif") no-repeat top left;
	padding-left: 51px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
.info {
	background-color: #F4F4F4;
	padding: 5px;
}
p.error {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
#notes {
	background-color: #FFFFFF;
}
.evidence3 {
	margin-top: 10px;
}
.evidence3 .header {
	background: #F4F4F4 url("img/bg_evidence_rt.gif") top right no-repeat;
	height: 10px;
}
.evidence3 .footer {
	background: #F4F4F4 url("img/bg_evidence_rb.gif") bottom right no-repeat;
	height: 10px;
	clear: both;
}
.evidence3 .content {
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 57px;
	padding-right: 10px;
}
.evidence3 .content p {
	margin: 0;
}
.cardTitleSpecs{
	color:#8bbc06;
	font-weight:bold;
	font-size:1.3em;
}
.downClaim{
	color:#8bbc06;
	font-weight:bold;
	font-size:1em;
}
#resume form h2 a {
	font-size: 80%;
}
#print {
	display: none;
}
.answer{
	background-color:#f4f4f4;
	padding: 5px;
	margin-bottom:10px;
}
.answer p {
	margin: 0;
}
.answer ul {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 150%;
}
.answer .l span.note {
	display: block;
}
.headerPage2 {
	width: 606px;	
	position: relative;
	float: right;
}
.headerPage2 p {
	width: 360px;
	background-color: #F4F4F4;
	margin: 5px 0;
	height: 84px;
	padding: 3px 8px;
}
.headerPage2 .link_evidence {
	position: absolute;
	left: 0;
	bottom: 18px;
}
.text{
        padding-left:170px;
}
