@import url(_reset.css);

/* Defaults */

body {
	text-align: center;
	font-family: "Helvetica", arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5a5a5a;
	background: #dcdad4;
}
p {
	font-size: 12px;
	color: #474747;
	line-height: 18px;
}
a {
	color: #0b68a4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Verdana", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 14px 0;
	padding: 0;
}
h2 {
	font-family: "Verdana", sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-top: 4px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 14px;
	padding: 10px 0 10px 2px;
}
h3 {
	font-family: "Verdana", sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 4px solid #c7c7c7;
	margin: 0;
	padding: 0 0 6px 1px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 3px;
	padding: 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 2px;
	padding: 0;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 1px;
	padding: 0;
}
.titleGreen {
	color: #357a1f !important;
}
.titleOrange {
	color: #da6b00 !important;
}
.titlePurple {
	color: #795697 !important;
}
.titleBrown {
	color: #774e0e !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}

/* HEADER */

#headerBoard-box {
	background: #282c2f url("/web/images_template/bg-headerboard.gif") repeat-x;
	height: 100px;
	margin: 0;
	padding: 0;
}
#headerBoard {
	width: 980px;
	margin: 0px auto;
	padding: 5px 0;
}
#headerBoard .leaderboard {
	width: 728px;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
}
#headerBoard .caniAdBox {
	width: 242px;
	height: 90px;
	margin-left: 10px;
	padding: 0;
	float: right;
}

#headerMain-box {
	background: #282c2f url("/web/images_template/bg-headermain.gif") repeat-x;
	height: 78px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

#headerMain {
	width: 980px;
	margin: 0px auto;
	padding: 24px 0 21px 0;
	text-align: left;
}

#headerMain h1 {
	background: transparent url("/web/images_template/logo-cani.gif") no-repeat;
	margin: -12px 0 0 0;
	padding: 0;
	float: left;
}

#headerMain h1 a {
	width: 207px;
	height: 55px;
	display: block;
}

#headerMain h1 span {
	display: none;
}

#headerMain #search {
	background: transparent url("/web/images_template/bg-search.jpg") no-repeat;
	width: 440px;
	height: 33px;
	float: left;
	margin-left: 82px;
	padding: 0;
}

#headerMain #searchField {
  /* wrapper for the text and select control (but not the button) */
	background: transparent url("/web/images_template/bg-searchField.gif") no-repeat 6px 4px;
	width: 338px;
	height: 18px;
	padding: 7px 0px 7px 8px;
	float: left;
	position: relative;
}

#headerMain #searchField input {
  font-size: 11px;
  font-family: arial, sans-serif;
  line-height: 1.1em;
  padding: 2px 3px;
  color: #404040;
  background-color: #f7f7f7;
  border: none;
  float: left;
  height: 14px;
}

#headerMain #searchField input:focus {
  outline: none;
}


#headerMain #searchField input#txtRicerca {
  padding-right: 8px;
  width: 209px;
  background: url("/web/images_template/bg-txtRicerca.gif") no-repeat center right;
}

#headerMain #searchField input#myselectbox_input {
  /* Drop Down Menu Button */
  width: 116px;
  padding-left: 0;
  padding-right: 0;
  background: url("/web/images_template/bg-selectArrow.gif") no-repeat center right;
}


#headerMain select {
	background: url(../web/images_template/bg_select.png) right;
}

/* --- Select Box Drop Down Menu --- */

#headerMain .selectbox-wrapper {
  font-family: arial, sans-serif;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	top: 5px;
	left: 224px;
	padding: 0;
	text-align: left;
	max-height: 200px;
	overflow: auto;
	z-index: 999;
}

#headerMain .selectbox-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headerMain .selectbox-wrapper ul li.selected { 
	background-color: #EAF2FB;
}

#headerMain .selectbox-wrapper ul li.current { 
	background-color: #CDD8E4;
}

#headerMain .selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0px 4px;
  line-height: 18px;
	font-size: 11px; 
	cursor: pointer;
}

/* -- Search (Cerca) Button -- */

#headerMain #searchButton {
  float: left;
  padding: 5px 0px 5px 10px;
}


/* --- Login Widget --- */

#headerMain #login {
	width: 200px;
	height: 31px;
	float: right;
	margin: 0;
	padding-top: 2px;
}

#headerMain #login p {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

#headerMain #login a {
	font-weight: bold;
	color: #7bbfe9;
	text-decoration: none;
}

#headerMain #login a:hover {
	text-decoration: underline;
}

#headerMain #login .acc {
	padding-top: 4px;
}

#headerMain #login .reg {
	background: transparent url("/web/images_template/btn-registrati.jpg") no-repeat;
	width: 132px;
	height: 29px;
	display: block;
}

#headerMain #login span {
	display: none;
}

#headerNav-box {
	background: url('/web/images_template/bg-headerNav.gif') repeat-x;
	height: 26px;
	margin: 0;
	padding: 0;
}

#headerNav {
	/*background: url('/web/images_template/btn-headerNav.gif') no-repeat left top;*/
	width: 980px;
	height: 26px;
	position: relative;
	clear: both;
	margin: 0px auto;
	padding: 0;
}

#headerNav li {
	background: url('/web/images_template/btn-headerNav.gif') no-repeat;
	float: left;
	height: 26px;
}

#headerNav li li {
	background-image: none;
}

#headerNav li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#headerNav li a span {
	display: none;
}

#headerNav li.navRazze {
	background-position: -12px 0;
	width: 92px;
	margin: 0 0 0 12px;
	padding: 0;
}

#headerNav li.navRazze:hover {
	background-position: -12px -26px;
}

#headerNav li.navAnnunci {
	background-position: -130px 0;
	width: 128px;
	margin: 0 0 0 26px;
	padding: 0;
}

#headerNav li.navAnnunci:hover {
	background-position: -130px -26px;
	direction: ltr;
}

#headerNav li.navImprese {
	background-position: -283px 0;
	width: 130px;
	margin: 0 0 0 25px;
	padding: 0;
}

#headerNav li.navImprese:hover {
	background-position: -283px -26px;
}

#headerNav li.navArticoli {
	background-position: -438px 0;
	width: 71px;
	margin: 0 0 0 25px;
	padding: 0;
}

#headerNav li.navArticoli:hover {
	background-position: -438px -26px;
}

#headerNav li.navMultimedia {
	background-position: -534px 0;
	width: 95px;
	margin: 0 0 0 25px;
	padding: 0;
}

#headerNav li.navMultimedia:hover {
	background-position: -534px -26px;
}

#headerNav li.navEventi {
	background-position: -654px 0;
	width: 108px;
	margin: 0 0 0 25px;
	padding: 0;
}

#headerNav li.navEventi:hover {
	background-position: -654px -26px;
}

#headerNav li.navVeterinari {
	background-position: -786px 0;
	width: 89px;
	margin: 0 0 0 24px;
	padding: 0;
}

#headerNav li.navVeterinari:hover {
	background-position: -786px -26px;
}

#headerNav li.navNegozi {
	background-position: -899px 0;
	width: 69px;
	margin: 0 0 0 24px;
	padding: 0;
}

#headerNav li.navNegozi:hover {
	background-position: -899px -26px;
}

#headerNav .subMenu {
	background: url('/web/images_template/bg-subMenu.png') no-repeat left bottom;
	position: relative;
	top: 0px;
	clear: left;
 	width: 180px;
	z-index: 9999;
	padding: 0;
	margin: 0;
	_top: 26px;
	_position: absolute;
	_margin-left: -60px;
}

/*
#headerNav .subMenu ul.navAnnunci {
	left: 130px;
}
#headerNav .subMenu ul.navImprese {
	left: 283px;
}
#headerNav .subMenu ul.navArticoli {
	left: 438px;
}
#headerNav .subMenu ul.navMultimedia {
	left: 534px;
}
#headerNav .subMenu ul.navEventi {
	left: 654px;
}
*/

#headerNav .subMenu li {
	display: block;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
}

#headerNav .subMenu li a {
	background: url('/web/images_template/icon-arrowMenuOff.gif') no-repeat 3px 3px;
	border-bottom: 1px solid #4d5053;
	display: block;
	width: 153px;
	height: 13px;
	margin: 10px 6px 0 6px;
	padding: 0 0 10px 13px;
	color: #d6d6d6;
	line-height: 14px;
	text-align: left;
}

#headerNav .subMenu li a:hover {
	background: url('/web/images_template/icon-arrowMenuOn.gif') no-repeat 3px 3px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#headerNav .subMenu li a.last {
	border-bottom: none;
}

/* CONTENT */

#container {
	background: #dcdad4 url("/web/images_template/bg-content.gif") repeat-x;
	 margin: 0 auto;
 padding: 0;
 z-index: 9999;
}

#contentStroke {
	background: #d0cec8 url("/web/images_template/bg-contentStroke.gif") repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 982px;
}

#content {
	background: #ffffff;
	margin: 0 auto;
	padding: 15px 15px 40px 15px;
	width: 950px;
}

#contentBottom {
	background: transparent url("/web/images_template/bg-contentBottom.gif") no-repeat;
	width: 982px;
	height: 4px;
	margin: 0 auto;
	padding: 0;
}

#leftColumn {
	float: left;
	width: 635px;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 900;
}

#leftColumn .module {
	width: 635px;
	margin-bottom: 32px;
	clear: both;
	position: relative;
}

#leftColumn .module p {
	margin-bottom: 8px;
	padding: 0 20px 0 2px;
}

#leftColumn .module strong {
	font-weight: bold;
}

#leftColumn .module a.linkRight {
	position: absolute;
	right: 2px;
	top: 19px;
}

#leftColumn .module img.articleImage {
	display: block;
	float: left;
	height: auto;
	margin-right: 10px !important;
	padding-bottom: 10px;
}

#leftColumn .module .autoreImg {
	width: 78px;
	height: 82px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}
#leftColumn .module .autoreImg img {
	width: 78px;
	height: 82px;
	display: block;
}
#leftColumn .module .autoreInfo {
	width: 545px;
	float: left;
	clear: right;
	margin: 0 0 0 12px;
	padding: 3px 0 0 0;
}
#leftColumn .module .autoreInfo p {
	padding: 0 !important;
}

#leftColumn .articleInfo {
	width: 635px;
	height: 20px;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	margin: 15px 0 20px 0;
	padding: 0 2px;
}
#leftColumn .articleInfo span {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#leftColumn .articleTools {
	width: 635px;
	height: 34px;
	clear: both;
	border-top: 1px solid #e6e6e6;
	margin: 18px 0 0 0;
	padding: 0 2px;
}
#leftColumn .articleTools ul {
	list-style-type:none;
	margin: 8px 0 0 0;
	padding: 0;
}
#leftColumn .articleTools li {
	display: inline;
	margin: 0;
	padding: 0;
}
#leftColumn .articleTools .vota {
	background: url('/web/images_template/icon-vota.gif') no-repeat 0 0;
	float: right;
	margin: 0 0 0 30px;
	padding: 0 0 0 20px;
}
#leftColumn .articleTools .stampa {
	background: url('/web/images_template/icon-stampa.gif') no-repeat 0 0;
	float: right;
	margin: 0 0 0 30px;
	padding: 0 0 0 20px;
}
#leftColumn .articleTools .inviaAmico {
	background: url('/web/images_template/icon-inviaAmico.gif') no-repeat 0 0;
	float: right;
	margin: 0 0 0 30px;
	padding: 0 0 0 20px;
}

#leftColumn .module h3.commenta {
	border-bottom: 1px solid #e6e6e6 !important;
	color: #262626;
	margin: 0 0 12px 0;
}
#leftColumn .module form.commenta {
	margin: 16px 0 0 0;
	padding: 0;
}
#leftColumn .module form.commenta textarea {
	font-family: "Helvetica", arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #737373;
	width: 390px;
	height: 90px;
	margin: 0 0 20px 2px;
	padding: 5px;
}

#leftColumn .pdfGuideSx {
	width: 309px;
	height: 101px;
	float: left;
	clear: left;
	margin-bottom: 17px;
	padding: 0;
}
#leftColumn .pdfGuideDx {
	width: 309px;
	height: 101px;
	float: right;
	clear: right;
	margin: 0 0 17px 17px;
	padding: 0;
}
#leftColumn .pdfGuideSx img, #leftColumn .pdfGuideDx img {
	width: 309px;
	height: 101px;
}

#leftColumn #commenti {
	background: #e5e6da;
	width: 619px;
	margin: 0 0 32px 0;
	padding: 8px;
}
#leftColumn #commenti h3 {
	border: none !important;
	color: #262626;
	margin: 4px 0 12px 0;
	padding: 0;
}
#leftColumn #commenti ul {
	list-style-type: none;
	background: #ffffff;
	width: 599px;
	margin: 0;
	padding: 20px 10px 15px 10px;
}
#leftColumn #commenti li {
	border-bottom: 1px solid #d7d8ce;
	width: 579px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 10px 15px 5px;
}
#leftColumn #commenti li.last {
	border-bottom: none !important;
	margin: 0;
	padding: 0 5px;
}
#leftColumn #commenti li .utenteImg {
	width: 40px;
	height: 40px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}
#leftColumn #commenti li .utenteImg img {
	border: 1px solid #c7c7c7;
	width: 40px;
	height: 40px;
	display: block;
}
#leftColumn #commenti li .utenteInfo {
	width: 525px;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
}
#leftColumn #commenti li .utenteInfo h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
#leftColumn #commenti li .utenteInfo h4 small {
	font-size: 11px;
	font-weight: normal;
}
#leftColumn #commenti li .utenteInfo p {
	margin: 0 0 4px 0;
	padding: 0;
}

#leftColumn #fotoGallery {
	width: 635px;
	margin-bottom: 32px;
	clear: both;
	position: relative;
}

#leftColumn #fotoGallery td {
	vertical-align: middle;
}

#leftColumn #fotoGallery a.vota {
	position: absolute;
	right: 2px;
	top: 20px;
}

#leftColumn #fotoGallery a.arrowLeft {
	background: transparent url("/web/images_template/btn-fotoArrowLeft.gif") no-repeat 0px 0px;
	width: 19px;
	height: 19px;
	display: block;
	vertical-align: center;
	margin-left: 2px;
	padding: 0;
}

#leftColumn #fotoGallery a.arrowLeft:hover {
	background: transparent url("/web/images_template/btn-fotoArrowLeft.gif") no-repeat 0px -19px;
}

#leftColumn #fotoGallery a.arrowRight {
	background: transparent url("/web/images_template/btn-fotoArrowRight.gif") no-repeat 0px 0px;
	width: 19px;
	height: 19px;
	display: block;
	vertical-align: center;
	margin-right: 2px;
	padding: 0;
}

#leftColumn #fotoGallery a.arrowRight:hover {
	background: transparent url("/web/images_template/btn-fotoArrowRight.gif") no-repeat 0px -19px;
}

#leftColumn #fotoGallery .arrowLeft span, #leftColumn #fotoGallery .arrowRight span {
	display: none;
}

#leftColumn #fotoGallery img {
	border: 1px solid #ffffff;
	height: 90px;
	margin: 0 13px;
	padding: 0;
}

#leftColumn #fotoGallery img:hover {
	border: 1px solid #282c2f;
}

#rightColumn {
	float: right;
	width: 300px;
	margin: 0;
	padding-left: 15px;
	text-align: left;
}

#rightColumn p {
	font-size: 11px;
	color: #474747;
	line-height: 14px;
	margin: 0;
	padding: 0 10px 0 1px;
}

#rightColumn .box {
	border: 1px solid #c7c7c7;
	background: #f5f5f5;
	width: 270px;
	margin-bottom: 15px;
	padding: 10px 14px;
}

#rightColumn .boxSocial {
	width: 300px;
	height: 48px;
	margin-bottom: 15px;
	padding: 0;
}
#rightColumn .boxSocial a {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	margin-right: 15px;
	padding: 0;	
}
#rightColumn .boxSocial a span {
	display: none;
}
#rightColumn .boxSocial .rssSocial {
	background: url('/web/images_template/icon-rssBig.gif') no-repeat;
}
#rightColumn .boxSocial .googleSocial {
	background: url('/web/images_template/icon-googleBig.gif') no-repeat;
}
#rightColumn .boxSocial .facebookSocial {
	background: url('/web/images_template/icon-facebookBig.gif') no-repeat;
}
#rightColumn .boxSocial .twitterSocial {
	background: url('/web/images_template/icon-twitterBig.gif') no-repeat;
}
#rightColumn .boxSocial .flickrSocial {
	background: url('/web/images_template/icon-flickrBig.gif') no-repeat;
	margin-right: 0 !important;
}

#rightColumn .boxTabs {
	width: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}
#rightColumn .boxTabs ul.tabs {
	margin: 5px 0 4px 0;
	padding: 5px 0 0 0 !important;  
}  
#rightColumn .boxTabs ul.tabs li {
	list-style: none;
	display: inline;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#rightColumn .boxTabs ul.tabs li a {
	background: #e1e1e1;
	/*padding: 8px 10px 6px 10px; */
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
#rightColumn .boxTabs ul.tabs li a:hover {
	background: #c7c7c7;
}
#rightColumn .boxTabs ul.tabs li a.active {
	background: #F5F5F5;
	border: 1px solid #C7C7C7;
	border-bottom: 1px solid #F5F5F5;
}
#rightColumn .boxTabs .content {
	background: #F5F5F5;
	border: 1px solid #C7C7C7;
	margin-top: 1px;
	padding: 10px 14px;
}
#rightColumn .boxTabs #content_2, #rightColumn .boxTabs #content_3,  #rightColumn .boxTabs #content_4{
	display: none;
}

#rightColumn .boxVideo {
	border: none;
	background: #282c2f;
	width: 270px;
	height: 230px;
	margin: 5px 0 6px 0;
	padding: 0;
}

#rightColumn .box table {
	margin-top: 5px;
}

#rightColumn .box td {
	vertical-align: middle;
}

#rightColumn .box img {
	width: 47px;
	height: 31px;
	margin: 0 6px;
	padding: 0;
	vertical-align: middle;
}

#rightColumn a.arrowLeft {
	background: transparent url("/web/images_template/btn-videoArrowLeft.gif") no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: block;
	vertical-align: center;
	margin-left: 1px;
	padding: 0;
}

#rightColumn a.arrowLeft:hover {
	background: transparent url("/web/images_template/btn-videoArrowLeft.gif") no-repeat 0px -16px;
}

#rightColumn a.arrowRight {
	background: transparent url("/web/images_template/btn-videoArrowRight.gif") no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: block;
	vertical-align: center;
	margin-right: 1px;
	padding: 0;
}

#rightColumn a.arrowRight:hover {
	background: transparent url("/web/images_template/btn-videoArrowRight.gif") no-repeat 0px -16px;
}

#rightColumn .arrowLeft span, #rightColumn .arrowRight span {
	display: none;
}

#rightColumn .boxAd {
	width: 300px;
	height: 250px;
	margin-bottom: 15px;
	padding: 0;
}

#rightColumn .boxAvvisaCuccioli {
	background: transparent url("/web/images_template/banner-avvisaCuccioli.gif") no-repeat;
	width: 300px;
	height: 90px;
	margin-bottom: 15px;
	padding: 0;
}

#rightColumn .boxAvvisaCuccioli a {
	width: 300px;
	height: 90px;
	display: block;
}

#rightColumn .boxAvvisaCuccioli span {
	display: none;
}

#rightColumn .boxForum {
	background: transparent url("/web/images_template/banner-forum.gif") no-repeat;
	width: 300px;
	height: 90px;
	margin-bottom: 15px;
	padding: 0;
}

#rightColumn .boxForum a {
	width: 300px;
	height: 90px;
	display: block;
}

#rightColumn .boxForum span {
	display: none;
}

#rightColumn .tags {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px !important;
}
#rightColumn ul {
	margin-top: 4px;
}

#rightColumn li {
	border-bottom: 1px solid #dcdcdc;
	width: 270px;
	margin: 0;
	padding: 12px 8px 10px 2px;
	clear: both;
}

#rightColumn li.last {
	border: none;
	padding: 12px 8px 0 2px;
}

#rightColumn li p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#rightColumn a.calendario {
	background: transparent url("/web/images_template/icon-calendar.gif") no-repeat;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 23px;
}

#rightColumn a.rss {
	background: transparent url("/web/images_template/icon-rss.gif") no-repeat;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 23px;
}


/* FOOTER */

#footer {
	background: #eeedea;
	margin: 10px auto;
	padding: 0;
	width: 982px;
	text-align: left;
}

#footerCap {
	background: #eeedea url("/web/images_template/bg-footerCap.gif") no-repeat;
	width: 982px;
	height: 2px;
}

#footerContent {
	background: #eeedea url("/web/images_template/bg-footerContent.gif") no-repeat bottom;
	width: 947px;
	margin: 0;
	padding: 15px 20px 15px 15px;
}

#footerContent .footerNav {
	clear: both;
	margin-bottom: 8px;
	padding: 0;
}

#footerContent .footerNav li {
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 5px;
	padding: 0;
}

#footerContent .footerNav ul {
	margin: -1.68em 0 0 0;
	padding-left: 100px;
}

#footerContent .footerNav ul li {
	font-weight: normal;
	border-left: 1px solid #878786;
	margin: 0;
	padding: 0 4px 0 6px;
	display: inline;
	/*aggiunti*/
	font-size: 10px !important;
	line-height: 15px;
	/*fine*/
}

#footerContent .footerNav ul li.first {
	border: none;
}

#footerBottom {
	margin: 5px 0 15px 0;
	padding: 0;
}

#footerBottom p {
	font-size: 10px !important;
	line-height: 15px;
	text-align: center;
	color: #666666;
}

/*FORM LOGN*/
.headerLogReg {
	position: relative;
	width: 980px;
	height: -1px;
	margin: 0px auto;
	z-index: 999;
}

#theFormLogin {
	display: none;
	position: absolute;
	width: 244px;
	top: -31px;
	right: 28px;
	z-index: 999;
}

#theFormLogin .nocss {
	display: none;
}

#theFormLogin .top {
	background: transparent url("/web/images_template/bg-login_top.png") no-repeat;
	display: block;
	width: 244px;
	height: 20px;
}

#theFormLogin .bottom {
	background: transparent url("/web/images_template/bg-login_bottom.png") no-repeat;
	display: block;
	width: 244px;
	height: 20px;
}

#theFormLogin .details {
	background: transparent url("/web/images_template/bg-login_body.png") repeat-y;
	display: block;
	width: 204px;
	padding: 5px 20px;
	text-align: left;
}

#theFormLogin .details h3 {
	font-size: 18px;
	font-weight: normal;
	color: #357a1f;
	border-bottom: 4px solid #b3b3b3;
	margin-bottom: 10px;
	padding: 0 0 6px 1px;
}

#theFormLogin .details label {
	color: #3d3f41;
	display: block;
	font-size: 12px;
	font-size-adjust: none;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#theFormLogin .details span {
	clear: both;
	display: block;
	float: left;
	width: 202px;
	margin: 0;
	padding: 0;
}

#theFormLogin .field {
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	border-top: 1px solid #6C6C6C;
	color: #3d3f41;
	background: #f0f0f0;
	font-size: 12px;
	width: 200px;
	margin: 2px 0 10px 0;
	padding: 3px 1px;
}

#theFormLogin .loginEntra {
	background: url(/web/images_template/btn-loginEntra.gif) no-repeat !important;
	border: none !important;
	width: 63px !important;
	height: 25px !important;
	margin: 4px 0 4px 0 !important;
	padding: 0 !important;
}

#theFormLogin .loginAnnulla {
	border: none !important;
	width: 77px !important;
	height: 25px !important;
	margin: 4px 0 4px 12px !important;
	padding: 0 !important;
}

#theFormRegistrazione {
	display: none;
	position: absolute;
	top: -25px;
	right: 12px;
	z-index: 999;
}

#theFormRegistrazione .nocss {
	display: none;
}

#theFormRegistrazione .top {
	background: transparent url("/web/images_template/bg-registrati_top.png") no-repeat;
	display: block;
	width: 182px;
	height: 18px;
}

#theFormRegistrazione .bottom {
	background: transparent url("/web/images_template/bg-registrati_bottom.png") no-repeat;
	display: block;
	width: 182px;
	height: 18px;
}

#theFormRegistrazione .details {
	background: transparent url("/web/images_template/bg-registrati_body.png") repeat-y;
	display: block;
	width: 142px;
	padding: 5px 20px;
	text-align: left;
}

#theFormRegistrazione .details span {
	clear: both;
	display: block;
	float: left;
	width: 142px;
	margin-top: 4px;
	padding: 0;
}

#theFormRegistrazione .details input {
	margin: 3px 0 0 0;
	padding: 0;
}
