#index {
	padding-left: 0;
	margin-bottom: 10px;
}

#index .description {
	text-align: justify;
	padding: 0 5px;
}

#index h2, #index ul.subcat {
	margin: 0 2px;
}

#index h2 {
	margin-top: 2px;
	padding: 5px;
	background: #D01F3C url(../../../images/fading-white.png) repeat-x 0% 0%;
	color: white;
}

#index h2 a {
	color: white;
}

#index ul.subcat {
	padding-left: 20px;
	background-color: #dfe8ef;
}






div.sl-low-cost-flights {
	padding: 10px;
}
a.sl-low-cost-flights-more {
	font-size: large;
}


ul.sl-columns {
	list-style: none;
	float: left;
	margin: 0;
}
ul.sl-columns > li {
	border-bottom: 1px solid #E6E9EB;
	float: left;
    text-align: center;
    font-weight: bold;
    color: #D01F3C;
	width: 25%;
}
ul.sl-columns > li > * {
	display: block;
}

ul.sl-columns  a {
	text-decoration: none;	
    color: #D01F3C !important;
}

ul.sl-columns a:hover {
	text-decoration: none;	
    color: #4c4c4c !important;
}

ul.sl-columns a:hover span {
	text-decoration: underline;	
}



.volandolondra {
	background-color: red !important;
	border: 2px solid #999999;
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: normal;
	color: blue;
}




/* QUICKFORM - STYLE */
.seven-modules {
	width: 507px;
	height: 117px;
}
.seven-modules-image {
	width: 158px;
	height: 81px;
	float: right;
	margin-right: 3px;
	margin-top: 3px;
	border: 1px solid white;
}
.seven-modules-text {
	width: 344px;
	float: left;
	font-family: 'Tahoma';
	font-size: 11px;
}

.seven-modules p {
	margin-left: 10px;
	margin-bottom: 0;
}

.seven-modules h4 {
	text-align: center;
	letter-spacing: 1px;	
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px 5px;
	padding: 0;
}
.seven-modules img {
	vertical-align: middle;
}
.seven-modules label {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
.seven-modules-submit {
	clear: right;
	float: right;
	text-align: right;	
	padding-top: 3px;
	padding-right: 3px;
}
.seven-modules select,
.seven-modules input[type="text"] {
	background-color: white;
	border: medium none;
	padding: 3px;
	margin: 2px 0;
	width: auto;
}
.seven-modules-submit input[type="submit"] {
	font-family: 'Tahoma';
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	padding:0;
	vertical-align: middle;
	width: 160px;
}
.seven-modules-submit input[type="submit"]:hover{
	cursor: pointer;
}
.seven-modules .seven-td-right {
	text-align: right;
}
.seven-modules .seven-table {
	border: 0;
	margin: auto;
}

/* Blue Custom */
.seven-modules.blue {
	background: #357BF9 url(../../../images/quick-form/fading-top.png) 0 0%;
}
.blue .seven-modules-image {
	background-image: url(../../../images/quick-form/room.gif);
}
.blue {
	color: white;
}
.blue select,
.blue .seven-modules-text input[type="text"] {
	color:#1B3F80;
}
.blue .seven-modules-submit input[type="submit"],
.sl-servizi-dx input[type=submit] {
	background-color: #FFFF00;
	border: 2px solid #D0D0D0;
	color: #2352A6;
}
.blue .seven-modules-submit input[type="submit"]:hover,
.sl-servizi-dx input[type="submit"]:hover {
	background-color: #2352A6;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

/* Red Custom */
.seven-modules.red,
.sl-servizi-dx.red {
	background: #D00903 url(../../../images/quick-form/fading-top.png) 0 0%;
}
.red .seven-modules-image{
	background-image: url(../../../images/quick-form/work.gif);
}
.red {
	color: white;
}
.red select,
.red .seven-modules-text input[type="text"] {
	color:#1C1B2C;
}
.red .seven-modules-submit input[type="submit"],
.sl-servizi-dx.red input[type="submit"] {
	background-color: #FFFFFF;
	border:2px solid  #D0D0D0;
	color: #D00903;
}
.red .seven-modules-submit input[type="submit"]:hover,
.sl-servizi-dx.red input[type="submit"]:hover {
	background-color: #8C0403;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

/* Yellow Custom */
.seven-modules.yellow {
	background: #FFBF2A url(../../../images/quick-form/fading-top.png) 0 0%;
}
.yellow .seven-modules-image {
	background-image: url(../../../images/quick-form/study.gif);
}
.yellow {
	color: white;
}
.yellow select,
.yellow .seven-modules-text input[type="text"] {
	color:#1C1B2C;
}
.yellow .seven-modules-submit input[type="submit"] {
	background-color: #D00903;
	border: 2px solid #CCCCCC;
	color: #FFFFFF;
}
.yellow .seven-modules-submit input[type="submit"]:hover{
	background-color: #E37B0B;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

/* Grey Custom */
.seven-modules.grey {
	background: #4A4A4A url(../../../images/quick-form/fading-top.png) 0 0%;
}
.grey .seven-modules-image{
	background-image: url(../../../images/quick-form/hotel.gif);
}
.grey {
	color: white;
}
.grey select,
.grey .seven-modules-text input[type="text"] {
	color: #1B3F80;
}
.grey .seven-modules-submit input[type="submit"] {
	background-color: #FFFF00;
	border: 2px solid #D0D0D0;
	color: #4A4A4A;
}
.grey .seven-modules-submit input[type="submit"]:hover{
	background-color: #0D0D0D;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

/* Fucsia Custom */
.seven-modules.fucsia {
	background: #FF0080 url(../../../images/quick-form/fading-top.png) 0 0%;
}
.fucsia .seven-modules-image {
	background-image: url(../../../images/quick-form/aupair.gif);
}
.fucsia {
	color: white;
}
.fucsia select,
.fucsia .seven-modules-text input[type="text"] {
	color: #1B3F80;
}
.fucsia .seven-modules-submit input[type="submit"] {
	background-color: #FFFFFF;
	border: 2px solid #D0D0D0;
	color: #AB0059;
}
.fucsia .seven-modules-submit input[type="submit"]:hover{
	background-color: #AB0059;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

/* Green Custom */
.seven-modules.green,
.sl-servizi-dx.green {
	background: #9EC826 url(../../../images/quick-form/fading-top.png) 0 0%;
}
.green .seven-modules-image{
	background-image: url(../../../images/quick-form/flat.gif);
}
.green {
	color: white;
}
.green select,
.green .seven-modules-text input[type="text"] {
	color: #1B3F80;
}
.green .seven-modules-submit input[type="submit"],
.sl-servizi-dx.green input[type="submit"] {
	background-color: #FFFF00;
	border: 2px solid #FFFFFF;
	color: #5F9204;
}
.green .seven-modules-submit input[type="submit"]:hover, 
.sl-servizi-dx.green input[type="submit"]:hover {
	background-color: #5F9204;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
/* END QUICKFORM - STYLE */




/* START CUSTOM TAG CLOUD */
.tagcloud li {
	margin: 0 1px 0 0 !important;
}
.tagcloud li.odd, 
.tagcloud li.even {
	color: #969696;
}
.tagcloud li.odd > a {
	color: rgb(255, 148, 26);
}
.tagcloud li.odd > a:hover {
	color: rgb(55, 138, 223);
}
/* END CUSTOM TAG CLOUD */

/* START MODULE SERVICES DX CUSTOM */
.sl-servizi-dx {
background: #1E96F5 url(../../../images/quick-form/fading-top.png) 0 0%;
padding: 3px 0;
text-align: center;
}
.sl-servizi-dx img {
	border: 1px solid #FFF;
	display: block;
	margin: auto;
}
.sl-servizi-dx h5 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: yellow;
}
.sl-servizi-dx p {
	padding: 5px 1px 0 1px;
	font-size: 12px;
	color: #FFF;
}
.sl-servizi-dx input[type=submit] {
	margin: 0 0 25px 0;
	font-weight: bold;
	cursor: pointer;
}
.sl-servizi-dx.red h5 {
	color: yellow;
}
.sl-servizi-dx.green h5 {
	color: yellow;
}

a.sl-servizi-submit {
	background-color: yellow;
	margin: 2px 0;
	border: 2px solid #D0D0D0;
	font-family: 'Tahoma';
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 2px 5px;
}
a.sl-servizi-submit:hover {
	text-decoration: none;
	background-color: #2352A6;
	color: white;
	border-color: white;
}

/* END CV MODULE CUSTOM */

.sl-servicebox {
	background: url(../../../images/layout/sl-servicebox/bg1.png) repeat-x scroll left bottom #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	min-height: 190px;
}

.sl-servicebox .sl-servicebox-head {
	font-family: "Trebuchet MS";
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	margin-bottom: 10px;
}

.sl-servicebox .sl-servicebox-body {
	position: relative;
	font-size: 100%;
	text-align: justify;
	padding-right: 140px;
}

.sl-servicebox .sl-servicebox-shadow {
	background: url(../../../images/layout/sl-servicebox/bg2.png) repeat-x;
	min-height: 4px;
	margin: 0 -10px 10px -10px;
}

.sl-servicebox .sl-servicebox-postit {
	background: url(../../../images/layout/sl-servicebox/postit.gif) no-repeat scroll right bottom transparent;
	padding: 0 6px 7px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sl-servicebox .sl-servicebox-price {
	background-color: #fffacd;
	border: 1px solid #eee8aa;
	min-width: 110px;
	min-height: 60px;
	padding: 10px 5px;
	text-align: center;
}

.sl-servicebox .sl-servicebox-price .price {
	font-size: 140%;
	font-weight: bold;
}

.sl-servicebox .sl-servicebox-body .image2 {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
}
.sl-servicebox .sl-servicebox-body .image2 > dd {
	margin: 0;
	text-align: center;
}

ul.sl-checkbox {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0;
	padding-left:20px;
}
ul.sl-checkbox li {
	font-weight:bold;
	line-height:26px;
	margin:5px 0;
	padding-left:35px;
}
ul.sl-checkbox li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../../images/layout/sl-servicebox/list_checkbox.png) no-repeat scroll 0 0;
}

/* START MODULE HOTEL */

.hotel-form {
	background: #9EC826 url(../../../modules/mod_sl_estimate/images/reku_fading.png) 0 70%;
 	height: 120px;
 	padding-top: 0px;
 
}
.hotel-form select {
	width: auto;
	margin-bottom: 0px;
	background-color: white;
	padding: 3px;
	color: #1B3F80;
	border: 1px solid #D0D0D0;
}

.hotel-form select[name="cb_sd"],
.hotel-form select[name="pval"], 
.hotel-form select[name="cb_ed"],
.hotel-form select[name="rval"] {
	width: 50px;
}


.hotel-form label {
	font-size: 12px;
}

.hotel-form table {
	margin: auto;
}

.hotel-form table td {
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial";
}

.hotel-form table tr:first-child > td:first-child {
	text-align: right;

}

.hotel-form table tr:first-child + tr > td:first-child + td + td {
	text-align: right;

}


.hotel-form input[type="button"],
.hotel-form input[type="submit"],
.hotel-form input[type="reset"],
.hotel-form button {
	width: 150px;
	height: 25px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: middle;	
	cursor: pointer;
	background-color: #FFFF00;
	border: 2px solid #FFFFFF;
	color: #5F9204;
}

.hotel-form input[type="button"]:hover,
.hotel-form input[type="submit"]:hover,
.hotel-form input[type="reset"]:hover,
.hotel-form button:hover {
	background-color: #5F9204;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}


/* <<< OKreZ */

.hotel-form h3 {
	color: white;
	padding: 10px;
}


/* LOW COST FLIGHTS */

div.sl-low-cost-flights {
	padding: 10px;
}
div.sl-low-cost-flights a:link,
div.sl-low-cost-flights a:active,
div.sl-low-cost-flights a:visited {
	text-decoration: underline;
}

div.sl-low-cost-flights table {
	width: 100%;
	background-color: #CFDEED;
	table-layout: fixed;
	
	margin-bottom: 10px;
}
div.sl-low-cost-flights table td {
	vertical-align: top;
	padding: 10px;
}
.contentpaneopen div.sl-low-cost-flights tr td {
	padding-bottom: 10px !important;
}
div.sl-low-cost-flights table td a:link,
div.sl-low-cost-flights table td a:active,
div.sl-low-cost-flights table td a:visited {
	font-size: larger;
	font-weight: bold;
}
div.sl-low-cost-flights .sl-low-cost-flights-price {
	color: red;
	font-weight: bold;
}
div.sl-low-cost-flights .sl-low-cost-flights-price a:link,
div.sl-low-cost-flights .sl-low-cost-flights-price a:active,
div.sl-low-cost-flights .sl-low-cost-flights-price a:visited {
	color: red;
	font-size: smaller;
}
div.sl-low-cost-flights a.sl-low-cost-flights-more:link,
div.sl-low-cost-flights a.sl-low-cost-flights-more:active,
div.sl-low-cost-flights a.sl-low-cost-flights-more:visited {
	color: red;
	font-size: large;
	padding-left: 10px;
}



#subscribeFormModule input {
	width: 150px;
}

/* OKreZ >>> */

/* NAVIGATION */
.navinput {
	border: none;
}

#navbg {
	background: white url(../../../images/css/fading-top.png) repeat-x scroll 0 -50px;
	border-bottom: solid 8px #FFFFFF;
}

.nav {
    display: block;	
	width: 95%;
	height: auto;
	background-image: url(../../../images/css/viewx_dot_trans.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 8px 0px 16px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin-left:5px;
}

a.nav:link{
	text-decoration: none;
}

a.nav:visited{
	text-decoration: none;
}

a.nav:hover{
	border-left: solid 5px #39B2E2;
	text-decoration: none;
	margin-left:0px;
	width: 95%;
}

a.nav:active{
	text-decoration: none;
}
.white9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 10px;
	font-weight: normal;
}




.sl-quickform {
	height: 120px;
	padding-top: 2px;		
	padding-left: 0;
	background: #357BF9 url(../../../modules/mod_sl_estimate/images/fading-top.png);
	position: relative;
}

.sl-quickform .low-price-guarantee {
	position: absolute;
	top: 0px;
	right: 0px;
}

.sl-quickform p {
	color: #FFF;
	padding: 40px 0;
	text-align: center;
}

.sl-quickform select {
	width: auto;
	margin-bottom: 0px;
	background-color: white;
	padding: 3px;
	color: #1B3F80;
	border: none;
}

.sl-quickform input[type="text"] {
	background-color: white;
	padding: 3px;
	border: 1px solid #D0D0D0;
	color: #1B3F80;
	font-family: Verdana;
}

.sl-quickform input[id="email"] {
	background-color: white;
	padding: 3px;
	width: 160px;
}

.sl-quickform input[id="nominativo"] {
	background-color: white;
	padding: 3px;
	width: 195px;
}

.sl-quickform select[id="cameratype"] {
	width: 202px;
}

.sl-quickform input[type="checkbox"] {
	background-color: white;
	padding: 3px;
	border: 1px solid #D0D0D0;
	height: 15px;
	width: 15px;
	vertical-align:bottom; 
}

.sl-quickform input[type="button"],
.sl-quickform input[type="submit"],
.sl-quickform input[type="reset"],
.sl-quickform button {
	width: 130px;
	height: 25px;
	border: 2px solid #D0D0D0;
	padding: 0px;
	color: #2352A6;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: middle;	
	background-color: #FFF;
}

.sl-quickform input[type="button"]:hover,
.sl-quickform input[type="submit"]:hover,
.sl-quickform input[type="reset"]:hover,
.sl-quickform button:hover {
	border: 2px solid #2352A6;
	color: #2352A6;
}

.sl-quickform input[type="button"]:active,
.sl-quickform input[type="submit"]:active,
.sl-quickform input[type="reset"]:active,
.sl-quickform button:active {
}

.sl-quickform input[type="button"].disabled,
.sl-quickform input[type="submit"].disabled,
.sl-quickform input[type="reset"].disabled,
.sl-quickform button.disabled {
}

.sl-quickform input[type="button"].calendar {
	background-image: url(../../../modules/mod_sl_estimate/images/calendar.png);
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border:none;
}

.sl-quickform label {
	color: #FFF;
 	font-size: 11px;
 	font-weight: bold;
 	font-family: Arial;
 	white-space: nowrap;
}

.sl-quickform table {
	width: 570px;
}

.sl-quickform table td {
	padding: 3px 5px;
	/* border: 1px solid #000; */
}

.sl-quickform table tr:first-child > td:first-child {
	width: 105px;
}

.sl-quickform table tr:first-child > td:first-child + td {
	width: 190px;
}

.sl-quickform table tr:first-child > td:first-child + td + td {
	width: 50px;
}

.sl-quickform table tr:first-child > td:first-child,
.sl-quickform table tr:first-child > td:first-child + td + td,
.sl-quickform table tr:first-child + tr > td:first-child,
.sl-quickform table tr:first-child + tr > td:first-child + td + td,
.sl-quickform table tr:first-child + tr + tr > td:first-child,
.sl-quickform table tr:first-child + tr + tr > td:first-child + td + td,
.sl-quickform table tr:first-child + tr + tr  + tr > td:first-child {
	text-align: right;
}

.sl-quickform table tr:first-child > td:first-child + td,
.sl-quickform table tr:first-child > td:first-child + td + td + td,
.sl-quickform table tr:first-child + tr > td:first-child + td,
.sl-quickform table tr:first-child + tr > td:first-child + td + td + td,
.sl-quickform table tr:first-child + tr + tr > td:first-child + td,
.sl-quickform table tr:first-child + tr + tr > td:first-child + td + td + td,
.sl-quickform table tr:first-child + tr + tr  + tr > td:first-child + td,
.sl-quickform table tr:first-child + tr + tr  + tr > td:first-child + td + td + td,
.sl-quickform table tr:first-child + tr + tr  + tr > td:first-child + td + td {
	text-align: left;
}




.sl-calendar {
	color: #D01F3C;
	font-weight: bold;
	
	width: 48px;
	height: 38px;
	
	padding-top: 12px;
	
	background-image: url(../../../images/calendar.png);
	background-repeat: no-repeat;
}

.sl-calendar .day,
.sl-calendar .month {
	display: block;
	text-align: center;
	padding-left: 2px;
}

.sl-calendar .day {
	color: black;
	font-size: 22px;
}

.sl-calendar .month {
	color: white;
	font-size: 8px;
	text-transform: uppercase;
}

#header-destra1 {
	margin-right: 10px;
	margin-top: 3px;
}


/* News Show Pro GK1 */

div.gk_npro_mainwrap,
div.gk_npro_mainwrap table.gk_npro_table td {
	border: none;
}
div.gk_npro_full_interface ul li,
div.gk_npro_full_interface ul li:first-child {
	width: 11px;
	height: 12px;
}
div.gk_npro_interface_bg {
	width: 44px;
	height: 18px;
}
div.gk_npro_full_prev, div.gk_npro_full_next {
	width: 8px;
	height: 16px;
	background-position: 0 center;
}
div.gk_npro_full_prev:hover, div.gk_npro_full_next:hover {
	background-position: -8px center;
}
div.gk_npro_full_prev {
	margin-left: 11px !important;
}
div.gk_npro_interface_bg {
	background-image: url('../../../modules/mod_news_pro_gk1/images/lite/arrow_interface_red.png');
}
div.gk_npro_full_interface ul li {
	background-image: url('../../../modules/mod_news_pro_gk1/images/lite/bullet_red_inactive.png');
}
div.gk_npro_full_interface ul li.active {
	background-image: url('../../../modules/mod_news_pro_gk1/images/lite/bullet_red_active.png');
}

/*
div.gk_npro_mainwrap {
	padding: 0 3px;
}
div.gk_npro_mainwrap,
div.gk_npro_mainwrap table.gk_npro_table td {
	border: none;
}
div.gk_npro_mainwrap p.gk_npro_text {
	margin: 5px 0;
}
#content_top .gk_round_ml .us_width:first-child .moduletable,
#content_bottom .gk_round_ml .us_width:first-child .moduletable,
#current_top .us_width:first-child .moduletable,
#current_bottom .us_width:first-child .moduletable {
	margin: 0 7px 0 0;
}
#content_top .gk_round_ml .us_width .moduletable,
#content_bottom .gk_round_ml .us_width .moduletable,
#current_top .us_width .moduletable,
#current_bottom .us_width .moduletable {
	margin: 0 7px;
}
div.gk_npro_mainwrap,
div.gk_npro_full,
div.gk_npro_full_scroll1,
div.gk_npro_full_tablewrap,
table.gk_npro_table,
div.gk_npro_short,
div.gk_npro_short_scroll1,
div.gk_npro_short_ulwrap {
	width: auto !important;
}
div.gk_npro_mainwrap a.readon {
	display: block;
	float: none !important;
}
div.gk_npro_short_ulwrap ul li h4 a {
	display: block;
	padding: 0 5px;
}
*/


.phone, .train {
	padding:0 2px 2px 23px;
}
.phone {
	background:transparent url('../../../images/icons/phone.png') no-repeat left top;
}
.train {
	background:transparent url('../../../images/icons/train.png') no-repeat left top;
}


.ta_justify {
	text-align: justify;
}
