/*	----------------- BREADCRUMB ----------------- */

#breadcrumb {
	width: 910px;
	height: 25px;
	padding-left: 10px;
	background-color: #f7f8f7;
	color: #999999;
	line-height: 25px;
	margin-bottom: 40px;
}

#breadcrumb ul li a:after
{ 
content:"/";
	padding-left: 10px;
}

#breadcrumb span {
	float: left;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
}

#breadcrumb ul li a {
	color: #666666;

}

#breadcrumb ul li a:hover {
	color: #333333;
}

#breadcrumb ul li.current {
	color: #666666;
}

/*	----------------- IMAGE ----------------- */

.divAlignLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.divAlignRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

img.divAlignLeft, img.divAlignRight {
	padding: 2px;
	border: 1px solid #cecece;
}


/*	----------------- PAGE ----------------- */

.post {
	width: 100%;
	margin-bottom: 50px;
}
.post img {
	margin-bottom: 15px;
}

.post h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-style: none;
}

#share {
	border: 4px solid #cecece;
	padding: 15px;
	margin-bottom: 10px;
}


.noResults {
	padding: 10px;
	border-style: solid;
	border-color: red;
}

/*	----------------- MENU ----------------- */

ul.divMenuRight {
	width: 198px;
	padding: 10px 20px;
	background-color: #f0f0f0;
	border: 1px solid #cecece;
	float: right;
	display: block;
	margin-bottom: 10px;
}

#metro ul.divMenuRight {
	width: 150px;
}

 ul.divMenuRight li {
	font-size: 10px;
	color: #993333;
	border-top: 1px solid white;
	padding-bottom: 5px;
	padding-top: 4px;
	text-transform: uppercase;
	line-height: 14px;
}

 ul.divMenuRight li.title {
	font: 14px "Trebuchet MS", Arial, Verdana;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}

 ul.divMenuRight li:first-child {
	border-top-style: none;
}

 ul.divMenuRight li a {
	color: #666666;
}

 ul.divMenuRight li a:hover {
	color: #993333;
}

 ul.divMenuRight li.current a {
		color: #993333;
	font-weight: bold;
}

 ul.divMenuRight ul {
	background-color: #dedede;
	margin: 0 0 0 -20px;
	padding: 10px 10px 10px 30px;
	width: 198px;
}

#metro ul.divMenuRight ul {
	width: 150px;
}

 ul.divMenuRight ul li {
	text-transform: capitalize;
	margin-left: 10px;
	border-top-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}


.col300 ul.divMenuRight {
	width: 258px;
	float: none;
	min-height: 250px;
}

.col221 ul.divMenuRight {
	width: 179px;
	float: none;
}

ul.divMenuListBig {
	padding: 0;
	margin-bottom: 20px;
}

 ul.divMenuListBig li {
	font-size: 11px;
	color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	line-height: 15px;
}


ul.divMenuList {
	width: 190px;
	padding: 0;
	float: left;
}

 ul.divMenuList li {
	font-size: 10px;
	color: #666666;
	padding-bottom: 3px;
	padding-top: 3px;
	text-transform: uppercase;
	line-height: 14px;
}

 ul.divMenuList li a {
	color: #666666;
}

 ul.divMenuList li a:hover {
	color: #993333;
}

 ul.divMenuList li.current a {
		color: #993333;
	font-weight: bold;
}

.BigButton {
	border: 1px solid #cecece;
	margin-bottom: 10px;
	background-color: #f0f0f0;
}

.BigButton a {
	padding-left: 25px;
	padding-right: 25px;
	color: #333333;
	font: 18px/60px "Trebuchet MS", Arial, Verdana;
	text-transform: uppercase;
	background: transparent url(../images/fr-link.png) no-repeat 10px center;
}

.BigButton a:hover {
	color: #fff;
	background-color: #af0203;
}

/*	----------------- Selection ----------------- */

.SelectionBox {
	width: 438px;
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	float: right;
}

.SelectionBox h2 {
	margin-bottom: 0;
}

.SelectionBox .HotSelection {
	margin-top: -1px;
	border-top: 1px solid #cecece;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
}

.SelectionBox .HotSelection h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px !important;
	color: #666666;
}


.SelectionBox .HotSelection img {
	float: left;
	padding: 2px;
	background-color: white;
	border: 1px solid #cecece;
	margin-right: 10px;
	margin-bottom: 35px;
}

.post .HotSelection {
	border-top-style: none;
	border-bottom: 1px solid #cecece;
}

.post .HotSelection .divAlignRight {
	display: block;
	width: 470px;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
.post .HotSelection .indirizzo {
	background: transparent url(../images/ic-indirizzo.png) no-repeat left center;
	font-size: 11px;
	color: #666;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 10px;
	padding-left: 15px;
}

.HotSelection .link {
	
	margin-top: -10px;
}

.HotSelection .link span {
	width: 310px;
	font-weight: bold;
	float: left;
}

.HotSelection:hover {
	background-color: #f5f5f5;
}

/*	----------------- LAST MINUTE ----------------- */

#last_minute .col600 {
	width: 570px;
}

#last_minute .col300 {
	width: 340px;
}

.LastSelection {
	margin-top: -1px;
	border-top: 1px solid #cecece;
	padding-top: 15px;
}
.LastSelection h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.LastSelection img {
	float: left;
	margin-left: 10px;
}


.LastSelection p {
	margin-top: -10px;
}



.LastSelection {
	border-top-style: none;
	border-bottom: 1px solid #cecece;
}

.LastSelection .divAlignRight {
	display: block;
	width: 440px;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
}

.LastSelection .link {
	margin-top: -10px;
}

.LastSelection del, .LastSelection span, .LastSelection strong {
	font-family: "Trebuchet MS", Arial, Verdana;
}

.LastSelection del {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
.LastSelection strong {
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #af0203;
}

.LastSelection span {
		font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}


.LastSelection:hover {
	background-color: #f5f5f5;
}

/*	----------------- PAGINAZIONE LAST MINUTE ----------------- */

#divPaginazione{text-align:center; width:600px; margin-top:10px; position:relative; color:#666; text-transform:uppercase; font-size:10px}
#divPaginazioneInt1{position:absolute; left:0; top:0; width:150px}
#divPaginazioneInt2{margin-left:150px; text-align:center; width:320px}
div#divPaginazioneInt3{position:absolute; right:0; top:0; width:150px}

/*	----------------- STAR LAST MINUTE ----------------- */
.star {
	margin-bottom: 5px;
	display: block;
	height: 14px;
	float: right;
	margin-top: 5px;
	margin-left: 15px;
}

/*	----------------- BOX ADERISCI ----------------- */

.BoxAderisci {
	width: 415px;
	padding: 10px 20px;
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	float: right;
}

.col600 .BoxAderisci {
	width: 558px;
}

.BoxAderisci h2 {
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background: transparent url(../images/ic-matita.png) no-repeat right 15px;
	width: 68%;
	border-bottom-style: none;
}

/*	----------------- BOX ----------------- */

.BoxImageLink {
	width: 100%;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}
.BoxImageLink img {
	margin: 0;
	padding: 0;
}

.BoxImageLink .BoxContent {
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	padding: 20px;
	min-height: 150px;
}

.BoxImageLink .BoxContent h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.BoxImageLink .BoxContent p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
}

.BoxImageLink .bottomBtm {
	background-color: #cecece;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}

.BoxImageLink .bottomBtm .link a{
	color: #333333;
}

/*	----------------- BOX tariffe ----------------- */

.BoxTariffe {
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.BoxTariffe h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #990000;
	text-transform: uppercase;
}
.BoxTariffe div {
	background-color: #f8f8f8;
	height: 30px;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
}

.BoxTariffe div:hover {
	background-color: #fff;
}

.BoxTariffe div span {
	font: 16px/25px "Trebuchet MS", Arial, Verdana;
	float: right;
	padding-right: 30px;
	margin-top: 3px;
}

.BoxTariffe div span:before {
	content: "euro";
	font-size: 10px;
	margin-right: 5px;
}

.BoxTariffe div a {
	color: #990000;
	font: bold 10px/20px "Trebuchet MS", Arial, Verdana;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf;
	float: right;
	margin-top: 5px;
}

.BoxTariffe div a:hover {
	background-color: #dfdfdf;
}

.BoxRed {
	background-color: #af0203;
	padding: 20px;
	color: white;
	font: 18px/24px "Trebuchet MS", Arial, Verdana;
	border: 4px solid #860203;
}

/*	----------------- NEWS ----------------- */

.BigNews {
	border-bottom: 4px solid #cccccc;
	margin-bottom: 15px;
}

.BigNews h2 {
	border-bottom-style: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10;
}

.BigNews h2 a {
	color: #666666;
}

.whiteBox {
	border: 1px solid #cccccc;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}
/*---- SEARCH */

.whiteBox .search {
	background-color: #5c5c5c;
	display: block;
	width: 175px;
}

.whiteBox .search:after{
	content:".";display:block;height:5px;clear:both;visibility:hidden; 
	}


.whiteBox .search .title2 {
	color: white;
	font: bold 12px/20px "Trebuchet MS", Arial, Verdana;
	background: #af0203 url(../images/fr-link-white.png) no-repeat 150px center;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
}

.whiteBox .search div {
	color: white;
	padding: 10px;
}

.whiteBox .search input{
	border: 1px solid #4a4a4a;
	padding: 0 5px;
	color:#333333;
	width: 110px;
	margin: 0;
	margin-top: 0;
	font-size: 11px;
	height: 20px;
	line-height: 19px;
	margin-right: 0;
	float: left;
}

.whiteBox .search input[type=submit] {
	width: 30px;
	height: 22px;
	line-height: 19px;
	font-size: 11px;
	float: left;
	cursor: pointer;
	border-style: none;
	background-color: #af0203;
	color: white;
	text-transform: uppercase;
	border:1px solid #4a4a4a;
}

.whiteBox .search input[type=submit]:hover {
	background-color: #333333; }
	
.whiteBox .search form {
	display: block;
	clear: both;
	padding-bottom: 6px;
	height: 20px;
}

/*	----------------- ICON SECTION ----------------- */

.ic-section {
	padding-left: 30px;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

.ic-section h4{
	color: #666;
	font: 14px/26px "Trebuchet MS", Arial, Verdana;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.ic-curiosity {
	background: url(../images/ic-low-curiosity.png) no-repeat 3px top;
}
.ic-camera {
	background: url(../images/ic-low-camera.png) no-repeat 3px top;
}
.ic-place {
	background: url(../images/ic-low-place.png) no-repeat 3px top;
}
.ic-bus {
	background: url(../images/ic-low-bus.png) no-repeat 3px top;
}
.ic-sport {
	background: url(../images/ic-low-sport.png) no-repeat 3px top;
}

.ic-fleur {
	background: url(../images/ic-low-fleur.png) no-repeat 3px top;
}
/*	----------------- BOX PLUGIN ----------------- */

.fb-box {
	background-color: #f1f1f1;
	width: 213px;
	border: 1px solid #d0d0d0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.fb-box h5 {
	background: transparent url(../news/images/ic_facebook.png) no-repeat 170px center;
		line-height: 30px;
	margin-top: 5px;
}

.fb-like-box {
	background-color: white;
}
/*	----------------- Newsletter ----------------- */
.whiteBox .newsletter {
min-height: 50px;
}
.whiteBox .newsletter span {
	font-size: 11px;
	display: block;
	height: 20px
}

.whiteBox .newsletter:after{
	content:".";display:block;height:0;clear:both;visibility:hidden; 
	}
.whiteBox .newsletter input {
	border:1px solid #cecece;
	padding: 0 5px;
	color:#666;
	width: 150px;
	margin: 0;
	height: 19px;
	margin-bottom: 6px;
	line-height: 1.4em;
	margin-right: 0;
	float: left;
}

.whiteBox .newsletter input[type=submit] {
	width: 20px;
	height: 21px;
	font-size: 11px;
	float: left;
	cursor: pointer;
	background: url(http://www.romaonline.net/images/fr-search.gif) no-repeat right top;
	text-indent: -9999px;
	border-style: none;
}

.whiteBox .newsletter input[type=submit]:hover {
	background: url(../images/fr-search.gif) no-repeat right -21px; }
	
.whiteBox .newsletter form {
	display: block;
	clear: both;
}

/*	----------------- PAGINATION ----------------- */

#pagination {
	text-align: right;
	margin-top: 20px;
	display: block;
	height: 25px;
	float: right;
	clear: both;
}

#pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;}

#pagination ul li{
	position: relative;
	display: inline;
	float: left;
	font-size: 12px;
	height: 20px;
	padding: 0 6px;
	text-align: center;
	line-height: 20px;
	margin: 0;
	font-weight: bold;
	color: #333333;
}

#pagination ul li a {
	color: #666666;
	font-weight: normal;
	font-style: normal;
}

#pagination ul li a:hover {
	color: #333333;
	}

#pagination ul li.prev {
	background-color: #cecece;
	padding-right: 3px;
	padding-left: 3px;
	font: normal 12px;
	margin-left: 6px;
}

#pagination ul li.prev a {color: #333333;	display: block;
	margin-left: 3px;
	margin-right: 3px;
}
#pagination ul li.prev a:hover {color: #fff;}
