@CHARSET "UTF-8";
body {
	font-family: Arial,Verdana,sans;
	margin: 5px 0 0 0;
	background-image: url("../images/bg_body.jpg");
}
a {
	cursor: pointer;
}
#header {
	margin-top: -250px;
	font-size: small;
	font-weight: bold;
	width: 1024px;
	height: 50px;
	background-color: black;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;
}
#header p {
	color: white;
	margin-top: 2px;
	margin-left: 10px;
}
#nav, #nav ul {
	font-family: "Trebuchet MS",Arial,sans;
	font-size: x-large;
	padding: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 40px;
	text-align: center;
	text-decoration: none;
	color: white;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
	width: 10em;
	left: -999em;
}
#nav li ul li {
	clear: both;
	font-size: small;
	background-color: black;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;
}
#nav li ul li a {
	text-align: left;
	width: 100px;
}
#nav li ul li a:hover {
	background-color: white;
	color: black;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a {
	outline: none;
}
#content {
	margin: auto;
	width: 1024px;
}
#logo {
	position: absolute;
	margin-left: 800px;
	width: 152px;
	height: 93px;
	margin-top: -250px;
	z-index: 1001;
}
#utility {
	position: absolute;
	margin-top: 5px;
	margin-left: 827px;
	width: 197px;
	height: 560px;
	background: url("../images/sfondo-small.png") no-repeat center center;
	text-align: center;
}
#utility_logo {
	margin: 20px auto auto auto;
	padding-top: 15px;
	width: 186px;
	height: 64px;
}
#utility_content {
	margin: auto;
	width: 171px;
	height: 300px;
}
#utility_special {
	margin: -10px auto;
	width: 154px;
	height: 159px;
}		
#promotion {
	position: absolute;
	margin-left: 413px;
	width: 410px;
	height: 190px;
	background-image: url("../images/slidebar.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#slides {
	margin: 20px auto auto auto;
	width: 360px;
	height: 135px;
	overflow: hidden;
}
.content-item {
  width: 360px;
  height: 135px;
  float: left;
}
.content-item p {
	width: 117px;
	height: 133px;
	overflow: hidden;
	margin-left: 13px;
}
.content-item a {
	text-decoration: none;
	color: black;
}
.content-item a:hover {
	color: red;
}
#content-holder {
  width: 1440px;
  height: 135px;
}
.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}
#slider {
	margin: 13px auto auto auto;
	width: 350px;
}
#slider .ui-state-default, #slider .ui-widget-content, #slider .ui-state-default {
	outline: none;
	background-image: none;
	background-color: #e20016;
}
#tabbed .ui-state-default a {
	outline: none;
}
#accordion {
	position: absolute;
	font-size: x-small;
	margin-top: 5px;
	margin-left: 418px;
	width: 400px;
	height: 240px;
	padding: 0;
}
#accordion p {	
	margin: 0;
	overflow: hidden;
}
#accordion table {
	text-align: right;
	float: right;
}
#accordion table p {
	font-size: 1.6em;
}
#accordion div {
	background: no-repeat left bottom;
	overflow: hidden;
	background-color: white;
}
#accordion a {
	text-decoration: none;
}
#accordion a:hover {
	color: red;
}
.ui-accordion-content {
	height: 200px;
	padding-left: 0px;
}
#banner_long {
	margin: auto;
	width: 1024px;
	height: 200px;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 100%;
	height: 300px;
	background: url("../images/footer-autunno.png") no-repeat center bottom;
}
#footer table {
		text-align: left;
		padding-top: 35px;
}
#footer table td {
		vertical-align: top;
}
#footer h5 {
	color: black;
	font-size: x-small;
}
#footer a {
	font-size: x-small;
	text-decoration: none;
	color: grey;
	display: block;
}
#footer a:hover {
	color: black;
}
#footer p {
	color: grey;
	font-size: x-small;
}
.divider {
	width: 40px;
	height: 151px;
	background-image: url("../images/separatore.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.class_description {
	float: left;
	width: 775px;
	margin: 50px auto auto 50px;
}
#tabbed {
	float: left;
	margin-top: 5px;
	width: 1014px;
	height: 500px;
}
#tabbed p.promo_p {
	line-height: 1.3;
	font-size: xx-large;
	font-family: Georgia;
}
.menuitem {
	display: inline;
}
.main_image  {
    width: 500px;
    height: 353px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1px solid #ccc;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: small;
    line-height: normal;
    padding: 10px;
    margin: 0;
}
.main_image .block small {
	margin-left: 10px;
}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse {
    background: no-repeat left top;
    height: 27px;
    width: 93px;
    position: absolute;
    top: -27px;
    right: 0px;
}
.main_image a.show {
	background-position: left bottom;
}
.main_image a {
	outline: none;
}
.image_thumb  {
    float: left;
    width: 150px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    font-size: small;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: -1px 0 0 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 279px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active {
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p {
	display: none;
}
.collapse {
	margin-left: 20px;
	color: black;
}
#class_display {
	margin-top: 5px;
	width: 820px;
	height: 353px;
	float: left;
}
.thumbs {
	width: 60px;
	height: 39px;
}
#flags {
	height: 14px;
	margin-left: 880px;
}
#flags li{
	float: left;
	list-style: none;
	display: inline;
	background-repeat: no-repeat;
	background-position: center center;
}
#flags li a {
	width: 22px;
	height: 14px;
	display: block;
	outline: none;
	margin-right: 2px;
}
#en_flag {
	background-image: url("../images/en_flag.png");
}
#it_flag {
	background-image: url("../images/it_flag.png");
}
#en_flag:hover {
	background-image: url("../images/en_flag_hover.png");
}
#it_flag:hover {
	background-image: url("../images/it_flag_hover.png");
}
#menu {
	background:url(../images/menubg.gif) repeat-x;
	margin: auto;
	padding: 0;
	height:43px;
	width:1024px;
}	
#menu li {	
	float: left;
	list-style: none;
	font: Tahoma, Arial;
	font-size: small;
	text-align: left;
}
#menu li a {	
	background:url(../images/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
	outline: none;
}
#menu li a:hover {	
	background: #000 url(../images/top-dotted.gif) right no-repeat;
}	
#menu li ul {	
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}
#menu li ul li {	
	display:inline;
}
#menu li ul li a {
	width: auto;	
	background: url(../images/bottom-dotted.gif) right no-repeat;
	display: inline;
	color: #d9d9d9; 
	font-size: x-small;
	padding: 0px 10px;
	outline: none;
}
#menu li ul li a:hover {	
	background: #000 url(../images/bottom-dotted.gif) right no-repeat;
	padding: 3px 10px;
}
#adv_table td a {
	outline: none;
	text-decoration: none;
	margin: 10px;
}
.adv_block img {
	border: none;
}
.advertise {
	display: block;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}
#frame_content {
	border: none;
}
#common_dialog {
	font-size: small;
	line-height: 1.5;
	float: left;
	margin-top: 5px;
	width: 798px;
	height: 560px;
	background: url("../images/sfondo-big.png") no-repeat center center;
}
#container {
	width: 700px;
	height: 500px;
	margin: 30px auto;
	overflow: auto;
}
#module {
	position: absolute;
	margin-top: 5px;
	width: 398px;
	height: 560px;
	background: url("../images/prenotazione.png") no-repeat center center;
}	
.padded p {
	padding: 40px;
	text-align: justify;
}
#side_dialog ul {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
}
#common_dialog img {
	margin: 20px;
}
#common_dialog h1, #common_dialog h4 {
	padding-left: 10px;
}
#side_dialog {
	position: absolute;
	font-size: small;
	margin-top: 5px;
	width: 195px;
	height: 560px;
	background: url("../images/sfondo-small.png") no-repeat center center;
}
#side_dialog p {
	margin: 10px 10px auto 10px;
	text-align: left;
}
#banners {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 1024px;
}
#banners div {
	margin-bottom: 50px;
	float: left;
	height: 150px;
}
#banners div a {
	outline: none;
}
#box3 {
	width: 400px;
	background: url("../images/sfondo_banner.png") no-repeat center;
}
.cat_img {
	border: none;
 }
.catblock  td {
	width: 165px;
	line-height: normal;
}
.catblock td p {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.small_left {
	width: 197px;
}
.stations img {
	border: none;
}
.promotext:hover {
	color: white;
	background-color: black;
}
.promo_table {
	margin: 10px;
}
.promo_table td {
	width: 200px;
	height: 200px;
	vertical-align: top;
}
.promo_table a {
	font-size: medium;
	text-decoration: none;
}
.promo_price {
	color: red;
	font-size: 1em;	
}
.promo_small {
	color: red;
	font-size: small;	
}
#db_dump {
	display: none;
}
.image_thumb .other_prices {
	display: none;
}
.image_thumb .block {
    height: 55px;
}
.image_thumb .block h2 {
	font-size: 1em;
}
#box3 .lastoffer_table {
	padding: 3px 5px 3px 5px;
	font-size: small;
	width: 100%;
}
#box3 .lastoffer_table .cat_img {
	width: 100%;
	height: 135px;
}
#box3 .lastoffer_table td {
	width: 50%;
}
#form_booking {
	margin: 50px 20px auto 20px;
}
#form_booking  table {
	margin: 50px auto;
	font-size: small;
}
#form_booking h4 {
	text-align: center;
	background: url("../images/form_header.gif") repeat-x center;
}
#retry {
	margin-left: 20px;
}
#cancel_button {
	cursor: pointer;
}
#box_full {
	width: 398px;
	height: 150px;
}
#turn_wrapper:hover {
	cursor: pointer;
}
#promotable {
	margin: auto;
}
#promotable  td {
	width: 200px;
	height: 200px;
}
#adv_text, #adv_map {
	width: 50%;
	height: 150px;
	float: left;
	overflow: hidden;
	font-size: x-small;
}
.adv_block:hover {
	cursor: pointer;
}
#promo_head {
	height: 70px;
	background: url("../images/promotions/testa.png") no-repeat center center;
}
.partners {
	margin: auto;
	text-align: center;
}
.partners td {
	width: 250px;
	height: 100px;
}
.partners a:hover {
	color: red;
}
.image_thumb .cars_desc {
	display: none;
}
.cars_desc {
	border-collapse: collapse;
}
.cars_desc td, .cars_desc th {
	text-align: center;
	font-size: x-small;
}
