﻿* {
	margin: 0;
	padding: 0;
}


body
{
	/* Riga dello sfondo */
	background: #CCCCFF repeat left top;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url( 'bg_page.jpg' );
}

.Invisible
{
	visibility: hidden;
}

.PlBrands
{
	font-weight: bold;
	color: #FF9900;
}
.PlProducts
{
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}

#container
{
	border: 5px solid #FFFFFF;
	background-position: left top;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	background: #DADADA url(bg_container.png) repeat-y left top;
	z-index: 1;
	margin-bottom: 50px;
}



/*		Formatierung des Intro Blocks
-----------------------------------------------------------------------*/

#intro {
	background: transparent url(bg_intro.png) right top no-repeat;
	position: relative;
	padding: 1px;

}


#pageHeader {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

		#pageHeader h1{
			font: bold 154%/25px Arial, Helvetica, sans-serif;
		}
		
		#pageHeader h2{
			font: bold 90%/25px Arial, Helvetica, sans-serif;
		}


#quickSummary {
	color: #666666;
	font: normal 75%/18px Arial, Helvetica, sans-serif;
	right: 10px;	
	position: absolute;
	top: 10px;
}

		#quickSummary .pSearch
{
	background-position: left center;
	margin-top: 17px;
	background-image: url('Search.png');
	height: 35px;
	vertical-align: middle;
	text-indent: 5px;
	background-repeat: no-repeat;
	width: 297px;
}
		
		#quickSummary a, #quickSummary a:link, #quickSummary a:visited
{
	color: #FFFF00;
	font-weight: bold;
}
		
		#quickSummary a:hover, #quickSummary a:active, #quickSummary a:focus {
			text-decoration: none;
		}


#preamble
{
	background: transparent url(bg_preamble.jpg) left top no-repeat;
	color: #666666;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 5px 30px 5px 15px;
	margin-left: 210px;
	margin-top: 134px;
	width: 550px;
}

		#preamble h3 {
			background: transparent url(hl_roadto.gif) left top no-repeat;
			height: 0px;
			margin: 0 0 10px 0;
			width: 508px;
		}
			
		#preamble acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-weight: normal;
			font-size: 85%;
		}
		
		#preamble p {
			padding-left: 30px;
		}



/*		Formatierung des Content Blocks (supportingText)
-----------------------------------------------------------------------*/

#supportingText {
	color: #666666;
	margin-left: 210px;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 15px 35px 15px 15px;
	position: relative;
	min-height:780px; 
	max-width:550px;
}

		#supportingText acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-size: 85%;
			font-weight: normal;
		}

		/*#supportingText a, #supportingText a:link, #supportingText a:visited {
			color: #F29E00; 
			font-weight: bold;
			text-decoration: underline;
		}
		
		#supportingText a:hover, #supportingText a:active, #supportingText a:focus {
			text-decoration: none
		}*/
		
		#supportingText p {
			padding-left: 30px;
		
		}


#explanation {
	width: 250px;
	float: left;
}

		#explanation h3 {
			background: transparent url(hl_sowhat.gif) left top no-repeat;
			height: 0px;
			margin: 0 0 10px 1px;
			width: 260px;
		}
		
		#explanation .p1 {
			background: transparent url(cont_img_01.jpg) 30px 0px no-repeat;
			padding-top: 130px;
		}
		
		
#participation {
	margin-left: 265px;
	margin-top: -23px;
	width: 240px;
}
		
		#participation h3 {
			background: transparent url(hl_participation.gif) left top no-repeat;
			height: 0px;
			margin: 23px 0 10px 1px;
			width: 247px;
		}
		
		#participation .p1 {
			background: transparent url(cont_img_02.jpg) 30px 0px no-repeat;
			padding-top: 130px;
		}
		
#benefits {
	margin-bottom: 50px;
	width:480px;
}
#benefits h3 {
	background: transparent url(hl_benefits.gif) left top no-repeat;
	height: 0px;
	margin: 23px 0 10px 1px;
	width: 508px;
}


#requirements {
	margin-bottom: 50px;
	width:480px;
}
		
		#requirements h3 {
			background: transparent url(hl_requirements.gif) left top no-repeat;
			height: 0px;
			margin: 23px 0 10px 1px;
			width: 508px;
		}


#preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}



/*		Die Linklisten
-----------------------------------------------------------------------*/
 
#linkList
{
	background-position: 0px 2px;
	background: transparent url(bg_linkList.PNG) 0px 2px repeat-y;
	color: #666666;
	font-weight: normal;
	padding: 0px 10px 0 0;
	position: absolute;
	top: 134px;
	width: 221px;
}
		
		#linkList h3 {
			padding-left: 10px;
		}
		
		#linkList a, #linkList a:link, #linkList a:visited
{
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
		
		#linkList a:hover, #linkList a:active, #linkList a:focus
{
	text-decoration: none;
	color: #FF6600;
}		

#lCategories
{
	background: transparent url(bg_lselectTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 8px;
}	
#lListaBaby
{
	background: transparent url(bg_lbabyTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 8px;
}
.Categories {
	background: transparent;
	display: block;
	margin: 0 auto;
	height: 35px;
	width: 185px;
}
#lCategoriesFooter
{
	background: transparent url(bg_lselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}			

#lRegalo
{
	background: transparent url(bg_lregaloTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}	
.Regalo 
{
	text-align:center;
	background: transparent;
	display: block;
	margin: 0 auto;
	height: 35px;
	width: 185px;
}
#lRegaloFooter
{
	background: transparent url(bg_lselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}			

#lSpediz
{
	background: transparent url(bg_lspedizTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}	
.Spediz
{
	text-align:center;
	background: transparent;
	display: block;
	margin: 0 auto;
	height: 172px;
	width: 185px;
}


#lAssistenza
{
	background: transparent url(bg_lContattiTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: small;
}	
.Assistenza {
	background: transparent;
	display: block;
	margin: 0 auto;
	height: 50px;
	width: 185px;
}
.CustomerName
{
	color: #008000;
	font-weight: bold;
}
#lAssistenzaFooter
{
	background: transparent url(bg_lselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}			

/*		Footer Formatierung
-----------------------------------------------------------------------*/

#footer
{
	background: transparent url(bg_footerOK.png) left top no-repeat;
	position: relative;
	height: 130px;
	text-align: center;
	vertical-align: middle;
}
		
		#footer a, #footer a:link, #footer a:visited
{
	color: #666666;
	padding: 10px 0px 0px 0px;
	vertical-align: middle;
}
		



 
#linkListR
{
	background-position: 0px 2px;
	background: transparent url(bg_linkListR.png) 0px 2px repeat-y;
	color: #666666;
	font-weight: normal;
	padding: 0px 10px 0 0;
	position: absolute;
	top: 134px;
	width: 221px;
	margin-left: 776px;
}
		
		#linkListR h3 {
			padding-left: 5px;
		}
		
		#linkListR a, #linkListR a:link, #linkListR a:visited  {
			color: #666666;
			text-decoration: underline;
		}
		
		#linkListR a:hover, #linkListR a:active, #linkListR a:focus  {
			text-decoration: none;
		}
		
		#linkListR ul li {
			font-size: 70%;
			list-style: square;
			
		}


#lCart
{
	background: transparent url(bg_CarrelloTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left:15px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.Cart
{
	/*background: transparent url(Cart.png) left top no-repeat;*/
	display: block;
	margin: 0 auto;
	height: 35px;
	width: 185px;
}		

#lCartFooter
{
	background: transparent url(bg_Rselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}			

#lBimbo
{
	background: transparent url(bg_ListaBimboTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left:15px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.Bimbo
{
	/*background: transparent url(Cart.png) left top no-repeat;*/
	display: block;
	margin: 0 auto;
	height: 35px;
	width: 185px;
}		

#lBimboFooter
{
	background: transparent url(bg_Rselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}	
/* LOGIN */
#lLogin
{
	background: transparent url(bg_LoginTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
	font-size: small;
}
.Login
{
	/*background: transparent url(Cart.png) left top no-repeat;*/
	display: block;
	margin: 0 auto;
	height: 35px;
	width: 185px;
}		
.HLinkLogin
{
	font-size: x-small;
	font-weight: normal;
}

#lLoginFooter
{
	background: transparent url(bg_Rselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}		

/* LOGIN */
#lUser
{
	background: transparent url(bg_UserTOP.png) left top no-repeat;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
	font-size: small;
}
.User
{
	display: block;
	margin: 0 auto;
	height: 35px;
	width: 185px;
}		
.PanelUser
{
	font-size: small;
}
#lUserFooter
{
	background: transparent url(bg_Rselect.png) left bottom no-repeat;
	padding-bottom: 25px;
	padding-left: 8px;
}		














/* ROTATOR */
#wrapper {
	width:550px; 
	border-top:3px solid #92a5bc;
	border-bottom:1px solid #92a5bc;
	margin:0 auto;
}

#rotator
{
	border: thin solid #6699FF;
	background: #FFF;
	color: #000000;
	position: relative;
	padding-bottom: 2.6em;
	margin: 0;
	font-size: 16px;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#FFF url('images/uitabsbg.gif') repeat-x right bottom;
	border-top:1px solid #FFF;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:normal;
	color:#999;
	background:#FFF url('images/uitabsbg.gif') repeat-x left bottom; 
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url('images/uiactivetabbg.gif') repeat-x left bottom;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url('images/uiactivetabbg.gif') repeat-x left bottom;
	color:#333;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	height:300px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	font-size:1.8em;
	line-height:1.2em;
}

#rotator p {
	font-size:1.1em;
	margin:.5em 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:url('images/getstarted.gif') no-repeat
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:.9em;
}






.thumbnail
{
	border-width: 0px;
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
border-width: 0px;
background-color: transparent;
z-index: 50;
}



.thumbnail
{
	border-width: 0px;
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
border-width: 0px;
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: White;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -105px;
left: 100px; /*position where enlarged image should offset horizontally */
border-width: 1px;
}

