﻿/*
Web site: www.tecnitravel.it
Pacchetti città stylesheet
Copyright (C) 2006, Airiny sas. All Rights Reserved.
info@airiny.com
*/
body
{
	margin: 0;
	padding: 0;
}

#Article
{
	padding-left: 29px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#TabellaPacchetti 
{
/*
	padding-left: 29px;
	padding-top: 9px;
	padding-bottom: 9px;
	*/
}


.scheda_citta
{
	margin: 0;
	padding: 0;
	width:  112px;
	height: 132px;
	
}

.scheda_citta_vuota
{
	margin: 0;
	padding: 0;
	width:  112px;
	height: 132px;
	background-color: #EDE9D3;
}

.scheda_citta_nome, .scheda_citta_nome a
{
	margin: 0;
	padding: 0;
	height: 20px;
	padding-left: 5px;
	background-color: #F26522;
	color: #fff;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bold; 
	vertical-align: middle;
	text-decoration: none;
}

.scheda_citta_img
{
	margin: 0;
	padding: 0;
	width: 112px;
	height: 112px;
	border: none;
}

.scheda_citta_img img
{
	margin: 0;
	padding: 0;
	width: 112px;
	height: 112px;
	border: none;
}
