@import "francesca.css";
/* -------------------------------------------- */
/*												*/
/* Elements ----------------------------------- */
/*												*/
/* -------------------------------------------- */
html, body {
	background: #fff;	
    width: 100%; 
    height: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0px;
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4c575f;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h1, h1 a:link, h1 a:active, h1 a:visited {
    font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	color: #f29400;
	padding-bottom: 0px;
	text-decoration: none;
	margin-top:10px;
}
h1 a:hover {
    text-decoration: underline;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
    font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #f29400;
	margin: 2px auto;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h2 a:hover {
    text-decoration: underline;
}
h3 {
	font-family: "Georgia", Times New Roman, Times, serif;;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 3px;
}
h4 {
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #0076bd;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}
h5 {
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
hr {
	color: #0096d4;
	background-color: #0096d4;
	width: 100%;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-bottom: 0;
}
a {
	color: #f29400;
	text-decoration: none;
}
a:hover {
	color: #f29400;
	text-decoration: underline;
}
cite {
	font-weight: bold;
	color: #c1ee0e;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
acronym {
	color: #c1ee0e;
	border-bottom: dotted 1px #c1ee0e;
}
img {
	border: 0px;
}
p {
	border: 0;
	margin: 0;
	padding: 8px;
	
}
legend {
	display: block;
	position: relative;
	clear: both;
	padding-bottom: 5px;
}
label {
	display: block;
	position: relative;
	clear: both;
	padding-bottom: 5px;
}
iframe {
	border: 3px solid #f29400 inset;
	padding: 0;
	margin: 0;
}
/* -------------------------------------------- */
/*												*/
/* Layer -------------------------------------- */
/*												*/
/* -------------------------------------------- */

/* General content ---------------------------- */

#top_menu_container {
	width: 100%;
	height: 580px;
	height: 90px;
	clear: both;
}
#top_menu {
	width: 940px;
	height: 90px;
	margin: 0 auto;
	background: url(../pagination/background/bg_top_menu.gif) top no-repeat;	
}
#top_menu_link {
	float: left;
	width: 600px;
	height: 60px;
	line-height: 65px;
	padding-left: 250px;
	vertical-align: middle;
	font-weight: bold;
	color: #f29400;
}

/* Top Menu ----------------------------------- */

.top_button{ 
/*	overflow: hidden;*/
	float:left;
	line-height: 65px;
	height: 60px;
	margin-right: 10px;
}
/* Orange */
a.top_button_orange{
	background: transparent url('../button/top_menu/left_orange.gif') no-repeat top left;
	display: block;
	position: relative;
	float: left;
	font: bold 13px "Trebuchet MS",Helvetica, Arial, sans-serif;
	line-height: 45px;
	height: 60px;
	padding-left: 10px;
	text-decoration: none;

}
a:link.top_button_orange, a:visited.top_button_orange, a:hover.top_button_orange, a:active.top_button_orange{
	color: white;
}
a:hover.top_button_orange { /* Hover state CSS */
	text-decoration: underline;
}
a.top_button_orange span{
	background: transparent url('../button/top_menu/right_orange.gif') no-repeat top right;
	display: block;
	padding: 10px 10px 10px 0px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
/* Blue */
a.top_button_blue{

	background: transparent url('../button/top_menu/left_blue.gif') no-repeat top left;
	display: block;
	position: relative;
	float: left;
	font: bold 13px "Trebuchet MS",Helvetica, Arial, sans-serif;
	line-height: 45px;
	height: 60px;
	padding-left: 10px;
	text-decoration: none;

}
a:link.top_button_blue, a:visited.top_button_blue, a:hover.top_button_blue, a:active.top_button_blue{
	color: white;
}
a:hover.top_button_blue { /* Hover state CSS */
	text-decoration: underline;
}
a.top_button_blue span{
	background: transparent url('../button/top_menu/right_blue.gif') no-repeat top right;
	display: block;
	padding: 10px 10px 10px 0px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

/* End Menu ----------------------------------- */

#top_menu_lang{
	float: left;
	padding-top: 10px;
	width: 55px;
	height: 55px;
	vertical-align: middle;
	color: #f29400;
}
#lang_menu {
	width: auto;
	padding-top: 14px;
	float:left;
}

.menu_item, .menu_item_active  {
	clear: both;
	width: 60px;
	padding-left: 2px;
}

.menu_item_active a:link, .menu_item_active a:visited {
	color: #0076bd;
	padding-left: 4px;
}

.menu_item a:link, .menu_item a:visited {
	
	padding-left: 4px;
	display: block;
	width: 70px;
}
.white a:link, .white a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.white a:hover {
	color: white;
	text-decoration: underline;
}
a:link.blue ,  a:visited.blue,  a:active.blue {
	color: #0076bd;
	text-decoration: none;
	font-weight: bold;
}
 a:hover.blue {
	color: #0076bd;
	text-decoration: underline;
}
#top_menu_search {
	float: right;
	color:#0076bd;
	width: 65px;
	text-align: center;
	padding-right: 25px;
	padding-top: 5px;
	height: 50px;
}
#top_menu_search a {
	color:#0076bd;
	text-decoration: none;
}
#top_menu_search a:hover {
	color:#0076bd;
	text-decoration: underline;
}

#splash_container {
	width: 100%;
	height: 220px;
	margin: 0 auto;
	clear: both;
}
#splash_content {
	width: 940px;
	height: 220px;
	margin: 0 auto;
}
#splash_content_left {
	width: 660px;
	height: 220px;
	float: left;
}
#splash_content_right {
	width: 280px;
	height: 220px;
	float: right;
}
#splash_content_right_white, #splash_content_right_white a {
	width: 280px;
	height: 220px;
	float: right;
	color: white;
	text-decoration: none;
}
#splash_content_right_white a:hover{
	color: white;
	text-decoration: underline;
}
#splash_content_right_text {
	width: 230px;
	height: 220px;
	padding-right: 20px;
	padding-left: 20px;
}
#splash_content_right_text h1{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*.jcarousel-container{
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}*/
#breadcrumb_container {
	width: 100%;
	margin: 0 auto;
	height: 30px;
}
#breadcrumb_content {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	vertical-align: middle;
}
#main_content_container {
	width: 100%;
	margin: 0 auto;
}
#main_content {
	width: 940px;
	margin: 0 auto;
	clear: both;
}
#main_content_left {
	width: 550px;
	float: left;
	border: 0;
	padding: 0;
}
#main_content_right {
	width: 385px;
	float: right;
	border: 0;
	padding: 0;
}
#box_index_top {
	width: 380px;
	/*padding-right: 10px;*/
	background: url(../pagination/background/index_box/top.gif) left no-repeat;
	height: 50px;
	line-height: 50px;
}
#box_index_main {
	width: 370px;
  /*padding-right: 10px;*/
	background: url(../pagination/background/index_box/main.gif) left repeat-y;
	height: 166px;
	padding-left: 13px;
}
#box_index_bottom {
	width: 380px;
	/*padding-right: 10px;*/
	background: url(../pagination/background/index_box/bottom.gif) left no-repeat;
	height: 10px;
	font-size: 1px;
	line-height:1px;
}
#menu_bottom_container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	background: #fff;
	padding-top: 10px;
}
#menu_bottom_content {
	width: 940px;
	margin: 0 auto;
	height: 50px;
/*	line-height: 50px;	*/
	padding-top: 30px;
	vertical-align: middle;
	background: url(../pagination/background/menu_bottom.gif) left no-repeat;
	text-align: right;
	color: #0076bd;
}
#menu_bottom_content img {
	vertical-align: middle;
}
#reqf {
	width:90%;
}
/* Details ------------------------------------ */

#details_pic_tit {
	width: 440px;
	float: left;
	padding-left: 10px;
	height: 220px;
}
#details_picture_mov  {
	width: 180px;
	float: left;
	padding-left: 20px;
	padding-top: 70px;
	font-size: 14px;
}
#details_picture_mov a {
	font-weight: bold;
}
#details_picture {
	float: left;
	padding-left: 43px;
	padding-top: 20px;
}
#details_text {
	width: 630px;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
}

#details_text p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#details_newsearch {
	width: 280px;
	height: 220px;
	float: right;
}
#correlati {
	width: 620px;
	clear: both;
	padding-right: 5px;
	padding-left: 10px;
}

/* End Details -------------------------------- */

/* Index content ------------------------------ */
/* Index Button ------------------------------- */

#rotate {
	width: 530px;
	padding-left: 10px;
	background-position:10px 25px;
	background-image: url(../pagination/background/ta_active.gif);
	background-repeat: no-repeat;
}


.tab_active {
	/*background: url(../pagination/background/ta_active.gif) top no-repeat;*/
}

#descrizione-promozione {
	height:137px; 
	width:360px;
	margin-left:145px;
}

#reqf {
	width:90%;
}

#theTabs {
	width:600px;
}

/* -------------------------------------------- */
/*												*/
/* Class -------------------------------------- */
/*												*/
/* -------------------------------------------- */

/* Index Button ------------------------------- */

a.boldbuttons{
background: transparent url('../button/index_left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px "Trebuchet MS",Helvetica, Arial, sans-serif;
line-height: 22px;
height: 30px;
padding-left: 8px;
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white;
}

a.boldbuttons span{
background: transparent url('../button/index_button.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

/* Blue Button ------------------------------- */

a.blue_buttons{
background: transparent url('../button/details_left_blue.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px "Trebuchet MS",Helvetica, Arial, sans-serif;
line-height: 22px;
height: 30px;
padding-left: 8px;
text-decoration: none;

}

a:link.blue_buttons, a:visited.blue_buttons, a:hover.blue_buttons, a:active.blue_buttons{
color: white;
}

a.blue_buttons span{
background: transparent url('../button/details_blue.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.blue_buttons{ /* Hover state CSS */
text-decoration: underline;
}

/* Search Button orange ----------------------- */

.inside_right {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}

a.search_button_orange{
	background: transparent url('../button/search_orange_left_20px.png') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px "Trebuchet MS",Helvetica, Arial, sans-serif;
	line-height: 17px;
	height: 20px;
	padding-left: 26px;
	text-decoration: none;
}

a:link.search_button_orange, a:visited.search_button_orange, a:hover.search_button_orange, a:active.search_button_orange{
	color: white;
}

a.search_button_orange span{
	background: transparent url('../button/search_orange_right_20px.png') no-repeat top right;
	display: block;
	padding: 1px 10px 2px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.search_button_orange{ /* Hover state CSS */
	text-decoration: underline;
}

/* End Search Button orange ------------------- */

/* Orizontal pagination 960 px ---------------- */

.oriziontal_p_960_container {
	margin: 0 auto;
	width: 920px;
	clear: both;
}
.oriziontal_p_960_container2 {
	margin: 0 auto;
	width: 940px;
	clear: both;
}

.oriziontal_p_960_result {
	width: 920px;
	clear: both;
	padding: 10px 0px 10px 0px;
	overflow: auto;
	border-bottom: 1px solid #f29400;
	vertical-align: middle;
}

.oriziontal_p_960_result_promo {
	width: 920px;
	clear: both;
/*	height: 105px;*/	
	padding: 10px 0px 10px 0px;
	overflow: auto;
	border-bottom: 1px solid #f29400;
	vertical-align: middle;
	background: url(../pagination/background/promo.gif) left no-repeat;
}

.oriziontal_p_960_content {
	width: 530px;
	float: left;
	height: 104px;
	overflow: hidden;
	padding-right: 5px;
}

.oriziontal_p_960_img {
	margin-right: 10px;
	border: 2px solid #f29400;	
}
.box_details {
	width: 210px;
	float: left;
/*	height: 104px;*/
	color: black;
	text-align: left;
	color: white;
}

.box_details p {
	background-color: #FFCC00;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.box_details_header {
	width: 210px;
	height: 10px;
	background: url(../pagination/background/box_details.gif) top no-repeat;
	color: black;
	text-align: left;
	color: white;
}


.box_details_footer {
	width: 210px;
	height: 10px;
	background: url(../pagination/background/box_details.gif) top no-repeat;
	background-position: 0px -94px;
	color: black;
	text-align: left;
	color: white;
}
.box_details_icon {
	text-align: left;
	margin-right: 3px;
	margin-bottom: 2px;
}
.box_utility {
	float: left;
	height: 104px;
	text-align: right;
	padding-left: 20px;
	width: 130px;
}


/* End Orizontal pagination 960 px ------------ */

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.brd, .brd a{
	padding: 2px;
	border: 1px dotted #000;
}
.brd a:hover {
	padding: 2px;
	border: 1px dotted #aa1627;
}

.search {
	border: 0px;
	background: url(../pagination/background/bg_search.jpg) left no-repeat;
	text-indent: 15 px;
	width: 150px;
}
.title_text_white {
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.chooser_selected, .chooser_selected a, .chooser_selected a:hover {
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 1px;
	text-indent: 30px;
	background:	url(../icon/x.gif) left no-repeat #f29400;
	text-decoration: none;
	width: 93%;

}
.img_index {
	text-align: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid white;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* relativo ai TIPS
#JT_close_left, #JT_close_right {
	font-size: 10px;
}
#JT_copy p, #JT_copy ul {
	font-size: 10px;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left {
	background-image: url(../library/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:6px;
	height:7px;
	width:23px;
	top: -9px;
}
#JT_arrow_right {
	background-image: url(../library/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:7px;
	width:23px;
	top: -9px;
	right: 70px;
}
#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #efefef;
	background-color: #fff;
}
#JT_copy {
	padding: 0px;
	color:#999;
}
.JT_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left {
	background-color: #efefef;
	text-align: left;
	padding: 3px;
	font-weight:bold;
}
#JT_close_right {
	background-color: #efefef;
	text-align: left;
	padding: 3px;
	font-weight:bold;
}
#JT_copy p {
	margin: 4px;
	padding: 0px;
}
#JT_copy img {
	padding: 1px;
	border: 1px solid #efefef;
}
.jTip {
	cursor:help;
}
/*-----------------------------------------------------*/
/*------------ AREA RISERVATA PRIVATI ----------------*/
/*---------------------------------------------------*/
 #menu_area_riservata {
	width: 890px;
	padding-left: 30px;
	padding-right: 20px;
	margin: 0 auto;
	clear: both;
 }
  #menu_area_riservata img {
	  margin-right: 5px;
	  margin-top: 4px;
  }
 #menu_area_riservata a {
	color:#f29400;
	text-decoration: none;
 }
  #menu_area_riservata a:hover {
	color:#f29400;
	text-decoration: underline;
 }
.area_res_sx {
	width: 690px;
	float:left;
	height: 30px;
	line-height: 30px;
}
.area_res_dx {
	width: 200px;
	float:left;
	text-align: right;
	height: 30px;
	line-height: 30px;
}
.area_res_menu {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	float:left;
}

#area_messaggi {
	width: 280px;
	padding: 10px;
	margin-left: 10px;
	border: 5px solid #0096d4;
	float: left;
	background-color: #fefefe;
}

#area_promo {
	width: 570px;
	padding: 10px;
	padding-top: 11px;
	float: left;
}

.area_promo {
	clear: both;
	width: 570px;
	border-bottom: 1px solid #ffcc00;
	float: left;
	padding: 5px;

}

#searchbox{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 1px;
}

#grafikando{
	position: relative;
	top: 5px;
}

#splash_content_left h3{
	overflow: hidden;
	height: 12px;
}
