/*	This files stores the styles for the whole contents of the application.
*
*		Colors legenda:
*		red: 			#E2001A //main red from logo, for links-rollover
*		cyan: 			#008cc7 //for titles
*		cyan-light: 	#e9f8ff //for backgrounds
*		gray-dark:		#666666 //for texts
*		gray-medium:	#aaaaaa //for texts
*		gray: 			#d0d0d0 //for backgrounds
*		gray-light: 	#e8e8e8 //for backgrounds
*		black: 			#000000 //for links
*		beige:			#D4CAB2 //bars and decorations, backgrounds
*		beige-light:	#f1e5ca //backgrounds
*/


html 
{
	/*
	background: url('../imgs/sfondi/bigpic/regatta.jpg');
	background-repeat: repeat-y;
	background-position: top;
	*/
}

body 
{
	/*
	background-image:url('../imgs/sfondi/bianco75perc.png');
	background-repeat:repeat;
	width: 990px;
	*/
	
	margin: 0 auto;
	padding: 0px;
	font: 12px Arial, sans-serif;
	/*font: 11.5px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;*/
	color: #666666;
	/*letter-spacing: 0.5px;*/
	/*line-height: 18px;*/
	/*letter-spacing: -0.5px;*/
}

/* TEXT related */

h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
	/*
	font-family: Arial MT Bold, Arial, Helvetica, sans-serif;	
	*/
	font-family: Arial,sans-serif; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	
	
	color: #008cc7;
	margin-bottom: 5px;
}

a h1, a h2, a h3, a h4, a h5
{
	padding: 2px;
}

a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover
{
	background-color: #d0d0d0;
	color: #E2001A;
}

.noDecorationLink, .noDecorationLink:hover
{
	background-color: transparent;
}



/* big titles */
h1
{
	margin-top: 6px;
	font-size: 42px; 
	letter-spacing: -3px;
	font-weight: normal; 
	line-height: 38px;
}

h2
{
	margin-top: 6px;
	/*
	font-size: 24px;
	letter-spacing: -1px;
	*/
	font-size: 32px; letter-spacing: -2px;
	font-weight: normal; 
	line-height: 28px;
}

/* medium titles */
h3
{
	font-size: 20px;
	letter-spacing: -1px;
}

/* small titles */
h4
{
	font-size: 16px;
	letter-spacing: -1px;
}

/* very small titles */
h5
{
	font-size: 14px;
	letter-spacing: -1px;
}

h6
{
	font-size: 10px;
	letter-spacing: 0px;
}

p {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #E2001A;
	background-color: #d0d0d0;
}

.item, 
.ux-carousel-container,
.ux-carousel-nav-prev,
.ux-carousel-nav-next,
.ux-carousel-nav-play,
.ux-carousel-nav,
.paginationLink,
.searchBannerForm,
.recordsListSearchBox,
.recordsListLinks,
.recordsListSearchBoxFreeText,
.recordsListSearchBoxFormElement,
.recordsListSearchBoxFormElementInput,
.genericRecordsList,
.genericRecordsListTypeChooser,
.genericRecordsListItem,
.genericRecordsListItemPhoto,
.carouselPaginationItem,
.item_html-carousel_bigAbstracts,
.articoloAbstract160,
.recordsSearchAndView,
.bigAbstractNegozio,
.genericFormInput,
.quotazTable,
.quotazCell,
.quotazHeader,
.rounded
{
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;	
	
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	
}

a h2:hover, a h3:hover, a h4:hover, a h5:hover,
.genericLinkButton,
.negozioCheckoutButton,
.genericRecordsListItemTextSublink,
.bannerVetrina,
.bannerVetrinaImg,
.genericRecordsListSpalla,
.roundedMini
{
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.text_mini {
	font-size: 9px;
	line-height: 9px;
}

.text_mini_header {
	font-size: 10px;
	line-height: 11px;
	overflow: hidden;
}

.moduleDescription {
	color: #666666;
	margin-bottom: 10px;
	/* border-bottom: 1px dotted #D4CAB2; */
	padding-bottom: 5px;
}

.form_content {
	float: left;
	/*font: 12px    "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;*/
	font: 12px;
}

/* LINKS related */

.genericLinkButton
{
	font-family: Arial,sans-serif;
	font-weight: bold; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 14px; 
	line-height: 12px; 
	letter-spacing: -1px;
	color: #008cc7;
	background-color: #f0f0f0;
	padding: 3px;
	cursor: pointer;
}

.genericLinkButton:hover
{
	background-color: #d0d0d0;
	color: #E2001A;
}

.headerLinkButton:hover
{
	background-color: #f1e5ca;
}

.headerLinkButton
{
	background: url('../imgs/varie/icon_pagination_next_frontend_20x20.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-color: #e9e9e9;
	padding: 6px 6px; 
	padding-left: 20px;
	padding-right: 10px;
}


.news_on_spalla_dx:hover
{
	color: #E2001A;
	background-color: #d0d0d0;
}

/*
a.moduleDescription:hover
{
	background-color: #D4CAB2;
}
*/

.moduleTitle
{
	line-height: 12px;
}


.genericButton
{
	cursor: pointer;
	background-color: #e8e8e8;
	width: 156px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 3px;
	text-align: center;
}

.genericButton:hover
{
	cursor: hand;
	background-color: #d0d0d0;
}

.vetrina200Title
{
	color: #E2001A;
}

/* IMG related */
img {
	border: solid 0px;
}

img.white_border 
{
	border: 2px solid #FFFFFF;
}

/* TABLE related */

table {
	margin: 0px;
	padding: 0px;
}

.barcheConfronto_td_separator {
	margin: 0px;
	padding: 0px;
	border-right: 1px dotted #D4CAB2;
}

.tabellaprezzi_table {
	margin: 0px;
	padding: 0px;
}

.tabellaprezzi_th {
	padding: 5px;
	text-align: right;
	background: #D4CAB2;
	color: #000000;
}

.tabellaprezzi_td {
	padding: 5px;
	text-align: right;
	border: 1px dotted #D4CAB2;
}

.marine_th {
	padding: 5px;
	text-align: right;
	background: #D4CAB2;
	color: #000000;
}

.marine_td {
	padding: 5px;
	text-align: right;
	border: 1px dotted #D4CAB2;
}


/* lines and decoration related */
.bottom_line
{
	margin-bottom: 15px;
	border-bottom: 3px solid #D4CAB2;
	padding-bottom: 10px;
}

.bottom_line_dotted
{
	margin-bottom: 10px;
	border-bottom: 1px dotted #D4CAB2;
	padding-bottom: 5px;
}

.top_line
{
	margin-top: 15px;
	border-top: 3px solid #D4CAB2;
	padding-top: 10px;
}

.top_line_dotted
{
	margin-top: 10px;
	border-top: 1px dotted #D4CAB2;
	padding-top: 5px;
}

/* television */

.tvBannerHomeTop
{
	background-color: #333333;
	padding: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.tvBannerHomeBottom
{
	height: 80px;
	background-color: #666666;
	padding: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.tvBannerLogo
{
	float: left;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
}

.tvBannerCarousel
{
	height: 80px;
	overflow: hidden;
}

.tvBannerRow
{
	position: relative; 
	height: 80px;
}

.tvBannerElement
{
	float: left;
	margin: 6px;
}

.tvBannerElementLink:hover
{
	background-color: transparent;
}

.tvBannerTooltip
{
	color: #D4CAB2;
	font-size: 14px;
	font-family: Arial,sans-serif; 
	letter-spacing: -1px;
	font-weight: bold;
	display: none; 
	z-index: 1000; 
	position: absolute; 
	top: 60px; 
	left: 6px;
}

.tvBannerTitle
{
	color: white;
	line-height: 10px;
}

.tvBannerTitle > a
{
	color: #D4CAB2;
	background-color: transparent;
}

.tvBannerSubTitle
{
	color: #D4CAB2;
	line-height: 10px;
}

.tvBannerSubTitle > a
{
	color: white;
	background-color: transparent;
}

.tvLogoOnBlack
{
}

.tvPlayButton
{
	background-image:url('../imgs/sfondi/nero75perc.png');
	background-repeat:repeat;
	padding: 5px;
}

.tvPlayButton:hover
{
	background-color: #ffffff;
	background-image: none;
}



/* fronte del porto*/
.stf_frontePorto {	padding-top:10px; }
.stf_frontePorto H1 { color:#FFFFFF; width:80px; height:45px; font-size:12px; font-family:Arial, Helvetica, sans-serif; background-color:#E2001A; position:absolute; border-right:2px solid #ffffff; border-bottom:2px solid #ffffff; font-weight:bold; margin:0px; padding:40px 0px 0px 5px; line-height:13px; letter-spacing:1px;}
.stf_frontePorto H1 SPAN { color:#000000; font-size:14px;}
.stf_frontePorto .testobianco { position:absolute; height:auto; color:white; font-size:30px; height:310px; padding:0 0 0 10px; width:470px;}
.stf_frontePorto .testobianco H2 { color:white; font-size:30px; width:100%; line-height:39px; position:absolute; bottom:0; font-family:Arial, Helvetica, sans-serif;}

/* colonna 160 per editoriali e cianfrusaglie varie */
.stf_col160_Beige  {
	/* width:144px; */
	/* height:150px; */
	/*
	background:url(../imgs/bordi/cyanPart.gif) no-repeat top left;
	padding:5px 0 0 8px;
	margin-bottom:12px;
	*/
	padding:0 0 0 0;
	/*margin-bottom:12px;*/
}

.stf_col160_Red  {
	width:152px;
	height:155px;
	background:url(../imgs/bordi/cyanPart.gif) no-repeat top left;
	padding:5px 0 0 8px;
	margin-bottom:12px;
}
/*.stf_col160_Grey { width:152px; height:155px; background:url(../imgs/bordi/grayPart.gif) no-repeat top left; padding:5px 0 0 8px; margin-bottom:5px; }*/


/* comproVendo */
.comproVendoVetrinaBg
{
	width: 205px;
	/* height: 95px; */
	/*
	padding-left: 8px;
	padding-top: 8px;
	background:url(../imgs/bordi/sfondoVetrina.gif) no-repeat top left;
	*/
	
}

/* path menu */
.navPath
{
	height: 12px;
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e8e8e8;
	background-color: #e8e8e8;
	
}

.navPathSelected
{
	height: 12px;
	padding-left: 2px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d0d0d0;
	background-color: #d0d0d0;
	background-image:url('../imgs/varie/icon_arrow_s_10x10.png');
	background-repeat:no-repeat;
	background-position:99% 70%;
}

.navPathMain
{
	height: 12px;
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
	border-left: 1px solid #f1e5ca;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f1e5ca;
	background-color: #f1e5ca;
	
}

.navPathMainSelected
{
	height: 12px;
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
	border-left: 1px solid #D4CAB2;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #D4CAB2;
	background-color: #D4CAB2;
}

.navPathMainSelectedIcon
{
	padding-right: 15px;
	background-image:url('../imgs/varie/icon_arrow_s_10x10.png');
	background-repeat:no-repeat;
	background-position:99% 70%;
}

/* tooltip */
.tooltip {
	border: none;
}

a span.tt-container
{
   display:none;
}

a span.tt-container-pag
{
   display:none;
}

a:hover span.tt-container {
	width: 269px;
	height: 80px;
	background: #f1e5ca;
	border: 6px solid white;
	display:block;
	position: absolute;
	/* white-space:nowrap; */
	top: -96px;
	left: -103px;
	z-index: 50;
	padding: 2px;
	margin: 0px;
}

a:hover span.tt-container-pag {
	background: #f1e5ca;
	display:block;
	position: absolute;
	/*white-space:nowrap;*/
	bottom: 11px;
	left: 0px;
	z-index: 50;
	padding: 2px;
}

a:hover span.tt-text {
	text-decoration: none;
}







/* search banner */
.searchBannerTitle
{
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 24px;
	line-height: 23px;
	letter-spacing: -1px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.searchBannerForm,
.genericFormInput
{
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 23px;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

.searchBannerButton
{
	cursor: pointer;
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 16px;
	line-height: 15px;
	letter-spacing: -1px;
	color: #008cc7;
	padding: 0px;
	margin: 0px;
}

.searchBannerDescription
{
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}






/* BLOCCO RICERCA */

.searchNotice
{
	color: #E2001A;
}

.searchResultsColumn
{
	float: left;
	/* width: 155px; */
	overflow: hidden;
}

.searchResultsColumnNotLast
{
	padding-right: 4px;
	margin-right: 4px;
	border-right: 2px solid #D4CAB2;
}

.searchResultsBlock
{
	padding-top: 10px;
	border-bottom: 1px dotted #D4CAB2;
	padding-bottom: 10px;
	overflow: hidden;
}

.searchResultsBlock:hover
{
	background-color: #e9f8ff;
}

.searchResultBlockTitle
{
	color: black; 
	font-size: 12px; 
	line-height: 12px;
	margin-bottom: 5px;
	font-family: Arial;
	letter-spacing: 0;
}

.searchResultBlockSubTitle
{
	color: black; 
	font-size: 10px; 
	line-height: 10px;
	margin-bottom: 1px;
}

.searchResultBlockDescription
{
	color: #666666; 
	font-size: 10px; 
	line-height: 10px;
}

.searchResultPagination
{
	font-size: 10px; 
	color: #008cc7; 
}








/* nodeDetail page */

.nodeDetailDescription
{
	color: #666666;
}

.nodeDetailRed
{
	color: #E2001A;
}

.nodeDetailMainColumn
{
	float: left; 
	width:440px; 
	padding-right: 10px; 
	border-right: 1px dotted #D4CAB2;
}

.nodeDetailRightColumn
{
	float: left; 
	width:200px; 
	margin-left: 10px; 
	padding-right: 8px; 
	border-right: 1px dotted #D4CAB2;
}

.nodeDetailAddThis
{
	margin-top: 5px;
}

.nodeDetailLikeThis
{
	width: 200px; 
	/* overflow: hidden; */
}


/* form generici: commenti, confronto barche, ecc. */
/* poi ci sono i form per i moduli di ricerca, che sono pił piccoli perchč devono andare nelle spalle strette */

.genericForm
{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.genericFormRow
{
	margin-bottom: 10px;
}

.genericFormLabel
{
	margin-right: 10px;
}

.genericFormInput
{
	width: 340px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
}

.genericFormNote
{
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 0px;
	color: #666666;
}












/* PAGINATION RELATED */

.paginationBox
{
	padding: 1px;
	padding-left: 5px;
	padding-right: 3px;
	height: 20px;
}

.paginationActualResults
{
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	float: left;
	margin-top: 3px;
	margin-right: 4px;
}

.paginationLink
{
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	float: left;
}

.paginationLink:hover
{
	background-color: #d0d0d0;
}












/* NEGOZIO */

.negozioImage
{
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

.negozioTitle
{
	color: #aaaaaa;
	padding-left: 7px;
	border-bottom: 1px dotted #cccccc;
}

.negozioTitle:hover
{
	background-color: #ffffff;
	color: #000000;
}

.negozioCheckoutButton
{
	font-family: Arial,sans-serif;
	font-weight: bold; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 14px; 
	line-height: 12px; 
	letter-spacing: -1px;
	color: #008cc7;
	background-color: #f0f0f0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 3px;
	text-align: center;
}

.negozioCheckoutButton:hover
{
	background-color: #d0d0d0;
	color: #E2001A;
}











/* NEGOZIO LIST */

.negozioList
{
	border-bottom: 3px solid #e8e8e8; 
	/* background-color: #f0f0f0; */
	background-color: #e8e8e8; 
	margin-left: 1px; 
	margin-right: 1px;  
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding:0px;
	z-index: 10;
}

.negozioListNoBorder
{
	border-bottom: 0px; 
}

.negozioListLighter
{
	background-color: #f9f9f9;
}

.negozioListTitle
{
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 24px;
	line-height: 23px;
	letter-spacing: -1px;
	color: #aaaaaa;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin: 0px;
}

.negozioListTitleMini {
	font-family: Arial,sans-serif; font-weight: bold; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 13px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}


.negozioListDescription
{
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

.negozioListItem
{
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #ffffff;
	position: relative;
	min-height: 28px;
	/* z-index:10; */
	/* overflow: hidden; */
}

.negozioListItem:hover
{
	background-color: #ffffff;
}

.negozioListItemLighter
{
	border-top: 1px dotted #cccccc;
}

.negozioListItemMedium
{
	border-left: 25px solid white;
}

.negozioListItemImage
{
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 2px solid #ffffff;
}

.negozioListItemImageThumb
{
	padding: 0px;
	margin: 2px;
	position: absolute;
	border: 2px solid #ffffff;
	left: 0px;
	top: 0px;
}

.negozioListItemTitle
{
	font-family: Arial,sans-serif; font-weight: bold; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 15px;
	color: #666666;
	padding: 5px;
	padding-left: 35px;
	padding-right: 10px;
	margin: 0px;
}

.negozioListItemTitle:hover
{
	color: #000000;
}

.negozioListItemTitleNolink
{
	clear: both;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.negozioListItemTitleNolink:hover
{
	color: #666666;
}

.negozioListItemTitleMedium
{
	font-family: sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 12px;
	padding: 4px;
	padding-left: 15px;
	padding-right: 10px;
}

.negozioListItemTitleMediumWithImage
{
	padding-left: 30px;
}

.negozioListItemArrowSub
{
	position: absolute; 
	top: 0px; 
	left: -15px;
	padding: 0px;
	margin: 0px;
}

.negozioListItemCounter
{
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	background-color: #ffffff;
	position: absolute;
	padding: 2px;
	left: 0px;
	top: 4px;
}

.negozioListItemCounter:hover
{
	color: #ffffff;
	background-color: #666666;
}

.negozioListItemParade
{
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	background-color: #ffffff;
	position: absolute;
	padding: 2px;
	right: 0px;
	top: 2px;
}

.negozioListItemParade:hover
{
	color: #ffffff;
	background-color: #666666;
}

.negozioListItemTooltip
{
	position: absolute; 
	left: 185px; 
	top: -5px; 
	z-index:100;
	width: 155px; 
	padding: 5px;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #e8e8e8;
	border: 5px solid #ffffff;
	visibility: hidden;
	overflow: hidden;
}

.negozioListItemTooltipRight
{
	width: 155px; 
	left: -148px; 
	text-align: right;
}

.negozioListItemTooltipSub
{
	left: 160px; 
}

.negozioListItemTooltipWide
{
	left: -165px; 
	text-align: right;
}

.negozioListItemPrice
{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}





















/* NEGOZIO SLIDER */

.negozioSlider
{
	height: 180px;
	margin: 0px; 
	margin-left: 1px; 
	margin-right: 1px; 
	padding:0px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	z-index: 10;
}

.negozioSliderCarouselContainer
{
	position: relative;
	height: 100%;
	padding-left: 1px;
	margin: 0px;
}

.negozioSliderItem
{
	float: left;
	width: 112px;
	height: 150px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	border-right: 1px dotted #cccccc;
	position: relative;
	/* overflow: hidden; */
}

.negozioSliderItem:hover
{
	background-color: #e8e8e8;
	/*border-right: 1px solid #ffffff;*/
}

.negozioSliderItemClosure
{
	border-right: 0px;
}

.negozioSliderItemImageHCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.negozioSliderItemImageContainerVBottom
{
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.negozioSliderItemImageContainer
{
	position: relative;
	width: 112px;
	height: 112px;
}

.negozioSliderItemTitle
{
	text-align: center;
	width: 100%;
	font-family: sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

.negozioSliderItemTooltip
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index:100;
	width: 102px; 
	min-height: 138px;
	padding: 5px;
	margin: 2px;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #666666;
	/* background-color: #e8e8e8; */
	background-color: #ffffff;
	opacity: .90;
	filter: alpha(opacity=90);
	visibility: hidden;
	overflow: hidden;
}

.negozioSliderItemTooltipImage
{
	float: left;
}

/*
.negozioSliderItemTooltipTitle
{
	font-weight: bold;
	font-size: 12px;
	line-height: 11px;
	letter-spacing: -1px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
*/

.negozioSliderItemPrice
{
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 22px;
	line-height: 23px;
	letter-spacing: -1px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

.negozioSliderItemPriceDel
{
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -1px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}





























/* NEGOZIO PRODOTTI LIST */

.negozioProdottiList
{
	margin: 0px; 
	padding:0px;
	z-index: 10;
}

.negozioProdottiListRow
{
	height: 160px;
	padding: 0px;
	padding-left: 1px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}























/* NEGOZIO PATCHWORK */

a span.tt-container-patchwork
{
   display:none;
}

a:hover span.tt-container-patchwork {
	width: 200px;
	height: 120px;
	background: #e8e8e8;
	border: 6px solid white;
	display:block;
	position: absolute;
	top: -142px;
	left: -20px;
	z-index: 50;
	padding: 5px;
	margin: 0px;
	overflow: hidden;
}




/* televisioneSpalla */

.televisioneSpalla {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	width: 298px;	
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 10px;
	letter-spacing: -1px;
	line-height: 13px;
	position: relative;
	top: 3px;
	}

.televisioneSpalla:hover {
	color: #000000;
	background-color: #d0d0d0;
}








/* annunci vetrina & searchBox module in home */

.recordsSearchAndView
{
	position: relative; 
	background-color: #e8e8e8; 
	padding: 5px;
}

.iconNew
{
	position: absolute;
	top: -10px;
	left: 123px;
}


/* vetrine banner */

.bannerVetrina
{
	background-color: #D4CAB2;
	padding:4px;
	margin-right: 11px;
}

.bannerVetrinaImg
{
	border: 2px solid white;
	background-color: white;
	margin: 0px;
	padding: 0px;
}


/* recordsList searchBox */

.recordsListSearchBoxAndLinks
{
	width: 120px; 
	height: 394px;
	margin: 0px; 
	padding: 0px; 
}

.recordsListSearchBoxSpalla
{
	float: left;
	width: 135px;
	margin: 0px; 
	margin-right: 15px;
	padding: 0px; 
}

.recordsListLinksSpalla
{
	float: left;
	width: 130px;
	margin: 0px; 
	padding: 0px; 
}

.recordsListSearchBox
{
	width: 100%; 
	margin: 0px; 
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	*/
	padding: 5px; 
	background-color: #ffffff; 
}

.recordsListSearchBoxQuick
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.recordsListLinks
{
	width: 100%; 
	margin: 0px; 
	padding: 5px; 
	background-color: #ffffff; 
	text-align: right;
}

.recordsListSearchBoxFreeText
{
	width: 113px;
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.recordsListSearchBoxLabel
{
	font-family: Arial,sans-serif; font-weight: bold; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 11px;
	letter-spacing: 0px;
}

.recordsListSearchBoxLabelMini
{
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 0px;
}

.recordsListSearchFormRow
{
	margin-top: 1px;
	margin-bottom: 0px;
}

.recordsListSearchFormBlock
{
	margin-top: 10px;
}

.recordsListSearchBoxFormElement
{
	position: relative;
	top: 2px;
	margin-left: 2px;
	margin-right: 1px;
}

.recordsListSearchBoxFormElementInput
{
	position: relative;
	top: 2px;
	width: 39px;
	margin-left: 2px;
	margin-right: 1px;
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 12px;
}







/* generic records list view */

.genericRecordsList,
.genericRecordsListSpalla
{
	font-family: Arial,sans-serif; font-weight: normal; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	background-color: #666666; 
}

.genericRecordsList
{
	position: absolute; 
	top: 5px; 
	right: 0px; 
	margin: 5px; 
	margin-top: 0px; 
	padding: 5px; 
}

.genericRecordsListSpalla
{
	position: relative; 
	padding: 5px;
	margin-bottom: 5px;
}

.genericRecordsListTitle,
.genericRecordsListTitleSpalla
{
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 16px; 
	letter-spacing: -1px;
	color: #ffffff; 
	margin-bottom: 5px; 
	line-height: 14px; 
	
}

.genericRecordsListTitleSpalla
{
	font-size: 15px; 
}

.genericRecordsListDescription
{
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 9px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	margin-bottom: 16px;
}

.genericRecordsListCounter
{
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-size: 32px; 
	letter-spacing: -2px;
	color: #ffffff; 
	line-height: 14px; 
	
}

.genericRecordsListResultsPerPage
{
	position: absolute;
	top: 6px;
	right: 215px;
	text-align: right;
}

.genericRecordsListTypeChooser
{
	position: absolute;
	top: 6px;
	right: 7px;
	border: 1px solid #b0b0b0;
}

.genericRecordsListTypeChooserItem
{
	float: left;
	width: 60px;
	color: white; 
	background: none;
}

.genericRecordsListTypeChooserItemSelected
{
	background-color: #999999;
}

.genericRecordsListTypeChooserImage
{
	margin-left: 2px;
	margin-right: 2px;
	float: left;
}

.genericRecordsListTypeChooserImageTableView
{
}

.genericRecordsListRow
{
	clear: both;
}

.genericRecordsListItem
{
	float: left;
	overflow: hidden;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #dfdfdf; 
}

.genericRecordsListItem:hover
{
	background-color: #ffffff; 
}

.genericRecordsListItemDetailView
{
	width: 505px;
	height: 50px;
}

.genericRecordsListItemTableView
{
	position: relative;
}

.genericRecordsListItemClosure
{
	padding-right: 0px;
	margin-right: 0px;
}

.genericRecordsListItemPhotoContainer
{
	float: left;
	margin-right: 3px;
}

.genericRecordsListItemPhoto
{
}

.genericRecordsListItemTextContainer
{
	float: left;
}

.genericRecordsListItemTextContainerDetailView
{
	width: 150px; 
	height: 50px; 
	padding-left: 5px; 
	padding-right: 5px; 
	border-right: 1px dotted white;
}

.genericRecordsListItemTextContainerTableView
{
	position: absolute;
	top: 4px;
	right: 2px;
	width: 20px;
	border: 0px;
}

.genericRecordsListItemTextContainerFooter
{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 1px;
}

.genericRecordsListItemTextContainerFooterDetailView
{
	float: left; 
	clear: none; 
	padding-left: 5px; 
	width: 118px;
}

.genericRecordsListItemTextCantiere
{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 10px;
	line-height: 9px;
	color: black;
	letter-spacing: 0px;
}

.genericRecordsListItemTextLunghezza
{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 10px;
	line-height: 9px;
	color: black;
	letter-spacing: 0px;
}

.genericRecordsListItemTextModello
{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	color: black;
	letter-spacing: 0px;
}

.genericRecordsListItemTextArea
{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	line-height: 11px;
	color: black;
	letter-spacing: 0px;
}

.genericRecordsListItemTextPrezzo
{
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0px;
}

.genericRecordsListItemTextPrezzoCharter
{
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0px;
}

.genericRecordsListItemTextAnno
{
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 9px;
	color: #666666;
	letter-spacing: 0px;
}

.genericRecordsListItemTextCategoria
{
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 9px;
	color: #666666;
	letter-spacing: 0px;
}

.genericRecordsListItemTextLuogo
{
	margin-bottom: 2px;
	font-size: 9px;
	line-height: 8px;
	color: #666666;
	letter-spacing: 0px;
}

.genericRecordsListItemTextSublink
{
	font-size: 10px;
	line-height: 9px;
	color: #E2001A;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-right: 3px;
	background-color: #efefef;
	overflow: hidden;
}

.genericRecordsListItemTextSublink:hover
{
	background-color: #c0c0c0;
}







/* JAVASCRIPT ACCORDIONS */

/* child */
.accordion_child{
	max-height: 300px; 
	overflow:auto;
	padding: 0px;
	background-color: #dfdfdf; 
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

/* header dei children non selezionati */
.accordion_headings{
	cursor:pointer;
	padding: 3px;
	margin-top: 5px;
	color: #666666;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;	
	background-image:url('../imgs/varie/icon_arrow_s_15x15.png');
	background-repeat:no-repeat;
	background-position:95%;
}

/* header del child on roll over */
.accordion_headings:hover{
}

/* header del child selezionato */
.accordion_header_highlight{
	margin-top: 5px;
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;	
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.accordionLinkButton
{
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 10px;
	background-image:url('../imgs/varie/icon_core_object_10x10.png');
	background-repeat:no-repeat;
	background-position:2px 5px;
}

.accordionLinkButton:hover
{
	background-color: white;
}

.accordionLinkButtonOddRow
{
	background-color: #d0d0d0;
}

.accordionLinkButtonSelected
{
	background-color: #ffffff;
}





/* footer content */

.footerContent
{
	height: 470px;
	background-color: #efefef;
	border-top: 3px solid #D4CAB2;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

.footerContentColumn
{
	float: left;
	width: 108px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.footerContentColumnBorder
{
	border-right: 1px dotted #aaaaaa;
}

.footerContentTitle
{
	font-size: 16;
	padding: 5px;
}

.footerContentItem
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #666666;
}

.footerContentItem:hover
{
	background-color: #d0d0d0;
	color: #000000;
}

.footerContentArchive
{
	text-align: right;
	color: #000000;
}






/* newsletter */

.warning
{
	font-size: 10px;
	color: #E2001A;
}





/* carousel home */

#html-carousel_bigAbstracts
{
	overflow:hidden;
	margin-left:1px;
	margin-right:8px;
	margin-bottom: 20px;
	height: 330px;
	width: 500px;
}

.item_html-carousel_bigAbstracts
{
	width:500px; 
	height:330px; 
}

.carouselPaginationBox
{
	background-image:url('../imgs/sfondi/nero66perc.png');
	background-repeat:repeat;
	width: 479px; 
	padding:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;	
	
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
	
}

.carouselPaginationItem
{
	color: white;
	padding: 3px;
	padding-left: 18px;
	font-family: Arial,sans-serif; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-weight: bold;
	font-size: 14px;
	background-color: #666666;
	background-image:url('../imgs/varie/icon_pagination_next_frontend_20x20.png');
	background-repeat:no-repeat;
	float: right;
	margin-left: 5px;
}

.carouselPaginationItemSelected
{
	color: #E2001A;
	background-color: #d0d0d0;
}

.carouselSectionLink
{
	position: relative;
	font-family: Arial,sans-serif; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-weight: bold;
	font-size: 16px;
	/* text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 4px; */
	color: white;
	background-color:#666666;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	top: 2px;
}

.bigAbstracts_moduleTitle
{
	color: #008cc7;
	font-family: Arial,sans-serif;
	font-size: 52px; 
	letter-spacing: -4px;
}


.bigAbstractBackground
{
	background-image:url('../imgs/sfondi/nero66perc.png');
	background-repeat:repeat;
	position: relative;
	top:180px; 
	height: 100px; 
	width: 480px; 
	padding:10px;
	overflow: hidden;
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;	
	
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.bigAbstractBackground:hover
{
	background-image:url('../imgs/sfondi/nero75perc.png');
}

.item, .bigAbstractBackground
{
	overflow: hidden;
}

.bigAbstractTitle
{
	color:#fff;
	font-family: Arial, Helvetica;
	font-size:32px; 
	font-weight:normal; 
	letter-spacing: -2px;
	line-height: 26px;
	/*height:25px;*/
}

.bigAbstractDescription
{
	margin-top:5px;
	color: #D4CAB2;
	line-height: 12px;
	font-weight: bold;
}

.bigAbstractDescription:hover
{
	background-color: transparent;
}


/* abstracts negozio big white */

.bigAbstractNegozioWhite
{
	float: left;
	position: relative; 
	width: 185px;
	height:270px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 5px; 
	border-right: 1px dotted #D4CAB2;
}

.bigAbstractNegozioWhiteTitle
{
	height:50px;
	color: #E2001A; 
	line-height:14px; 
}

.bigAbstractNegozioWhiteDescription
{
	color: #666666; 
	margin-top: 10px;
	margin-bottom: 5px;
}

.bigAbstractNegozioWhiteArrow
{
	position: absolute; 
	bottom: 5px; 
	right: 5px;
}

.bigAbstractNegozioWhiteComments
{
	position: absolute; 
	bottom: 3px; 
	left: 0px;
}




/* abstracts negozio big black */


.bigAbstractNegozio
{
	background-repeat:no-repeat;
	width: 190px;
	height: 400px;
	float: left;
	margin: 3px;
	margin-bottom: 20px;
}

.bigAbstractNegozioFascia
{
	background-image:url('../imgs/sfondi/nero66perc.png');
	background-repeat:repeat;
	position: relative;
	top:220px; 
	height: 170px; 
	width: 180px; 
	padding:5px;
	overflow: hidden;
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;	
	
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.bigAbstractNegozioFascia:hover
{
	background-image:url('../imgs/sfondi/nero75perc.png');
}

.bigAbstractNegozioTitle
{
	color:#fff;
	font-family: Arial, Helvetica;
	font-size:24px; 
	font-weight:normal; 
	letter-spacing: -1px;
	line-height: 20px;
	/*height:25px;*/
}






/* blog */

.bannerBlog
{
	position:relative; height: 43px;
	margin-top: 20px;
}

/* last articles */

.bannerNodesLast
{
	position:relative; height: 43px;
	margin-bottom: 20px;
}




/* benchmarks box */
#benchmarksBox
{
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid red;
	background-color: white;
	display: none;
}





/* stats page */
.tableTD
{
	padding: 10px;
	margin: 0px;
	background-color: #dddddd;
}

.tableTDtitle
{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	background-color: #bbbbbb;
}

.statsNumber
{
	color: black;
	display: inline;
}

.statsName
{
	display: inline;
}






/* ipad pages */

.ipadLabel, .ipadInputField, .ipadSubmit
{
	font-family: Arial,sans-serif; font-style: normal; font-variant: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; 
	font-size: 22px;
}

.ipadSubmit
{
	padding: 10px;
}






/* testate delle varie pagine */


#bm_Header,
#bm_Header_barche,
#bm_Header_brokers,
#bm_Header_charter,
#bm_Header_comproVendo,
#bm_Header_pagineTrovaTutto,
#bm_Header_saloneOnline,
#bm_Header_scuole,
#Header,
#Header_barche,
#Header_BM_news,
#Header_BM_porti,
#Header_BM_tv,
#Header_brokers,
#Header_charter,
#Header_comproVendo,
#Header_GV_news,
#Header_GV_porti,
#Header_GV_tv,
#Header_pagineTrovaTutto,
#Header_saloneOnline,
#Header_scuole
{
	margin-top: 20px;
	margin-bottom: 20px;
}



/* banner testata 122x122 */

#Banner_GV_Home_Testata_122x122,
#Banner_BM_Home_Testata_122x122,
#Banner_GV_Comprovendo_Testata_122x122,
#Banner_BM_Comprovendo_Testata_122x122,
#Banner_GV_Barche_Testata_122x122,
#Banner_BM_Barche_Testata_122x122,
#Banner_GV_Accessori_Testata_122x122,
#Banner_BM_Accessori_Testata_122x122,
#Banner_GV_Charter_Testata_122x122,
#Banner_BM_Charter_Testata_122x122,
#Banner_GV_Scuole_Testata_122x122,
#Banner_BM_Scuole_Testata_122x122,
#Banner_GV_Negozio_Testata_122x122,
#Banner_BM_Negozio_Testata_122x122,
#Banner_GV_Porti_Testata_122x122,
#Banner_BM_Porti_Testata_122x122,
#Banner_GV_News_Testata_122x122,
#Banner_BM_News_Testata_122x122,
#Banner_GV_Video_Testata_122x122,
#Banner_BM_Video_Testata_122x122
{
	width: 150px;
	height: auto;
}


/* spalla 160 */

.articoloAbstract160
{
	position: relative;
	width: 150px;
	background-color: #D4CAB2;
	/* border: 3px solid #F4F0DF; */
	padding: 5px;
	margin-bottom: 20px;
}

.articoloAbstract160:hover
{
	background-color: #d0d0d0;	
}



/* userDetailMap */

.map
{
	width: 100%; 
	height: 200px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 0px;
	overflow: hidden;
}


.mapBigger,
.mapBiggerForSearch
{
	z-index: 100000;
	position: relative;
	/*border: 10px solid #D4CAB2;*/
	margin-top: 20px;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.mapBiggerForSearch
{
	/*
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	*/
	border: 0px;
}

.buttomMedium
{
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
	/* text-align: right; */
}



#nodeDetailPrintable,
#bm_nodeDetailPrintable
{
	/* background: none;
	padding-top: 200px;*/
}







/*
QUOTAZIONI CHARTER 
*/

.quotazTable
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
}

.quotazHeader
{
	background-color: #dfdfdf;
	padding: 8px;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;
}

.quotazHeaderNoBackground
{
	border: 2px solid #dfdfdf;
	background-color: transparent;
	background-image: none;
}

.quotazHeaderBig
{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #008CC7;
}

.quotazCell
{
	background-color: #f1e5ca;
	padding: 8px;
	margin: 1px;
}

.quotazPrezzo
{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: black;
	position: relative;
	top: 4px;
}

.quotazMese
{
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
}

.quotazMesi
{
	font-size: 9px;
	line-height: 8px;
}

.quotazLinkLiv2
{
	padding: 3px;
	margin-bottom: 5px;
}

