/* Cached vesion created on 06/09/10 18:14:10*/
/* elapsed time: 0.0413 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;
}/* -------- 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; 
}
/* 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;
} /* UTILITIES: STAMPA, MAPPA, LINGUE, RICERCA */
/* -------- LISTA CONTENITRICE -------- */
.LinkUtilities  {
	width:25px; position:absolute; top:5px; right:0;
}
.LinkUtilities ol {
	margin:0; padding:0; list-style:none;
}
.LinkUtilities ol li {
	float:left; 
}
.LinkUtilities ol li a {
	color:#000000; text-decoration:none;
	font-weight:bold; font-size:.6em;
}
.LinkUtilities ol li.Stampa a {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Utilities/Stampa.gif) 0 0 no-repeat;
	display:block;
	width:25px; height:20px;
}
.MapIndexTree {
	font-size:.7em;
	float:left;
	width:180px; padding:10px 0;
}
.MapIndexTree a {
	color:#000000;
}
.MapIndexTree a:hover {
	text-decoration:none;
}
.MapIndexTree ol {
	list-style-type:none; margin:0; padding:0;  
	font-weight:bold;
}
.MapIndexTree ol li {	
	padding:7px 0 0 0; margin:0;
}
.MapIndexTree ol li a {
	color:#000000;
}
.MapIndexTree ol li a:hover {
	text-decoration:none; color:#e85f11;
}
.MapIndexTree ol ol {
	list-style-type:none; border:none;
	padding:0; font-weight:normal;
}
.MapIndexTree ol ol li {
	padding:5px 0 0 11px;
}
.MapIndexTree ol ol ol li {
	padding:3px 0 0 8px;
}
.MapIndexTree ol ol ol ol li {
	background:none; padding:3px 0 0 8px;
}
/* ------- LINGUE ------- */
	/* ------- Versione con select testuale ------- */
ol.Utility li.Lingue, ol.Utility li.Lingue form.LangForm {
	width:9em;
}
ol.Utility li.Lingue form.LangForm select {
	 position:relative; top:-3px;
}
/* ------- RICERCA ------- */
	/* --- Box Ricerca --- */

/**************/
#formSearchBox {
	position:absolute; top:3px; right:60px;
	margin:0; padding:0; 
	color:#000000; width:136px; 
}
#formSearchBox label {
	position:absolute; top:-10000px; left:-10000px;
}
#frmSearchText {
	width:90px; height:12px; padding:3px; 
	float:left; border:0px solid #FFFFFF;
	font-size:.7em; 
	font-family: Helvetica, Arial, sans-serif;
}
#frmSearchSubmit { 
	padding:0; width:18px; height:18px; 
	float:left; border:none; cursor:pointer;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Utilities/FrecciaVai.gif) 0 0 no-repeat;
}
/* Pagina del Risultato della Ricerca */
ol.RisultatoRicerca {
	list-style-type:none; margin:10px 0; padding:0; font-size:.7em;
} 
ol.RisultatoRicerca li {
	margin:0 0 8px 0; clear:both;
}
ol.RisultatoRicerca div {
	float:left; width:100px; padding-right:5px; text-align:right;
} 
ol.RisultatoRicerca p {
	margin:4px 0 0 0; padding:0; height:9px; border:1px solid #000000; float:right;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Utilities/pollBar.gif) 100% 0 no-repeat;
}
ol.RisultatoRicerca a {
	display:block; float:left;
}
ol.RisultatoRicerca .SearchResultKeyword {
	color:#000000; background-color:#FFFF7E; font-weight:bold; padding:0 1px;
}
	/* --- Pagina Ricerca Avanzata --- */
#formSearchAdv select {
	width:12.3em; margin-left:5px; border:1px solid #000000; background-color:transparent; 
}
#formSearchAdv option {
	background-color:transparent; 
}
#formSearchAdv input.Submit {
	font-weight:bold; margin-left:13em;
}
#formSearchAdv div.ClassificationFormBlock fieldset {
	float:left; width:47%; margin-right:.5%;
}
#formSearchAdv div.ClassificationFormBlock ol li input {
	position:relative; top:2px; border:none;
}
.ClassificationFormBlock fieldset {
	border:1px solid @GrgioBordo; font-weight:bold;
}
.ClassificationFormBlock legend {
	font-size:.7em; font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.ClassificationFormBlock ol {
	list-style:none; 
	font-size:.7em;
}
.ClassificationFormBlock ol ol {
	font-size:.9em;
}
.LabelSearchFormv2 {
	font-weight:bold; font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
}
.AdminPageFooterCommandButton {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/PulsArancio.gif) 0 9px no-repeat;
	width:150px;
	border:none; 
	padding:15px 0 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; cursor:pointer;
	color:#FFFFFF;
}

	/* --- Pagina Ricerca V2 --- */
.SearchRefine ul {
	color:#000000; background-color:transparent; font-size:.7em;
	margin:10px 0 20px; padding:0; list-style-type:none;
}
.SearchRefine ul li {
	margin:0 0 6px 10px;
}
.SearchRefine dl, .SearchRefine dt, .SearchRefine dd {
	margin:0; padding:0;
}
.SearchRefine dt {
	margin-top:10px;
}
.SearchRefine a {
	font-weight:bold; color:#000000; background-color:transparent;
}
.SearchRefine .userFormat3 {
	color:#1F1F1F; background-color:transparent;
}
/* ------- MENU ORIZZONTALE ------- */ 
.MenuH {
	padding:0; color:#FFFFFF;
	position:absolute; right:0; top:47px;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.MenuH ol { 
	margin:0; padding:0; list-style-type:none; 
	font-size:.9em; font-weight:bold;
}
.MenuH ol li {
	float:left; margin:0; padding:0; 
	margin-left:10px;  
	
}
.MenuH ol li a {
	color:#000000; text-decoration:none; 
	white-space:nowrap; height:30px;
	display:block;
	padding-left:15px;
	cursor:pointer;
	
}
.MenuH ol li span {
	padding-right:15px;
	display:block; height:30px;
	padding-top:7px;
	
}
.MenuH ol li a:hover{
	background:#e85f11 url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuH/MenuHHoverSx.gif) 0 0 no-repeat;
	color:#FFFFFF; text-decoration:none; 
	padding-left:15px;
	
}
.MenuH ol li strong {
	background:#e85f11 url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuH/MenuHHoverSx.gif) 0 0 no-repeat;
	color:#FFFFFF; padding-left:15px; 
	white-space:nowrap;
	display:block; height:30px;
	
}
.MenuH ol li.LISel strong a.Sel, .MenuH ol li.LISel strong a.Sel:hover  {
	background:none;
	color:#FFFFFF; 
	padding-left:0;
	cursor:pointer;
	
}
.MenuH ol li a:hover span, .MenuH ol li strong span, .MenuH ol li.LISel strong a.Sel span {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuH/MenuHHoverDx.gif) 100% 0 no-repeat;
	 height:30px;
	
}
/*.MenuH ol li.LISel strong {
	background-image:transparent none;
	display:block; padding-left:15px;
	height:30px;
}*/
/**************** Menu Istituzionale *****************/
.MenuIstituzionale {
	position:absolute; top:1px; right:200px;
	font-family:Helvetica, Arial, sans-serif;
}
.MenuIstituzionale ol { 
	margin:0; padding:0; list-style-type:none; 
	font-size:.7em; font-weight:bold;
}
.MenuIstituzionale ol li {
	display:inline; margin:0; padding:0; line-height:2em;
}
.MenuIstituzionale ol li a, .MenuIstituzionale ol li strong {
	padding:0 .6em .2em .6em;
	color:#353432; text-decoration:none; 
	line-height:2em; white-space:nowrap;
}
.MenuIstituzionale ol li a:hover {
	color:#353432; background-color:transparent;
	text-decoration:underline;
}
.MenuIstituzionale ol li.LISel strong a.Sel {
	color:#353432; background-color:transparent; border:none; padding:0;
}
.MenuIstituzionale ol li.LISel strong a.Sel:hover {
	color:#353432; background-color:transparent;
}/* ------- MENU VERTICALE ------- */ 
.NoTesto ol li span {
	display:none;
}
.NoImg ol li img {
	display:none;
}
.MenuV {
	padding-top:5px; padding-left:15px;
	margin-bottom:10px; 
	width:180px;
	font-family:Helvetica, Arial, sans-serif;
}
	/* I LIVELLO */
.MenuV ol {
	list-style-type:none; margin:0; padding:0;
	font-size:.95em; font-weight:bold;
	text-align:center;
}
.MenuV ol li a, .MenuV ol li strong {
	display:block; width:180px; padding:13px 7px 18px 0;  
	background: url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/MenuV/BGMenuV1.jpg) 0 3px no-repeat;
	color:#FFFFFF; text-decoration:none; 
	text-transform:uppercase;
}
.MenuV ol li.LISel strong a.Sel {
	padding:0; background:none; border:none; 
	text-decoration:underline; font-weight:bold; 
}
.MenuV ol li.LISel strong a.Sel:hover {
	text-decoration:none;
}
	/* II LIVELLO */
.MenuV ol ol {
	font-size:.85em; 
	text-align:left;
}
.MenuV ol ol li {
	border-bottom:1px dotted #000000; 
	padding-bottom:10px;
}
.MenuV ol ol li a, .MenuV ol ol li strong {
	display:block; width:180px; padding:10px 0 0 0;  
	background:none; text-transform:none;
	color:#000000; text-decoration:none; 
}
.MenuV ol ol li a:hover, .MenuV ol ol li strong {
	text-decoration:none; color:#f16913;
}
	/* III LIVELLO */
.MenuV ol ol ol {
	font-size:.85em; font-weight:normal;
}
.MenuV ol ol ol li {
	border:none;
	padding-bottom:0;
}
.MenuV ol ol ol li a, .MenuV ol ol ol li strong {
	display:block; width:180px; padding:2px 0;  
	background:none;
	color:#000000; text-decoration:none; 
}
.MenuV ol ol ol li a:hover, .MenuV ol ol ol li strong {
	color:#f16913;
}
.MenuV ol ol ol li.LISel strong a.Sel {
	color:#f16913; 
	text-decoration:none;
}
/* -------- BREADCRUMB -------- */
#Breadcrumb {
	font-size:.65em; padding:3px 0 12px; background-color:transparent; color:#000000; 
	border-bottom:1px dotted #000000; position:relative; 
}
#Breadcrumb p {
	margin-right:15em;
}
#Breadcrumb a {
	background-color:transparent; color:#000000; 
}
#Breadcrumb a:hover {
	color:#e85f11; 
}
/* -------- FOOTER -------- */
.Footer { 
	font-family:Helvetica, Arial, sans-serif;
	position:relative; width:100%; 
	text-align:center; font-size:.8em; color:#FFFFFF;
	padding:25px 0;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Footer/Footer.jpg) 0 0 repeat-x;
	min-height:129px;
	
} 
.ContFooter {
	width:970px; position:relative;
	margin:0 auto; 
}
#Home .ItalianShoes {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Footer/ItalianShoesHome.jpg) 0 0 no-repeat;
	width:92px; height:129px;
	position:absolute; right:0; top:-25px;
	z-index:3000; 
}
.Interno .ItalianShoes {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Footer/ItalianShoes.jpg) 0 0 no-repeat;
	width:92px; height:129px;
	position:absolute; right:0; top:-25px;
	z-index:3000; 
}
.MenuFooter {
	float:left; margin-left:10px;
}
.Footer ol {
	margin:0; padding:0; list-style-type:none;  
}
.Footer ol li {
	display:inline; padding:0 4px 0 6px; margin:0;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Footer/Separatore.gif) 0 3px no-repeat; 
}
.Footer .ParFooter {
	padding:0; margin:0;
	float:left;
}
.Footer a {
	color:#FFFFFF; background-color:transparent;
	text-decoration:none;
}
.Footer a:hover {
	text-decoration:underline; color:#FFFFFF; 
}/* -------- 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;
}
/* ---------- 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;
}
/* ------- 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;
}
/* ------- 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;	
}
div.NavAxes ol {
	padding:5px; margin:5px 0;
	border:1px dotted #EDECEC; color:#000000; background-color:#ebebeb;
}  
div.NavAxes ol li {
	margin:0; padding:2px 0 6px 20px;
	background:transparent url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Freccia.png) 0 3px no-repeat;
}  
/* FlexNavi Menu in Page */
.NavAxesMenu {
	margin:0;
}
	/* I LIVELLO */
.NavAxesMenu {
	border:1px dotted #EDECEC; color:#000000; background-color:#eeeeee;
	margin:10px 0; padding:5px;
}
.NavAxesMenu ol {
	list-style-type:none; margin:0; padding:0;
}
.NavAxesMenu ol li {
	display:block; float:left; width:16%; font-size:.7em; font-weight:bold;
	margin:0 0 .5% 0; padding:3px 5px 7px 20px; 
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Oggetti/Freccia.png) 0 4px no-repeat;
}
.NavAxesMenu ol li a {
	text-decoration:underline; color:#000000; background-color:transparent;
}
.NavAxesMenu ol li a:hover {
	text-decoration:none;
}
.NavAxesMenu ol li.LISel strong {
	text-decoration:underline; color:#000000; background-color:transparent;
}
/* --- Grafiche Alternative --- */
ol.GraficheAlternative { 
	margin:10px 0; padding:5px; list-style-type:none;
	font-size:.7em; border:2px solid #000000;
}
ol.GraficheAlternative li {
	float:left; width:25px; text-align:center; margin-right:3px;
}/* Barra SocialNetworks */
.SocialNetworks {
	position:relative; width:100%; font-size:.65em; 
}
.SocialNetworks ol {
	margin:5px; padding:5px; list-style-type:none; border:1px solid #1F1F1F; 
	font-weight:bold; background-color:#ebebeb; color:#1F1F1F;
}
.SocialNetworks ol li {
	display:inline; padding:5px 3px; margin-right:4px;
}
.SocialNetworks img {
	padding-right:2px; background-color:#ebebeb; color:#000000; vertical-align:middle;
}
.SocialNetworks a {
	color:#1F1F1F; background-color:transparent; text-decoration:none;
}
.SocialNetworks a:hover {
	text-decoration:underline;
}
.SocialNetworks a.Info {
	position:absolute; top:5px; right:10px;  text-decoration:underline;
}
.SocialNetworks a.Info:hover {
	text-decoration:none;
}
.SocialNetworks ol li a {
	padding:4px 0 4px 20px; background-position:0 2px; background-repeat:no-repeat;
}
.SocialNetworks ol li a.Email {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/email.png);
}
.SocialNetworks ol li a.FaceBook {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/facebook.png);
}
.SocialNetworks ol li a.Delicious {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/delicious.png);
}
.SocialNetworks ol li a.MySpace {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/myspace.png); padding-left:15px;
}
.SocialNetworks ol li a.Technorati {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/technorati.png);
}
.SocialNetworks ol li a.Digg {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/digg.png);
}
.SocialNetworks ol li a.Twitter {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/twitter.png); padding-left:15px;
}
.SocialNetworks ol li a.YouTube {
	background-image:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/SocialNetworks/YouTube.png); padding-left:43px;
}
/* ------- USER LOGIN ------- */
/*.Accesso form {
	color:#000000; margin:10px 5px 0 5px; padding:10px 0; 
}
.Accesso form fieldset {
	background:#F2F6FB url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Login/LogoCliente.gif) 99% 10px no-repeat;
	border:1px solid #000000; margin:10px 0;
}
.AccessoImg form fieldset h2 {
	color:#000000; margin:10px 5px; padding:0; font-size:1em;
}
.AccessoImg form fieldset h2 a {
	text-decoration:underline;
}
.AccessoImg form fieldset h2 a:hover {
	text-decoration:none;
}
.Accesso form fieldset div.BoxBloccato {
	font-size:1em; width:auto; background-color:#F2F6FB; height:150px;
}
.Accesso form fieldset div.BoxBloccato p {
	padding:0; margin:0 0 5px 0; 
}
.AccessoImg form fieldset {
	background-image:none;
}
.Accesso form legend {
	font-size:1.2em; font-weight:bold; color:#000000;
}
.Accesso form div.Blocco {
	margin:0; padding:5px 0; 
	clear:both; width:100%;
}
.Accesso form fieldset div.CheckBox label { 
	 width:auto; text-align:left;
} 
.Accesso form fieldset div.CheckBox input {
	border:none; width:20px; margin-right:5px;
}
.Accesso form label {
	display:block; float:left; width:15em;
	font-weight:bold; text-align:right;
	padding-top:3px;
}
.Accesso form input {
	display:block; float:left; width:12em;
	padding:1px; margin-left:5px;
	border:1px solid #000000; background-color:#F2F6FB; 
}
.Accesso form input.submit {
	display:block; width:12.3em;
	margin:0 0 0 13.8em; padding:0;
	text-align:center; font-weight:bold; cursor:pointer;
	
	
	
}
.Accesso p {
	padding:20px 0 0 0; font-size:.9em; 
}
.Accesso p a {
	color:#000000; font-weight:bold; 
}
.Accesso p a:hover {
	text-decoration:none;
}
.Accesso p a.SitoFlexCMP {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/modules/IT/TemplatesUSR-modules-img/Login/LogoFlex.gif) 5px 0 no-repeat;
	float:left; display:block; margin-right:10px; 
	position:relative; top:-20px; 
	width:88px; height:50px; 
}*/
/* PANNELLO AMMINISTRATIVO VERTICALE SU COLONNA */
/* richiama i telaietti non attualmente in uso con nome "tAdminLinksBCK.html" e "tLogoutBCK.html", 
che bisogna rinominare e richiamare in colonna "AdminLink.txt" ed eliminare il richiamo a "AdminLinkInLine.txt" */
.adminPanelPageInfo {
	margin:5px 0; padding:5px 0; width:98%; 
	border:1px solid #000000; color:#000000; background-color:#e0e0e0;
	font-size:14px; text-align:center; 
}
.adminPanelPageInfoItem {
	font-size:.75em; font-weight:bold; padding:5px 0;
	color:#000000;
}
.adminPanelPageInfoItemTitle {
	font-size:.7em; color:#000000;
}
a.adminLinkOnSite {
	display:block; margin:5px; padding:3px; height:auto;
	border:1px solid #000000; color:#000000; background-color:#FFFFFF;
	font-size:.7em; text-decoration:none; font-weight:bold; text-transform:uppercase;
}
a.adminLinkOnSite:hover {
	margin:5px; padding:3px;
	border:1px solid #000000; background-color:#000000; color:#FFFFFF;
}
/*********** Form Login *******************/
.FormLogin {
	width:auto; float:left;
	padding:10px; margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.FormLogin legend {
	font-weight:bold;
}
.FormLogin form label {
	display:block; float:left; width:130px;
	font-weight:bold; text-align:right;
	padding-top:3px;
}
.FormLogin form input {
	display:block; float:left; width:190px;
	padding:3px; margin-left:5px;
	background-color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em; border:1px solid #a7a4a0;
}
.FormLogin form input.submit {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/PulsArancio.gif) 0 9px no-repeat;
	display:block; width:150px;
	border:none; font-size:1.2em;
	margin:10px 0 10px 90px; padding:17px 0 23px; color:#FFFFFF;
	text-align:center; font-weight:bold; cursor:pointer;
	
}

/***********************************
Community Login
*******************************************************/

/* ------- USER LOGIN ------- */
.Accesso form {
	color:#000000; margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.Accesso form div.Blocco {
	margin:0; padding:10px 0; 
	width:320px; float:left;
}
.Accesso form .BloccoProfessional {
	width:auto; padding:30px 0;
	margin:0; padding:10px 0; 
}
.Accesso form .viewPar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Accesso form div.BloccoCommunity{
	margin:0; padding:30px; 
	width:570px; float:left;
	border:1px solid #a7a4a0;
	text-transform:uppercase;
}
.Accesso form div.BloccoSettori {
	margin:0; padding:3px 0; 
	width:auto; float:left;
	text-transform:lowercase;
	font-style:lighter;
}
.Accesso form div.ContenitoreProfessional{
	margin:0; padding:10px; 
	width:610px; float:left;
	border:1px solid #a7a4a0;
	text-transform:uppercase;
}
.Accesso form div.BloccoPrivacy {
	margin-left:80px; padding:10px 0; 
	width:500px; float:left;
}
.BoxProfessional {
	width:200px; float:left;
	padding-top:40px; padding-left:20px;
}
.Accesso form div.ContenitoreProfessional .MsgProfessional {
	width:110px; float:left;
	height:80px;
	font-size:.7em; text-transform:lowercase;
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/Parentesi.gif) 100% 0 no-repeat;
	padding-right:40px;
	padding-top:30px;
	text-align:right;
	text-transform:lowercase;
	font-weight:bold;
}
.Email {
	font-size:.7em; font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Accesso form .Community div.CheckBox label { 
	 width:auto; float:left; text-align:left;
} 
.Accesso form .Community div.CheckBox input, .ContenitoreProfessional form input#Professional {
	border:none; width:20px; float:left;
	margin-right:5px; background-color:transparent;
}
.Accesso form .Community .CheckBox div {
	float:left; width:auto;
	padding-right:30px; padding-left:30px;
}
.Accesso form .Community .BloccoSettori.CheckBox div {
	padding:0; width:200px;
}
.Accesso form div.BloccoPrivacy label { 
	 width:460px; float:left; text-align:left;
} 
.Accesso form div.BloccoPrivacy input {
	border:none; width:20px; float:left;
	margin-right:5px; background-color:transparent;
}
.Accesso form label {
	display:block; width:auto;
	font-weight:bold; text-align:left;
	padding-top:3px; font-size:.7em;
}
.Accesso form div.BloccoSettori label {
	font-weight:lighter;
}
.Accesso form input {
	display:block; width:285px;
	padding:3px; border:1px solid #a7a4a0;
	background-color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
}
.Accesso form input.Submit {
	background:url(http://www.calzaturificiosoldini.it/flex/TemplatesUSR/Site/IT/TemplatesUSR-Site-img/PulsArancio.gif) 0 9px no-repeat;
	display:block; width:150px;
	margin-left:260px;
	border:none; font-size:.75em;
	margin-top:10px; padding:17px 0 23px;
	text-align:center; font-weight:bold; cursor:pointer;
	color:#FFFFFF;
}

acronym, abbr {border-bottom:none; cursor:help; }
.ImgStampa {display:none;}

.formRedirector {
	margin:5px 0; padding:0; background-color:transparent; color:#f16913;
	font-weight:normal; font-family:Helvetica,Arial,sans-serif; font-size:1.2em;
}