/*--------------------------------------------------------------
# ICKI Sports - May 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/
	
/* universal set of reset styles
---------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,caption,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {background: white;line-height: 1;color: black;}
ol,ul {list-style: none;}
/* tables still need cellspacing="0" in the markup */
table{border-collapse: separate;border-spacing: 0;}
caption,th,td {
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 120%;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/	
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
.clr {font-size : 1px;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear: both;}
/* End hide from IE-mac */
/* ------------------------ the end ----------------------------*/
html {
	height:100%;
	margin-bottom:1px;
}
body {
	margin:0;
	padding:0;
	font-size:62.5%; /* Reset: 1em = 10px */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 100%;
}
/* Basic link styles 
---------------------------------------------------------------*/
a{
	outline:none;
	cursor:pointer;
}
a:link,
a:visited,
a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/* Basic image style 
----------------------------------------------------------------*/
img{
	border:none;
	text-decoration:none;
}
/* Basic lists styles 
----------------------------------------------------------------*/
ul{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 12px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
ul ul{
	padding-bottom:0px;
}
ul li{
	padding-left:0px;
	line-height:100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
ul li a{
	text-decoration: none;
}
ol li{
	line-height:170%;
}
dl#system-message dd ul li{
	border: none !important;
}
/* Basic heading styles 
-----------------------------------------------------------------*/
th {
	padding:4px;
	text-align:left;
}
h1 { font-size:200%; }
h2 { font-size:175%; }
h3 { font-size:150%; }
h4 { font-size:125%; }
h5 { font-size:115%; }
p, pre, blockquote, h1, h2, h3, h4, h5, h6{
	margin:1em 0;
	padding:0;
}
/* Basic form styles 
-----------------------------------------------------------------*/
fieldset{
	border:none;
	padding:5px 0;
}
fieldset a{
	font-weight:bold;
}
input, select, button{
	font-size:11px;
	font-weight:normal;
}
/* Basic HR-line style 
-----------------------------------------------------------------*/
hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
/* Basic positioning classes 
-----------------------------------------------------------------*/
.clearfix{ }
.lf { float: left; }
.rf { float: right; }
/* Logo 
------------------------------------------------------------*/
a#logo, 
a#logo_styled {
	float:left;
	display:block;
}
a#logo_styled{
	/* 
		Here you can change width or height of your logo 
		if you've disabled option "logo as image"
	*/
	width: 195px;
	height: 95px; 
}
/* Basic wrapper styles 
-----------------------------------------------------------------*/

div#wrapper_bg{
	width:100%;
	min-height:656px;	
}
div#wrapper_main{
	width: 1010px;/*980px;*/
	margin:0 auto;
	padding-bottom:20px;
	position:relative; /* Basic font size: 12px, line-height: 15px */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
div#wrapper_top{
	position:relative;
	min-height:95px;
	margin:0;
	width: 1010px;
}
div#wrapper_top_content{
	float:left;
	width:100%;
}
div#wrapper_topheader{
	position: relative;
	width:1010px; /*980px;*/
	padding-top: 10px;
}
/* menu
-------------------------------------------------------------------*/
div#wrapper_menu1{
	height:38px;
	display:block;
	top: 0;
}
div#wrapper_menu2{
	width:100%;
	margin-right:8px;
	height:38px;
	display:block;
	position:static;
}
div#horiz-menu{
	height:38px;
	display:block;
	position:static;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 3px;
}
div#wrapper_menu1 ul.menu{
	width:1000px;
	margin-left:-9px;
}
div#wrapper_menu1 ul li.level1 a{
	text-transform:uppercase;
}
div#wrapper_menu1 ul li a{
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;	
}
div#wrapper_menu1 ul li:hover,
div#wrapper_menu1 ul li.active{
	height:38px;
	border-left:none!important;
	margin-left:1px!important;
}
div#wrapper_menu1 ul li:first-child:hover,
div#wrapper_menu1 ul li.active:first-child{
	height:38px;
}
div#wrapper_menu1 ul li:first-child{
	border-left:none!important;
	padding-left:9px;
}
div#wrapper_menu1 ul li:first-child span{
	padding-left:0!important;
}
div#wrapper_menu1 ul li:first-child:hover,
div#wrapper_menu1 ul li.active:first-child{
	padding-right:0;
}
div#wrapper_menu1 ul li:first-child:hover a,
div#wrapper_menu1 ul li.active:first-child a{
	padding-left:0!important;
}
div#wrapper_menu1 ul li:first-child:hover span,
div#wrapper_menu1 ul li.active:first-child span{
	height: 38px;
	line-height:38px;
	display:block;
	float:left;
	padding-left: 2px!important;
	padding-right:12px;	
}
div#wrapper_menu li.topli ul{
	top:33px!important;
	border-top:none;
	position: absolute;
	z-index: 10000;
}
div#wrapper_menu1 ul li li:first-child{
	margin: 0;
	padding: 0;
}
div#wrapper_menu1 ul li li:first-child a{
	padding-left: 12px;
}
div#wrapper_menu1 ul li li:first-child:hover a{
	padding-left: 120px;
}
div#wrapper_menu1 ul li li{
	line-height: 30px;
}
div#wrapper_menu1 ul li li:hover,
div#wrapper_menu1 ul li li:hover a,
div#wrapper_menu1 ul li li:hover span,
div#wrapper_menu1 ul li li:first-child:hover,
div#wrapper_menu1 ul li li:first-child:hover a,
div#wrapper_menu1 ul li li:first-child:hover span{
	height: 30px;
	line-height: 30px;
}
div#wrapper_menu1 ul li li:first-child:hover span{
	margin-left: 10px!important;
}
div#wrapper_menu1 ul li li:hover{
	margin: 0!important;
}
div#wrapper_menu1 ul li li:first-child:hover span{
	margin-left: 3px;
}
/* top
-------------------------------------------------------------------*/
div#buttons{
	width:auto;
	float:right;
	margin:39px 15px 0 0;
	padding-right:12px;
	height:22px
}
div#buttons div{
	height:17px;
	padding:1px 0 4px 12px;
}
div#buttons span#login_btn_noborder,
div#buttons span#register_btn{
	border: none !important;
	display:block;
	padding-right:0;
	padding-top:4px;
	margin-right:0;
}
div#buttons span#login_btn{
	padding-right:8px;
	margin-right:5px;
	margin-top:4px;
}
div#buttons span{
	font-size:11px;
	font-weight:normal;
	display:block;
	float:left;
}
div#buttons span a{
	line-height:11px;
}
div#banner1{
	width:100%;
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
div#search{
	width: 155px;
	height:20px;
	float:right;
	margin:40px 0 0 0;
}
div#search input#mod_search_searchword{
	border:none;
	background:none;
	height:16px;
	padding:3px 20px 0 6px;
	width:139px;
	display:block;
	font-size:11px;
}
div#search input.button{
	display:none;
}
/* highlighter
-------------------------------------------------------------------*/
div#wrapper_highlight{
	height:30px;
	overflow:hidden;
}
div#highlight{
	float: left;
	width: 80%;
	overflow:hidden;
}
div#datatop{
	text-align: right;
	float:right;
	margin: 8px 12px 0 0;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	width:auto;
	height:17px;
}
div#datatop span{
	display: block;
	height:17px;
	padding-left:11px;
	margin-right:11px;
	line-height:16px;
}
/* header
-------------------------------------------------------------------*/
div#wrapper_header{
	overflow: hidden;
}
div#banner2,
div#banner3,
div#header1,
div#header2{
	float: left;
	overflow:hidden;
}
div#header_modules{
	clear: both;
	margin: 0px 0px 0 0px;
	padding-top: 0px;
}
/* content
-------------------------------------------------------------------*/
div#component{
	float:left;
}
div#right{
	float:left;/*right;*/
	width: 255px;
}
div#wrapper_content{
	overflow:hidden;
}
div#inset{
	width:249px;
	float:left;
}
div#mainbody{
}
div#mainbody_wrapper{
	margin: 0 15px;
	padding: 13px 0;
}
div.users_wrap,
div.module_wrap{
	overflow:hidden;
	width: auto;
	margin-left:300px;/*border:1px solid green;*/
	float:left;
}
#wrapper_content_mainbody {
	background-color: #FFF;
	float: right;
}
/* Bottom
-----------------------------------------------------------------*/
div#wrapper_bottom{
	overflow: hidden;
	padding-bottom: 15px;
}
/* Footer
-----------------------------------------------------------------*/
div#wrapper_footer{
	height:70px;
	font-size:0.9em;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
div#wrapper_footer ul{
	width:100%;
	float:left;
	list-style-image:none;
	margin:0;
	padding:0;
	clear: both;
}
div#wrapper_footer ul li.level1 a{
	padding:0 6px;
}
div#wrapper_footer ul li.level1 {
	float:left;
	width: auto;
}
div#wrapper_footer div.moduletable_content{
	margin:0!important;
	padding:0!important;	
}
div#informations{
	float:right;
	margin-top:3px;
}
div#stylearea{
	float:right;
	margin-left:5px;
	margin-top:3px;
}
div#footer_menu{
	float: left;
	width: 100%;
	clear: both;
}
/* set the width of user modules 
-------------------------------------------------------------------*/ 
.us_width-20,
.us_width-25,
.us_width-33, 
.us_width-50{
	display:block;
	float:left;
}
.us_width-33:first-child{
	width:34%;
}
.us_width-20{ width:20%; }
.us_width-25{ width:25%; }
.us_width-33{ width:33%; }
.us_width-50{
	width:50%;
}
.us_width-100{ width:100%; }
/* 	
	Available suffixes:
	* _light (only on right module position)
	* _clear
	* _menu
	* _text	
*/
div.moduletable,
div.moduletable_clear,
div.moduletable_menu,
div.moduletable_text, 
div.moduletable_light{
	margin: 0;	
}
div.moduletable h3,
div.moduletable_clear h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_light h3{
	margin:0!important;
	text-indent:15px;
	height:46px;
	font-size:10px;
	width: 100%;
	line-height:38px;
	text-align:left;
}
div.moduletable h3 span,
div.moduletable_clear h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_light h3 span{
	padding: 0;
	display:block;
	height: 46px;
	float: left;
	font-weight: bold;
	text-transform:uppercase;
}
div.moduletable div.moduletable_content,
div.moduletable_clear div.moduletable_content,
div.moduletable_menu div.moduletable_content,
div.moduletable_text div.moduletable_content,
div.moduletable_light div.moduletable_content{
	margin:0px;
}
div.moduletable_clear div.moduletable_content{
	margin: 0px;
}
div.moduletable_content{
	padding: 0;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
div.moduletable_clear{
	margin: 0;
	padding:0;
	border: none;
}
div.moduletable_clear div.moduletable_content{
	margin: 0;
	padding:0;	
}
/* restrictions
------------------------------------------------------------------- */
/* mainbody */
div#mainbody div.moduletable h3,
div#mainbody div.moduletable_clear h3,
div#mainbody div.moduletable_menu h3,
div#mainbody div.moduletable_text h3{
	background: none;
	height: 20px;
	line-height: 20px;
}
div#mainbody div.moduletable h3 span,
div#mainbody div.moduletable_clear h3 span,
div#mainbody div.moduletable_menu h3 span,
div#mainbody div.moduletable_text h3 span{
	background: none;
	height: 20px;
	line-height: 20px;
}

div#mainbody div.moduletable div.moduletable_content,
div#mainbody div.moduletable_clear div.moduletable_content,
div#mainbody div.moduletable_menu div.moduletable_content,
div#mainbody div.moduletable_text div.moduletable_content{
	margin:0!important;
}
div#mainbody div.moduletable h3,
div#mainbody div.moduletable_clear h3,
div#mainbody div.moduletable_menu h3,
div#mainbody div.moduletable_text h3{
	text-indent:0px!important;
}
/* right */
div#right div.moduletable,
div#right div.moduletable_clear,
div#right div.moduletable_menu,
div#right div.moduletable_text{
}
/* bottom */
div#wrapper_bottom div.moduletable h3,
div#wrapper_bottom div.moduletable_clear h3,
div#wrapper_bottom div.moduletable_menu h3,
div#wrapper_bottom div.moduletable_text h3{
	background:none;
}
div#wrapper_bottom div.moduletable h3 span,
div#wrapper_bottom div.moduletable_clear h3 span,
div#wrapper_bottom div.moduletable_menu h3 span,
div#wrapper_bottom div.moduletable_text h3 span{
	background:none;
}
div#wrapper_bottom .us_width-20 div.moduletable_content,
div#wrapper_bottom .us_width-25 div.moduletable_content,
div#wrapper_bottom .us_width-33 div.moduletable_content, 
div#wrapper_bottom .us_width-50 div.moduletable_content{
	display:block;
	float:left;
	margin-right: -1px;
	margin: 0;
	padding: 5px 15px 5px 15px;
}
div#wrapper_bottom .us_width-20:first-child div.moduletable_content,
div#wrapper_bottom .us_width-25:first-child div.moduletable_content,
div#wrapper_bottom .us_width-33:first-child div.moduletable_content, 
div#wrapper_bottom .us_width-50:first-child div.moduletable_content{
	border-left: none;
	margin-right: 0;	
}
/* Default Joomla menu */
.moduletable_menu ul.menu, 
.moduletable_menu ul.menu ul, 
.moduletable_menu ul.menu ul ul {
	list-style-image: none;
	margin: 0;
	padding: 0; 
	background: none;
}
.moduletable_menu ul.menu li {
	line-height: 18px;
}
.moduletable_menu ul.menu li:first-child {
	border: none;
}
.moduletable_menu ul.menu li.current li{
	margin-left: 10px;
	padding-left: 16px; 
}
.moduletable_menu ul.menu ul {}
.moduletable_menu ul.menu ul li a {
	font-size: 0.9em;
	font-weight: normal;
}
.moduletable_menu ul.menu ul li {
	padding: 3px 0;
}
/* popups */
div#popup_login,
div#popup_register{
	position: absolute;
	z-index: 100000;
	width: 530px;
	top: 5px;
	right: 4px;
	display: none;
}
div#close_button_login,
div#close_button_register{
	width: 24px;
	margin: 3px 3px 0 0;
	height: 24px;
	cursor: pointer;
	float: right;
}
div.top{
	width: 480px;
	overflow: hidden;
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 20px;
}
div.top form#josForm{
	width: 480px;
	margin: 0 auto;
}
div.bottom{
	width: 530px;
	height: 15px;
}
/* joomla.classes readon */
a.readon{
	width:92px;
	height:16px;
	line-height:15px!important;
	margin:4px 0 !important;
	display:block;
	float:left;
	padding-left:10px;
	font-size:11px!important;
	font-weight: bold;
}
.button{

	height:16px;
}
/* System messages */
#system-message{
	margin-bottom:0;
}
#system-message dt.error{
	display:none;
}
#system-message dd{
	font-weight:bold;
	margin:0;
	text-indent:30px;
}
#system-message dd.error ul{
	margin-bottom:0;
}
dl#system-message ul{
	margin:0;
}
#system-message dd ul{
	list-style-type:none;
	margin-bottom:10px;
	padding:10px;
}
.sfumatura {
	background-image: url(../immagini-new/style1/sfumatura.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:70px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6A1A06;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	margin-left:-10px;
	margin-top:-10px;
	background-color: #C53202;
	padding-bottom: 2px;
}

.sfumatura a:link {
	color:#FFF;
	text-decoration:none;	
}
.sfumatura a:hover {
	color:#CD4712;
	text-decoration:none;
	}
	
.sfumatura a:visited {
	color:#FFF;
	text-decoration:none;

}
 
.Breadcrumb100{
	color:#C04110;
	height: 20px;
	padding-left: 25px;
	background-color: #000;
	background-image: url(../Images/freccia_breadcrumb.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	vertical-align: middle;
	padding-top: 3px;
}
.Breadcrumb80{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color:#C04110;
	height: 25px;
	padding-left: 10px;
	margin-left:300px;
}
.linktop {
	padding-right:16px;
	float:right;
	line-height:30px;
	width:480px;
	clear:both;
	margin-left: 30px;
}
.linktop a:link {
	color:#FFF;
	text-decoration:none;	
}
.linktop a:hover {
	color:#CD4712;
	text-decoration:none;
	}
	
	.linktop a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
	
	
.btnLogPnl a:link {
	color:#FFF;
	text-decoration:none;	
}
.btnLogPnl a:hover {
	color:#CD4712;
	text-decoration:none;
	}
	
	.btnLogPnl a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
	
	
	
.gt_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #C0410F;
	font-weight : bold;
	text-align: left;
	text-transform: uppercase;
	background-image: url(../immagini-new/titolo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a1a1a;
	padding-left: 25px;
	padding-top: 5px;
}

