/*****************************************************
10.  CONTENT LAYOUT VARIATIONS
******************************************************/
.left-note-block {
	float: left;
	width: 400px;
	background-image: url(../gif/opacity-60-rep.png);
	background-repeat: repeat;
	padding: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.full-width-transparent {
	height: 350px;
	height: auto;
	min-height: 350px;
	background-image: url(../gif/opacity-60-rep.png);
	background-repeat: repeat;
	padding: 20px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.transparent-header {
    background-image: url(../gif/opacity-60-rep.png);
    background-repeat: repeat;
    padding: 20px;
    height: 20px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}
.transparent-footer {
    background-image: url(../gif/opacity-60-rep.png);
    background-repeat: repeat;
    padding: 20px;
    height: 50px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.black-trasparent-header {
    background-image: url(../gif/content-header-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 20px;
    height: 55px;
	border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.plain-black {
   
	background-image:url(../gif/bkg_page.png);
	background-repeat:repeat;
    padding: 20px;
	-webkit-box-shadow: inset 0px 1px 3px #080707;
	-moz-box-shadow: inset 0px 1px 3px #080707;
	box-shadow: inset 0px 1px 3px #080707; 
}
/*****************************************************
home
******************************************************/

.left-col {
	float: left;
	width: 450px;
padding-right: 5px;
}
.right-col h1 {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
background-image:url(../gif/dotsarrow.png);
	background-position:left center;
	background-repeat:no-repeat;
background-color: #070707;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 65px;
	
	margin:5px 0;


	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
		-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
}

 .left-col h1 {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
background-image:url(../gif/dotsarrow.png);
	background-position:left center;
	background-repeat:no-repeat;
background-color: #070707;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 65px;
	margin:5px 0;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
		-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
}


 .left-col h2 {
	font-size: 17px;
	color: #fff;
	font-weight:bold;
    margin:5px 0;
	
	
}
.right-col h2 {
	font-size: 17px;
	color: #fff;
	font-weight:bold;
    margin:5px 0;
	
	
}


 .left-col h3 {
	font-size: 17px;
	color: #9C6F8B;
	font-weight:bold;
    margin:5px 0;
	
	
	
}
.right-col h3 {
	font-size: 17px;
	color: #9C6F8B;
	font-weight:bold;
    margin:5px 0;
	
	
}




.right-col {
	float: right;
	width: 450px;
	
	padding-left: 5px;
}
.right-col .data{
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 8px;
	float:right;
}


 .left-col .data{
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 8px;
	float:right;
}

/*****************************************************
5.  HEADINGS
******************************************************/

h1 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}
h2 {
	font-size: 17px;
	color: #9c6f8b;
	font-weight: normal;
	margin-bottom: 8px;
}
h3 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 3px;
}
#sidebar h3 {
	background-color: #070707;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 15px;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #070707;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
}
h4 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
    margin-bottom: 6px;
    margin-top: 3px;
}
h5 {
	font-size: 12px;
	color: #FFA200;
	font-weight: normal;
    margin-bottom: 6px;
    margin-top: 3px;
}
.footer-inside h1 {
	font-size: 15px;
	color: #FFF;
}



h2 span {
background:none repeat scroll 0 0 #bdbbbe;
color:#FFFFFF;
display:block;
font:15px 'Trebuchet MS',Verdana,Helvetica,sans-serif;
padding:0 5px;
float:right;


text-align:center;

white-space:nowrap;
}

.clear{
	clear:both;


}
.floatRight {
	float:right

}

.floatLeft {
	float:left

}

.TabDownload {
background-color: #070707;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 15px;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #070707;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
		-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
	width:890px;

}


.TabVideo  {
	background-image:url(../gif/dotsarrow.png);
	background-position:left center;
	background-repeat:no-repeat;
background-color: #070707;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 65px;
	font-size: 15px;
	margin-top: 5px;
	margin-right: -20px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #070707;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
		-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
	width:850px;

}

/*****************************************************
NUMERAZIONE PAGINE
******************************************************/


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin: 0;
padding: 0;
}

.pagination a, .pagination a:visited{
line-height: 13px;
	text-align: center;
	height: 13px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	background-color: #070707;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	
	
}

.pagination a:hover, .pagination a:active{
	color: #9c6f8b;
	text-shadow: -1px -1px 0px #000;
	text-decoration: none;
	background-image: none;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

form#dati {
    font: 12px Arial,Helvetica,sans-serif;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 10px;
    width: 450px;
}
form#dati p {
    color: #fff;
    font: 12px/12px Arial,Helvetica,sans-serif;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 5px 5px 5px 0;
}
form#dati .label1 {
    clear: left;
    color: #fff;
    display: block;
    float: left;
    line-height: 13px;
    margin-right: 0;
    margin-top: 0.69em;
    padding-right: 10px;
    text-align: left;
    width: 100px;
}
form#dati label {
    color: #fff;
    float: right;
    margin-left: 1px;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 130px;
    text-align: left;
    width: 300px;
}
form#dati .txt {
    background: none repeat scroll 0 0 transparent;
  border: 1px dotted #fff;
    color: #fff;
    margin-left: 0;
    margin-top: 0.69em;
    width: 220px;
}
form#dati .txt:hover {
    border: 1px dotted #fff;
    color: #fff;
}
form#dati .txt:focus {
    border: 1px dotted #fff;
    color: #9c6f8b;
}
form#dati .button1, form#dati .button2 {
    color: #fff;
    cursor: pointer;
    font: 14px Arial,Helvetica,sans-serif;
    letter-spacing: 0.2em;
    margin-left: 8px;
    padding-right: 0.5em;
    text-decoration: none;
    width: 100px;
}
form#dati .button1:hover, form#dati .button2:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.lingua {
	float:right;
	margin-top:5px;
	line-height:32px;
	font-weight:bold;
	

}



.lingua a:link, .lingua a:visited {
    color: #fff;
}
#cerca {
	float:left;
	margin-right:20px;
	margin-top:5px;


}


.formcerca {
        background:#030303;
  border-bottom: 1px dotted #fff;
   border-left: none;
    border-right: none;
	 border-top: none;
  font-weight:bold;
    color: #fff;
    margin-left: 0;
 
    width:150px;
	
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
		-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
		-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
}
.social {
	margin-right:30px;

}
