/* Cached vesion created on 06/09/10 18:00:12*/
/* elapsed time: 0.0177 secs */

/* CLASSI NECESSARIA ALLA IMPAGINAZIONE TABLE FREE */
/* Sarebbe pi sensato metterli nel BlobView ma questo  il solo css invocato sicuramente da tutti */


P { margin: 0; padding: 0;}

.BLOBAlignLeft {
 text-align: left;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBAlignCenter { text-align: center;}
.BLOBAlignRight { text-align: right;}
.BLOBAlignJustify { text-align:justify;}

.BLOBBlockAlignCenter { text-align: center; }
.BLOBBlockAlignCenter div {margin: 0 auto;}
.BLOBBlockAlignRight { float: right;}
.BLOBBlockAlignLeft { float:left;}

.BLOBListSymbolDisc { list-style-type: disc;}
.BLOBListSymbolCircle { list-style-type: circle;}
.BLOBListSymbolSquare { list-style-type: square;}
.BLOBListSymbolDecimal { list-style-type: decimal;}
.BLOBListSymbolLowerLetter { list-style-type: lower-alpha;}
.BLOBListSymbolUpperLetter { list-style-type: upper-alpha;}
.BLOBListSymbolNone { list-style-type: none;}

.BLOBFloatClear {
 clear: both; 
 }
.BLOBFloatLeft {
 float: left;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBFloatRight {
 float: right;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBMarginLeft {
 margin-left: 10px;
}

.BLOBMarginRight {
 margin-right: 10px;
}


.BLOBIMGSpacerLeft { padding-left: 10px;}
.BLOBIMGSpacerRight { padding-right: 10px;}



.BLOBVAlignMiddle {
 vertical-align: middle;
}

.BLOBVAlignTop {
 vertical-align: top;
}

.BLOBVAlignBottom {
 vertical-align: bottom;
}


.BLOBWidth100 {width: 100%;}
.BLOBWidth50 {width: 49%;}

/* usato per affiancare orrizontalmente n oggetti */
.BLOBWidthN1 {float: left; width: 99%;}
.BLOBWidthN2 {float: left; width: 49.5%;}
.BLOBWidthN3 {float: left; width: 33%;}
.BLOBWidthN4 {float: left; width: 24.7%;}
.BLOBWidthN5 {float: left; width: 19.8%;}
.BLOBWidthN6 {float: left; width: 16.5%;}
.BLOBWidthN7 {float: left; width: 14.1%;}
.BLOBWidthN8 {float: left; width: 12.3%;}
.BLOBWidthN9 {float: left; width: 11.0%;}
.BLOBWidthN10 {float: left; width: 9.9%;}
.BLOBWidthN11 {float: left; width: 9.0%;}
.BLOBWidthN12 {float: left; width: 8.2%;}
.BLOBWidthN13 {float: left; width: 7.6%;}
.BLOBWidthN14 {float: left; width: 7.0%;}
.BLOBWidthN15 {float: left; width: 6.6%;}

/* usato per la dimensione delle celle delle tabelle */
.BLOBWidthTDN1 {width: 99%;}
.BLOBWidthTDN2 {width: 49.5%;}
.BLOBWidthTDN3 {width: 33%;}
.BLOBWidthTDN4 {width: 24.7%;}
.BLOBWidthTDN5 {width: 19.8%;}
.BLOBWidthTDN6 {width: 16.5%;}
.BLOBWidthTDN7 {width: 14.1%;}
.BLOBWidthTDN8 {width: 12.3%;}
.BLOBWidthTDN9 {width: 11.0%;}
.BLOBWidthTDN10 {width: 9.9%;}
.BLOBWidthTDN11 {width: 9.0%;}
.BLOBWidthTDN12 {width: 8.2%;}
.BLOBWidthTDN13 {width: 7.6%;}
.BLOBWidthTDN14 {width: 7.0%;}
.BLOBWidthTDN15 {width: 6.6%;}




.BLOBWidthEmpty {}

.BLOBRow1px {
 font-size: .05em;
 height: 1px;
}

.BLOBHidden{
	visibility:hidden;
	position: absolute;
	top: -1000em;
	font-size: .1em;
}


img {
 border-width: 0;
}

table {
 border-width: 0;
}

form {
 padding: 0px; margin: 0px;
}

.FlexCMPError {
 position: relative;
 margin: 2em 0 2em 0;
 padding: .5em;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: .9em;
 font-weight:bold;
 color: #000000;
 background-color:#FFFF66;
 border: 2px solid #FF0000;
}

.errList{
	 position: relative;
	 margin: 1em 0;
	 padding: .5em;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: .9em;
	 font-weight:bold;
	 color: #000000;
	 background-color:#FFFF66;
	 border: 2px solid #FF0000;
	list-style-type: none;
}

.nowrap {
 white-space:nowrap;
}





/* Nuovi stili per XHTML -------------------------------------------------------------------------- */


.adminPanelPageInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	border: 1px solid #000066;
	margin: .3em;
	padding: .3em;
}
.adminPanelPageInfoItem {
	font-size: .65em;
	font-weight: normal;
}
.adminPanelPageInfoItemTitle {
	font-size: .65em;
	font-weight: bold;
}

/* Bordo del campo bloboject che diventa rosso se lasci vuoto un campo obbligatori */
.fldBox {border: 1px solid black;}
.fldErr {border: 1px solid red;}


/* Da qui inizia il vero admin.css, le classi sopra servono all'impaginazione tablefree */
A.adminLinkOnSite {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	background-color: #D6E0F7;
	text-decoration: none;
	text-align: center;
	height: 1em;
	margin: 0px 4px 0px 4px; 
	padding: 0px 2px 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
}
A.adminLinkOnSite:hover {
	margin:  0 4px 0 4px;
	padding: 1px 1px 0 3px;
	border-color: #000000 #FFFFFF  #FFFFFF #000000;
}
A.adminLinkOnSite:active {
	color: #000000;
	background-color: #FEC643;
	border-color: #000000 #FFFFFF  #FFFFFF #000000;
}


/* ------------------------ FORM DI LOGIN ---------------- */


.FlexLoginBoxContainer  {
 width: 100%;
 text-align:center;
}

.FlexLoginBox {
	border: 1px solid #003399;
	width: 400px;
	text-align: left;
	background-image: url(http://www.calzaturificiosoldini.it/flex/cm/TemplatesUSR/modules/IT/TemplatesUSR-CM-modules-img/Enter.jpg);
	background-position: top right;
	background-repeat:repeat-y;
	margin: auto auto;
}

.FlexLoginContent{
 width: 245px;
 text-align: center; 
}


.FlexLoginTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	margin: .2em 0em .2em 0em;	
}
.FlexLoginLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003399;
	background-color: #FFFFFF;
}
.FlexLoginField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
}

.FlexLoginButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003399;
	background-color: #FFFFFF;
	margin: .2em 0em .2em 0em;
}
.FlexLoginSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	background-color: #FFFFFF;
	text-align:left;
	margin-bottom: 1em;
}
.FlexLoginSmallText A{
	color: #333333;
	background-color: #FFFFFF;
}/* Costanti del Progetto */



/* -------- LAYOUT -------- */
body#Home {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;
	color:#000000; margin:0; padding:0; line-height:1em;
	margin:0; padding:0; line-height:1em;
	background:#F6F4E8 url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BGTopHome.jpg) 0 0 repeat-x;
}
body.Interno {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;
	color:#000000; margin:0; padding:0; line-height:1em;
	margin:0; padding:0; line-height:1em;
	background:#f0ede5 url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BGPagina.jpg) 0 0 repeat-x;
}
#Home .ContenitorePagina {
	padding-bottom:25px;
}
#Home .ContenitoreHome {
	width:970px; position:relative;
	margin:0 auto; 
}
#Home .ContenitoreHomeMiddle {
	width:950px; position:relative;
	margin:0 auto; 
	padding-left:14px; padding-right:14px;
}
#Home .ContenitoreFondoHome {
	background:#c5c2bb url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BGBottomHome.jpg) 50% 0 no-repeat;
	min-height:434px;
	
}
.Interno .ContenitorePagina {
	width:970px; position:relative;
	margin:0 auto; 
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/BGCentBottom.jpg) 0 100% no-repeat;
	padding-bottom:25px;
}
.Interno .ContenitoreInterno {
	background-color:#FFFFFF;
}
.Contenuti {
	position:relative; width:720px; padding-top:5px; padding-bottom:20px;
	min-height:695px; 
}
.ContenutiHome {	
	width:950px; padding-top:5px;	
	min-height:160px; 
}
/* --- Per struttura con posizionamenti assoluti: 3 col!! --- */
.Layout {
	width:100%; position:relative; padding:0; color:#000000; background-color:#f0ede5;
}
.ColCent, .ColCent2Col, .ColCent2ColDx {
	margin:0 auto 0 226px; padding:10px;
}
.ColCent2Col {
	margin-right:0; 
}
.ColCent2ColDx {
	margin-left:0; 
}
.ColCentHome {
	margin:0; padding:0;
}
.ColSx {
	position:absolute; top:0; left:0; width:226px;
}
.ColDx {
	position:absolute; top:0; right:0; width:auto;
}
/* --- Per struttura con flottaggi: 2 col!! --- */
.BLOBWidth100 {
	float:left;
}
.Contenitore {
	width:100%; clear:both; color:#000000; background-color:#f0ede5;
}
.ColCent2ColMenuSx {
	margin:0 0 0 226px; padding-left:5px; 
	color:#000000; background-color:#FFFFFF; 
}
.ColCent2ColMenuDx {
	margin:0 auto 0 0; padding-right:5px; 
	color:#000000; background-color:#FFFFFF; 
}
.OldIEwidth99 {
	width:100%; float:left;	
}
.OldIEfloat {
	float:left; width:100%;  
}
.ColSxFloat {
	float:left; width:226px; 
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/OmbraColSx.jpg) 100% 0 no-repeat;
	min-height:695px; 
}
.ColDxFloat {
	float:right; width:auto; 
}
/* --- Classi "prezzemolo" da usare ovunque --- */
.GoAway {
	position:absolute; top:-10000px; left:-10000px;
}
.clear {
	clear:both; width:99%; height:1px; line-height:.05em; font-size:.05em;
}
/* --- Msg di errore e avvisi --- */
.Errore { 
	margin:10px 0; padding:20px 0; 
	border:2px solid #000000; color:#000000; background-color:#FFFF7E;
	font-weight:bold; font-size:1.2em; text-align:center;
}
.Attenzione { 
	padding:10px; margin:10px 0; border:1px solid #000000; 
	font-size:.8em; font-weight:bold; color:#000000; text-align:center;
}
.Attenzione a { 
	color:#000000; background-color:transparent;
}
.Attenzione a:hover {
	text-decoration:none; color:#000000; background-color:transparent;
}
/* ------ SEZIONI AGGIUNTIVE ------ */
	/* Sezione di fondo pagina per allineare i link */
.LinkAllineati {
	text-align:center; margin:10px 0;
}
.LinkAllineati div {
	display:inline;
}
.LinkAllineati div img {
	margin:0 5px;
}

        
.BoxSpallettaSx {    
	width:180px; padding-left:15px;
}   
.BoxSpallettaDx {                           
	width:180px; padding-right:15px;
}
.BGBannerSezAggHome { 
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/BGBottomBannerHome.jpg) 0 100% no-repeat;
	margin-top:26px; height:323px;   
}
.BGBannerSezAggInt {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/BGBannerSezAggInt.jpg) 0 0 no-repeat;
	margin-top:26px; height:180px;   
}       
.BGBannerSezAggInt img {        
	float:left;             
}    
.BLOBFloatClear { 
	clear:none;  
}  
.AdminLink {          
	width:180px;    
	padding-left:15px;                               
}               
#Home .AdminLink {
	width:100%;
	padding-left:0;         
} 
/********** Assi Search *********************/
.ClassificationFormBlock ol ol ol {
	display:none;
}            
/*******************/
.BoxHome {            
	width:214px; float:left;
	margin-left:14px; margin-right:14px; 
	padding-top:20px;   
	
} 
/* -------- TESTATA -------- */
.Testata {
	width:100%;
	position:relative;
	height:83px;
}
.LogoSoldini {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Testata/LogoSoldini.gif) 0 0 no-repeat;
	height:65px; width:391px;
	position:absolute; top:35px; left:-30px;
}
a.Home {
	display:block; width:285px; height:54px; position:absolute; top:0; left:30px; z-index:10;
}
.AreaBanner {
	margin-top:26px; 
} 
.AreaBanner img {
	float:left;
} /* -------- OGGETTI DI CORPO PAGINA -------- */
h1, h2, h3, h4, h5, h6 {
	margin:5px 0; padding:1px; font-size:1.2em;
	color:#f16913; background-color:transparent;
	font-family:Helvetica, Arial, sans-serif;
}
	/* Livello 1 */
.viewTitolo {
	padding:0; font-weight:lighter;
}
	/* Livello 2 */
.viewSottotitolo, .viewSotTitCell, ol.RSSBlock h2 {
	margin-bottom:0; font-weight:lighter; font-size:.8em; min-height:1.1em; 
}
/******* Titoli Home ***********/

	/* Livello 1 */
#Home .viewTitolo {
	padding:0;
	color:#000000; font-size:1.2em;
}
	/* Livello 2 */
#Home .viewSottotitolo, #Home .viewSotTitCell, #Home ol.RSSBlock h2 {
	margin-bottom:8px; font-size:1em; min-height:1.1em; 
	color:#000000;
}
/********** Titoli Home ********/
	/* Livello 3 */
.viewTitolo3 {
	margin-bottom:6px; font-size:.85em; 
}
	/* Livello 4 */
.viewTitolo4 {
	margin-bottom:5px; font-size:.8em;
}
	/* Livello 5 */
.viewTitolo5 {
	margin-bottom:5px; font-size:.75em; 
}
/* ------- PARAGRAFAZIONI ------- */
.viewPar, .viewParCell, .viewLI {
	color:#000000; font-size:.7em; padding:2px 0;
}
/* ------- LINK(+IMMAGINE) E ALLEGATI(DOWNLOAD) ------- */
a {
	color:#000000; background-color:transparent;
	text-decoration:none;
}
a:hover {
	text-decoration:none; color:#e85f11;
 }
a.viewLink {
	font-size:.7em;
}
a.viewLinkIMG img {
	border:none; padding-right:5px; background-color:transparent; color:#000000;
}
/* ------- SOTTOTITOLO+PARAGRAFO+IMMAGINE ------- */
dl.viewCaption, dl.viewCaption dt, dl.viewCaption dt img {
	margin:0; padding:0;
}
dl.viewCaption dd {
	margin:0; padding:0; color:#000000; 
	font-size:.7em; text-align:center;
	font-weight:bold;
}
/* ------- TABELLE DATI ------- */
.viewTable {
	margin:10px 0;
}
.ViewSpaceCell {
	width:10px;
}
.viewTextCell {
	width:100%;
}
.viewTableCellText {
	font-size:.7em; text-align:left; color:#000000; padding:2px 1px;
}
.viewTableTDContainer {
	font-size:1.2em;
}
.viewTableHRTD, .viewTableHCTD { 
	color:#FFFFFF; background-color:#000000;
}
.viewTableHRTD a, .viewTableHCTD a { 
	color:#FFFFFF; background-color:#000000;
}
.viewTableHRTD a:hover, .viewTableHCTD a:hover { 
	text-decoration:none;
}
.viewTableHRCellText, .viewTableHCCellText { 
	color:#FFFFFF; background-color:#000000;
	font-size:.7em; font-weight:bold; text-align:left; padding:2px 1px;
}
.viewTableCellText a.viewLink {
	font-size:1em;
}
/* ------- ELENCO LINK AD ANCORA ------- */
.viewAnchorList {
	list-style-type:none; margin:5px 0 10px 5px; padding:0; clear:both; width:99%;
	font-family:Helvetica, Arial, sans-serif;
}
.viewAnchorList li {
	margin:2px 0; padding:0 1px;
}
.viewAnchorList li a.viewAnchor {
	background:none; padding:0; font-weight:normal;
}
a.viewAnchor {
	font-size:.7em; font-weight:bold; padding:.2em 1px;
}
/* ------- RIGA VUOTA E DI SEPARAZIONE ------- */
.viewLineBreak { 
	height:10px;
}
.viewHR { 
	color:#000000; height:2px; 
}
/* ------- CORSIVO GRASSETTO ED EVIDENZIATO ------- */
.userFormat1 {
	font-weight:bold; 
}
.userFormat2 {
	font-style:italic; 
}
.userFormat3 {
	color:#FFFFFF; background-color:#000000; padding:1px; 
}
/* ------- ELENCHI PUNTATI E NUMERATI ------- */
	/* Tutte le liste */
.viewUL, .viewOL, .viewLI ul, .viewLI ol {
	margin:0; padding:0 0 0 23px; 
}
.viewUL ol, .viewOL ol, .viewLI ul ol, .viewLI ol ol {
	margin:0; padding:0 0 0 12px;
}
.viewLI ol li {
	font-size:1em;
}
/* ------- PORZIONE DI INDICE ------- */
.viewIndexSlice ol {
	list-style-type:none; margin:10px 0; padding:0;
	font-size:.75em; font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}
.viewIndexSlice ol li {
	float:left; min-width:190px; 
	margin:0 10px 10px 0; padding:7px; color:#000000;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Slice.gif) 0 0 repeat-y;
}
.viewIndexSlice ol li a {
	color:#000000; background-color:transparent; text-decoration:none;
}
.viewIndexSlice ol li a:hover {
	text-decoration:underline;
}
/************* Porzione indice Professional **************/
#Professional .viewIndexSlice ol {
	list-style-type:none; margin:10px 0; padding:0;
	font-size:.7em; font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}
#Professional .viewIndexSlice ol li {
	border-bottom:1px dotted #000000;
	float:left; width:145px;
	height:132px;
}
#Professional .viewIndexSlice ol li a {
	color:#000000; background-color:transparent; text-decoration:none;
}
#Professional .viewIndexSlice ol li a:hover {
	text-decoration:none; color:#e85f11;
}
/* ------- ELENCO RSS ------- */
ol.RSSBlock {
	margin:10px 0; padding:0;
	list-style-type:none;
	font-size:.7em;
}
ol.RSSBlock li {
	margin:4px 0; padding:5px;
	border:1px solid #EDECEC;
}
ol.RSSBlock em {
	font-size:.9em; font-weight:normal;
}
ol.RSSBlock p {
	margin:5px 0; padding:0;
}
/* ------- FORM ------- */
form[action="#"] {
	font-size:.7em;
}
form[action="#"] legend {
	font-weight:bold; font-size:1.1em; color:#000000; background-color:transparent;
}
form[action="#"] h1 {
	font-size:1.7em;
}
form[action="#"] h2 {
	font-size:1.2em;
} 
form[action="#"] .viewPar {
	font-size:1em;
}
.formColLeft {
	width:100%; clear:both;
}
.formColRight {
	
}
.formText, .formDropDown, .formTextArea {
	font-size:1.1em; width:300px; margin-left:185px;
}
.formTextAreaLabel, .formTextLabel, .formDropDownLabel, .formCheckboxLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; margin-left:185px;
}
label.formCheckboxLabel {
	margin-left:0;
}
textarea.formTextArea {
	float:left; font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
	margin-left:185px;
}
.BloccoCommunity  input[type="checkbox"], .ContenitoreProfessional input[type="checkbox"],
.ContenitoreProfessional .formTextAreaLabel,
.ContenitoreProfessional .formTextLabel, .ContenitoreProfessional .formDropDownLabel,
.ContenitoreProfessional .formCheckboxLabel, .ContenitoreProfessional .formText,
.ContenitoreProfessional .formDropDown, .ContenitoreProfessional .formTextArea  {
	margin-left:0;
}
.BLOBAlignCenter input {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/PulsArancio.gif) 0 9px no-repeat;
	width:150px;
	border:none; font-size:1em;
	padding:17px 0 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; cursor:pointer;
	color:#FFFFFF;
}
/* ------- ELEMENTI PERSONALIZZATI DA "CM" ------- */	
	/* BoxDimensioneFissa per testi a dimensione bloccata tipo privacy */
div.BoxDimensioneFissa {
	display:block; overflow:auto; height:80px; 
	margin:10px 0; padding:10px;
	border:1px solid #000000; color:#000000;
	text-align:justify; font-size:.6em;
}
	/* BoxHomeIdeaFutura - uso speciale di userformat1 e userformat3 */
.BoxHomeIF {
	color:#e6f4fe; background-color:#3B3D87;
	font-size:.7em; padding:5px; 
}
#Home .BoxHomeIF {
	color:#e6f4fe; background-color:transparent;
}
.BoxHomeIF strong.userFormat1 {
	font-size:1.2em; font-weight:bold; 
}
.BoxHomeIF span.userFormat3 {
	color:#FFFFFF; background-color:transparent;
}
	/* Box "ElementiDistintivi" - uso speciale di userformat3 per emulare il sottotitolo */
.ElementiDistintivi {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/ElementiDistintivi.jpg) 100% 0 no-repeat; 
	margin:10px 0; padding:45px 30px 20px 15px; min-height:120px; 
}
	/* ------- Box Stondato ------- */
.BoxStondato .Box1 {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box1.gif) 0 0 no-repeat;
	margin:5px; padding:0;
}
.BoxStondato .Box2 {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box2.gif) 100% 0 no-repeat;
}
.BoxStondato .Box3 {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box3.gif) 100% 100% no-repeat;
}
.BoxStondato .Box4 {
	padding:15px; margin:10px 0; 
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Box4.gif) 0 100% no-repeat;
	color:#3B3D87; font-size:1em; font-weight:bold; text-align:center;
	min-height:80px; 
}
	/* ------- Box Fregio FlexCMP ------- */
.BoxFregioFlexCMP {
	padding:10px 25px; margin:10px 0; border:1px solid #3B3D87; font-weight:bold; font-size:.8em; 
	background:#eef5fb url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/BoxFregioFlexCMP.jpg) 50% 0 no-repeat;
	color:#3B3D87; min-height:280px; 
}
/* -------- CANALI -------- */
	/* -------- Elementi Generici -------- */
.ElencoCanale ol {
	list-style-type:none; margin:0; padding:0; color:#000000; background-color:transparent; 
}
.ElencoCanale li {
	margin:0 0 10px; font-size:.7em; min-height:1%; 
}
.ElencoCanale h3 {
	font-size:1.1em; padding:0; margin:0 0 5px;
}
.ElencoCanale img {
	float:left; padding:0 5px 5px 0;
}
.ElencoCanale a {
	text-decoration:none;
}
.ElencoCanale a:hover {
	text-decoration:none; color:#e85f11;
}
.ElencoCanale p {
	margin:0; padding:0;
}
.ElencoCanale p a {
	color:#000000; background-color:transparent; font-weight:normal;
}
/******* Elenco Miniature 4 Immagini *******/
.ElencoMiniature4Immagini {
	text-align:center;	
}
.ElencoMiniature4Immagini ol {
	padding:0; margin:0; list-style:none;
}
.ElencoMiniature4Immagini li {
	border-bottom:1px dotted #000000;
	float:left; width:180px;
	font-size:.7em;
	font-family:Helvetica, Arial, sans-serif;
	min-height:155px;
	
}
.ElencoMiniature4Immagini li a {
	color:#000000; text-decoration:none;
	text-align:center;
}
/************** Elenco Miniature ******************/ 
.ElencoMiniature4ImmaginiSezAgg a {
	border-bottom:1px dotted #000000;      
	float:left; width:180px; 
	text-align:center;
	text-decoration:none; 
	margin-bottom:10px; 
	font-size:.7em;
	font-family:Helvetica, Arial, sans-serif;
}
.ElencoMiniature4ImmaginiSezAgg img, .ElencoMiniature4Immagini img {
	float:none; padding:0;     
}

/*********** Elenco Miniature 3 Immagini *****************/
.ElencoMiniature3Immagini {
	text-align:center;	
}
.ElencoMiniature3Immagini ol {
	padding:0; margin:0; list-style:none;
}
.ElencoMiniature3Immagini li {
	float:left; width:215px;
	margin-left:12px; margin-right:12px;
	font-size:.7em;
	font-family:Helvetica, Arial, sans-serif;
	min-height:190px;
	
}
.ElencoMiniature3Immagini li a {
	color:#000000; text-decoration:none;
}

/*********** Elenco Miniature 3 Immagini Alte *****************/
.ElencoMiniature3ImmaginiAlte {
	text-align:center;	
}
.ElencoMiniature3ImmaginiAlte ol {
	padding:0; margin:0; list-style:none;
}
.ElencoMiniature3ImmaginiAlte li {
	float:left; width:215px;
	margin-left:12px; margin-right:12px;
	font-size:.7em;
	font-family:Helvetica, Arial, sans-serif;
	min-height:254px;
	
}
.ElencoMiniature3ImmaginiAlte li a {
	color:#000000; text-decoration:none;
}

	/* -------- Elencatore predefinito: NewsBlock -------- */
.NewsBlock {
	width:100%; margin:7px 0; font-size:.7em; color:#000000; background-color:transparent;
}
.NewsBlockImgLeft {
	float:left; margin:0 5px 5px 0;
}
.NewsBlockImgRight {
	float:right; margin:0 0 5px 5px;
}
	/* --- Elencatore "Notizie affiancate" --- */
.Affianca li {
	float:left; margin-right:.2%; width:49.7%; 
}
.AffiancaImg img {
	max-height:80px; max-width:120px; 
}
	/* --- Elencatore "Foto Titolo Strillo" --- */
.ElencoCalendario {
	margin:20px 0; padding-top:20px; border-top:1px solid #000000;
}	
.ElencoCalendario .CalendarioInt {
	float:left; width:226px; font-size:.7em;
}	
.CalendarioInt .viewCalendar {
	margin:0; padding:0;
}	
.CalendarioInt .viewCalendar div {
	font-size:1.2em; color:#000000; background-color:transparent; text-align:center;
}	
.ElencoCalendario ol {
	margin-left:226px; padding-left:15px;
}
.SezAgg .viewCalendar {
	font-size:.9em; margin:0 auto;
}	
	/* --- Elencatore "Primo Piano" --- */
.PrimoPiano img {
	max-height:133px; max-width:200px; 
}	
	/* -------- Paginazione -------- */
#ChannelPager {	
	padding:10px 0; margin:10px 0; border-top:1px solid #000000;
}
#ChannelYearLabel, #ChannelMonthLabel, #ChannelDayLabel {
	float:left; line-height:2em;
}
#ChannelYearList, #ChannelMonthList, #ChannelDayList {
	clear:left;
}
#ChannelYearList ol li.ChannelSelItem strong {
	margin:0 7px;
}
#ChannelPager ol { 	
	list-style-type:none; border-left:1px solid #000000;	
	margin:0; padding:0;
}
#ChannelPager li {	
	margin:0; padding:0; border-right:1px solid #000000; float:left; line-height:2em;	
}
#ChannelPager a, #ChannelPager strong {	
	font-weight:bold; margin:0 7px;
}
.ChannelSelItem span {	
	padding:0 7px; font-weight:bold;
}
.ChannelEmptyItem span {
	display:none;
}
#ChannelClear {	
	clear:both; height:1px; line-height:.05em; font-size:.05em;
}
/* ------- SONDAGGI ------- */
form.PollForm {
	margin:0; padding:5px; 
	color:#000000; background-color:transparent;
}
div.PollBox {
	color:#000000; background-color:transparent;
	padding:5px; border:1px solid #000000; margin:10px 0;
	background-color:#ebebeb;
}
div.PollBox ol li input {
	position:relative; left:4px; width:16px; 
	margin:0 5px 0 -8px; padding:0; top:3px;
}
div.PollBox input.Submit {
	margin-top:10px;
}
div.PollBox ul li img {
	position:relative; top:5px;
}
div.PollBox p {
	margin:0; padding:3px 0;
}
div.PollBox p.Totale {
	margin:10px 0 5px 0; padding:0; font-weight:bold;  
}
div.PollBox a {
	color:#000000; background-color:transparent; font-weight:bold;  
}
div.PollBox a:hover {
	text-decoration:none; 
}
div.PollBox a.TuttiSondaggi {
	padding:2px 0 20px 34px; display:block; float:left; 
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Utilities/Sondaggi.gif) 0 0 no-repeat;
	min-height:15px; 
}
.VMenu h1 { 
	font-size:.8em; margin:8px 3px;
}
.VMenu h2 { 
	font-size:.7em; margin:5px 3px;
}
.VMenu .PollBox { 
	margin:5px 3px;
}
/* ---------- Calendario -------------- */
.viewCalendar {
	margin:10px auto; padding:5px 0 0; font-weight:bold; text-align:center; 
	float:left; width:226px; clear:both; color:#000000; background-color:transparent; 
}
.viewCalendar a {
	text-decoration:underline; padding:1px;
	color:#000000; background-color:transparent;
}
.viewCalendar a:hover {
	text-decoration:none;
}
.viewCalendar div {
	font-size:.8em;
}
.viewCalendar div a:hover {
	color:#AF0000; background-color:transparent;
}
.viewCalendar div span {
	margin:0 2px; white-space:nowrap; 
	font-weight:bold;
}
.viewCalendar table {
	border-collapse:separate; font-size:.7em; margin:5px 0;
}
.Contenuti .viewCalendar div, .Contenuti .viewCalendar table {
	font-size:1em;
}
.viewCalendar table td {
	border:1px solid #EDECEC; width:13.2%; padding:4px;
}
.viewCalendar table td.current {
	background-color:#AF0000; color:#FFFFFF; border:1px solid #AF0000; 
}
.viewCalendar table td a {
	color:#000000; background-color:#ebebeb;
	display:block; text-decoration:none; margin:-4px; padding:4px;
}
.viewCalendar table td a:hover {
	color:#000000; background-color:#EAB1B7; 
}
.daySu {
	color:#AF0000; background-color:transparent;
}
/* ------- MODULO GALLERIA FOTOGRAFICA ------- */
.GPContent { 
	position:absolute; top:-10000px; left:-10000px;
}
	/* Elenco generale: gallerie, album e foto */
.GalleryPlus {
	background:#FFFFFF; color:#000000; padding:10px; 
}
.GalleryPlus ul {
	padding:20px 0 0; margin:0; list-style-type:none; font-size:.7em;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/Barra.gif) 0 10px repeat-x;
}
.GalleryPlus ul li {
	background:#FFFFFF url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/Barra.gif) 0 100% repeat-x; 
	margin-bottom:20px; padding-top:10px; padding-bottom:25px;
}
.GalleryPlus dl {
	margin:0; padding-bottom:5px; position:relative; 
}
.GalleryPlus dt {
	margin:0; padding:0 0 0 10px;
}
.GalleryPlus ul li a {
	display:block; padding:4px .5% 6px .5%; margin:0 0 5px;
	font-weight:bold; color:#FFFFFF; background-color:#000000;
}
.GalleryPlus ul li img {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; 
	padding:0 0 12px; position:absolute; left:0; top:0; max-height:90px; 
}
.GalleryPlus dd {
	margin:0; padding:0 0 0 10px; line-height:1.5em;
}
.GalleryPlus dd.Description {
	margin-bottom:10px;
}
	/* Elencatori in modalità "Affiancata" [templates "-Affianca.html"] */
.Affianca ul li { 
	margin-right:1%; padding-left:.5%; padding-right:.5%; 
	float:left; width:47.9%; min-height:170px;
	
}
.Affianca ul li a {
	width:99%; 
}
	/* Elencatori in modalità "Centrata" [templates "-Centra.html"] */
.Centra .viewImageNumPag dl dt {
	text-align:center;
}
	/* Elenco gallerie [templates "DEFAULT / BLOBElencoGallerie-ElencoGallerie.html"] */
.GalleryList {
}
	/* Elenco album [templates "DEFAULT / BLOBElencoAlbum-ElencoAlbum.html"] */
.AlbumList {
}
	/* Elenco foto [templates "DEFAULT / BLOBAlbum-Album.html"] */
.Album {
}
		/* Elenco foto > Modalità "Immagine singola, paginazione per titolo immagine" */
.SingleImageTitPag {
	background:#FFFFFF url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBigBottom.gif) 0 50% repeat-x;
}
.SingleImageTitPag dl {
	margin:0;
}
.SingleImageTitPag dt {
	margin:0; padding:0;
}
.SingleImageTitPag dl dd {
	margin:5px 0; padding:0; font-size:.7em; text-align:center; font-style:italic;
}
.SingleImageTitPag img {
	position:static; background:none; padding:10px; margin:0 10px 0 0;
	border:1px solid #000000; max-height:none; 
}
.SingleImageTitPag dl dt img {
	padding:0 0 12px; border:none;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat;
}
.SingleImageTitPag .SingleImage {
	float:left;
}
		/* Elenco foto > Modalità "Elenco miniature" */
			/* Fase 1: gruppo miniature */
.viewImageTotal {
	float:left; margin:0 20px 10px 0; font-size:.7em;
}
.viewImageTotal dt strong {
	display:block; text-align:center; margin-bottom:4px; line-height:1.2em;
}
.viewImageTotal dd img {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; padding:0 0 12px;
}
			/* Fase 2: immagine grande singola */
.ThumbImageSingle dl dt {
	padding:5px 0;
}
.ThumbImageSingle dl dt img {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; padding:0 0 12px;
}
.ThumbImageSingle dl dd {
	font-size:.7em; text-align:center; font-style:italic; padding-left:0;
}
			/* Fase 2: link di ritorno all'elenco */
.BackLink {
	margin:10px 0; padding:0 0 0 20px; font-size:.7em; font-weight:bold; color:#000000;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/BackLink.gif) 0 1px no-repeat;
}
		/* Elenco foto > Modalità "Foto singola con navigazione per numero pagina" */
.viewImageNumPag dl dt {
	padding:5px 0;
}
.viewImageNumPag dl dt img {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FotoBottom.gif) 50% 100% no-repeat; padding:0 0 12px;
}
.viewImageNumPag dl dd {
	font-size:.7em; text-align:center; font-style:italic;
}
/* ---- PAGINAZIONE | NAVIGAZIONE ---- */
	/* Paginazione a titoli per album a immagine singola */
.GalleryPlus .FlexNavi {
	margin:10px 0; padding:10px 10px 20px; font-size:.65em; font-weight:bold; color:#000000;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/GalleryPlus/FondoNav.gif) 0 0 repeat-x;
} 
.GalleryPlus .FlexNavi ol {
	margin:0; padding:0; list-style-type:none; float:left;
}
.GalleryPlus .FlexNavi ol li {
	float:left;
} 
.GalleryPlus .FlexNavi span.NavInactive, 
.GalleryPlus .FlexNavi span.NavActive a, .GalleryPlus .FlexNavi span.NavActive strong, 
.GalleryPlus .FlexNavi ol li a, .GalleryPlus .FlexNavi ol li strong {
	margin:0 3px; padding:3px 5px 5px; display:block; float:left; border:1px solid #FFFFFF;
}
.GalleryPlus .FlexNavi a { 
	color:#000000; background-color:transparent; text-decoration:none;
}
.GalleryPlus .FlexNavi a:hover, .GalleryPlus .FlexNavi span.NavActive strong, .GalleryPlus .FlexNavi ol li strong { 
	color:#FFFFFF; background-color:#000000;  padding:3px 5px 5px;
}
	/* Paginazione a "Immagine singola, paginazione per titolo immagine" */
.SingleImageTitPag .FlexNavi {
	padding:30px 0 0 30px; font-size:.7em; background:none;
}
.SingleImageTitPag .FlexNavi ol {
	float:none; list-style-type:decimal;
}
.SingleImageTitPag .FlexNavi ol li {
	float:none; margin:0 0 5px;
}
.SingleImageTitPag .FlexNavi span.NavInactive, 
.SingleImageTitPag .FlexNavi span.NavActive a, .SingleImageTitPag .FlexNavi span.NavActive strong, 
.SingleImageTitPag .FlexNavi ol li a, .SingleImageTitPag .FlexNavi ol li strong {
	padding:2px; float:none; display:inline; border:none;
}
.SingleImageTitPag .FlexNavi a { 
	color:#000000; background-color:transparent; text-decoration:underline;
}
.SingleImageTitPag .FlexNavi a:hover, .SingleImageTitPag .FlexNavi span.NavActive strong, .SingleImageTitPag .FlexNavi ol li strong { 
	color:#000000; background-color:transparent; text-decoration:none;
}
	/* Paginazione a "Foto singola con navigazione per numero pagina" */
.viewImageNumPag .FlexNavi {
	min-width:350px; 
}
/* FORUM */
.ForumTopicList, 
.ForumMsgList {	
	font-size:.7em;
}
.ForumTopicList p, 
.ForumMsgList p {
	text-align:right;
}
.ForumTopicList table p, 
.ForumMsgList table p {
	text-align:left;
}
.ForumMsgList table p.ForumMsgDate {
	float:right;
}
.ForumTopicList p a, 
.ForumMsgList p a {	
	font-weight:bold; text-decoration:underline;
	color:#000000; background-color:transparent;
}
.ForumTopicList p a:hover,
.ForumMsgList p a:hover {	
	text-decoration:none;
}
.ForumTopicList table, 
.ForumMsgList table {	
	border-bottom:1px solid #000000; border-left:1px solid #000000; 
	border-collapse:collapse; background-color:#ebebeb;
	margin:10px auto; width:95%;	
}
.ForumTopicList table tr, 
.ForumTopicList table tr {	
	text-align:center;
}
.ForumTopicList table tr td, 
.ForumMsgList table tr td {	
	border-top:1px solid #000000; border-right:1px solid #000000;
}
.ForumMsgList table tr th,
.ForumTopicList table tr th {	
	border-top:1px solid #000000; border-right:1px solid #000000;
	font-size:1.1em; padding:3px; text-transform:uppercase;
}
.ForumMsgList table tr th a,
.ForumTopicList table tr th a {
	white-space:nowrap;	
}
.ForumTopicList table thead tr th, 
.ForumMsgList table thead tr th {
	color:#FFFFFF; background-color:#000000;
	margin:0 0 .5em 0; padding:0 5px;		
	font-size:1em; height:2.5em;
}
.ForumTopicList table tr td {
	padding:.2em .5em;
}
.ForumMsgList table tr td {	
	padding:.5em;
}
.ForumTopicList table tbody tr th a, 
.ForumMsgList table tbody tr th a {	
	color:#000000; background-color:transparent;	
	text-decoration:underline; font-weight:bold;
}
.ForumTopicList table tbody tr th a:hover, 
.ForumMsgList table tbody tr th a:hover {
	text-decoration:none;
}
.ForumMsgList table tbody tr th.TopicMsg, 
.ForumMsgList table tbody tr td.TopicMsg {
	color:#000000; background-color:transparent;
}
.ForumMsgList table tbody tr th {
	font-weight:normal;	
	vertical-align:top;	text-align:left;
}
.ForumMsgList table tbody tr td h3,
.ForumMsgList table tbody tr td.TopicMsg h3 {
	margin:0 0 .5em 0; padding:0; font-size:1.2em;
	color:#000000; background-color:transparent;
}
.ForumMsgList table tbody tr td div {	
	text-align:right;
}
.ForumMsgList table tbody tr td div a {	
	color:#000000; background-color:transparent;	
	font-weight:bold;
}
.ForumMsgList table tbody tr td.TopicMsg div a, 
.ForumMsgList table tbody tr th.TopicMsg div a, 
.ForumMsgList table tbody tr th.TopicMsg a {	
	color:#000000; background-color:transparent;
}
.ForumPaginator {	
	font-size:.7em;	text-align:center; line-height:1.5em;
	margin:.5em 0 0 0; padding:.2em 0;	
}
.ForumPaginator span {
	display:inline;	
	margin:0 .2em; padding:.1em;
}
.ForumPaginator ol {
	display:inline;	list-style-type:none;
	margin:0 auto; padding:0; font-weight:bold;
}
.ForumPaginator ol li { 
	display:inline;	
	padding:.1em; margin:0 .2em;
}
.ForumPaginator ol li a, 
.ForumPaginator span a {
	padding:0; margin:0;
	color:#000000; background-color:transparent;	
	text-decoration:underline;
}
.ForumPaginator ol li a:hover { 
	text-decoration:none;
}
.ForumPaginator span.NavInactive,
.ForumPaginator li.NavInactive {
	color:#000000; background-color:transparent;
	border:1px solid #FFFFFF;	
}
.ForumPaginator span.NavActive a,
.ForumPaginator li.NavActive a {
	color:#000000; background-color:transparent;	
	border:1px solid #FFFFFF;	
	padding:.1em;
}
a.BOLink img { 
	margin-right:3px; position:relative; top:3px;
}
.ForumThreadList ol {
	list-style-type:none; border:1px solid #FFFFFF;
	margin:10px 0; padding:5px;
}
.ForumThreadList ol li {	
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Forum/Forum-1Liv.gif) 0 0 no-repeat;	
	padding:2px 0 3px 19px; margin:.5em 0;
}
.ForumThreadList ol li a {
	color:#000000; background-color:transparent; font-weight:bold;
}
.ForumThreadList ol li a:hover {
	text-decoration:none;
}
.ForumThreadList ol ol {
	list-style-type:none; border:none;
	padding:0; font-size:1em
}
.ForumThreadList ol ol li {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Forum/Forum-2Liv.gif) 0 1px no-repeat;	
	padding:0 0 0 17px; line-height:1.4em;
}
.ForumThreadList ol ol ol li {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Forum/Forum-3Liv.gif) 0 1px no-repeat;	
}
.ForumThreadList ol ol ol ol li {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Forum/Forum-4Liv.gif) 0 1px no-repeat;	
}
.ForumThreadList ol ol ol ol ol li {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Forum/Forum-5Liv.gif) 0 1px no-repeat;	
}
.ForumThreadList ol ol ol ol ol ol li {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Forum/Forum-6Liv.gif) 0 1px no-repeat;	
}
.ForumComposeForm div, 
.ForumComposeForm p {
	clear:both; padding: .5em 0 0 0;
}
.ForumComposeForm div label {
	display:block; width:6em; float:left;
	font-size:.7em;	
}
.ForumComposeForm p label {
	display:block; width:auto;	
	font-size:.7em;
}
.ForumComposeForm div input {
	width:20em;	float:left;
	margin:0; border:1px solid #FFFFFF;	
	font-size:.7em;
}
.ForumComposeForm div span {
	float:left;
}
.ForumComposeForm p textarea {
	font-size:.7em;	
	border:1px solid #000000; width:100%;
}
.ForumComposeForm p input {
	border:1px solid #000000;	
	font-size:.7em; text-align:center;
}
.ForumComposeForm p a {
	color:#000000; background-color:transparent;	
	font-size:.7em; font-weight:bold; text-decoration:underline;
}
.ForumComposeForm p a:hover {	
	text-decoration:none;
}
/* Forum di inserimento articolo in un thread */
.ForumForm {font-size:.7em; padding:10px; margin:10px 0; border:1px solid #000000;}
.ForumForm label {display:block; float:left; width:12em; margin:4px 5px 4px 0;}
.ForumForm sup {font-weight:bold; color:#000000;}
span.formMandatory {font-weight:bold; color:#000000; font-size:.8em; padding:0 3px;}
.ForumForm textarea {display:block; float:left; width:21.1em; height:10em; border:1px solid #000000; padding:3px 2px; margin:4px 5px 4px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.05em;}
.ForumForm input, ForumForm input.formText {display:block; float:left; width:20em; border:1px solid #000000; padding:3px 2px; margin:4px 5px 4px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.1em;}
.ForumForm input.Submit {display:block; float:left; width:20em; padding:4px; margin-left:14em; color:#000000; font-weight:bold; text-transform:uppercase; background-color:transparent; font-size:.9em;}
.ForumForm input.Submit:hover {background-color:transparent; color:#000000;}
.ForumForm .Coda {margin:10px 0; padding:10px; background-color:transparent; color:#000000; border:1px solid #000000;}
.ForumForm .Coda p {margin-bottom:5px;}
.ForumForm .Coda a {color:#000000; font-weight:bold;}
.ForumForm .Coda a:hover {text-decoration:none;}/* --- NEWSLETTER --- */
	/* --- Box di iscrizione al servizio --- */
form.FormNewsLetter {
	margin:10px 0; padding:5px 0; width:13em;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/NewsLetter/SfondoNL.jpg) 0 0 repeat-x;
	border-bottom:5px solid #000000; border-top:5px solid #000000;
}
form.FormNewsLetter h2 {
	padding:3px 0 5px 36px; margin:0;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/NewsLetter/LogoNL.gif) 0 0 no-repeat;
	color:#000000; font-size:.8em; font-weight:bold;
}
form.FormNewsLetter h2 a {
	color:#000000;
}
form.FormNewsLetter h2 a:hover {
	text-decoration:none;
}
form.FormNewsLetter input {
	width:90px; margin:5px 5px 1px 5px; font-size:.7em;
}
form.FormNewsLetter input.Submit {
	font-weight:bold; font-size:.7em; border:none; padding:2px; width:65px;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/NewsLetter/SfondoSubmitNL.gif) 0 0 repeat-x;	
}
/* ------- SONDAGGI ------- */
form.PollForm {
	margin:0; padding:5px; 
	color:#000000; background-color:transparent;
}
div.PollBox {
	color:#000000; background-color:transparent;
	padding:5px; border:1px solid #000000; margin:10px 0;
	background-color:#ebebeb;
}
div.PollBox ol li input {
	position:relative; left:4px; width:16px; 
	margin:0 5px 0 -8px; padding:0; top:3px;
}
div.PollBox input.Submit {
	margin-top:10px;
}
div.PollBox ul li img {
	position:relative; top:5px;
}
div.PollBox p {
	margin:0; padding:3px 0;
}
div.PollBox p.Totale {
	margin:10px 0 5px 0; padding:0; font-weight:bold;  
}
div.PollBox a {
	color:#000000; background-color:transparent; font-weight:bold;  
}
div.PollBox a:hover {
	text-decoration:none; 
}
div.PollBox a.TuttiSondaggi {
	padding:2px 0 20px 34px; display:block; float:left; 
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Utilities/Sondaggi.gif) 0 0 no-repeat;
	min-height:15px; 
}
.VMenu h1 { 
	font-size:.8em; margin:8px 3px;
}
.VMenu h2 { 
	font-size:.7em; margin:5px 3px;
}
.VMenu .PollBox { 
	margin:5px 3px;
}


body {font-size:14pt; font-family:Arial, Helvetica, sans-serif; color:#000000; background:#FFFFFF none;}
acronym, abbr {border-bottom:none;}
.page {page-break-before:always;}
.ImgStampa {display:block;}
.ColCent, .ColCent2Col, .ColCent2ColMenuSx, .ColCent2ColMenuDx {margin:0;}
.Contenuti {padding:0; width:100%; border:none; min-height:10em; }
a, body a, .ElencoCanale ol li a, .Contenuti a {text-decoration:none;}
.TestataStampa, .MenuIstituzionale, .Testata2, .Testata1, .ColSx, .ColDx, .ColSxFloat, .ColDxFloat, .Footer, .viewCalendar, .ChiudiStampa, #formSearchBox, 
.MenuH, #Breadcrumb, .LinkUtilities, .Utility, .GoAway, object, .LinkArchivio, #Home .viewLinkIMG, .FondoPagina, .AccessoMSG, .AreaBanner {display:none;}

.Contenuti .BLOBFloatClear {clear:none;}