/*	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
*/



/* just testing
* 
{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
*/

body {
    background: url('../imgs/sfondi/bg_body.gif');
    background-repeat: repeat-y;
    background-position: top;
    margin: 0 auto;
    padding: 0px;
    /*font: 12px Arial Rounded MT Bold, Arial;*/
    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 */

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 h2, a h3, a h4, a h5
{
	padding: 2px;
}

a h2:hover, a h3:hover, a h4:hover, a h5:hover
{
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	background-color: #d0d0d0;
	color: #E2001A;
}

/* big titles */
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;
}


.ux-carousel-container,
.ux-carousel-nav-prev,
.ux-carousel-nav-next,
.ux-carousel-nav-play,
.ux-carousel-nav,
.rounded
{
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;	
}

.roundedMini
{
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;	
}

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

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

.moduleDescription {
    color: #000000;
	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;
}

/* 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;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	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;
}

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

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


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

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

.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;
}

/* 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;
}





/* 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;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;	
}

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









/* 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; 
}


















/* 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;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}

.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: 114px;
	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: 114px;
	height: 114px;
}

.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: 104px; 
	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;
}



/* 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
{
	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;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	
}

.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;
}







/* annunci vetrina & searchBox module in home */

.recordsSearchAndView
{
	position: relative; 
	margin-left: 1px; 
	margin-right: 1px; 
	background-image: url('../imgs/sfondi/lightgrey/beige_c.gif'); 
	background-repeat: repeat;
}

.iconNew
{
	position: absolute;
	top: -15px;
	left: 120px;
}





/* recordsList searchBox */

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

.recordsListSearchBox
{
	width: 100%; 
	margin: 5px; 
	margin-top: 0px; 
	padding: 5px; 
	background-color: #ffffff; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.recordsListLinks
{
	width: 100%; 
	margin: 5px; 
	margin-top: 0px; 
	padding: 5px; 
	background-color: #ffffff; 
	text-align: right;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.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;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.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;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;	
}

.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;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	
}







/* generic records list view */

.genericRecordsList
{
	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; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	margin: 5px; 
	margin-top: 0px; 
	padding: 5px; 
	background-color: #666666; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

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

.genericRecordsListDescription
{
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	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;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.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; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.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
{
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.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;
}

.genericRecordsListItemTextPrezzo
{
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 10px;
	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;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	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 */
.bigAbstractBackground
{
	background-image:url('../imgs/sfondi/nero66perc.png');
	background-repeat:repeat;
	position: relative;
	top:180px; 
	height: 100px; 
	width: 480px; 
	padding:10px;
	overflow: hidden;
}

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

.item, .bigAbstractBackground
{
	border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px;	
	overflow: hidden;
}

.bigAbstractTitle
{
	color:#fff; 
	font-size:18px; 
	font-weight:bold; 
	letter-spacing: -1px;
	line-height: 16px;
	/*height:25px;*/
}

.bigAbstractDescription
{
	margin-top:5px;
	 color: #D4CAB2;
	 line-height: 10px;
}

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


