body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dettaglio-soluzione {
	display: none;
}
.unitario {
	margin-top: 4px;
}
.totale {
	margin-left: 200px;
	margin-bottom: 40px;
	font-weight: bold;
}

td.currency {
	text-align: right;
}

tr .iconcell {
	width: 30px;
}

.table td.iconcell {
	text-align: center;
}

.errormessages {
	margin-left: 20px !important;
}
.busmaprow {
	margin-left: 50px !important;
}

.corridoio {
	font-size: 1px;
	height: 8px;
	line-height: 1px;
}

.ftanteprima-head {
	margin-top: 30px;
	margin-bottom: 30px;
}

.table.ftanteprima-head thead th {
	text-align: center;
	vertical-align: middle;
}

.table.ftanteprima-head td {
	text-align: right;
}

.ragionesociale-agenzia {
	margin-top: 20px;
}

.ragionesociale-azienda {
	margin-bottom: 20px;
}

table.busmap {
	border: 1px solid;
	padding: 9px;
	border-radius: 9px;
	border-collapse: separate;
}

table.busmap * {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	user-select: none; 
}

.busmap td {
	padding: 2px 5px;
}

.posto-bus {
	width: 14px;
	height: 19px;
	cursor: pointer;
}

.posto-disponibile {
	background-image: url(/img/posti/disponibile.gif);
}

.posto-prenotato {
	background-image: url(/img/posti/prenotato.gif);
}

.posto-selezionato {
	background-image: url(/img/posti/selezionato.gif);
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
	
	#maincontent {
		width: 98%;
		margin-left: 2%;
	}
	
	#preview-bgt {
		margin: 20px;
	}
	
	.stampa-fattura {
		font-size: 20px;
	}
	
	.bordo-stampa-fattura {
		border-bottom: 1px solid #c0c0c0;
	}
}

.soluzione-selezionata {
	background-color: red;
}

.well h4 {
	margin: 0;
}

.well-container {
	background-color: #fbfbfb;
}

#preview-bgt {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

#busmap .modal-body {
	max-height: 330px;
}

input.btn-cart, input.condizioni {
	margin-bottom: 5px;
}
.label-inline {
	display: inline;
}

.mtop {
	margin-top: 15px;
}

.readonly-field {
	margin-bottom: 8px;
}

#dettagliofermate.tipo-A .backward {
	display: none;
}

#dettagliofermate.tipo-R .forward {
	display: none;
}

table.noround, table.noround * {
	border-radius: 0 !important;
}

table.noround th {
	vertical-align: middle;
}

.width100 {
	width: 100%;
}

.intestazioni {
	margin-top: 30px;
	margin-bottom: 50px;
}

.condizioni {
	font-size: 90%;
}

input#data_fattura.input-xlarge {
	width: 243px;
}

.riepilogo-fattura {
	margin: 20px 0 30px 0;
}

.mtop20 {
	margin-top: 33px;
}

#wrap {
	margin-bottom: 50px;
}

.tesserinput {
	width: 130px;
}

.numerotessera {
	border-radius: 4px !important;
	margin-right: 12px;
}

.tariffe-combo {
	width: 80px !important;
}

.tariffe-prezzo {
	width: 80px !important;
}

.tariffe-descrizione {
	width: 300px !important;
}

.tariffe-body .row {
	margin-bottom: 7px;
}

.data-fattura, .numero-fattura {
	text-align: right !important;
}

.breadcrumb li.active {
	margin-left: 1px;
}

.telefono_pax {
	margin-bottom: 15px;
}


.loggedusernav:before {
  content: "" !important;
}

.forgottenpwd {
	text-align: left !important;
}

@media screen {
	.a4page {
		padding: 1cm ;
		background-color: white;
		background-clip: padding-box;
		-moz-border-image: url(/img/a4border.png) 2 / 2px repeat;
		-ms-border-image: url(/img/a4border.png) 2 / 2px repeat;
		-o-border-image: url(/img/a4border.png) 2 / 2px repeat;
		border-image: url(/img/a4border.png) 2 / 2px repeat;
		-webkit-border-image: url(/img/a4border.png) 2 / 2px repeat;
		border-width: 2px;
	}
}

@media print {
	#preview-bgt {
		margin: 0;
	}
}

.tariffe-combo select {
	width: 45px;
}

@media (max-width: 767px) {
	div.busmaprow {
		margin-left: 0 !important;
	}
	
	textarea#note {
		width: 100% !important;
	}
	
	.tariffe-combo select {
		width: 55px;
	}
	
	#preview-bgt .loghidx {
		margin: 25px 0;
	}
	
	#preview-bgt .bw-bgt-page {
		display:none;
	}
	#preview-bgt .bw-bgt-page.firstpage {
		display:block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.leftmenucontainer {
		min-height: 395px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.leftmenucontainer {
		min-height: 395px !important;
	}
}
@media (min-width: 1200px) {
	.leftmenucontainer {
		min-height: 395px !important;
	}
}


#risultato th {
	background-color: #f0f0f0;
}
#risultato td {
	background-color: white;
}





/* tiemme */


* {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

fieldset {
	border: 0 none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 0.9375em;
	font-weight: normal;
}


#lines_l h4{
	color: #ff0000;
}


#lines_l a, #lines_l a:visited{
	color: #000;
}

#lines_l .line_block a, #lines_l .line_block a:visited{
	color: #000;
	font-weight:bold;
}

#lines_l .news_block a, #lines_l .news_block a:visited{
	color: #f00;
	font-weight:bold;
} 

#lines_l h4 a, #lines_l h4 a:visited{ text-decoration:none; color:#ff0000;}


#lines_l h4.collapse{
	padding-left:30px;
	font-size: 0.9375em;
	background:url("../images/ico_plus.png") no-repeat 0 0 ;
	line-height:1.5em;
}

#lines_l h4.collapse.expanded{
	background:url("../images/ico_minus.png") no-repeat 0 0 ;
}

#lines_l div.collapse{
	margin-left:30px;
}

#lines_l div.collapse p{
	margin:0 0 8px 0;
}

#lines_l div.collapse li{
	font-size:0.8125em;
	margin-bottom:4px;
}

#lines_l div.collapse li>ul>li{
	font-size:1em;
}



.full_news {
	border-top: 1px solid black;
	padding-top:10px;
}

h4 a, h4 a:hover {
	font-size:inherit;
	color:inherit;
	text-decoration:none;
}


h5 {
	font-size: 1em;
}

h6 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 0.9235em;
	color: #808080;
}

div#lines_l h6 {
	font-size: 0.72em;
	margin-top:4px;
}

.smaller {
	margin: 0 5px 0 2px;
	font-size: 0.8em;
	position:relative;
	top:-2px;
}

.block {
	border: 1px solid #4b4b4b;
	background: url("../images/sf_block.gif") repeat-x 0 0 #fdfdfd;
}

.block h3 {
	height: 30px;
	padding: 0 0 0 10px;
	background: url("../images/sf_h3.png") no-repeat 0 0 transparent;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 0.88em;
}

.block .block_content {
	padding: 5px 10px 10px 10px;
	font-size: 0.7em;
}

.pdf_list {
	list-style-type: none;
	margin-bottom:15px;
}

.pdf_list li {
	margin: 0 0 5px 0;
}

.pdf_link {
	display:block;
	padding: 0 0 0 20px;
	background: url("../images/ico_pdf.png") no-repeat left 0 transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#lines_l .pdf_link {
	display:block;
	padding: 0 0 10px 20px;
	background: url("../images/ico_pdf.png") no-repeat left 0 transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size:0.8125em;
}

.news_link {
	padding: 0 0 0 20px;
	background: url("../images/r_arr.png") no-repeat left 0 transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.8125em;
}

.news_link:hover {
	color: #ff0000;
}


.ico_rss {
	display: block;
	width: 41px;
	height: 41px;
	background: url("../images/ico_rss.jpg") no-repeat 0 0 transparent;
}

.ico_rss:hover {
	background-position: 0 -41px;
}

.ico_facebook {
	display: block;
	width: 41px;
	height: 41px;
	background: url("../images/ico_spray.jpg") no-repeat 0 0 transparent;
}

.ico_facebook:hover {
	background-position: 0 -41px;
}

.ico_tweeter {
	display: block;
	width: 41px;
	height: 41px;
	background: url("../images/ico_spray.jpg") no-repeat -41px 0 transparent;
}

.ico_tweeter:hover {
	background-position: -41px -41px;
}

.ico_linkedin {
	display: block;
	width: 41px;
	height: 41px;
	background: url("../images/ico_spray.jpg") no-repeat -82px 0 transparent;
}

.ico_linkedin:hover {
	background-position: -82px -41px;
}

.ico_youtube {
	display: block;
	width: 41px;
	height: 41px;
	background: url("../images/ico_spray.jpg") no-repeat -123px 0 transparent;
}

.ico_youtube:hover {
	background-position: -123px -41px;
}

.button1 {
	display: block;
	width: 57px;
	height: 20px;
	background: url("../images/sf_button1.gif") no-repeat 0 0 transparent;
	line-height: 20px;
	text-align: center;
	color: #636363;
	text-decoration: none;
	position: relative;
	top: -12px;
}

.button1:hover {
	background-position: 0 -20px;
}

.button2 {
	display: block;
	width: 92px;
	height: 20px;
	background: url("../images/sf_button2.gif") no-repeat 0 0 transparent;
	line-height: 20px;
	text-align: center;
	color: #636363 !important;
	text-decoration: none;
	margin:0 auto;
	font-weight:normal !important;
	font-size:0.8461em;
}

.button2:hover {
	background-position: 0 -20px;
}


#f_cv {
	border: none;
	margin-top: 26px;
	margin-left: 46px;
	font-size:0.9166em;
}



#cv_txt {
	float:right; 
	position:relative; 
	top:-10px; 
	left:-3px;
	border:none;
	color: #636363;
}

body {
	background: url("http://www.tiemme.tpl.busweb.it/layout/sf_body.jpg") repeat-x 0 0 #efefef;
	font-family: Arial;
}

@media (min-width: 800px) {
	#page {
		background: url("http://www.tiemme.tpl.busweb.it/layout/sf_page.png") no-repeat left 140px transparent;
	}
}

#container {
	width: 930px;
	margin: 0 auto;
}

#header {
	height: 100px;
	padding: 20px 0 0 0;
	color: #484848;
}

.header_left {
	width: 450px;
	float: left;
}

#logo_tiemme {
	margin: 0 70px 0 0;
}



#content.int {
	padding-top: 0;
}

#int_head {
	font-family:Arial, Helvetica, sans-serif;
	height: 200px;
	position:relative;
	padding-left:24px;
}

#int_head.head_standard {background: url("../images/int_head.jpg") no-repeat 0 0 transparent; }
#int_head.head_62 {	background: url("../images/testate/azienda.jpg") no-repeat 0 0 transparent; }
#int_head.head_63 {	background: url("../images/testate/viaggia.jpg") no-repeat 0 0 transparent; }
#int_head.head_64 {	background: url("../images/testate/dialoga.jpg") no-repeat 0 0 transparent; }
#int_head.head_123 { background: url("../images/testate/info_news.jpg") no-repeat 0 0 transparent; }
#int_head.head_364 {background: url("../images/testate/gare_fornitori.jpg") no-repeat 0 0 transparent; }

#int_head h2{
	position:absolute;
	bottom:0;
	color:#fff;
	font-size:65pt;
	font-weight:lighter;
}

#int_content {
	min-height: 500px;
	border-left: 15px solid #4b4b4b;
	background-color: #4b4b4b;
	overflow: hidden;
}

#int_content_l {
	width: 215px;
	padding: 15px 0 0 0;
	float: left;
	font-size: 0.9em;
}

.left_menu li {
	padding: 5px 0 4px 15px;
	list-style-type: none;
}

.left_menu li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.left_menu li a:hover {
	color: #ff0000;
}

.left_menu li.expanded {
	background-color: #fff;
}

.left_menu li .active {
	color: #ff0000;
}

.left_menu li .expanded {
	color: #000;
}

.left_menu li ul li {
	padding-left: 0;
}

.left_menu li ul li ul li {
	padding-left: 20px;
}

.left_menu li ul a {
	padding: 0 0 0 15px;
	background: url("../images/aType3.gif") no-repeat 0 0 transparent;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	display:block;
}

#int_content_r {
	width: 670px;
	min-height: 470px;
	padding: 15px;
	background: url("../images/sf_block.gif") repeat-x 0 0 #fff;
	float: left;
}

#int_content_r h1 {
	margin: 0 0 10px 0;
	color: #ff0000;
	font-weight: normal;
	font-size: 2.1875em;
}

.map_menu {
	margin: 15px 0 0 0;
}

.map_menu li {
	margin: 0 0 5px 0;
}

.map_menu a {
	padding: 0 0 0 15px;
	background: url("../images/aType3.gif") no-repeat 0 0 transparent;
	text-decoration: none;
	color: #ff0000;
	font-size:0.9375em;
}

#map_wrap {
	overflow: hidden;
}

#map_l {
	width: 250px;
	float: left;
}

#map_l p{
	font-size:0.8125em;
}


#map_r {
	width: 420px;
	float: left;
}

#level4_wrap {
	margin: 0 0 25px 0;
}

.level4 {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url("../images/aType3.gif") no-repeat 0 -2px transparent;
	text-decoration: none;
	color: #000;
	font-size:0.9375em;
	line-height:21px;
}

.level4:hover, .level4.active {
	color: #ff0000;
}

#int_form {
	font-size: 0.9em;
}

#int_form p {
	margin: 0 0 10px 0;
}

.int_form_labels {
	width: 120px;
	float: left;
}

.int_form_labels p {
	line-height: 30px;
}

.int_form_inputs {
	width: 300px;
	text-align: right;
	float: left;
}

#f_nome, #f_cognome, #f_email {
	width: 240px;
}

#f_message {
	width: 240px !important;
	height: 160px;

	padding: 5px;
	border: 1px solid #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
}

#f_privacy {
	width: 240px !important;
	height: 90px;
	padding: 5px;
	margin-bottom:10px;
	border: 1px solid #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	
	text-align:left;
	font-size:0.82em;
	margin-left:48px;
	overflow-y:scroll;
}


.form_info {
	font-size:0.82em; 
	padding:10px 0;
}

.news_list {
	border-top: 1px solid #000;
}

.news_block {
	border-bottom: 1px solid #000;
	padding: 8px 0;
}

#lines_r {
	width: 200px;
	padding: 0 0 0 20px;
	float: left;
}

#lines_r .pdf_link {
	font-size: 0.8125em;
}

#content_left {
	width: 695px;
	margin: 0 10px 0 0;
	float: left;
}

.img_scroll {
	height: 340px;
	margin: 0 0 10px 0;
}

.c_l_1 {
	height: 258px;
	margin: 0 0 10px 0;
}

#line_search {
	height:134px;
}

.l_s_left {
	width: 330px;
	padding: 8px 0 0;
	float: left;
}

.s_l_labels {
	width: 40px;
	float: left;
	text-align: right;
	font-size: 1.1em;
}

.s_l_inputs {
	width: 280px;
	padding: 0 0 0 10px;
	float: left;
}

.l_s_right {
	width: 343px;
	padding: 8px 0 0;
	float: left;
}

#int_content_r #line_search {
	height: auto;
	margin: 20px 0 0 0;
}

#int_content_r .s_l_labels {
	font-size: 0.9em;
}

#int_content_r .search_expl {
	font-size: 0.8em;
}

#int_content_r .l_s_right {
	width: 330px;
}

#int_content_r .center_align {
	padding: 30px 0 0 0;
	text-align: center;
	clear: both;
}

#int_content_r #line_submit {
	float: none;
	font-size:0.9325em;
}

#int_content_r #line_submit_int {
	float: none;
	font-size:0.9325em;
	margin-top:40px; 
	padding:0 40px;
}

#int_content_r div.int_form_inputs #line_submit {
	float: none;
	font-size:1.25em;
}

#line_search p {
	line-height: 30px;
	margin: 10px 0 0 0;
}

#line_search p.search_expl {
	line-height: 20px;
	margin: 0 0 20px 5px;
}

.line_input {
	height: 28px;
	padding: 0 5px;
	border: 1px solid #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
}

.opt_line {
	margin:0 6px 0 46px;
}

.ucase {
	text-transform:uppercase;
	font-size:0.75em;
	position:relative;
	top:-2px;
}

#search_da, #search_a {
	width: 235px;
}

.input_xx {
	width: 45px;
	margin: 0 10px 0 0;
	float: left;
}

.input_xxxx {
	width: 60px;
	float: left;
}

#line_submit, #line_submit_int {
	height: 40px;
	padding: 0 20px;
	border: 0 none;
	background: url("../images/sf_line_submit.png") repeat-x 0 0 transparent;
	line-height: 40px;
	cursor: pointer;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 1.34em;
	position:relative;
	top:-5px;
}

#line_submit:hover, #line_submit_int:hover {
	/*box-shadow: 0 0 20px #c0c0c0;*/
	background: url("../images/sf_line_submit2.png") repeat-x 0 0 transparent;
}

.tickets_menu {
	height: 79px;
	background: url("../images/sf_tickets_menu.gif") repeat-x 0 0 transparent;
}

.tickets_link {
	display: block;
	width: 100px;
	height: 54px;
	margin: 14px 0 0 12px;
	padding: 0 0 0 60px;
	line-height: 54px;
	color: #000;
	font-weight: bold;
	font-size: 0.82em;
	text-decoration: none;
	float: left;
	/*-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;*/
}

/*.tickets_link span {
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}*/

#t_orari {
	background: url("../images/sf_orari.png") no-repeat 0 1px transparent;
}

#t_orari:hover {
	background-position: 0 -51px;
}

#t_orari:hover span {
/*	text-shadow: 8px 3px 5px #696969;*/
	text-decoration:underline;
}

#t_tariffe {
	background: url("../images/sf_tariffe.png") no-repeat 0 1px transparent;
}

#t_tariffe:hover {
	background-position: 0 -51px;
}

#t_tariffe:hover span {
/*	text-shadow: 8px 3px 5px #696969;*/
	text-decoration:underline;
}

#t_rivendite {
	background: url("../images/sf_rivendite.png") no-repeat 0 1px transparent;
}

#t_rivendite:hover {
	background-position: 0 -51px;
}

#t_rivendite:hover span {
/*	text-shadow: 8px 3px 5px #696969;*/
	text-decoration:underline;
}

#t_acquisti {
	background: url("../images/sf_acquisti.png") no-repeat 0 1px transparent;
}

#t_acquisti:hover {
	background-position: 0 -51px;
}

#t_acquisti:hover span {
/*	text-shadow: 8px 3px 5px #696969;*/
	text-decoration:underline;
}

.c_l_2 {
	height: 178px;
	margin: 0 0 10px 0;
}

.c_l_2 .button1 {
	float: right;
}

.c_l_2 .news {
	clear: both;
}

.news_art {
	display: block;
	width: 163px;
	height: 112px;
	margin: 0 5px 0 0;
	overflow: hidden;
	float: left;
	color: #000;
	text-decoration: none;
}

.news_art:hover .news_title {
	text-decoration: underline;
}

.news_title {
	display: block;
	margin: 3px 0;
	color: #ff0000;
	font-size: 1.34em;
}

.c_l_3a {
	width: 223px;
	height: 168px;
	margin: 0 10px 0 0;
	float: left;
}

.c_l_3a p {
	margin: 10px 0;
}

.c_l_3a a {
	color: #ff0000;
	font-size: 1.34em;
	text-decoration: none;
}

.c_l_3a a:hover {
	text-decoration: underline;
}

.c_l_3a .ico_facebook, .c_l_3a .ico_tweeter, .c_l_3a .ico_linkedin, .c_l_3a .ico_youtube {
	margin: 12px 8px 0 0;
	float: left;
}

.c_l_3b {
	width: 223px;
	height: 168px;
	margin: 0 10px 0 0;
	float: left;
}

.lamma {
	display: block;
	width: 206px;
	height: 50px;
	margin: 10px 0 0 0;
	background: url("../images/lamma.gif") no-repeat 0 0 transparent;
}

.emas {
	display: block;
	float:left;
	width:50px;
	height:75px;
	margin:20px 10px 0 10px;
	background: url("../images/logo_emas.jpg") no-repeat 0 0 transparent;
}

.tuv {
	display: block;
	float:left;
	width:75px;
	height:75px;
	margin:20px 10px 0 10px;
	background: url("../images/logo_tuv.jpg") no-repeat 0 0 transparent;
}

.ANAS {
	display: block;
	width: 206px;
	height: 50px;
	margin: 10px 0 0 0;
	background: url("../images/ANAS.gif") no-repeat 0 0 transparent;
}

.c_l_3c {
	width: 223px;
	height: 168px;
	margin: 0 0 0 0;
	float: left;
}


#content_right {
	width: 225px;
	float: left;
}

.c_r_1 {
	height: 178px;
	margin: 0 0 10px 0;
}

.aType1 {
	display: inline-block;
	height: 22px;
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
	background: url("../images/aType1.png") no-repeat 0 0 transparent;
	line-height: 22px;
	color: #ff0000;
	text-decoration: none;
	font-size: 1.34em;
}

.aType1:hover {
	background: url("../images/aType2.png") no-repeat 0 0 transparent;
	padding:0 0 0 24px;
}

.c_r_2 {
	height: 178px;
	margin: 0 0 10px 0;
}

.infotraffico_art {
	display: block;
	width: 203px;
	height: 65px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
}

.infotraffico_art:hover .news_title {
	text-decoration: underline;
}

.c_r_2 .ico_rss {
	float: right;
}

.c_r_2 .button1{
	float:right;
	position:relative;
	top:5px;
}

.c_r_3 {
	height: 258px;
	margin: 0 0 10px 0;
}

.c_r_4 {
	height: 338px;
	margin: 0 0 10px 0;
}

.c_r_4 ul {
	list-style-type: none;
}

.c_r_4 ul li {
	height: 54px;
	margin: 0 0 6px 0;
	padding: 0;
	background: url("../images/sf_li.gif") repeat-x 0 0 transparent;
	line-height: 56px;
	text-align: center;
}

.c_r_4 ul li a {
	display:block;
	width:100%;
	height:56px;
	color: #000;
	font-weight: bold;
	font-size: 1.16em;
	text-decoration: none;
}

.c_r_4 ul li a:hover {
	color: #fff;
	background: url("../images/sf_li_h.gif") repeat-x 0 0 transparent;
}

#footer {
	padding: 8px 0 10px 0;
	overflow: hidden;
	line-height:1.25em;
}

.footer_left {
	width: 660px;
	float: left;
	font-size: 0.8em;
}

.footer_left ul {
	list-style-type: none;
	overflow: hidden;
}

.footer_left ul li {
	width: 140px;
	margin: 0 10px 3px 0;
	float: left;
}

.footer_left a {
	color: #484848;
	font-weight: bold;
	text-decoration: none;
}

.footer_left a:hover {
	text-decoration: underline;
}

.footer_right {
	width: 270px;
	float: left;
	text-align: right;
	color: #676767;
	font-size: 0.7em;
}

.footer_right p img {
	vertical-align: top;
}

.date_line{ 
	font-weight:bold;
	font-size:0.6875em;
	text-transform:uppercase;
}

.link_black {color:#000; text-decoration:none; font-weight:bold; font-size:0.92em}



.text-center{text-align:center;}

