/*
	FileName ....... : SpecificSections.css
	TemplateName ... : Atmosfera 2
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : CSS relativi alla personalizzazione di sezioni specifiche nelle varie
                      posizioni all'interno della pagina
*/



/* Utility / Sidebar - Links
------------------------------------------------------------------------------------------------- */
/* [custom-rule] [language: en-GB] [group: Bullets] [groupOrder: 3] [property: background-image] [label: Image:] [filePattern: UtilityBulletListItem*.png] */
/* [custom-rule] [language: it-IT] [group: Punti elenco] [groupOrder: 3] [property: background-image] [label: Immagine:] [filePattern: UtilityBulletListItem*.png] */
#utility .section ul li,
#sidebar .section ul li {
	background-image: url("Images/UtilityBulletListItem.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	height: 20px;
	list-style: none outside none;
	padding-left: 17px;
}

#utility .section ul li.current a,
#sidebar .section ul li.current a {
	color: #B2B2B2;
	font-weight: bold;
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */



/* Utility / Sidebar - ImageCarousel
------------------------------------------------------------------------------------------------- */
#utility .section.imagecarousel ul li,
#sidebar .section.imagecarousel ul li {
	background: none;
	height: auto;
	list-style: none outside none;
	padding: 0px;
}

#utility .section.imagecarousel div.jcarousel-container.jcarousel-container-vertical,
#sidebar .section.imagecarousel div.jcarousel-container.jcarousel-container-vertical {
	margin: 0 auto;
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer - Links
------------------------------------------------------------------------------------------------- */
#footer-sections-container .section.links {
   padding-top: 0;
   text-align: center;
}

#footer-sections-container .section.links ul {
	text-align: center;
	margin: 0 auto;
}

#footer-sections-container .section.links ul li {
	background: url("Images/FooterLinkSeparator.png") no-repeat 3px 3px transparent;
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#footer-sections-container .section.links ul li.item-pos-1 {
	background: none;
	padding-left: 0;
}

#footer-sections-container .section.links ul li a {
   color: #5F0717;
}

#footer-sections-container .section.links ul li a:hover,
#footer-sections-container .section.links ul li.current a {
   color: #1B0704;
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */
	


/* LanguageSwitcher
------------------------------------------------------------------------------------------------- */
#utility .section.languageswitcher ul.flag li,
#utility .section.languageswitcher ul.flagwithlink li,
#sidebar .section.languageswitcher ul.flag li,
#sidebar .section.languageswitcher ul.flagwithlink li {
	background: none;
	padding: 0;
}

#utility .section.languageswitcher ul.flag li span,
#utility .section.languageswitcher ul.flagwithlink li span,
#sidebar .section.languageswitcher ul.flag li span,
#sidebar .section.languageswitcher ul.flagwithlink li span {
	margin-left: 7px;
}

#utility .section.languageswitcher select,
#sidebar .section.languageswitcher select {
	width: 164px;
}

#utility .section.languageswitcher a.go,
#sidebar .section.languageswitcher a.go {
	background: url("Images/LanguageSwitcherGo.png") no-repeat 2px 5px transparent;
	display: inline-block;
	height: 16px;
	width: 16px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section UserInfo
------------------------------------------------------------------------------------------------- */
.section.userinfo div.section-body label,
.section.userinfo div.section-body input.input-text {
	display: block;
}

.section.userinfo div.section-body a {
	display: block;
}

.section.userinfo div.section-body a.button-secondary,
.section.userinfo div.section-body input.button {
	display: block;
	padding-bottom: 5px;
}

.section.userinfo div.section-body span.login-failed {
	color: #FF0000;
	font-weight: bold;
}

#utility .section.userinfo div.section-body ul li,
#sidebar .section.userinfo div.section-body ul li {
	height: auto;
}
/* ---------------------------------------------------------------------------------------------- */
