﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
    margin: 0;
    padding: 0;
}

body
{
	font: 8pt Tahoma!Important;
	text-align: center;
	/*background: #b9c4d8 url(images/background_scuro.png) repeat;*/
	background-color: #b9c4d8;
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
    font-family: Tahoma;
	font-weight: normal;    
    color: #5689C5; 
    text-decoration: underline;   
}

a:hover
{
    color: #F39128;
    text-decoration: underline;   
}
/*
 Modifica stile
a:visited
{
    color: #F39128;
    text-decoration: underline;   
}
*/
a img
{
	border: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STILI PRINCIPALI

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.dxncItemContent_Poggio
{
    line-height: 19px;
    font-family: Tahoma;
    font-size: 10pt!important;
	color: #27395D!important;
	text-align: justify!important;
} 

.dxncItemContent_Aqua
{
    line-height: 16px;
    font-family: Tahoma;
    font-size: 10pt!important;
	color: #27395D!important;
	  text-align: justify;
}

.dxncItem_Poggio
{
	color: #27395D!important;
	padding:  0px 8px 12px 8px;
	line-height: 20px!important;
}

/* BOX PRODOTTI */

.BoxProdotti
{
  background: url(Images/box_prodotti.png) no-repeat left top;
  text-align: center;
  width: 178px;
  height: 160px;
}

.BoxProdotti a
{
   color: White;
}
.BoxProdotti a:visited
{
  color: White!important;
}

.BoxProdotti .ProdottiContainer
{
  padding: 20px 10px 20px 10px;
}

.ProductImage
{
   border: solid 1px blue;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 
{
	  font-size: 9pt;
    font-family: Tahoma;
    padding: 3px 3px 3px 3px;
    color:  White;
    background-color: #33447D;
    background: url(Images/titoli.gif) no-repeat left top;
    height:23px;
    /*width:539px;*/
}
h4, h5, h6
{
    color: #749BCA;
    /*color :  #ff9933;*/
	  font-weight: normal;
    line-height: 121%!important;
    font-size: 12pt;
    font-family: Tahoma;
}

h2
{
	  font-size: 8pt;
    font-family: Tahoma;
    padding: 2px 2px 2px 3px;
    color:  White;
    background-color: #33447D;
    background: url(Images/titoli_h2.png) no-repeat left top;
    height:22px;
}

h3
{
    color: #749BCA;
	  font-weight: normal;
    line-height: 121%!important;
    font-size: 9pt;
    font-family: Tahoma;
}


.sectiontitle
{
    color: #749BCA;
	  font-weight: normal;
    line-height: 121%!important;
    font-size: 10pt;
    font-family: Tahoma;
}

.sectionsubtitle
{
    color: #555;    
    font-size: 1.1em;
    font-weight: bold;
}


.smallprint
{
    font-size: x-small;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TableResult
{
  margin: 20px auto 20px auto;
  width: 100%;
}

.TableResult td
{
  height: 40px;
  border: solid 1px #749bca;
}

.TableResult .ItemName
{
	white-space: nowrap;
  padding: 3px 0 0px 5px;
  width: 50%;
}

.TableResult .ItemValue
{
   font-weight: bold;
   padding: 3px 0 0px 5px;
}

.TableResult .ItemImage
{
   text-align: center;
   padding: 3px 0 0px 0px;
}

td
{
    vertical-align: middle;
}

td.fieldname
{
    font-size: 12px;
}

.TableContainer
{
}

.TableContainer .Row
{
}
.TableContainer .Row .ItemName
{ 
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}
.TableContainer .Row .ItemValue
{ 
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIDE CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#SlideContainer
{ 
  width: 100%;
  padding: 20px 0 0 14px;
}

#SlideContainer img
{
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIDE NEWS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.NewsSlide {
	display: inline-table;
	width: 150px;
	padding-left: 18px;
	padding-bottom: 5px;
}

.NewsSlide h3
{
  color: #FFFFFF;
}

.NewsSlide ul {
  margin-left: 0;
  padding-left: 0;
	list-style-position:outside;
}

.NewsSlide ul li
{
  padding-top: 8px;
}

.NewsSlide a
{
	color: #FFFFFF;
	text-decoration: none;
}

.NewsSlide a:hover
{
	color: #ff9933;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{
	padding-bottom:5px;
}

.htmlcontent-title
{
	padding: 0 0 5px 0;
	clear:both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

hr 
{
 color: #2c4d79;
 border: 1px dashed #2c4d79;
}

.hLine
{
 border-top: dotted 2px #2c4d79;
 padding : 10px 0 10px 0;
 margin-top: 10px;
}

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}


.dxncControl_Aqua td.dxncCtrl 
{
    padding: 0 !important
}

.dxncItemDate_Poggio
{
	color: #C1C1C1;
	white-space: nowrap;
	font-family: Tahoma;
  font-size: 10pt;
}


.dxncItemContent_Poggio .ContentBox
{
  border: solid 1px red;
  font-size: 10pt!important;
}

.ContentError
{
  padding: 5px 5px 10px 5px;
  text-align:justify;
  line-height: 161%;
  color: Red;
  margin: 15px auto 15px auto;
}


.PhotoBorder
{
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	display:block;
}

.CategoryTitle
{
  color: #7287BE;
  letter-spacing: 3px;
  line-height: 15px;
  font-size: 11pt;
  /*font-weight: bold;*/
  font-family: Verdana;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.SubCategoryContainer
{
  min-height: 260px;
  width: 152px;
  background: #1A2651 url(images/Striscia.gif) top left no-repeat;
  padding-top: 5px;
  text-align: left;
}

.SubCategoryContainer .SubItems
{
  padding: 8px 0 5px 8px;
}

.SubCategoryContainer .SubItems a
{
    color: White;
	  font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 10pt;
    font-family: Verdana;
}

