/* * * * * * * * * * * * * * * * * * * * */
/*                                       */
/*      POLASE SPORT                     */
/*                                       */
/*      v. 1.0 - 06/02/2009              */
/*      v. 1.1 - 27/05/2010              */
/*      © 2009 o-one.net                 */
/*                                       */
/* * * * * * * * * * * * * * * * * * * * */



html { font-size:100.01%; }
body { font-size:1em; }

body {
	margin:0px;
	padding:0px;
	background:#D9DEDF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

hr {
	display:none;
	border:0;
}
hr.line {
	display:block;
	height:0;
	border-bottom:#ccc 1px solid;
	background-color:#fff;
	color:#fff;
	clear:both;
	margin:0 1px 0px 1px;
}
.tabbedGloss hr.line {
	margin-top:0;
}


a img {
	border:0;
}


ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}

label {
	cursor:pointer;
}

#mainContainer {
	margin:0;
	padding:0;
	background:#eee url(../images/mainContainer_bg.gif) center top repeat-x;
}

#container {
	width:992px;
	margin:0 auto;
	padding:0;
	background:url(../images/container_bg.gif) center top repeat-y;
	position:relative;
}



/* - - - - */
/* TESTATA */
/* - - - - */

#head {
	height:224px;
	padding:0 6px;
	overflow:hidden;
	background:#fff url(../images/head_bg.jpg) center no-repeat;
}
#head #logo {
	display: block;
	margin:32px 17px 0px 17px;
	width:142px;
	height:53px;
}


#gradiente {
	display:none;
}



/* menu principale */




#mainNav {
	margin:4px 0 0 0;
	padding:0 0 0 7px;
	background:url(../images/mainNav_bg.jpg) no-repeat;
	height:96px;
	overflow:hidden;
}
#mainNav li {
	float:left;
	width:120px;
	height:96px;
	margin:0 0 0 1px;
}
#mainNav li a {
	display:block;
	width:120px;
	height:96px;
	text-indent:-9000px;
	background:url(../images/mainNav_bg.jpg) 1000px 200px no-repeat;
}
#mainNav li a:hover {
	background:url(../images/mainNav_bg.jpg) no-repeat;
}

#mainNav li#uno a:hover, #mainNav li#uno.selected a {
	background-position:-8px -110px;
}
#mainNav li#due a:hover, #mainNav li#due.selected a {
	background-position:-129px -110px;
}
#mainNav li#tre a:hover, #mainNav li#tre.selected a {
	background-position:-250px -110px;
}
#mainNav li#quattro a:hover, #mainNav li#quattro.selected a {
	background-position:-371px -110px;
}
#mainNav li#cinque a:hover, #mainNav li#cinque.selected a {
	background-position:-492px -110px;
}
#mainNav li#sei a:hover, #mainNav li#sei.selected a {
	background-position:-613px -110px;
}
#mainNav li#sette a:hover, #mainNav li#sette.selected a {
	background-position:-734px -110px;
}
#mainNav li#otto a:hover, #mainNav li#otto.selected a {
	background-position:-855px -110px;
}



/* sub menu */

#subNav {
	padding:8px 0 0 0;
	margin:0;
	list-style-type:none;
	font-size:12px;
	height:24px;
}
#subNav.dx {
	background:url(../images/subNav_bg.jpg) no-repeat;
}
#subNav li {
	display:inline;
	line-height:23px;
	margin: 0 0 0 .9em;
	padding: 0 0 0 1em;
	background:url(../images/tratt_vert.gif) 0 0 repeat-y;
}
#subNav li a {
	color:#fff;
	text-decoration:none;
}
#subNav li a:hover {
	text-decoration:underline;
}
#subNav li a.selected {
	font-weight:bold;
}




/* menu di servizio */

#serviceNav {
	position:absolute;
	top:30px;
	right:13px;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	overflow:hidden;
}
#serviceNav li {
	float:left;
	border-left: 1px solid #ccc;
	line-height:23px;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
#serviceNav li a {
	color:#333;
	text-decoration:none;
}
#serviceNav li a:hover, #serviceNav li a.selected {
	color:#F49118;
	text-decoration: underline;
}


#serviceNav form {
	margin:0;
	padding:0;
	height:auto;
	overflow:hidden;
}
#serviceNav input {
	width:140px;
	height:11px;
	padding:6px 4px;
	margin:0 4px 0 0;
	background:url(../images/input_cerca_bg.gif) no-repeat;
	border:0;
	font-size:10px;
	color:#666;
	float:left
}
#serviceNav input.button {
	width:23px;
	height:23px;
	padding:0;
	background:none;
}





/* menu stampa+email+social */
/* edit 27/05/2010 */

#mediaNav {
	position:absolute;
	top:230px;
	right:17px;
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
#mediaNav li {	text-indent:-9000px;
	width:25px;
	float:left;
	margin:0 0 0 9px;
}
#mediaNav li a {
	display:block;
	height:25px;
	background:url(../images/mediaNav_bg.gif) no-repeat;
}
#mediaNav li.stampa a {
	background-position:-110px 0px;
}
#mediaNav li.email a {
	background-position:-144px 0px;
}

#mediaNav li.social {
	width:101px;
}
#mediaNav li.social a {
	width:25px;
	float:left;
}
#mediaNav li.social a#fb {
	background-position:0px 0px;
}
#mediaNav li.social a#de {
	background-position:-25px 0px;
}
#mediaNav li.social a#fl {
	background-position:-25px 0px;
}
#mediaNav li.social a#tw {
	background-position:-50px 0px;
}
#mediaNav li.social a#ff {
	background-position:-75px 0px;
	width:26px;
}







/* - - - - */










#content {
	margin:0 6px;
	height:100%;
	overflow:hidden;
	
}







#main {
	float:left;
	width:720px;
	margin:0px 0px 11px 11px;
	color:#6B6B6B;
	height:100%;
	overflow:hidden;
}


#mainFull {
	margin:0px 11px 11px 11px;
	color:#6B6B6B;
	height:100%;
	overflow:hidden;
}

h1 {
	font-size:2.0em;
	font-weight:normal;
	color:#F49118;
	padding:0;
	margin:10px 10px 10px 10px;
}







/*   box generici   */


.box {
	border:#B2B2B2 1px solid;
	background:#fff;
	margin:0 0 11px 0;
	height:100%;
	overflow:hidden;
}
.boxOrange {
	border:#DC911A 1px solid;
	background:#F9EDCE url(../images/boxOrange_bg.gif) top repeat-x;
	margin:0 0 11px 0;
	height:100%;
	overflow:hidden;
}
.tabbed, .tabbedGloss {
	border-color:#B2B2B2;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding-top:12px;
}

.col480 {
	width:478px;
	float:left;
	margin:0 10px 0 0px;
}
.col230 {
	width:228px;
}
.wrap230 {
	width:230px;
	margin-left:490px;
}




h2 {
	height:20px;
	padding:8px 0 0 8px;
	background:url(../images/h2_grey_bg.gif) repeat-x;
	border-bottom:#B2B2B2 1px solid;
	margin:0;
}
h2 span {
	display:block;
	height:17px;
	overflow:hidden;
	text-indent:-9000px;
	background:url(../images/h2_titoli.gif) no-repeat;
}
h2.articoli span {
	background-position:-10px -11px;
}
h2.pillole span {
	background-position:-10px -34px;
}
h2.tag span {
	background-position:-10px -57px;
}
h2.eventi span {
	background-position:-10px -80px;
}
h2.testimonianze span {
	background-position:-10px -103px;
}
h2.hall span {
	background-position:-10px -126px;
}
h2.test span {
	background-position:-10px -149px;
}
h2.itinerari span {
	background-position:-10px -172px;
}
h2.curiosita span {
	background-position:-10px -194px;
}
h2.novita span {
	background-position:-10px -290px;
}
h2.unsubscribe span {
	background-position:-10px -313px;
}
.boxOrange h2 {
	background:none;
	border:0;
}
/* edit 27/05/2010 */
h2.curiosita span {
	background-position:-10px -336px;
}


h3 {
	font-size:1.7em;
	font-weight:bold;
	/*color:#1D8DBE;*/
	color:#333;
	padding:0 0 0 16px;
	margin:8px 10px .2em 10px;
	background:url(../images/h3_bg.gif) 0 4px no-repeat;
}
.col480 h3.img {
	margin-left:126px;
}
.tabbed h3.img {
	margin-left:87px;
}

h4 {
	font-size:1.5em;
	font-weight:normal;
	color:#333;
	padding:0;
	margin:8px 10px .4em 10px;
}


p {
	margin:0 10px .8em 10px;
	padding:0;
	font-size:1.3em;
	line-height:1.1em;
}
a {
	color:#1D8DBE;
	text-decoration:none;
}
a:hover {
	color:#F49118;
	text-decoration:underline;
}
p.linkbox, p.linkbox3 {
	margin:0;
	padding:16px 10px;
	font-size:1.1em;
	text-align:right;
}
p.linkbox a {
	padding:0 16px 0 0;
	background:url(../images/freccia_linkbox.gif) 100% 50% no-repeat;
}

p.linkbox2 {
	margin:0;
}

p.linkbox3 a {
	padding:1px 3px;
	margin:0 0 0 3px;
	border:#666 1px solid;
	color:#666;
}
p.linkbox3 a:hover, p.linkbox3 a.selected  {
	border-color:#1D8DBE;
	color:#1D8DBE;
	text-decoration:none;
}
p.linkbox3 a.sx, p.linkbox3 a.dx {
	margin:0;
	border:#666 0px solid;
}
p.linkbox3 a img {
	margin:0;
}
p.linkbox3 span {
	margin:0 15px 0 0;
	padding:1px 15px 1px 0;
	border-right:#ccc 1px solid;
}

p.linkbox3 span.curr_page {
    text-decoration:none;
	padding:1px 3px;
	margin:0 0 0 3px;
	border:#1D8DBE 1px solid;
	color:#1D8DBE;
}

p.glossario {
	margin:0 0px .5em 10px;
	height:100%;
	overflow:hidden;
}
p.glossario a, p.glossario span {
	width:25px;
	line-height:25px;
	margin:0 10px 10px 0;
	padding:0;
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-align:center;
	display:block;
	float:left;
	background:url(../images/gloss_a_bg.gif) 0px 0px no-repeat;
}
p.glossario a:hover, p.glossario a.selected {
	background-position: 0px -35px;
}
p.glossario span {
	background-position: 0px -70px;
	color:#ccc;
}

p.test, #form1 p.test {
	text-align:right;
	padding:0 35px 10px 0;
}
p.test input, #form1 p.test input {
	margin:0 8px 0 10px;
}
p.test label, #form1 p.test label {
	font-size:.85em;
	font-weight:bold;
	color:#DB8A17;
	width:100px;
	margin:0 0 10px 0;
	text-align:left;
}
#form1 p.test label.error {
	color:#CC3300;
}

#test p.test label.error {
	color:#CC3300;
}

p.solo {
	margin-top:10px;
}


p.nota {
	margin:8px 10px 1em 10px;
	font-size:1em;
	font-weight:bold;
	color:#DB8616;
}
p.nota img {
	margin:0 0 0 5px;
}



.box img {
	margin:8px;
}
.box img.banner {
	margin:0;
	display:block;
	clear:both;
}




.right {
	float:right;
}
.left {
	float:left;
}


p.error {
	background-color:#E5CFC7;
	border:1px solid #CC3300;
	font-size:1.2em;
	margin:10px 0pt;
	padding:10px;
}
.error {
	color:#CC3300;
	font-weight:bold;
}

.error2 {
	background:#FAFAFA url(../images/error2_bg.gif) 10px 10px no-repeat;
	border:1px solid #E0E0E0;
	font-size:1.4em;
	margin:80px;
	padding:15px 20px 60px 50px;
	color:#B4B4B4;
	font-weight:bold;
}



#side .box {
	margin:0 0 7px 0;
	border:#B2B2B2 0px solid;
	background:url(../images/tratt_orizz.gif) bottom repeat-x;
}
#side .box h2 {
	background:url(../images/h2_blue_bg.gif) repeat-x;
	border:#B2B2B2 1px solid;
}
#side .box h3, .col230 h3 {
	font-size:1.2em;
	padding:0;
	margin:8px 10px;
	background:none;
}
#side .box p, .col230 p {
	font-size:1.1em;
	line-height:1em;
}
#side .box p.linkbox, .col230 p.linkbox, p.linkbox2 {
	padding:6px 10px;
	background:url(../images/tratt_orizz.gif) top repeat-x;
	clear:both;
}
/* edit 27/05/2010 */
#side .box p.tag {
	line-height:1.2em;
	margin:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height:82px;
}
#side .imgNew a {
	display:block;
	border-color:#B2B2B2;
	border-style:solid;
	border-width:0 1px 0 1px;
}
#side .imgNew img {
	margin:8px 4px;
}

#side h3 span {
	display:block;
	height:17px;
	overflow:hidden;
	text-indent:-9000px;
	background-image:url(../images/h2_titoli.gif);
	background-repeat:no-repeat;
}
#side h3.running span {
	background-position:-10px -361px;
}
#side h3.ciclismo span {
	background-position:-10px -384px;
}
#side h3.mtb span {
	background-position:-10px -407px;
}
#side h3.tennis span {
	background-position:-10px -430px;
}
#side h3.trekking span {
	background-position:-10px -453px;
}
#side h3.basket span {
	background-position:-10px -476px;
}
#side h3.calcio span {
	background-position:-10px -499px;
}
#side h3.volley span {
	background-position:-10px -522px;
}

#side .boxCur h4 {
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin:8px 10px 8px 30px;
	background:none;
}
#side .boxCur p {
	margin:8px 10px 14px 30px;
}
/* --- */

.test img {
	border-color:#1D8DBE;
	border-style:solid;
	border-width:1px 1px 0 1px;
}
#side .test {
	background:none;
}
#side .test p.linkbox {
	border-color:#1D8DBE;
	border-style:solid;
	border-width:0 1px 1px 1px;
	background-color:#D8E7EE;
}


#side form {
	margin:8px 0 0 0;
}

#side form input {
	border:#999 1px solid;
	background:#FCFCFB;
	font-size:13px;
	color:#666;
	width:100%;
}



/*    accordion    */

#accordion {
	margin:2px 0 0 0;
	padding:0;
}

.toggler {
	background:#D3E9F2;
	margin:0px 2px 2px 2px;
	height:33px;
	overflow:hidden;
}
.toggler:hover {
	background:#F9EDCE;
}

.toggler h3 {
	margin:4px 8px 6px 8px;
	padding:0;
	line-height:.8em;
}
.toggler span {
	display:block;
	font-size:1.1em;
	margin:2px 8px 0px 8px;
	padding:0;
}
.element p {
	margin:6px 10px 10px 10px;
}




/*  navigazione a Tab  */


#tabbedNav {
	margin:0;
	padding:0;
	background:url(../images/tabbedNav_ul_bg.gif) 0 100% repeat-x;
	height:30px;
	overflow:hidden;
}
#tabbedNav li {
	float:left;
	width:80px;
	height:30px;
	margin:0;
	background:url(../images/tabbedNav_bg.jpg) 1000px 200px no-repeat;
}
#tabbedNav li.last {
	border-right:#B2B2B2 1px solid;
}
#tabbedNav li a {
	display:block;
	width:80px;
	height:30px;
	text-indent:-9000px;
	background:url(../images/tabbedNav_bg.jpg) 1000px 200px no-repeat;
}
#tabbedNav li a:hover {
	background:url(../images/tabbedNav_bg.jpg) no-repeat;
}

#tabbedNav li#tutti {
	background-position:0px 0px;
}
#tabbedNav li#tennis {
	background-position:-80px 0px;
}
#tabbedNav li#trekking {
	background-position:-160px 0px;
}
#tabbedNav li#basket {
	background-position:-240px 0px;
}
#tabbedNav li#running {
	background-position:-320px 0px;
}
#tabbedNav li#ciclismo {
	background-position:-400px 0px;
}
#tabbedNav li#calcio {
	background-position:-480px 0px;
}
#tabbedNav li#volley {
	background-position:-560px 0px;
}
#tabbedNav li#mtb {
	background-position:-640px 0px;
}

#tabbedNav li#tutti a:hover, #tabbedNav li#tutti.selected a {
	background-position:0px -40px;
}
#tabbedNav li#tennis a:hover, #tabbedNav li#tennis.selected a {
	background-position:-80px -40px;
}
#tabbedNav li#trekking a:hover, #tabbedNav li#trekking.selected a {
	background-position:-160px -40px;
}
#tabbedNav li#basket a:hover, #tabbedNav li#basket.selected a {
	background-position:-240px -40px;
}
#tabbedNav li#running a:hover, #tabbedNav li#running.selected a {
	background-position:-320px -40px;
}
#tabbedNav li#ciclismo a:hover, #tabbedNav li#ciclismo.selected a {
	background-position:-400px -40px;
}
#tabbedNav li#calcio a:hover, #tabbedNav li#calcio.selected a {
	background-position:-480px -40px;
}
#tabbedNav li#volley a:hover, #tabbedNav li#volley.selected a {
	background-position:-560px -40px;
}
#tabbedNav li#mtb a:hover, #tabbedNav li#mtb.selected a {
	background-position:-640px -40px;
}

#tabbedNav li.disabled {
	background: #EFEFEA;
}

#tabSelect {
	margin:0 0 9px 0;
	padding:0 8px 0 0;
	text-align:right;
}
#tabSelect select {
	width:118px;
	height:18px;
	border:#999 1px solid;
	font-size:13px;
	color:#666;
}
#tabSelect label {
	font-size:11px;
	color:#DB8616;
	text-transform:uppercase;
	margin:0 8px 0 0;
}





/*    form    */


#form1 {
	color:#333;
}
#form1 p {
	margin:10px 0 10px 10px;
	height:100%;
	overflow:hidden;
}
#form1 p.error, #test p.error {
	margin:10px;
}


#form1 label {
	width:230px;
	font-size:1.15em;
	margin:0;
	display:block;
	float:left;
}

#form1 input, #form1 select, #form1 textarea {
	width:465px;
	height:18px;
	border:#999 1px solid;
	background:#fff;
	font-size:13px;
	color:#666;
	margin:0;
	padding:1px;
	display:block;
	float:left;
}
#form1 textarea {
 	height:200px;
}

#form1 input.radio, #form1 input.check {
	width:auto;
	height:auto;
	border:0;
}
#form1 input.button {
	width:auto;
	height:auto;
	display:inline;
	float:none;
	border:0;
}

#form1 .data .file {
	width:270px;
}
#form1 .data .button {
	background: #eee;
	border:1px solid #999;
	color:#666;
	margin:0 0 0 10px;
	padding:1px;
	width:80px;
	cursor:pointer;
}





/* mappa */


.mappa {
	width:292px;
	margin:10px 10px 0 10px;
	padding-bottom:10px;
	float:left;
}
.mappa li {
	padding:.4em 0 0px 0px;	
	border-top:#ccc 1px solid;
	font-size:1.3em;
	font-weight:bold;
}


.mappa li ul {
	position:relative;
	margin:0 0 0 121px;
	top:-1.6em;
}
.mappa li ul li {
	margin:0 0 0px 0;
	padding:6px 0 6px 16px;
	background:url(../images/freccia_linkbox.gif) 0% 50% no-repeat;
	border-top:#ccc 0px solid;
	font-size:.9em;
	font-weight:normal;
	line-height:.9em;
}

/*.mappa li ul li ul {
	padding:0 0 0 0;
	position:relative;
	margin:-1em 0 6px 150px;
}
.mappa li ul li ul li {
	margin:0 0 1px 0;
	padding:0;
	border:none;
	font-size:.8em;
	background:none;
}*/







/*    scopri polase    */


.scopri #mainFull {
	margin-right:0;
}

.scopri h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#333;
}

.scopri .boxClaim {
	font-size:1.2em;
	border:#B2B2B2 1px solid;
	background:#fff;
	margin:0 11px 11px 0;
	clear:left;
}

.scopri .col230 {
	float:left;
	margin:0px 12px 12px 0;
	min-height:260px;
}

.scopri #side {
	margin-top:7px;
}

.scopri #side img {
	margin:0;
}


.scopri h2 {
	font-size:1.5em;
}











/*   colonna DX   */


#side {
	width:230px;
	margin:43px 0px 0 738px;
}

















#bottomBanner {
	clear:both;
	width:956px;
	padding:0;
	margin:0 auto 11px auto;
	border:#1D8DBE 1px solid;
}




/* - - -  */
/* POPUP */
/* - - -  */


.popup {
	opacity:0;
	position:absolute;
	text-align:center;
	top:-1000px;
	width:100%;
}
.popup .container {
	background-image:url(../images/back_popup.png);
	background-repeat:no-repeat;
	height:300px;
	margin:auto;
	position:relative;
	text-align:left;
	width:430px;
}
.popup .content {
	padding:70px 14px 14px 6px;
}
.popup h4 {
	border-bottom:1px solid #1D8DBE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0pt;
	padding:0pt 20px 5px;
	text-transform:uppercase;
}
.popup form {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:15px 20px 0pt;
}
.popup form p {
	clear:both;
	margin:0 0 13px 0;
	overflow:hidden;
	padding-bottom:2px;
	width:100%;
}
.popup form p.submit {
	text-align:right;
	text-transform:uppercase;
	width:355px;
	font-size:12px;
}
.popup form p.submit a {
	color:#1D8DBE;
	padding-bottom:10px;
	text-decoration:underline;
}
.popup form p.submit a:hover {
	color:#F49118;
}
.popup label {
	display:block;
	float:left;
	padding-top:3px;
	text-transform:uppercase;
	font-size:12px;
	width:170px;
}
.popup input, .popup textarea {
	border:1px solid #1D8DBE;
	font-size:12px;
	float:left;
	width:180px;
}
.popup .close {
	position:absolute;
	right:8px;
	top:0px;
	margin:0;
}
.popup .close a {
	background-image:url(../images/close_popup.gif);
	display:block;
	height:23px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:23px;
}
.popup .close a:hover {
	background-position:0pt 23px;
}
.popup p.error {
	bottom:4px;
	font-size:12px;
	left:25px;
	padding:8px;
	position:absolute;
}











/* - - -  */
/* FOOTER */
/* - - -  */

#foot {
	width:992px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:url(../images/foot_bg.gif) top repeat-y;
}
#footWrap {
	width:972px;
	margin:0 auto;
	padding:10px 5px 0 15px;
	height:40px;
	background:url(../images/foot_main_bg.gif) center top no-repeat;
}
#foot p {
	margin:0;
	padding:0;
	color:#666;
	font-size:11px;
}
#foot p a {
	color:#666;
	text-decoration:underline;
}


#footNav {
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	overflow:hidden;
}
#footNav li {
	float:left;
	border-left: 1px solid #666;
	line-height:1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#footNav li a {
	color:#666;
	text-decoration:none;
}
#footNav li a:hover {
	color:#F49118;
	text-decoration:underline;
}


/* - - -  */















.istruzioni {
	width: 600px;
	float: left;
	margin-top: 250px;
	margin-left: 230px;
	text-align: right;
	
}


