/*
body {
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	background: #111 url('../images/bg/gradient1.gif') top left repeat-x;
}

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}
*/
.content
{
	margin: 0 0;
	padding: 10px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#myGallery, #myGallerySet, #flickrGallery
{
	width: 460px;
	height: 345px;
	z-index:5;
	border: 1px solid #000;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

/* 
 * ***************************************************************************************
 * *************************************************************************************** 
   CSS TEMPLATE RUBINOSOFT
   ***************************************************************************************
   ***************************************************************************************
*/

#myGallery, #myGallerySet, #flickrGallery
{
	width: 600px;
	height: 250px;
	z-index:5;
	border: 1px solid #000;
}

.content
{
	width: 600px;
	height: 250px;
	margin: 0px 0px;
	padding: 31px;
	background: url(images/francobollo.png) no-repeat;
}

#myGallery_packets
{
	width: 500px;
	height: 375px;
	z-index:5;
	border: 1px solid #000;
}

.content_packets
{
	width: 500px;
	height: 375px;
	margin: 0px 0px;
	padding: 31px;
	background: url(images/francobollo_packets.png) no-repeat;
}

body{
	background: #31afec url(images/home-bg.jpg) top repeat-x;
	margin:0;
	padding:0;	
	font-family:Verdana;
	color: black;
}

a{
	color:#38579C;
	text-decoration:none;
}
a:hover{
	color:#ff8000;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6{
	font-family:Verdana;
	font-weight:normal;
	color: black;
}
h1{
	font-size:18px;
	font-family: Verdana;
	color: #0669A1;	
	padding: 10px 0px 0px 15px;
}
h2{
	font-size:13px;
	font-weight:bold;	
	color :#525252;
	padding-left: 15px;
}
h3{
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	padding-left: 20px;
}
p{
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	padding-left: 20px;
}
form{
	margin:0;
	padding:0;
}
.form_book{	
	border: 1px solid #0080ff;
	background: #d5eaff;
	width: 550px;
}

.path_links {
	width:100%;
	font-size:10px;
}

.text{
	float:left;
	border: 1px solid red;
}

.label{
	font-weight: bold;
	text-align: right;
}
.required{
	color: #cc0000;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}
.textfield{
	width: 220px;
	border: 1px dotted #0094e8;	
	background: url(images/footer_bg.jpg) top repeat-x;
	height: 13px;
}
.textfield_sel{
	width: 220px;
	border: 1px solid #0080c0;	
	font-size: 11px;
	background: url(images/text_bg_sel.gif) top center repeat-x;
	height: 13px;
}
.searchfield{
	width: 150px;
	border: 1px dotted #0094e8;	
	background: url(images/footer_bg.jpg) top repeat-x;
	font-size: 11px;
}
.error_signal{
	width: 15px;
	height: 15px;
	display: none;
}
.search_button{	
	background:url(images/support.gif) no-repeat;
	background-position: 0px -464px;
	width: 48px; height: 68px;
	padding-top: 50px;
}
.search_button:hover{	
	background:url(images/support_hover.gif) no-repeat;
	background-position: 0px -464px;
	border: none;
}

#site_container{
	width: 1000px;
	font-size: 12px;
}

#site_header {
	height: 102px;
	font-family:Georgia;
	text-align:left;	
}

#site_header #logo{
	background: url(images/albireotravel_logo.png) left bottom no-repeat;
	width: 386px;
	height:102px;
	float:left;
	/*line-height:28px;*/
}

#site_header #site_title{	
	color:#15467b;
	font-size: 50px;
	/*padding:30px 0px 0px 100px;*/
}

#site_header #site_subtitle{	
	color:#15467b;
	font-size: 20px;
	/*padding:0px 0px 0px 205px;*/
}

#site_header #relatives_ita{
	position: relative;
	width: 600px;
	height:102px;
	padding-right: 10px;
	float:right;
	background: url(images/immagini/sponsor_top_it_01.png) right center no-repeat;
}

#site_header #relatives_eng{
	position: relative;
	width: 600px;
	height: 102px;
	padding-right: 10px;
	float: right;
	background: url(images/immagini/sponsor_top_en_01.png) right center no-repeat;
}

#language{
	width:50px;
	height:20px;
	margin: 10px 0px 0px 575px;
}

#language #language_ita{
	width:24px;
	height:19px;
	padding:3px 0px 0px 26px;
	background: url(images/flags.gif) no-repeat 0px 2px;
	font-size:10px;
}

#language #language_eng{
	width:24px;
	height:19px;
	padding:3px 0px 0px 26px;
	background: url(images/flags.gif) no-repeat 0px -20px;
	font-size:10px;
}

#site_header #random_period{
	text-align:right;	
	width: 400px;
	font-family:Verdana;
	font-size: 14px;
	color:#333333;
	line-height:14px;
	font-style:italic;
	margin:20px 0px 0px 0px;
	clear:both;
	float:right;
}

#site_header #random_period_author{
	text-align:right;	
	width: 400px;
	font-family:Verdana;
	font-size: 14px;
	color:#333333;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	clear:both;
	float:right;
}

#menu_top_sx{
	clear:both;
	height: 30px;
	/*background: url(images/menu_top_sx_bg.gif) no-repeat;*/
	padding-left:6px;
}

#menu_top_dx {
	height: 30px;
	/*background: url(images/menu_top_dx_bg.png) right no-repeat;*/
	padding-right:12px;
}

#site_content_dx{
	margin-top:2px;
	padding-right:6px;
	background: url(images/home_dx_bg.png) repeat-y right;
}

#site_content{
	border-top: 1px solid #0094e8;
	border-bottom: 1px solid #0094e8;
	padding:5px 5px 5px 5px;
	background-color: #FFF;
	color: black;
	text-align:left;
}

#site_main_content{
	float:left;
	width:700px;
	padding: 5px;
	border-right: 1px solid #d4d4d4;
}
#site_menu_dx{
	float:right;
	width:250px;
}


/* CATEGORIE HOME */
#categories{
	float: left;
	width: 700px;
	padding-bottom:10px;
}
#special_offers{
	float:right;
	width:250px;
	padding-bottom:10px;
}
#useful_info{
	float:right;
	width:250px;
	padding-bottom:10px;
}
#rss_news{
	float:right;
	width:250px;
	padding-bottom:10px;
}
#rss_news ul{
	margin: 0;
	padding: 5px;
}
#rss_news ul li{
	list-style: none;
	padding: 0px 0px 5px 0;
	margin: 5px 0 0 0;
	border-bottom: 1px dotted #004080;
}
#search{
	float:right;
	width:250px;
	padding-bottom:10px;
}

.box_top_sx{
	height: 20px;
	background: url(images/box_top_sx_bg.jpg) bottom left no-repeat;
	padding-left:6px;
}
.box_top_dx {
	height: 20px;
	background: url(images/box_top_dx_bg.jpg) bottom right no-repeat;
	padding-right:12px;
}
.box_top_middle {
	height: 20px;
	background: url(images/box_top_bg.jpg) top center repeat-x;
	text-align: center;
	font-weight:bold;
	color:#FFF;
}
.box_top_middle div{
	padding-top: 4px;
}
.box_content_sx{
	padding-left:6px;
	border-left: 1px solid #525252;
}
.box_content_dx{
	padding-right:6px;
	background: url(images/box_dx_bg.jpg) repeat-y top right;
}
.box_content{
	padding: 0px;
	margin:0px;
	background-color: #FFF;
	color: black;
	text-align:left;
}
.box_bottom_sx{
	padding-left:6px;
	background: url(images/box_footer_sx_bg.jpg) bottom left no-repeat;
	height: 10px;
	line-height: 9px;
}
.box_bottom_dx {
	height: 10px;
	background: url(images/box_footer_dx_bg.jpg) bottom right no-repeat;
	padding-right:12px;
}
.box_bottom_middle {	
	border-bottom: 1px solid #525252;
	height: 9px;
}

.picture_border{
	border: 1px solid #50596E;
	padding: 1px;
	margin: 2px;
}

/* HOME PACKETS */
.categories_spiral{	
	width: 680px;
	background: url(images/spiral4.gif) top center repeat-y;
	border: 1px solid #333;
}

.packet_container_single{
	float: left;
	width: 229px;
	height: auto;
	margin: 3px 3px 0px 0px;
	border-bottom: 1px solid #cbcbcb;	
	background-color: #beceeb;
}
.packet_container_double{
	float: left;
	width: 322px;
	height: 106px;
	margin: 0px;
	/*background-color: #E6ECF7;
	border-right: 1px solid #cbcbcb;*/	
	border-bottom: 1px solid #cbcbcb;
	overflow: hidden;
}
.packets_separator{
	width: 35px;
	height: 106px;
	float:left;
}
.read_more{
	font-weight: bold;
}

.packet_image_left{
	float:left;
	margin-right:5px;
}
.packet_image_right{
	float:right;
	margin-right:5px;
}
.packet_container_single h2, .packet_container_double h2{
	margin:0;
	padding:0px 2px 3px 2px;
	font-size:12px;
	font-weight:bold;	
	color :#38579C;
}
.packet_container_single h3, .packet_container_double h3{
	margin:0;
	padding:0px 2px 2px 2px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	line-height:12px;	
	color :#294073;
}

.link_container_double{
	float: left;
	width: 280px;
	padding-left: 48px;
	margin: 20px 0px 0px 0px;
	background: url(images/iconaLink.gif) no-repeat top left;
	min-height: 46px;	
}

.link_container_double h2{
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.link_container_double p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.link_separator{
	width: 35px;
	float:left;
}

.button{
	text-align: right;
	width: 45px;
	height: 10px;
	font-size: 9px;
	color: #333;
	padding: 1px;
	background: #d2d5d5;
	border: 1px solid #333;
}

.button:hover{
	color: #ff8000;
}

#packet_info{
}

#packet_schema{
	float:right;
	width:280px; 
	border:1px solid #d2d5d5;
	margin-right: 10px;
	font-size:11px;
}
.packet_schema_head{
	background: #0080c0;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
	font-weight:bold;
}
.packet_schema_sx{
	background: #6fd0ff;
	font-weight:bold;
	color: #000;
	padding: 2px;
}
.packet_schema_dx{
	background: #d5f1ff;
	color: #000;
}

.image{
	float: left;
	margin: 10px 20px 10px 35px;
}
.image div{
	width: 100%;
	text-align: center;
	background: #e2e2e2;
}

/* FOOTER */
#footer_sx{
	clear:both;
	height: 50px;
	background: url(images/footer_sx_bg.png) top left no-repeat;
	padding-left:6px;
}

#footer_dx {
	height: 50px;
	background: url(images/footer_dx_bg.png) top right no-repeat;
	padding-right:12px;
}

#footer{
	height: 50px;
	background: url(images/footer_bg.gif) repeat-x;
	padding: 5px 0px 0px 10px;
	text-align:left;
	font-family:Verdana;
	font-size: 12px;
}

#footer #info{
	width: 750px;
	float: left;
}

#footer #footer_title{
	text-align:left;
	text-decoration:underline;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	font-weight:bold;
	line-height:14px;
}

#footer #footer_info{
	padding-top:10px;
	text-align:left;
	font-family: Georgia;
	font-size: 10px;
	color: #EEE;
}

#footer #footer_relatives{
	width: 46px;
	height: 40px;
	float:right;
	/*background: url(images/logo_footer.png) no-repeat;*/
}

.pagination{
	width: 100%;
	font-size: 14px;
}

/*
 * CLASSI DI SUPPORTO
 */
.message{	
	font-size: 12px;
	margin-left:30px;
	padding-top: 13px;
	padding-left: 48px;
	width: 218px;
	height:48px;
	background:url(images/support.gif) no-repeat;
}
.error{
	color: #D62B09;
	background-position: 0px -348px;
}
.warning{
	color: #DEAD0B;
	background-position: 0px -232px;
}
.success{
	color: #368210;
	background-position: 0px -290px;
}
.info{
	color: #2B5CCF;
	background-position: 0px -406px;
}
.search{
	color: #2B5CCF;
	background-position: 0px -464px;
}

.pngfix {
	behavior: url(template/iepngfix.htc);
}

/*
 * MENU TOP
 */
.horizontalcssmenu ul{
	width: 100%;
margin: 0;
padding: 0;
margin-right: 5px;
list-style-type: none;
height: 30px;
background: url(images/immagini/sponsor_top_it_02.png) no-repeat top right;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 4px 1px;
border-left-width: 0;
text-decoration: none;
background: url(images/menubg.gif) bottom center no-repeat;
color: #FFF;
font: bold 13px Tahoma;
padding-top: 10px;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
height: 20px;
color: #fff;
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #008fe6;
border-width: 0 1px 1px 1px;
border-left: 1px solid #202020;
border-right: 1px solid #202020;
border-bottom: 1px solid #202020;
}

.horizontalcssmenu ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #007ac0;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(images/menuarrow.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
 
 
 /* COMMENTS */
.comment_body{
	margin:0;
	padding:0;
	background-image: none;	
	background: #b3d9ff;
}
.comment{
	width: 430px;
	border-bottom: 1px solid #345588;
	margin: 5px;
}
.comment_author{
	padding: 3px;
	font-size: 10px;
	font-family: Verdana;
	color: #345588;
}
.comment_text{
	padding: 5px;
	text-align: justify;	
	font-size: 12px;
	font-family: Verdana;
	color: #345588;
}

.book_link{	
	margin: 30px 30px 30px 0;
	height: 40px;
}
