
@import "NewMenu.css";
@import "CarrelloAnimato.css";
@import "BreadCrumb.css";
@import "Items.css";
@import "old.css";

/*********************************************/
/***     STILE COMUNE A TUTTO IL SITO	   ***/
/*********************************************/

BODY
{
	background:#FFFFFF url(../img/all/bgSfondo.gif) no-repeat fixed center top;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align:center;
	margin:0;
	padding:0;
}

.bodyopacity
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#SitoMPlaza
{	
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	width:1016px;
	margin-bottom:6px;
}

#layoutSfondo
{
    /*background:transparent url(../img/all/SfondoNatale.gif) fixed no-repeat center top;*/
	overflow:hidden;
	position:relative;
	width:100%;
}

div#Content
{
	background-color: #FFFFFF;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    clear: both;
    float: left;
    padding: 0 20px 0 12px;
    text-align: left;
    width: 982px;
}
ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.txtRicercaCSS
{
    margin-left:12px;	
    width:264px;
}
img
{
	border:none;
}

h1
{
	font-family:Verdana;
	font-size:15px;
	color:Red;
}
h1.HiddenText
{
	position:absolute;
	left:-9999px;
	color:White;
}

A
{
    COLOR: #000000;
    TEXT-DECORATION: none;
    outline:none;
    cursor:pointer;
    cursor:hand;
}

A:hover
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline
}

input[type=text],input[type=password],select
{
	border:solid 1px #888;
}

input[type=text],input[type=password]
{
	padding:2px;
}


div.banneriniSX
{
	text-align:right;
	margin:7px 0px 7px 8px;
	float:left;
}

div.banneriniDX
{
	text-align:right;
	margin:7px 0px 7px 8px;
	float:right;
}

div.bannerinoScuola
{
    margin-top:15px !important;
    width:141px;
    height:300px;
    position:relative;
}

div.banneriniSX > .zaini
{
    display: inline-block;
    height: 58px;
    position: absolute;
    right: 0;
    top: 100px;
    width: 140px;
}

div.banneriniSX > .astucci
{
    display: inline-block;
    height: 58px;
    position: absolute;
    right: 0;
    top: 170px;
    width: 140px;
}


div.banneriniSX > .quaderni
{
    display: inline-block;
    height: 58px;
    position: absolute;
    right: 0;
    top: 240px;
    width: 140px;
}

div.clear
{
	clear:both;
}

.FrecciaDisabilitata
{	
	visibility:hidden;
}

/***********************************/
/*** HEADER						 ***/
/***********************************/

#SitoMPlaza #Header
{
	position:relative;
	height:151px;
	border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-top:1px solid #bbbbbb;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0 ;
	-webkit-border-radius:10px 10px 0 0;
	background-color: #FFFFFF;
	z-index:3;	
}

/***** HEADER TOP *****/

#SitoMPlaza #HeaderTop, 
#SitoMPlaza #HeaderBottom
{
	width:100%;	
}

#SitoMPlaza #HeaderTop
{	
	height:80px;
	padding-top:16px;
}

#SitoMPlaza #HeaderTop .logoMPlaza
{
	display:block;
	float:left;
	margin:3px 0 0 8px;
	
}

#SitoMPlaza #HeaderTop #hdDX
{
	float:right;
	width:200px;
	text-align:right;
}

#SitoMPlaza #HeaderTop ul.linkHeader
{
    /*
	float:left;
	margin:59px 0 0 60px ;
	vertical-align:baseline;*/
	left: 260px;
    position: absolute;
    top: 74px;
}

#SitoMPlaza #HeaderTop ul.linkHeader li
{
	float:left;
	margin:0 3px;	
	height:21px;
}

li.sanvalentino img
{
	left: -31px;
    position: absolute;
    top: -8px;
}

li.offertegiorno img
{
	position:absolute;
	top:-10px;
	left:0px;
}

li.estate img
{
	position:absolute;
	top:-8px;
	left:-32px;
}

li.offertegiorno,
li.worldcup,
li.sanvalentino,
li.estate
{
	display:block;
	position:relative;
}

li.sanvalentino
{
	margin-left:30px !important;
	text-align:left;
}

li.offertegiorno a
{
	margin-left:33px;
}

#SitoMPlaza #HeaderTop ul.AreaFlags
{
	position:absolute;
	right:10px;
	top:10px;
}

#SitoMPlaza #HeaderTop ul.AreaFlags li
{
	float:left;
	margin-left:5px;
}

ul.AreaFlags li img
{	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

ul.AreaFlags li img:hover
{	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

ul.AreaFlags li img.selezionata
{
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}


#SitoMPlaza #HeaderTop ul#AreaLinkUserState
{
	float:right;
	display:block;
	height:20px;
	margin-top:59px;
	margin-right:10px;
}

#SitoMPlaza #HeaderTop ul#AreaLinkUserState li
{
	float:left;
	margin-left:5px;
	
}

ul#AreaLinkUserState .linkUserState
{
	font-weight:bold;
	color:Red;
	margin-left:5px;
}


/***** HEADER BOTTOM *****/

#SitoMPlaza #Header #HeaderBottom
{
	background-color: #FFFFFF;
    clear: both;
    float: left;
    padding: 0 9px;
    text-align: left;
    width: 996px;
}

#SitoMPlaza #Header #ctl00_pnlBarraSito
{
	background: url("../img/all/SliceBarra.gif") repeat-x scroll 0 0 transparent;
    display: inline-block;
    width: 995px;
}

#HeaderBottom table
{
	float:left;
	width:100%;
	height:55px;
}

#HeaderBottom table td
{
	position:relative;
}

#HeaderBottom table .tdCategorie
{
	width:200px;
}

#HeaderBottom div.Pulsanti
{
	float:right;
}

#HeaderBottom div.Ricerca
{	
	margin:18px 0 0 15em;
}

#HeaderBottom div.Ricerca div
{
	float:left;
	margin-right:8px;
	text-align:left;
	position:relative;
}
#HeaderBottom div.ricercaTXT
{	
	margin:0;
	width:44%;		
	text-align:left;
}

#HeaderBottom input[type=text]
{	
	width:100%;
}

#HeaderBottom input[type=image]
{	
	padding-top:4px;
}

#HeaderBottom select
{
	margin-right:8px;
	width:155px;	
	height:22px;
}
#HeaderBottom span.lblRicerca
{
	font-weight:bold;
	font-size:17px;
	color:White;
	margin-right:8px;
	padding-bottom:4px;
}

#HeaderBottom #listaPulsanti
{
	position:absolute;
	display:block;	
	width:163px;
	top:22px;
	left:32px;
	z-index: 10;
}

#HeaderBottom #listaPulsanti li.liPulsante
{	
	float:left;
	position:relative;
}

/***********************************/
/**** AREA CONTENUTI			  **/
/***********************************/

#SitoMPlaza #AreaCentrale
{		
	/* versione layout fisso */
	
	text-align:left;
	display:block;
	padding: 8px 12px 0 12px;
	width:649px;
	float:left;
	
	/* versione layout fluido 	
	...	
	*/
}

#SitoMPlaza #AreaCentraleDettaglio
{
	width:100%;
	float:left;
}


/***********************************/
/**** COLONNA DESTRA			  **/
/***********************************/

#SitoMPlaza #ColonnaDestra
{
	float:right;
	width:159px;
	margin-top:7px;	
	position:relative;
}

#ctl00_SezioneNewsLetter
{
	position:relative;
	float:left;			
	text-align:right;
	width:159px;
	height:183px;
	margin-top:2px;
}

#ctl00_SezioneNewsLetter input[type=text]
{
	display:block;
	position:absolute;
	background-color:Transparent;
	border:none;	
	width:114px;
	right:32px;
	top:72px;
	outline:none;
}

#ctl00_SezioneNewsLetter a
{
	display:block;
	position:absolute;
	background-color:Transparent;	
}

#ctl00_SezioneNewsLetter .btnNewsLetters
{
	width:158px;
	height:50px;
	top:110px;
}

#ctl00_SezioneNewsLetter .btnMiniNewsLetters
{
	width:26px;
	height:26px;
	top:68px;
	right:4px;
}

.NewsletterIta
{
	background:transparent url(../img/all/bgNewsLetter.jpg) no-repeat 0 0;
}
.NewsletterFra
{
	background:transparent url(../img/all/bgNewsLetter_fra.jpg) no-repeat 0 0;
}
.NewsletterEng
{
	background:transparent url(../img/all/bgNewsLetter_ENG.jpg) no-repeat 0 0;
}
.NewsletterGer
{
	background:transparent url(../img/all/bgNewsLetter_TED.jpg) no-repeat 0 0;
}
.NewsletterSpa
{
	background:transparent url(../img/all/bgNewsLetter_SPA.jpg) no-repeat 0 0;	
}

.NewsletterPrt
{
	background:transparent url(../img/all/bgNewsLetter_PRT.jpg) no-repeat 0 0;	
}

.NewsletterRus
{
	background:transparent url(../img/all/bgNewsLetter_RUS.jpg) no-repeat 0 0;	
}

.NewsletterRus input[type=text]
{
    
	top:90px !important;
}

#SitoMPlaza #ColonnaDestra #SezioneValuta
{
	float:right;
	text-align:right;
}

#RotatorContenitore
{
	float:left;
	border: solid 1px #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	width:159px;
	height: 500px;
	text-align:center;	
}
#RotatorContenitore .NavSU
{
	border-bottom:solid 1px #cccccc;
	height: 15px;
	background-color: #E9E9E9;
	text-align: center;
	float:left;
} 

#RotatorContenitore .NavSU img:hover,
#RotatorContenitore .NavGIU img:hover
{
	padding-top:2px;
}

#RotatorContenitore .NavGIU
{
	height: 15px;
	background-color: #E9E9E9;
	width: 100%;
	text-align: center;
	border-top:solid 1px #cccccc;
	float:left;
}


/***********************************/
/**** COLONNA SINISTRA			  **/
/***********************************/

#SitoMPlaza #ColonnaSinistra
{
	float:left;
	width:150px;
	margin-top:5px;	
	margin-bottom:14px;
	position:relative;
	z-index:3;
}

#SitoMPlaza #ColonnaSinistraDettaglio
{
	float:left;
	width:150px;
	margin-top:5px;	
	position:relative;
	z-index:3;
}


#SitoMPlaza #ColonnaSinistra div.navigazioneDX
{
	position:relative;
	float:left;
}

div#ctl00_divCategoriaSelezionata
{
	width:143px;
	height:21px;
	color:#000000;
	font-size:14px;
	font-weight:bolder;	
	text-align:left;
	padding:7px 0px 0px 8px;
	margin-left:5px;
	margin-bottom:8px;
}
	
div.SportSlz
{
	background:transparent url(../img/MasterPage/bgSportSlz.png) no-repeat 0 0;
}
div.MusicaSlz
{
	background:transparent url(../img/MasterPage/bgmusicSlz.png) no-repeat 0 0;
}
div.CinemaTVSlz
{
	background:transparent url(../img/MasterPage/bgcinematvslz.png) no-repeat 0 0;
}
div.CartoniSlz
{
	background:transparent url(../img/MasterPage/bgcartoonlz.png) no-repeat 0 0;
}
div.VarieSlz
{
	background:transparent url(../img/MasterPage/bgvarieslz.png) no-repeat 0 0;
}

#ColonnaSinistra div.SezioneFiltri
{	
	color:#666666;
	float:left;
	border:solid 1px #cce2fd;
	width:139px;
	margin-left:8px;
	margin-top:10px;
}

#ColonnaSinistra div.SezioneFiltri div.header
{
	padding:5px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:#cce2fd;
	text-align:left;
}

#ColonnaSinistra div.SezioneFiltri ul
{
	font-size:12px;
	padding:0 6px;
}

#ColonnaSinistra li.header
{
	color:#E47911;
	font-weight:bold;
	font-size:13px;
	margin-bottom:2px;
	padding:0 !important;
}

#ColonnaSinistra div.SezioneFiltri ul li
{
    margin:5px 0;
    padding-left: 5px;
}

#ColonnaSinistra div.SezioneFiltri ul li a
{
	color:#666666;
	line-height:1.2em;
}

#ColonnaSinistra div.SezioneFiltri ul li a.lnkFiltroSelezionato
{
	font-weight:bold;
}

/***********************************/
/**** FOOTER					  **/
/***********************************/

#SitoMPlaza #Footer
{
    background-color: #FFFFFF;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-bottom:1px solid #bbbbbb;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
    clear: both;
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 1014px;	
}




#SitoMPlaza #Footer #linkFooter
{
	width:100%;
	text-align:center;
	margin-top:4px;
}

#SitoMPlaza #Footer #ctl00_linkTrovaprezzi
{
	margin-top:10px;	
	width:100%;
	text-align:center;
}

#SitoMPlaza #Footer #ctl00_linkTrovaprezzi span
{
	padding-left:0; 
	padding-right:5px; 
	vertical-align:middle;
	margin:0 5px 0 5px;
}

#SitoMPlaza #Footer #DatiLegali
{
	width: 100%;
	text-align: center;
	font-size: 9px;
	padding: 20px 0 10px;
	font-family: Verdana;
	color: #999999;
}


#SitoMPlaza #Footer #linkProdottiCatalogo
{
	float:right;
	font-size:12px;
	margin-top:10px;
	margin-right:10px;
}

#SitoMPlaza #Footer #linkProdottiCatalogo a
{
	font-weight:bold;
}

#SitoMPlaza #Footer #BannerPagamentiConsegne
{
	display:block;
	margin-left:38px;	
	float:left;
	margin-top:10px;
}

#SitoMPlaza #Footer #lima
{
    float:left;
    display:inline-block;
    margin-left:30px;
}

div.banneriniSX
{
	text-align:right;
	margin:7px 0px 7px 8px;
	float:left;
}

div.banneriniDX
{
	text-align:right;
	margin:7px 0px 7px 8px;
	float:right;
}


/*********************************************/
/***     POPUP NEWSLETTER HOME PAGE		   ***/
/*********************************************/

.coprente
{
	-moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../img/all/bgPopup.png");
    background-position: 0 0;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
	top:0;
	left:0;
    width: 100%;
    z-index: 30;
}

.coprente .popup
{
	background-color: #FFFFFF;
    height: 351px;
    margin-top: 8%;
    width: 540px;
    position:fixed;
    left:50%;
    top:50%;
    margin-top:-180px;
    margin-left:-280px;
}

.coprente .popupNewsLetterITA
{
    background:transparent url("../img/NewsletterCodiceSconto/BannerPopupITA.jpg") no-repeat 0 0;
}
.coprente .popupNewsLetterENG
{
    background:transparent url("../img/NewsletterCodiceSconto/BannerPopupENG.jpg") no-repeat 0 0;
}
.coprente .popupNewsLetterFRA
{
    background:transparent url("../img/NewsletterCodiceSconto/BannerPopupFRA.jpg") no-repeat 0 0;
}
.coprente .popupNewsLetterSPA
{
    background:transparent url("../img/NewsletterCodiceSconto/BannerPopupSPA.jpg") no-repeat 0 0;
}
.coprente .popupNewsLetterGER
{
    background:transparent url("../img/NewsletterCodiceSconto/BannerPopupGER.jpg") no-repeat 0 0;
}

.coprente .popup > a
{
	display: inline-block;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    z-index:32;
}

.coprente .popup .txtPopup
{
	position:absolute;
	left:142px;
	outline:none;	
	top:225px;
	border:none !important;
	width:269px;
	padding-top:8px !important;
	padding-bottom:7px !important;
	display:inline-block;
}

.coprente .popup .lnkPopup
{
	height: 37px;
    left: 177px;
    position: absolute;
    top: 277px;
    width: 198px;
}

/*******************************************/
/****   CARRELLO / WHISHLIST DINAMICO	****/
/*******************************************/

#divCarrelloDinamico
{
	position:absolute;
	right:0px;
	top:0px;
	width:312px;
	display:none;
}

#divWishlistDinamico
{
	position:absolute;
	right:0px;
	top:0px;
	width:312px;
	display:none;
}

.CarrelloDinamicoBottomSeparator
{			
	border-left:solid 1px #cccccc;
	border-right:solid 2px #828282;
	background-color:White;
}

.CarrelloDinamicoBottom
{
	background-image:url(../img/MasterPage/CarrelloDinamicoBottom.png);	
	background-repeat:no-repeat;
	height:37px;
	font-family:Tahoma;
	font-size:12px;
}
.CarrelloDinamicoTop
{
	background-image:url(../img/MasterPage/CarrelloDinamicoTop.png);	
	background-repeat:no-repeat;	
	height:35px;
	font-family:Tahoma;
	font-size:12px;
}

.WhishListDinamicoTop
{
	background-image:url(../img/MasterPage/WhishListDinamicoTop.png);	
	background-repeat:no-repeat;	
	height:35px;
	font-family:Tahoma;
	font-size:12px;
}

.DettaglioCarrelloDinamico
{
	border-left:solid 1px #cccccc;
	border-right:solid 2px #828282;
	background-color:White;
	width:100%;
	font-family:Arial;
	font-size:11px;
}

.btnCarrelloDinamico
{
	background-image:url(../img/masterpage/CarrelloSelezionato.png);
	background-repeat:no-repeat;
	background-position:right;		
}

.btnWhishListDinamico
{
	background-image:url(../img/masterpage/WhishListSelezionato.png);
	background-repeat:no-repeat;
	background-position:right;	
}

.CssTotale
{
	margin-left:3px;
}

/*********************************************/
/***			POPUP LOGIN 			   ***/
/*********************************************/

#TabLogin
{
	background-color:White;
	font-family:Tahoma;
}

/*******************************************************/
/****	   HOME PAGE / BRAND - PLAYER PAGE			****/
/*******************************************************/

#SezioneInfoBrand .header
{
	position:relative;
	margin-top:10px;
	margin-bottom:18px;
}

#SezioneInfoBrand .header > img
{
	float:left;
	display:inline-block;
}

#SezioneInfoBrand h1
{
	display:inline-block;
	font-size:20px;
	color:#666666;
	font-family:Tahoma;
	margin:0;
	padding-left:8px;
	padding-top:3px;
	font-weight:normal;
}

#SezioneInfoBrand p
{	
	font-size:11px;
	color:#333333;
	font-family:Verdana;
	text-align:justify;
	line-height:17px;
	margin:0;
}

#SezioneInfoBrand .InfoBrand
{
	position:relative;
	float:left;
	width:605px;
	background-color:#d1d147;
	padding:20px;
	margin-bottom:25px;
}

#SezioneInfoBrand .InfoBrand .topDiv
{
	position:absolute;
	top:-7px;
	left:0;
	background:transparent url(../img/all/BgSupInfoBrand.gif) no-repeat 0 0;
	width:100%;
	height:14px;
}

#SezioneInfoBrand .InfoBrand .bottomDiv
{
	position:absolute;
	left:0;
	bottom:-16px;
	background:transparent url(../img/all/bgSottoInfoBrand.gif) no-repeat 0 0;
	width:100%;
	height:30px;
}

#ctl00_ContentPlaceHolderCenter_areaStoricoProdotti
{
	width:640px;
	height:166px;
	margin-bottom:7px;
	margin-top:10px;
	border:solid 2px #cccccc;
}

#ctl00_ContentPlaceHolderCenter_areaStoricoProdotti .header
{
	width:100%;
	background-color:#f1f1f1;
	
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#008080;
		
	height:15%;
	border-bottom:solid 1px #cccccc
}

#ctl00_ContentPlaceHolderCenter_areaStoricoProdotti .content
{
	background-color: White;
	font-family: verdana;
	font-size: 10px;
	text-align:left;	
	height:60%;	
	margin-left:5px;
	width:98%;
}


#AreaPaginaHome
{
	width:100%;
}

.barraProdottiHome
{
	background-image:url(../img/all/BarraHomeProdotti.jpg);
	background-repeat:no-repeat;
	width:534px;
	height:32px;	
}

.barraHomeProdottiUDB
{
	background-image:url(../img/all/BarraHomeProdottiUDB.jpg);
	background-repeat:no-repeat;
	width:534px;
	height:32px;	
}

.barraProdottiHome a
{
	text-decoration:none;
}

.barraHomeProdottiUDB a
{
	text-decoration:none;
}

.sepLinkBarraHomeProdotti
{
	background-image:url(../img/MasterPage/SeparatoreSubMenu.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
}

.linkBtnBarraHomeProdotti
{
	font-family:Tahoma;
	font-size:12px;
	color:#008080;	
}

.linkBtnBarraHomeProdottiSelezionato
{
	font-family:Tahoma;
	font-size:13px;
	color:#FF0F0F;
	font-weight:bold;	
}

.vetrinaProdotti
{	
	height:400px;		
	border-left:solid 2px #cdcdcd;
}

.vetrinaProdottiUDB
{	
	height:300px;	
	border-left:solid 2px #cdcdcd;
	border-right:solid 2px #cdcdcd;
}

.NumPageSelected
{
	background-image: url(../img/all/PageSelected.png);
	background-repeat: no-repeat;
	background-position: center;
	color: Black;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

.NumPagNoSelected
{	
	color: #333333;
	text-align: center;
}

.NumPagNoSelected a
{	
	text-decoration:none;
}

.NumPagNoSelected a:hover
{	
	color: Black;
	text-decoration:underline;
	font-weight:bold;	
}

.FooterVetrina
{
	background-image:url(../img/all/FooterVetrina.jpg);	
	background-repeat:no-repeat;
	height:28px;	
}

.descrizioneProdottoVetrina
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*******************************************/
/****  		  BRAND.ASPX PAGE			****/
/*******************************************/

.headerBrandPage
{
	margin-top:8px;
	background-image:url(../img/all/BarraIndiceAlfabetico.jpg);
	width:643px;
	height:26px;
}
.VetrinaBrand
{
	width:645px;
	border-left:solid 2px #cdcdcd;		
}
.AngoloSXVetrina
{
	background-image:url(../img/all/AngoloSXVetrina.gif);
	background-repeat:no-repeat;	
	background-position:right top;
	height:20px;
}

/*******************************************/
/****      CONTENITORE STEPS      		****/
/*******************************************/

#contenitoreSteps,
div.Pannello
{
	width:645px;
	font-family:Tahoma;
}

#contenitoreSteps #headerSteps
{
	background-image:url(../img/all/BarraStep.jpg);
	background-repeat:no-repeat;
	height:27px;	
}

#contenitoreSteps #headerWishlist,
div.Pannello div.Top
{
	background-image:url(../img/all/TabWishlist.gif);
	background-repeat:no-repeat;
	height:26px;	
	font-size:12px;
	color:Red;
	font-weight:bold;
}

div.Pannello div.Top
{
	text-align:center;
	padding-top:5px;
	width:130px;
	height:21px;
}

#contenitoreSteps #headerSuggerimenti
{
	background-image:url(../img/all/TabSuggerimenti.gif);
	background-repeat:no-repeat;
	height:26px;	
	font-size:12px;
	color:Red;
	font-weight:bold;
}

#contenitoreSteps #Steps
{
	width:621px;
	height:100%;
}

#contenitoreSteps #Steps td
{
	font-family:Tahoma;
	font-size:13px;
	color:#108888;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/MasterPage/SeparatoreSubMenu.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.StepSelezionato
{
	font-family:Tahoma;
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
}

#contenitoreSteps #angoloDX,
div.Pannello div.AngoloDX
{	
	background-image:url(../img/all/AngoloSXVetrina.gif);
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;	
}

#contenitoreSteps #angoloSX
{
	border-left:solid 2px #cccccc;
}

#contenitoreSteps div.angoloDX
{
	background: url(../img/all/AngoloSXVetrina.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 18px;
	float: left;
	width: 20px;
}

#contenitoreSteps div.angoloSX
{
	border-left:solid 2px #cccccc;
	border-top:solid 2px #cccccc;	
	height:16px;
	float:left;
	width:623px;
}


div.Pannello div.AngoloSX
{
	border-left:solid 2px #cccccc;
	border-top:solid 2px #cccccc;
	height:20px;
	width:625px;
	float:left;
}

#contenitoreSteps #step,
div.Pannello div.Middle
{
	border-left:solid 2px #cccccc;
	border-right:solid 2px #cccccc;
}

div.Pannello div.Middle
{	
	text-align:center;
	width:641px;
}

#contenitoreSteps #footer,
div.Pannello div.Footer
{
	background-image:url(../img/all/FooterVetrina.jpg);
	background-repeat:no-repeat;
	height:28px;		
}

/*******************************************/
/****      REGISTRAZIONE.ASPX PAGE		****/
/*******************************************/

/** Nota Da rimuovere quando sarà online la nuova pagina **/

.headerSteps
{
	background-image:url(../img/all/BarraStep.jpg);
	background-repeat:no-repeat;
}

#tabRegistrazione td
{
	font-family:Verdana;
	font-size: 11px;
	color:#666666;
}

#tabRegistrazione #separator
{
	height:15px;
}

#tabRegistrazione #headerParagrafo1,#headerParagrafo2,#headerParagrafo3,#headerParagrafo4,#headerParagrafo5
{
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	border-bottom:dotted 1px #cccccc;
	text-align:left;
	height:23px;	
}

.formRegistrazione
{
	font-family:Verdana;
	font-size: 11px;	
	margin-left:2px;
	width:160px;	
}

.formRegistrazioneFocus
{
	font-family: Verdana;
	font-size: 11px;
	margin-left: 2px;
	width: 160px;
	background-color: #FFFFCC;
}

#tabRegistrazione #SezioneDatiPersonali,
#tabRegistrazione #SezioneDomicilio, 
#tabRegistrazione #SezionePassword,
#tabRegistrazione #SezioneCodiceAntifrode
{
	margin-top:8px;
	margin-bottom:10px;
}

#tabRegistrazione #SezioneDomicilio td, #SezionePassword td, #SezioneDatiPersonali td
{
	height:26px;
}

#tabRegistrazione #SezioneCodiceAntifrode a:hover
{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

#ctl00_ContentPlaceHolderCenter_tabSummaryValidation, #ctl00_ContentPlaceHolderCenter_tabErrorMessageRegistrazione
{
	margin-bottom:10px;	
	border:solid 1px #cccccc;
	background-color:#FFFFCC;
}

#ctl00_ContentPlaceHolderCenter_tabSummaryValidation #ctl00_ContentPlaceHolderCenter_headerSummary, 
#ctl00_ContentPlaceHolderCenter_tabErrorMessageRegistrazione #ctl00_ContentPlaceHolderCenter_headerErrorMessage
{
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	font-family: Verdana;
	font-weight: bold;
	height: 25px;
	background-color: #FFFFCC;	
}

.ValidatorSummaryCSS,.CssErroriRegistrazione
{	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	list-style-position:inside;
	list-style-type: circle;
}

input.error,select.error  { background: #fed; border: 1px solid #e00; }

#tabRegistrazione input.NoCivico
{
	background-color:ButtonFace;
}

#tabRegistrazione .lblNoCivico
{
	display:inline-block;
	position:absolute;
	top:-2px;
	left: 98px;	
	width:200px;
}

#tabRegistrazione .NonValido
{
	font-family:Verdana;
	font-size: 11px;	
	margin-left:2px;
	width:160px;	
	border-color:Red;
}


/******************************************/
/****		BASKET.ASPX PAGE			****/
/*******************************************/


#tabCarrello
{
	font-family:Verdana;
	color:#666666;	
}

.itemCarrello
{
	border-right:solid 1px #9A9A9A;
	height:25px;	
	font-size:10px;		
}
.lastItemCarrello
{
	height:30px;
	font-size:10px;
}

.headerGrigliaCarrello
{
	border:solid 1px #9A9A9A;
	font-size:11px;
	color:#008080;
	height:30px;
}

#tabCarrello #tabToolBarCarrello
{	
	font-size:12px;
	font-weight:bold;
	color:#008080;
	margin-bottom:10px;
	margin-top:5px;
}

.tabCarrelloVuoto
{
	background-color: #FFFFCC;
	color: #666666;	
	font-size:11px;
	font-weight:bold;
	height:28px;
}
.listaErroriCarrelloCSS
{
	margin-bottom: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

/*******************************************/
/****		WISHLIST ASPX PAGE			****/
/*******************************************/


.tabWishlistVuota
{
	background-color: #FFFFCC;
	color: #666666;	
	font-size:11px;
	font-weight:bold;
	height:28px;
}


/*******************************************/
/****      BASKETCOMPLETA.ASPX PAGE		****/
/*******************************************/

#tabPagamento
{
	font-family:Verdana;
	color:#666666;
}

#tabPagamento #headerCodicePromozione, #headerModalitaPagamento, #headerSpedizione, #headerModificaDati
{
	background-color:#EFEFEF;
	font-weight:bold;	
	font-size:13px;
	height: 27px;
}

#ctl00_ContentPlaceHolderCenter_SezioneModalitaDiPagamento span.rbtnText
{
	display:inline-block;
	font-weight:bold;
}

#ctl00_ContentPlaceHolderCenter_SezioneModalitaDiPagamento span.rbtnControllo
{
	display:inline-block;
	left:52px;
	position:absolute;
	top:19px;
}

#ctl00_ContentPlaceHolderCenter_SezioneModalitaDiPagamento span.rbtnControlloSofort
{
	left:105px !important;
	top:17px !important;
}

#ctl00_ContentPlaceHolderCenter_SezioneModalitaDiPagamento span.rbtnControlloClickBuy
{
    left:150px !important;
    top:12px !important;
}

.cssLblPagamento
{
	color:#008080;
	font-size:11px;
	font-weight:bold;	
}

#tabDatiSpedizione td
{
	font-size:11px;
	background-color:#EFEFEF;
	color:#666666;
}

.headTabIndirizzo
{
	font-weight:bold;
	text-align:left;
}

#tabModificaDatiSpedizione
{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	border-bottom:dotted 1px #cccccc;	
}

.inputCssModificaDatiSpedizione
{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	margin-left:3px;
	width:90%;
}

.stilePopupInfo
{	
	font-size:11px;
	font-family:Verdana;
    width: 225px;
    height: 115px;        
}

.PromozioneKO,.pnlProdottiNonVendibili,#ctl00_ContentPlaceHolderCenter_pnlErroriGiftCard
{
	width: 100%;
	height: 50px;
	border: 1px solid #CC0000;
	background-color: #FFFFCC;
	color: #CC0000;
	margin-bottom:10px;
	font-size:11px;	
	font-family:Verdana;
}

.PromozioneOK
{
	width: 100%;
	height: 60px;
	border: 1px solid #C0C0C0;
	background-color: #E7FFCE;
	color: #666666;
	margin-bottom: 10px;
	font-size:11px;
	font-family: Verdana;
}
#ctl00_ContentPlaceHolderCenter_pnlResultsCoupons #headerPnlResultsCoupons,
#ctl00_ContentPlaceHolderCenter_divProdottiNonVendibili #headerDivProdottiNonVendibili,
#ctl00_ContentPlaceHolderCenter_pnlErroriGiftCard headerPnlErroriGiftCard
{
	font-size:12px;
	font-weight:bold;
	margin:4px 4px 4px 4px
}

#divDettagliSpeseSpedizione
{
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
}

div.pnlInfoNoContrassegno
{
	margin:15px 0 15px 0;
	padding:10px;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	background-color: #E7FFCE;
	border: 1px solid #C0C0C0;
	text-align:left;
}

div.pnlInfoNoContrassegno span.header
{
	float:left;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
}

div.pnlInfoNoContrassegno img
{
	float:left;
	display:block;	
}

.tooltipInfoCoupon
{
	background: url('../img/all/vetrinasfondo.jpg');
}

#divCambioDatiDinamico
{
	float:left;
	width:100%;
	text-align:left;
}

#divCambioDatiDinamico input[type=text],
#divCambioDatiDinamico select,
#divCambioDatiDinamico textarea
{
	border:solid 1px #bbbbbb;
}

#divCambioDatiDinamico .header
{
	background-color:#EFEFEF;
	font-weight:bold;	
	font-size:13px;
	height: 17px;
	padding:5px 0 5px 7px;
}

#divCambioDatiDinamico > div
{
	width:100%;
	margin:5px 0;
	display:inline-block;
}

#divCambioDatiDinamico > div .CampoIntestazione
{
	margin-left:3px;
	margin-bottom:2px;
	display:inline-block;
	font-weight:bold;
	width:100%;
}

#divCambioDatiDinamico div.indirizzo .col1
{
	width:340px;
	float:left;
	text-align:left;
}
#divCambioDatiDinamico div.indirizzo .col2
{
	width:100px;
	float:left;
	text-align:left;
	margin-left:10px;
}
#divCambioDatiDinamico div.indirizzo .col3
{
	width:150px;
	float:left;
	text-align:left;
	position:relative;	
}
#divCambioDatiDinamico div.indirizzo .col3 > span
{
	position:absolute;
	top:18px;
	margin-left:30px;
}

#divCambioDatiDinamico div.indirizzo .col3 > input
{
	left:10px;
	position:absolute;
	top:15px;
}

#divCambioDatiDinamico div.localita .col1
{
	width:50%;
	float:left;
}

#divCambioDatiDinamico div.localita .col2
{
	width:50%;
	float:left;
}

#divCambioDatiDinamico div.nazione .col1
{
	width:50%;
	float:left;
}

#divCambioDatiDinamico div.nazione .col1 select
{
	padding:1px 0;
	width:92%;
}

#divCambioDatiDinamico div.nazione .col2
{
	width:50%;
	float:left;
}
 
/*******************************************/
/****	     LOGIN.ASPX PAGE			****/
/*******************************************/

#tabInformazioniAccesso
{
	font-family:Verdana;
	margin-bottom:20px;
	color:#666666;
}
#tabInformazioniAccesso #headerNuovoCliente, #headerLogin
{
	font-size:13px;
	font-weight:bold;
	background-color:#EFEFEF;
	height:29px;
	text-align:left;	
}

#pnlNuovoCliente,#ctl00_ContentPlaceHolderCenter_pnlLogin
{
	border:solid 1px #9A9A9A;
	width:95%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	height:271px;
}

#subTitleNuovoCliente,#subTitleLogin
{
	font-size:12px;	
	text-align:left;	
	margin-top:10px;
	font-weight:bold;		
	margin-left:5px;
}

#txtInfoNuovoCliente

{
	margin-top:20px;
	font-size:11px;
	text-align:left;
	margin-bottom:32px;
	margin-left:5px;
	margin-right:5px;

}

#ctl00_ContentPlaceHolderCenter_pnlLogin #tabFormLogin 
{
	margin-left:10px;
	margin-top:20px;
}

#ctl00_ContentPlaceHolderCenter_pnlLogin a:hover
{
	font-weight:bold;
	text-decoration:underline;
}

#ctl00_ContentPlaceHolderCenter_pnlErrorLogin
{
	padding:2px 2px 2px 2px;
	margin-top:5px;
	margin-bottom:30px;
	border:solid 1px #cccccc;
	background-color: #FFFFCC;
	visibility:hidden;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	color:Maroon;
}

/*******************************************/
/****	     PAGAMENTO.ASPX PAGE		****/
/*******************************************/

.AvvisoOrdine
{
    text-align:left;
    background-color: #eef;
    border: 1px solid #ccc;
    margin-bottom:10px;
    padding: 10px;
    width: 600px;
    display:inline-block;
}

#AvvisoOrdine a
{
    text-decoration:underline;
}

#headerRiepilogo, #ctl00_ContentPlaceHolderCenter_headerCartaCredito
{	
	font-size:13px;
	font-weight:bold;
	text-align:left;
	background-color:#EFEFEF;	
	width:95%;	
	height:27px;	
}
#tbRiepilogoDettaglio,#ctl00_ContentPlaceHolderCenter_pnlDatiCartaCredito
{
	margin-top:5px;
	margin-bottom:10px;
	font-size:11px;
	width:100%;
}
#tbRiepilogoDettaglio td
{
	height:25px;
}

.csslblTotale
{
	font-weight:bold;
	font-size:13px;	
	padding:2px 2px 2px 8px;
	margin-right:5px;
}

.cssFormPagamento
{
	font-family:Verdana;
	font-size:11px;
}

#tabRiepilogo
{
	margin-bottom:10px;
	width:95%;
	font-size:12px;	
	font-family:Verdana;
	color:#666666;
}

#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard
{
	font-family:Verdana;
	font-size:12px;
	height:150px;
}


#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard span
{
	margin-left:8px;
}

#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .header
{
	width:100%;
	background-color:#EFEFEF;	
	color:#666666;
	height:24px;
	font-weight:bold;
	margin-bottom:3px;
	padding-top:3px;
	text-align:left;	
}

#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .sepLine
{
	border-top:solid 1px #9A9A9A;
	width:100%;
	height:6px;
}

#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .sepLinePanel
{
	border-top:dotted 1px #9A9A9A;
	width:100%;	
	height:10px;
}


#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .content .row
{
	width:100%;
	background-color:#ECF0F1;	
	color:#666666;
	height:21px;
	padding-top:6px;
	font-size:11px;
	text-align:right;
}

#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .content .alternateRow
{
	width:100%;
	background-color:White;
	color:#666666;
	height:21px;
	padding-top:6px;
	font-size:11px;
	text-align:right;	
}

#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .row div,
#ctl00_ContentPlaceHolderCenter_PnlRiepilogoGiftCard .alternateRow div
{
	float:left;
	width:70%;
	text-align:left;	
}

/*******************************************/
/****	     ERRORE.ASPX PAGE			****/
/*******************************************/

#pnlErroreMerchandisingPlaza
{
	border: 1px solid #FF9933;
	background-color: #FFFFCC;
	color: #993300;
	font-family: Verdana;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 50px;
	margin-top: 10px;
	width: 85%;
}

/*******************************************/
/****		GIFT CARD INTERFACCIA 		****/
/*******************************************/


/* PAGINA INTRODUTTIVA  GIFT CARD */

#giftCardIntroPage
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	width:100%;
}

#giftCardIntroPage .separator
{
	width:97%;
	background-color:#EFEFEF;
	margin-left:10px;
	height:18px;
	clear:both;
	padding-top:3px;
}

#giftCardIntroPage .SelezionaTipoInvio
{
	height:250px;	
	margin-bottom:10px;
}

#giftCardIntroPage .content
{
	border-left:solid 2px #cdcdcd;
	border-right:solid 2px #cdcdcd;
	clear:both;
	width:641px;	
	height:500px;
	text-align:center;
}

#giftCardIntroPage .SottoTitolo
{
	font-family:Tahoma;
	font-size: 20px;
	color: #FFC000;	
}

#giftCardIntroPage a
{
	text-decoration:underline;
	font-weight:bold;	
	color:#008081;
}

#giftCardIntroPage .SezioneInfo
{
	font-size:13px;
	width:94%;
	font-family:Tahoma;
	text-align:justify;
	margin-left:20px;
	color:#666666;
}

#giftCardIntroPage .linkEmailGiftCard:hover
{
	border-left:solid 6px White;
}

/* PAGINA INSERIMENTO DATI GIFT CARD */

.CalendarGiftCard1
{
	width:100px;
	height:500px;
}

#giftCardPage
{
	width:645px;		
	text-align:center;
}

#giftCardPage input
{
	font-size:12px;
	font-family:Verdana;	
}

.ThumbNailSelected:hover
{
	border:solid 2px #cccccc;
}

.ThumbNailSelected
{
	border:solid 2px white;	
}

#giftCardPage .content .separator
{
	width:97%;
	background-color:#EFEFEF;
	height:19px;
	clear:both;	
	margin-left:10px;
}

#giftCardPage .header,
#giftCardIntroPage .header

{
	background-image:url(../img/all/TabSuggerimenti.gif);
	background-repeat:no-repeat;
	height:26px;	
	font-size:12px;
	color:Red;
	font-weight:bold;	
	text-align:left;
}


#giftCardPage .header div,
#giftCardIntroPage .header div
{
	margin-top:6px;
	font-family:Verdana;	
}

#giftCardPage .content
{
	border-left:solid 2px #cdcdcd;
	border-right:solid 2px #cdcdcd;
	clear:both;
	width:641px;	
	text-align:center;
}

#giftCardPage .content div
{
	margin-top:5px;
	width:100%;
	margin-bottom:10px;
	margin-top:5px;
}

#giftCardPage .content div .col1
{
	float:left;
	width:40%;
	text-align:left;	
}

#giftCardPage .content div .col2
{
	float:left;	
	width:60%;
	text-align:left;	
}

#giftCardPage .content span
{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#008080;	
}

#giftCardPage .content #ctl00_ContentPlaceHolderCenter_sezioneDataInvio
{
	height:70px;
}


#giftCardPage .footer,
#giftCardIntroPage .footer
{
	background-image:url(../img/all/FooterVetrina.jpg);	
	background-repeat:no-repeat;
	height:28px;
	text-align:center;
}

#giftCardPage .InfoBtn
{
	border:none;
	margin-left:2px;		
}

#giftCardPage .NumStep
{
	margin-left:10px;
	margin-right:5px;
}

.formGiftCard
{
	border:solid 1px #999999;
	padding:2px 2px 2px 2px;

}

.formGiftCardOnFocus
{
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	padding: 2px 2px 2px 2px;
}



/* Controllo selezione layout gift card */

#ctrlSelectLayout #menu
{
	padding:10px 5px 10px 5px;
	font-family: verdana;
	font-size: 11px;
	height:355px;	
	width:157px;
	float:left;
	overflow:scroll;
	color:#666666;
}

#ctrlSelectLayout #content
{
	background-color: White;
	font-family: verdana;
	font-size: 10px;
	text-align:left;	
	height:349px;
	width:71%;
}

#ctrlSelectLayout #footerPager
{
	background-color: #f6f4ed;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	height: 25px;
	float: right;
	width: 71%;	
	border-top:solid 1px #cccccc;
}

#ctrlSelectLayout #footerPager #pager
{
	padding-top:6px;
	padding-bottom:3px;
}


#ctrlSelectLayout .InfoAnteprima
{
	background-color:#F6F4ED;
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	height:21px;
	margin-top:10px;
	padding-top:2px;
}

#ctrlSelectLayout .InfoAnteprima img
{
	margin-left:10px;
	margin-right:5px;
}

#ctrlSelectLayout .MacroCategorie
{
	height:18px;
	width:136px;
	background-color:#f6f4ed;	
	padding-top:3px;
	padding-left:4px;
	
}

#ctrlSelectLayout ul li a
{
	margin-left: 5px;
	padding: 2px 0px 2px 0px;
	color:#666666;
}

.linkGiftLayoutSelected
{
	color: red;
	font-weight:bold;
}

#ctrlSelectLayout ul
{
	padding: 4px 0px 4px 0px;
	list-style-type:none;	
}

#ctrlSelectLayout ul li
{
	
	border-bottom:dotted 1px #cccccc;
	padding:5px 0px 5px 0px;
}

#popupGiftCard
{
	position:absolute;
	visibility:hidden;
}

.grpGiftCardstyle
{
	float:left;
	text-align:center;
	width:30%;
	margin:10px 5px 10px 5px;
	height:120px;
}

#ctl00_ContentPlaceHolderCenter_pnlErroriGiftCard 
{
	width: 640px;
	height:auto;	
	border: 1px solid #CC0000;
	background-color: #FFFFCC;
	font-size:11px;	
	font-family:Verdana;
	padding:5px 0px 5px 0px;
}

#ctl00_ContentPlaceHolderCenter_pnlErroriGiftCard #headerPnlErroriGiftCard
{
	color: #CC0000;
	font-size:12px;
	font-weight:bold;
	margin:2px 0px 0px 4px;
	
}

#ctl00_ContentPlaceHolderCenter_vsGiftCard
{
	clear:both;
	margin-left:45px;
	padding-top:5px;
	
}

.giftPaginaSelezionata
{
	border:1px solid #666666;
	padding:2px 3px 2px 3px;
	font-weight:bold;
	background-color: White;
	color:#666666;
}

/*******************************************/
/*				RICERCA.ASPX		       */
/*******************************************/

div.hdRicerca
{
	background:transparent url(../img/all/risultatodellaricerca.gif) no-repeat scroll 0 0;
	color:red;
	float:left;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	height:27px;
	margin-bottom:5px;
	padding-top:6px;
	text-align:center;
	width:184px;
}

#ctl00_ContentPlaceHolderCenter_areaSuggerimenti
{
	width:640px;
	height:166px;
	margin-bottom:7px;
	border:solid 2px #cccccc;
}

#ctl00_ContentPlaceHolderCenter_areaSuggerimenti #header
{
	width:100%;
	background-color:#f1f1f1;
	color:Black;
	font-family:Verdana;
	font-size:12px;
	height:15%;
	border-bottom:solid 1px #cccccc
}

#ctl00_ContentPlaceHolderCenter_areaSuggerimenti #content
{
	background-color: White;
	font-family: verdana;
	font-size: 10px;
	text-align:left;	
	height:60%;	
	margin-left:5px;
	width:98%;
}

.grpSuggerimenti
{
	float:left;
	text-align:center;
	width:30%;
	margin:0px 5px 10px 5px;
	height:80%;
}

/*************************************************/
/*			VETRINE PRODOTTI HOME PAGE			 */
/*************************************************/

#Vetrina, #vetrinaUDB, #VetrinaSeeAlso
{
	width:645px;
	text-align:left;
}

#Vetrina .content,
#vetrinaUDB .content,
#VetrinaSeeAlso .content
{
	min-height:300px;
	border-left:solid 2px #cdcdcd;
	border-right:solid 2px #cdcdcd;
	clear:both;
	width:641px;
	display:inline-block;
	position:relative;
}

#Vetrina .content #DIVProgress,
#vetrinaUDB .content #divProgressUDB,
#VetrinaSeeAlso .content #divProgressSuggerimenti
{
	position:absolute;
	left:50%;
	top:60%;
	margin-left:-100px;
	margin-top:-100px;	
}

#Vetrina .content .EmptyDataDIV, #vetrinaUDB .content .EmptyDataDIV
{
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	border: solid 2px #999999;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
}


#Vetrina .content #pnlLoading,
#vetrinaUDB .content #pnlLoading,
#VetrinaSeeAlso #pnlLoading
{
	text-align:center;
	height: 100px;
	width:200px;
}

#vetrinaUDB #headerSuggerimenti,
#VetrinaSeeAlso .header
{
	background-image:url(../img/all/TabSuggerimenti.gif);
	background-repeat:no-repeat;
	height:26px;	
	font-size:12px;
	color:Red;
	font-weight:bold;	
}

#Vetrina .header div, #vetrinaUDB .header div, 
#VetrinaSeeAlso .header div
{
	margin-top:10px;
	font-family:Verdana;
}

#Vetrina .footer, #vetrinaUDB .footer, #VetrinaSeeAlso #footer
{	
	background-image:url(../img/all/FooterVetrina.jpg);	
	background-repeat:no-repeat;
	height:28px;
	text-align:center;
}

.VetrinaPaginaSelezionata
{
	border:1px solid #333333;
	padding:2px 3px 2px 3px;
	margin-left:2px;
	margin-right:4px;	
	font-weight:bold;
	background-color: White;
	color:#333333;
	font-size:10px;
	font-family:Verdana;
	
	display:inline-block;
	margin-top:4px;	
	vertical-align:top;
}

.VetrinaNumeroPagina
{
	display:inline-block;
	margin-top:7px;	
	vertical-align:top;
	text-decoration:underline;
	padding-left:6px;
	padding-right:6px;
	font-size:10px;
	font-family:Verdana;	
}

.NextPrevVetrinaCSS
{	
	display:inline-block;
	margin-top:6px;	
	vertical-align:top;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
}

.navVetrinaDX
{	
	display:inline-block;
	margin-top:2px;	
	vertical-align:top;
	margin-left:30px;
	font-size:18px;
}

.navVetrinaSX
{
	display:inline-block;
	margin-top:2px;	
	vertical-align:top;
	margin-right:30px;	
	font-size:18px;
}
.grpVetrina
{
	float:left;
	text-align:center;
	width:30%;
	margin:0px 5px 10px 10px;
	height:130px;
}

.grpVetrinaSeeAlso
{
	float:left;
	text-align:center;
	width:30%;
	margin:0px 5px 10px 10px;
	height:110px;	
}


/*************************************************/
/*				IMPRESSUM PAGE					 */
/*************************************************/

#paginaImpressum .header
{
	background-color: #EFEFEF;
	height: 28px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	position:relative;
	vertical-align:top;
	
}

#paginaImpressum .header div
{
	padding-top:6px;
	margin-left:5px;
	color:#333333;
}

#paginaImpressum .content ul
{
	list-style:none;
	margin-left:15px;	
	font-size:11px;
	font-family: Verdana;
	color:#333333;
}

/*************************************************/
/*				ROTATOR PRODOTTI				 */
/*************************************************/

#RotatorContenitore
{
	width: 100%;
	border: solid 1px #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 500px;
	text-align:center;

	
}
#RotatorContenitore .NavSU
{
	border-bottom:solid 1px #cccccc;
	height: 15px;
	background-color: #E9E9E9;
	width: 100%;
	text-align: center;
	float:left;
} 

#RotatorContenitore .NavSU img:hover,
#RotatorContenitore .NavGIU img:hover
{
	padding-top:2px;
}

#RotatorContenitore .NavGIU
{
	height: 15px;
	background-color: #E9E9E9;
	width: 100%;
	text-align: center;
	border-top:solid 1px #cccccc;
	float:left;
}

div#RotatorProdotti       
{
	/* required settings */     
	position:relative;     
	overflow:hidden;      /* vertical scrollers have typically larger height than width */     
	height:  468px;     
	width:100%;
	float:left;
}  
/* root element for scrollable items */ 
div#RotatorProdotti  div.items      
{
	position:absolute;      /* this time we have very large space for the height */     
	height: 490px;
	top:0;
	left:0;
}

div#RotatorProdotti div.items .Prodotto     
{
	padding:10px 5px 10px 5px;
}

div#RotatorProdotti  div.items .Prodotto .prezzi
{
	color:Red;
	font-weight:bold;
}


/*************************************************/
/*			MAPPA CATEGORIA E BRANDS			 */
/*************************************************/

#BarraEspandibile
{
	display:inline-block;
	width:98%;
	background-color: #F4F4F4;	
	border: solid 1px gray;
	padding:8px 0 8px 0;
	font:bold 13px Verdana;
	color:#666666;
}

#MenuLink
{
	background-color: #F4F4F4;
	text-align: center;
}

#MenuLink a
{
	color: #575757;
}

#MenuLink a:hover
{
	color: red;

}

#MappaCategoria,#MappaBrands,#PagineSpeciali
{
	font-family:Verdana;
	font-size:10px;
	padding:10px;
}

#MappaCategoria .header,
#MappaBrands .header,
#PagineSpeciali .header
{	
	text-transform:uppercase;
	color:#666666;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding-bottom:8px;	
	background: transparent url(../img/all/SeparatorHorz.gif) repeat-x scroll right bottom;
}

#MappaCategoria .headMacroCategoria
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin-left:5px;
	float:left;
}

#MappaCategoria .content
{
	width:100%;
	text-align:left;
	float:left;
}

#MappaCategoria .tdSeparator
{
	height:400px;
	float:left;
	background: transparent url(../img/all/SeparatorCategorie.gif) repeat-y  right top;
}

#MappaCategoria ul
{
	list-style-type: none;
	font-family:Verdana;
	font-size:10px;
	margin-left:5px;
	margin-top:15px;
}

#MappaCategoria ul li
{
	padding:3px 3px 3px 0;	
}

#PagineSpeciali table
{
	font-family:Verdana;
	font-size:10px;
	margin-bottom:5px;
	float:left;
	width:100%;
}

#PagineSpeciali table td
{
	width:20%;
	text-align:left;
	vertical-align:top;
}



/************************************************
/*			   RISULTATO PAGAMENTO				*
/************************************************/

#pnlRisultatoTransazione .header
{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	background-color:#EFEFEF;	
	text-transform:uppercase;
	height:24px;
	width:95%;
	color:#333333;
	padding:6px 0 0 2px ;
	border-bottom:solid 1px #666666;
	margin:0 0 10px;
}

#pnlRisultatoTransazione .header img
{
	 float:left;
	 display:block;
	 margin:0 8px;
}

#pnlRisultatoTransazione .middle
{
	width:95%;
	margin-top:20px;
	float:left;
	color:#333333;
	min-height:150px;
}

#pnlRisultatoTransazione .bottom
{
	margin:20px 0 20px;
	float:left;
	text-align:center;
	width:95%;
	
}

#pnlRisultatoTransazione span.msgBonifico
{
	font-size:13px;
	font-weight:normal;
}

#pnlRisultatoTransazione span.msgBonifico
{
	font-size:13px;
	text-align:left;
}

#pnlRisultatoTransazione span.msgBonifico a
{
	text-decoration:underline;
}

#pnlRisultatoTransazione span.msgNoBonifico
{
	font-size:16px;
}

/* SHOPMANIA LINK */

#ctl00_linkShopmania
{
    margin-top:10px;
}

#ctl00_linkShopmania a
{
    text-decoration:underline;
}

