/* @override http://localhost:8888/kinosviaggi.com/css/style_kinos.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, form, p, ul {
	margin: 0;
	padding: 0;
}

a {
	color: #0079aa;
	font-size: 12px;
}

a:hover, #container a:hover {
	color: #ef7135;
	text-decoration: underline;
}

a img {
	border: none;	
}

button {
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	font-size: 0.7em;
}

button.but_mini {
	width: 80px;
	height: 22px;
	background: url(../img/button/but_f_mini.png) no-repeat;
}

button.but_mini:hover {
	width: 80px;
	height: 22px;
	background: url(../img/button/but_f_mini.png) no-repeat 0 -22px;
}

button.but_medium {
	width: 130px;
	height: 22px;
	background: url(../img/button/but_f_medium.png) no-repeat;
}

button.but_medium:hover {
	width: 130px;
	height: 22px;
	background: url(../img/button/but_f_medium.png) no-repeat 0 -22px;
}

button.but_medium2 {
	width: 140px;
	height: 26px;
	background: url(../img/button/but_f_medium2.png) no-repeat;
}

button.but_medium2:hover {
	width: 140px;
	height: 26px;
	background: url(../img/button/but_f_medium2.png) no-repeat 0 -26px;
}

button.but_search {
	width: 80px;
	height: 22px;
	display: block;
	visibility: hidden;
	margin: 0 20px 0 auto;
	background: url(../img/button/but_f_mini.png) no-repeat 0 top;
}

button.but_search:hover {
	width: 80px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	background: url(../img/button/but_f_mini.png) no-repeat 0 -22px;
}

button.cal {
	width: 16px;
	height: 16px;
	background: url(../img/icon/calendar.png) no-repeat;
}

button.ritorna {
	width: 100px;
	height: 22px;
	background: url(../img/button/but_ritorna.png) no-repeat;
}

button.ritorna:hover {
	width: 100px;
	height: 22px;
	background: url(../img/button/but_ritorna.png) no-repeat 0 -22px;
}

button.but_close {
	width: 36px;
	height: 36px;
	background: url(../img/icon/close.png) no-repeat;
}

button.but_close2 {
	width: 16px;
	height: 14px;
	background: url(../img/icon/close2.gif) no-repeat;
}

button.but_f_calc_prev, button.but_f_scegli_sist_vetr {
	font-size: 0.75em;
	width: 140px;
	height: 26px;
	background: url(../img/button/but_f_medium2.png) no-repeat;
	display: block;
	margin: 10px auto;
}

button.but_f_calc_prev:hover, button.but_f_scegli_sist_vetr:hover {
	width: 140px;
	height: 26px;
	background: url(../img/button/but_f_medium2.png) no-repeat 0 -26px;
}

button#but_prev_sist {
	float: right;
	margin: 0 60px 0;
}

button.but_arrow_right {
	width: 25px;
	height: 25px;
	background: url(../img/button/but_arrow_right.gif) no-repeat;
}

button.but_arrow_right:hover {
	width: 25px;
	height: 25px;
	background: url(../img/button/but_arrow_right.gif) no-repeat 0 -25px;
}

h1 {
	display: none;
}

h2 {
	color: #ff9500;
	font-size: 16px;
}

h2 span {
	color: #155979;
}

h6 {
	font-size: 12px;
}

img {
	vertical-align: middle;
}

input {
	vertical-align: middle;
}

input.img_but_calc_prev {
	display: none;
}

input.img_but_scegli_sist_vetr {
	display: none;
}

label {
	font-size: 11px;
}

p {
	font-size: 12px;
}

p.link_all {
	text-align: right;
}

p.link_all a {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

p#alert, p.alert {
	margin: 10px 0px;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

span.col_blue {
	color: #155979;
}

span.cel {
	display: none;
}

table {
	border-collapse: collapse;
}

table#first {
	margin: 10px 0;
	background-color: #ebf1f3;
}

table#first tr#title, table#second tr#title {
	background-color: #155979;
	color: #fff;
	font-weight: bold;
}

table#first.anagr_part, table#second.anagr_part, table#first.reg_age {
	width: 90%;
}

table#first tr#title_col {
	font-weight: bold;
}

table#first td, table#second td {
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #b2bec4;
}

table#first.descr_serv td {
	text-align: center;
}

table#first.descr_serv td.first {
	width: 40%;
	font-weight: bold;
	text-align: left;
}

table#first.descr_serv td.first span.comm {
	font-weight: normal;
	font-size: 8pt;
}

table#first.descr_serv span.volo {
	color: #155979;
	font-weight: bold;
}

table#first td.right {
	text-align: right;
}

table#second {
	margin: 10px 0;
}

table#partec {
	margin: 20px 0;
	width: 440px;
	background: #ffc99f;
}

table#partec tr#title {
	font-weight: bold;
	font-size: 12px;
	background-color: #ef7135;
	color: #fff;
}

table#partec td {
	padding: 5px;
	text-align: center;
}

table#partec td label {
	font-weight: bold;
}

table.promozioni {
	width: 99%;
}

table.promozioni tr.title td {
	border: none;
}

table.promozioni td {
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}

td.totale span.totale {
	font-size: 12px;
}

table.promozioni td span.descr_promoz {
	font-size: 7pt;
	padding: 2px 5px;
}

table.promozioni td.type_promoz a {
	font-size: 9px;
}

table.promozioni td.checkbox_promoz {
	text-align: right;
}

li {
	list-style-type: none;
}

ul.lett li {
	list-style-type: lower-alpha;
}

ul.num li {
	list-style-type: decimal;
}

ul.round li {
	list-style-type: disc;
}

.price, td.totale span.totale {
	font-family: "Arial Black","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ef7135;
}

.bold {
	font-weight: bold;
}

.erased {
	text-decoration: line-through;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.inline {
	display: inline;
}

.clear_both {
	line-height: 1px;
	clear: both;
}

.clear_right {
	line-height: 1px;
	clear: right;
}

.clear_left {
	line-height: 1px;
	clear: left;
}

.bloc_center {
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}

.block_message {
	margin: 1em 0;
    padding: 1em 15px 0 50px;
    border-style: solid;
    border-width: 2px 0;
}

.block_message p, #descr_dett_pac .block_message p {
	margin: 0 0 1em;
}

.block_message.alert {
	background: #fff89d url(../img/icon/red-triangle.png) no-repeat 15px 50%;
    border-color: #155979}

.bm_mini {
	width: 400px;
}

.div_border1 {
	border: 2px solid #155979;
}

.div_border2 {
	border: 2px solid #b9b9b9;
}

.div_border3 {
	border: 1px solid #b9b9b9;
}

.div_back1 {
	background-color: #ebf1f3;
}

.div_back2 {
	background: #eee;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 100px;
}

#header img.logo {
	margin: 10px;
}

img.banner_chiamaci {
	margin: 0 0 0 15px;
	border: 1px solid #e4e4e4;
}

#header_right {
	float: right;
}

#header_link {
	margin: 5px 0 0;
}

#header_link ul {
	line-height: 0.9em;
}

#header_link ul li {
	display: inline;
	font-size: 10px;
}

#header_link li.last a {
	border-right-style: none;
}

#header_link a {
	font-size: 10px;
	text-decoration: none;
	color: #ef7135;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #ef7135;
}

#search_block_head {
	text-align: right;
	margin: 40px 10px 0;
}

#content {
	margin: 10px 0;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#content_main {
	
}

#content_main.due_col {
	width: 770px;
	float: right;
}

#content_main h2 {
	margin: 0 0 20px;
}

#search_cont ul {
	margin: 20px 0 50px;
}

#search_cont li {
	margin: 5px 0 5px 20px;
	list-style-type: disc;
}

#search_cont li a {
	text-decoration: none;
	font-weight: bold;
}

#block_lat {
	width: 170px;
}

#block_lat .div_back1, #block_lat .div_back2, #block_lat .div_border1, #block_lat .div_border2 {
	padding: 15px;
	margin-bottom: 10px;
}

#block_lat .div_back1 h5 span {
	color: #ef7135;
}

#block_lat .div_border2 h5 {
	color: #155979;
	margin-bottom: 10px;
}

#block_lat #motore_gen, #list_type_off_top_nav_lat {
	margin-bottom: 10px;
}

#body_mid {
	margin: 10px 0;
}

#body_mid_left {
	float: left;
	width: 550px;
}

#body_mid_right {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 0 0 10px;
}

#motore, #motore_gen, #motore_sist, #mot.solo_date {
	background-color: #155979;
}

#motore {
	width: 400px;
	height: 250px;
	float: left;
	display: inline;
}

#motore h4, #motore_gen h4, #motore_sist h4 {
	color: #ff9500;
	padding: 10px 0 5px 15px;
}

#motore #motore_type_cont {
	float: left;
	display: inline;
	width: 400px;
	margin: 5px 0 0;
}

#motore_type_cont label {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#motore_type_cont label, #motore_type_cont input {
	cursor: pointer;
}

#motore #motore_type_cont li, #motore_sist #motore_type_cont li {
	float: left;
	display: inline;
	width: 120px;
	padding: 5px;
}

#motore_type_cont li.item_sel, #motore_type_cont li:hover {
	background-color: #0079aa;
}

#motore_type_cont li.item_sel label {
	color: #ffff4f;
}

#motore #motore_aj_type_result {
	float: left;
	display: inline;
	width: 355px;
	height: auto !important;
	height: 90px;
	min-height: 90px;
	margin: 5px 20px 15px;
}

#motore_aj_type_result img.loader_mot {
	margin: 30px auto;
	display: block;
}

#motore_aj_type_result label {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#motore_aj_type_result p.alert {
	text-align: center;
	font-weight: bold;
	color: #ff0;
	margin: 20px 0;
}

#motore .mot_cont_select, #motore_sist .mot_cont_select, #search_pac #motore_gen .mot_cont_select {
	float: left;
	display: inline;
	width: 150px;
	margin: 5px 0 0;
}

.mot_cont_select p.alert {
	text-align: center;
}

.mot_cont_select select {
	width: 130px;
	font-size: 11px;
}

.mot_cont_select input {
	font-size: 11px;
}

#motore .mot_cont_select.mh_dest_h, #motore_sist .mot_cont_select.mh_dest_h, #search_pac #motore_gen .mot_cont_select.mh_dest_h {
	margin-right: 90px;
}

#motore .mot_cont_select.mcs_t {
	width: 350px;
}

#motore .mot_cont_select.mcs_t select {
	width: 250px;
}

#motore_gen {
	padding: 0 0 10px;
}

#motore_gen h4 {
	padding: 10px;
	font-size: 14px;
}

#motore_gen #motore_type_cont {
	padding-bottom: 5px;
}

#motore_gen #motore_type_cont li {
	padding: 1px 8px;
}

#motore_gen #motore_aj_type_result {
	padding: 0 10px;
	margin: 0 0 10px;
}

#motore_gen .mot_cont_select  {
	margin: 0 0 5px;
}

#motore_gen button.but_search {
	margin-right: 10px;
}

#search_pac p.txt_descr_search_pac {
	width: 400px;
}

#search_pac #motore_gen {
	width: 380px;
	height: 150px;
	padding: 5px 10px 15px;
	margin: 10px 0;
}

#search_pac #motore_type_cont {
	display: none;
}

#search_pac #motore_aj_type_result {
	float: left;
}

#search_pac #motore_gen button.but_search {
	float: right;
}

#search_pac #motore_gen .mcs_cr, #search_pac #motore_gen .mcs_t {
	width: 300px;
}

#search_pac #motore_gen .mcs_t select {
	width: 300px;
}

#search_pac #search_pac_result {
	margin: 20px 0;
	width: 600px;
}

#search_pac_lat {
	float: right;
	display: inline;

	width: 300px;
}

#mot.solo_date {
	padding: 10px;
	width: 350px;
}

#mot.solo_date h2 {
	margin-bottom: 10px;
}

#mot.solo_date label {
	color: #fff;
}

#mot.solo_date input.mot_find {
	display: block;
	margin: 10px 0 10px auto;	
}

#motore_sist_cont {
	float: left;
	display: inline;
	width: 540px;
	margin: 30px 100px 40px 0;
}

#motore_sist_cont button.but_close {
	float: right;
}

#motore_sist {
	float: left;
	display: inline;
	width: 100%;	
}

#motore_sist #motore_type_cont {
	float: left;
	display: inline;
	margin: 10px 200px 5px 0;
}

#motore_sist #motore_aj_type_result {
	float: left;
	display: inline;
	margin: 5px 20px 15px;
}

#motore_sist #motore_aj_type_result p.alert {
	margin: 10px auto;
}

#motore_sist img.loader_mot {
	margin: 5px auto;
}

#motore_sist button.but_search {
	float: right;
	display: inline;
	margin: 25px 20px 15px 5px;
}

#motore_sist .mot_cont_select.mcs_date {
	width: 120px;
}

#motore_sist_cont_extra {
	float: left;
	width: 100%;
	padding: 5px;
}

#motore_sist_result_search {
	margin-top: 10px;
	float: left;
	display: inline;
	width: 100%;
	height: auto !important;
	height: 50px;
	min-height: 50px;
}

#motore_sist_result_search h5 {
	color: #155979;
}

#motore_sist_result_search table#first td {
	padding: 10px;
}

#motore_sist_result_search .price {
	font-size: 15px;
}

.vetrina_top {
	width: 248px;
	height: 168px;
	margin: 0 0 0 10px;
	padding: 70px 10px 10px;
	float: left;
	display: inline;
	border: 1px solid #bbb;
}

.vetrina_top p {
	font-size: 11px;
	line-height: 1.2em;
	margin: 10px 0;
}

.vetrina_top a {
	font-weight: bold;
	font-size: 11px;
}

.vetrina_top span a {
	text-decoration: none;
	color: #ef7135;
}

.vetrina_top.vt_h {
	background: url(../img/back_vetrina_hotel.jpg) no-repeat 0 top;
}

.vetrina_top.vt_vh {
	background: url(../img/back_vetrina_volo+hotel.jpg) no-repeat 0 top;
}

.vetrina_top.vt_t_cr {
	background: url(../img/back_vetrina_tour.jpg) no-repeat 0 top;
	margin: 0;
}

.vetrina_top.vt_t {
	background: url(../img/back_vetrina_solo_tour.jpg) no-repeat 0 top;
}

.vetrina_top.vt_cr {
	background: url(../img/back_vetrina_croc.jpg) no-repeat 0 top;
}

.vetrina_top.vt_p {
	background: url(../img/back_vetrina_pellegrinaggi.jpg) no-repeat 0 top;
	margin: 0;
}

.vetrina_top.vt_sconti {
	margin: 0 0 10px;
	padding: 45px 170px 10px 15px;
	width: 363px;
	height: 95px;
	border: 1px solid #bbb;
	background: url(../img/back_vetrina_sconti.jpg) no-repeat;
}

.vetrina_top.vt_sconti p, .vetrina_top.vt_sconti a {
	font-size: 12px;
}

#banner_welcome_cont {
	margin-bottom: 10px;
	width: 400px;
	height: 80px;
}

#vetrine_operat {
	width: 375px;
	height: 338px;
	margin: 10px 0;
	padding: 10px 10px 10px 13px;
	float: left;
	display: inline;
	border: 1px solid #bbb;
}

#vetrine_operat h2 {
	margin: 0 0 10px;
}

.vetrine_operat_block {
	float: left;
	display: inline;
	width: 118px;
	height: 130px;
	margin: 10px 10px 10px 0;
}

.vetrine_operat_block.vob_last {
	margin-right: 0;
}

.vetrine_operat_descr {
	margin-top: 3px;
}

.vetrine_operat_block a {
	text-decoration: none;
}

#vetrine_operat h3 {
	font-size: 13px;
}

#vetrine_operat h4 {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#vetrine_operat p {
	color: #000;
	font-size: 10px;
}

#vetrine_operat p span {
	color: #ef7135;
	font-weight: bold;
	font-size: 12px;
}

#temi_home {
	float: left;
	display: inline;
	width: 400px;
	height: 165px;
	margin: 0 0 10px;
	padding: 25px 0 0 150px;
	background: url(../img/donna_capp.jpg) no-repeat -30px -30px;
}

.temi_home_block {
	float: left;
	display: inline;
	width: 190px;
	margin: 0 0 25px 10px;
}

.temi_home_block a {
	
	text-decoration: none;
}

.temi_home_block h5 {
	font-size: 13px;
	color: #ef7135;
}

.temi_home_block h5 span {
	color: #000;
}

.temi_home_block p {
	font-size: 11px;
	color: #000;
}

#area_pdf_home {
	margin: 10px 0 0 0;
	float: left;
	width: 268px;
	height: 80px;
	background: url(../img/back_area_pdf_home.jpg) no-repeat;
}

#area_pdf_home button {
	text-align: left;
	width: 150px;
	margin: 45px 0 0 95px;
	font-weight: bold;
	color: #155979;
	background-position: right top;
}

#area_pdf_home button:hover {
	background-position: right -25px;
	color: #ef7135;
	text-decoration: underline;
}

.all_off_top {
	width: 600px;
	margin: 20px 0;
	padding: 20px;
}

.all_off_top img.img_dest_all_off {
	float: right;
}

.all_off_top h3 {
	color: #b30000;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 0 10px;
}

.all_off_top p {
	padding: 5px;
}

.all_off_top a {
	font-size: 13px;
	color: #ef7135;
}

.all_off_top p a.nome_sist {
	font-weight: bold;
	text-decoration: none;
	color: #155979;
}

.all_list_vetrine {
	width: 650px;
	margin: 20px 0;
	padding: 20px;
}

.all_list_vetrine img.img_dest_all_vetrine {
	float: right;
}

.all_list_vetrine h3 {
	color: #155979;
	border-bottom: 1px solid #c8c8c8;
}

.all_list_vetrine p {
	padding: 15px 0 0 8px;
}

.all_list_vetrine a {
	color: #393939;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.all_list_vetrine span.txt_vetrine {
	padding: 0 0 0 10px;
	font-size: 11px;
}

.all_list_vetrine p.link_all {
	margin: 0 130px;
}

#info_show_pac {
	margin: 10px 0;
}

#info_show_pac p {
	margin: 10px 0;
	font-weight: bold;
}

#info_show_pac span {
	color: #155979;
	margin: 0 20px 0 0;
}

#show_lis_pac_find {
	width: 600px;
}

.blocco_pac {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	border: 1px solid #bbb;
	margin: 10px 0;
	padding-bottom: 8px;
	height: auto !important;
	height: 130px;
	min-height: 130px;
}

.blocco_pac_cont {
	
	padding: 10px 0 10px 10px;
}

.blocco_pac h3 {
	color: #fff;
	font-size: 16px;
	padding: 4px 10px;
	background: url(../img/back_bloc_pac.gif) repeat-x;
}

.bloc_pac_img {
	float: left;
	width: 115px;
}

.blocco_pac img.img_pac {
	float: left;
	display: inline;
}

.bloc_pac_descr {
	float: left;
	display: inline;
	width: 305px;
}

.bloc_pac_descr p {
	font-size: 0.75em;
	margin-bottom: 6px;
}

.bloc_pac_descr p.bp_partenza {
	color: #b30000;
	font-weight: bold;
}

.bloc_pac_descr p.bp_tipo {
	padding-bottom: 10px;
}

.bloc_pac_descr a.link_info_sist {
	font-size: 11px;
}

img.cat_sist {
	height: 13px;
	margin-top: -2px;
	vertical-align: top;
}

span.app {
	font-weight: bold;
	color: #ef7135;
}

span.loc_sist {
	color: #155979;
	font-weight: bold;
}

.bloc_pac_price {
	float: left;
	display: inline;
	width: 145px;
	padding: 0 0 0 20px;
	border-left: 1px solid #bbb;
}

.blocco_pac img.img_notte_gratis {
	position: absolute;
	left: 130px;
	top: -5px;
}

.bloc_pac_price .bpp_cont {
	height: auto !important;
	height: 90px;
	min-height: 90px;
}

.bloc_pac_price p {
	font-size: 14px;
}

.bloc_pac_price p.bpp_ggnt {
	color: #155979;
	font-weight: bold;
	margin-bottom: 5px;
}

.bloc_pac_price p.bpp_price_scont {
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: line-through;
}

.bloc_pac_price p.bpp_txt {
	font-size: 11px;
}

.bloc_pac_price span.price {
	font-size: 23px;
}

#show_lis_pac_find img.logo_oper {
	display: none;
}

#blocco_info_sist_pac {
	margin: 0 0 10px;
}

#blocco_info_sist_pac img.img_sist {
	float: right;
}

#blocco_info_sist_pac h3 {
	color: #155979;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#bisp_voli {
	margin: 15px 0;
}

#bisp_voli p {
	font-weight: bold;
}

#bisp_voli p span {
	color: #ef7135;
}

#descr_dett_pac p span.quota {
	font-size: 18px;
	font-family: "Arial Black","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #ef7135;
}

#descr_dett_pac h3 {
	font-size: 16px;
	color: #b30000;
	margin-top: 20px;
}

#transfer_opz {
	margin: 20px 0;
}

#transfer_opz h3 {
	margin-bottom: 5px;
}

#promozioni {
	margin: 25px 0;
	padding: 5px;
	border: 2px solid #ef7135;
}

#promozioni h3 {
	color: #ff0000;
}

#sist_cont {
	margin: 10px 10px 20px;
}

#sist_cont h2 {
	font-size: 20px;
}

#sist_cont h3 {
	font-size: 15px;
	margin: 10px 0;
}

#sist_cont h3 span {
	color: #b30000;
}

#sist_img_cont {
	margin: 20px 0;
}

#sist_img_cont img {
	margin: 0 15px 0 0;
}

#descr_sist {
	width: 500px;
}

#sist_alternative ul {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #adadad;
}

#sist_alternative li {
	font-size: 11px;
	padding: 5px 0;
}

#sist_alternative li a, #list_dest_nav_lat li a {
	text-decoration: none;
}

#sist_alternative a.othe_type_sist {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ef7135;
	margin: 2px 0;
}

#list_dest_nav_lat ul {
	padding: 10px 0;
}

#list_dest_nav_lat li {
	font-size: 13px;
	padding: 3px 0;
}

#list_type_off_top_nav_lat ul {
	padding: 10px 0;
}

#list_type_off_top_nav_lat li {
	padding: 3px 0;
	font-weight: bold;
}

#lista_vetrine_nav_lat h6 {
	color: #ef7135;
	font-size: 12px;
}

#lista_vetrine_nav_lat ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #adadad;
}

#lista_vetrine_nav_lat li {
	line-height: 0.8em;
	padding: 5px;
}

#lista_vetrine_nav_lat li a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
}

#area_pdf_cont h2 {
	padding: 20px 0 0;
}

#area_pdf_cont img.img_top_list_pdf {
	float: right;
	display: inline;
	margin: 0 100px;
}

#list_pdf_cont {
	padding: 20px;
	margin: 10px 80px 10px 0;
}

#list_pdf_cont button.ritorna {
	float: right;
}

.block_off_pdf_cont {
	margin: 0 0 20px;
}

.block_off_pdf_cont img {
	border: 2px solid #fff;
	margin: 0 5px 0 0;
}

.block_off_pdf_cont img:hover {
	border-style: solid;
	border-color: #ef7135;
}

.block_off_pdf_cont h3, .block_off_pdf_cont h4 {
	display: inline;
}

.block_off_pdf_cont h3 a, .block_off_pdf_cont h4 a {
	text-decoration: none;
	font-size: 13px;
}

#temi_vetrine_title_cont {
	height: 30px;
	line-height: 30px;
}

#list_temi_vetrine_nav_lat li {
	padding: 4px 0;
}

#autenticazione {
	margin: 20px 0;
}

#autenticazione h4 {
	font-size: 14px;
	color: #155979;
	margin: 0 0 10px;
	border-bottom: 1px solid #d1d1d1;
}

#autenticazione h5 {
	color: #ef7135;
	margin: 0 0 10px;
}

#autent_age_form_cont {
	margin: 10px 0 0;
}

#autent_age_form_cont label {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#autent_age_form_cont button, .autent_cont button#but_login_priv {
	display: block;
	margin: 5px 0 0 auto;
}

#autent_age_form_cont a {
	font-size: 11px;
}

.autent_cont {
	float: left;
	display: inline;
	width: 230px;
	margin: 0 35px 0 0;
	padding: 15px;
}

#autent_age_login_result {
	margin: 5px 0 0;
}

#login_age_block {
	position: absolute;
	display: none;
	width: 225px;
	text-align: left;
	background-color: #fff;
	padding: 10px;
	border: 2px solid #a0a0a0;
	z-index: 100000;
}

#login_age_block h6 {
	color: #155979;
	
}

#login_age_block label {
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 0;
}

#login_age_block button {
	display: block;
	margin: 3px 0 0 auto;
}

#login_age_block button.but_close2 {
	float: right;
}

#login_age_block p {
	margin-bottom: 8px;
}

#login_age_result {
	margin: 10px 0;
}

#home_age_cont {
	margin: 30px 0;
}

.hac_show_last_pren {
	margin: 0 60px 20px 0;
	padding: 10px 20px 20px 0;
	height: auto !important;
	height: 80px;
	min-height: 80px;
	border-bottom: 2px solid #bbb;
}

.hac_show_last_pren h3 {
	font-size: 13px;
	margin-bottom: 20px;
}

.hac_show_last_pren h3 img {
	margin-right: 5px;
}

.hac_pren_cont {
	margin: 5px 0 0 45px;
}

.hac_show_last_pren p {
	margin: 10px 0;
}

.hac_show_last_pren p a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.hac_show_last_pren p span.hac_pratica {
	font-weight: bold;
	color: #155979;
}

.hac_show_last_pren p span.hac_dest {
	font-weight: bold;
}

#txt_gen {
	width: 90%;
}

#txt_gen button.ritorna {
	float: right;
	display: inline;
	margin: 0 0 30px 30px;
}

#txt_gen h3 {
	font-size: 14px;
	color: #155979;
	margin: 10px 0;
}

#txt_gen h4 {
	font-size: 12px;
	color: #155979;
	margin-top: 10px;
}

#txt_gen p, #txt_gen li {
	font-size: 11px;
	text-align: justify;
}

#txt_gen ul {
	margin: 0 0 5px 30px;
}

#link_txt_info ul li {
	padding: 3px 0;
}

#footer {
	margin: 40px 0 20px;
	padding: 10px;
	border-top: 2px solid #ef7135;
	text-align: center;
}

#bottom_link {
	text-align: center;
}

#bottom_link li {
	display: inline;
}

#bottom_link li a {
	text-decoration: none;
	font-size: 10px;
	
	border-right: 1px solid #adadad;
	padding: 0 8px;
}

#copyright {
	margin: 20px 0 30px;
}

