/* ====================================================================================================================================================================
C O S M A C
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Description:		     Stili footer
Filename:			     footer.css
Theme URI:			     http://www.cosmac.it/
Date:				     Settembre 2012
Author: 			     Nouvelle srl

==================================================================================================================================================================== */

#footer {
	position:              fixed;
	width:                 100%;
	height:                27px;
	left:                  0px;
	bottom:                0px;
	background:            url(../imgs/footer_bg.png);
	color:                 #FFFFFF;
	font-size:             11px;
	z-index:               100;
}

#footer #innerFooter {
	position:              relative;
	width:                 980px;
	margin:                0px auto;
	padding-top:           5px;
}

#footer #innerFooter a {
	color:                 #FFFFFF;
	text-decoration:       none;
}

#footer #innerFooter a:hover {
	color:                 #E10279;
}

#footer #innerFooter a#loghetto {
	position:              absolute;
	width:                 61px;
	height:                16px;
	top:                   6px;
	left:                  0px;
	background:            url(../imgs/footer_logo.png) no-repeat;
}

#footer #innerFooter #anagrafica {
	float:                 left;
	margin-left:           70px;
}

#footer #innerFooter a.info {
	float:                 right;
	font-weight:           bold;
}

#footer #innerFooter .separator {
	float:                 right;
	width:                 14px;
	text-align:            center;
}

/* Popup PRIVACY */

#popupPrivacy {
	background:            #E8E8E8 url(../imgs/popup_privacy_lock.png) 20px 15px no-repeat;
	color:                 #333;
	font-size:             12px;
	line-height:           16px;
	padding:               20px;
}

#popupPrivacy h4 {
	font-size:             32px;
	color:                 #184A7E;
	border-bottom:         1px dashed #184A7E;
	padding-top:           7px;
	padding-left:          90px;
	padding-bottom:        15px;
	margin-top:            20px;
	margin-bottom:         12px;
}

#popupPrivacy h5 {
	font-size:             12px;
	color:                 #184A7E;
	border-bottom:         1px dotted #184A7E;
	padding-top:           0px;
	padding-bottom:        0px;
	margin-top:            10px;
	margin-bottom:         -3px;
}

#popupPrivacy p {
	text-align:            justify;
}