/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html,body
{
	margin: 0 auto;
}

body
{
	min-width: 960px;
	color: #333;
	font: 11px Helvetica, Arial, sans-serif;
	background: #fff url('../images/main_back.png') repeat-x;
}



hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a img {
border: none;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height:28px;
}

h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	color: #cccccc;
	text-transform: uppercase;
}

h3 {
	font-size: 13px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin:0px;
	padding: 10px 0px 0px 3px;
}

h5 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ccc;
	padding: 3px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 3px;
}


/* Link
----------------------------------------------------------------------------------------------------*/

/*a, a:link, a:visited {
	color: #679EC9;;
	text-decoration: none;
}*/

a {
	color: #679EC9;;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

a.h1_home:link {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

a.h1_home:visited {
	color: #fff;
}

a.h1_home:hover {
	color: #fff;
	text-decoration:underline;
}

a.leggi:link {
	color: #fff;
	font-weight: bold;
}

a.leggi:visited {
	color: #fff;
}

a.leggi:hover {
	color: #fff;
	text-decoration:underline;
}

a.tit_abstract:link {
	font-size: 12px;
	font-weight: bold;
}

.footer a {
	color: #fff;
	font-weight: normal;
}

.footer a:hover {
	color: #fff;
	text-decoration:underline;
}

/* Structure
----------------------------------------------------------------------------------------------------*/

.title {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 16px 0px 3px 0px;
}

.teaser {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 9px;
	color: #cccccc;
	text-transform: uppercase;
	margin: 3px 0px 0px 0px;
}

.abstract {
	font-size: 10px;
	margin-top: 8px;
}

p {
	padding: 0px 6px 10px 6px;
	margin: 0px;
	float: left;
}

.container_adv_skin {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 2500px;
	position:scroll;
	/*background-image: url("../images/main_back_new.png")!important;background-repeat: no-repeat;background-position:center top;padding: 0px 0 0 0;background-attachment: fixed;cursor: pointer;/*
	/*background-image: url("../banner/skin/skin_homepage_bmw.jpg")!important;background-repeat: no-repeat;background-position:center top;padding: 0px 0 0 0;background-attachment: fixed;cursor: pointer;*/
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*background: #fff;
	display: table;*/ /*da attivare per promo skin*/
}

.pagination-forum {
	min-height: 30px;
	margin: 2px 0px 2px 0px;
	padding: 9px 10px 8px 10px;
	float: left;
	background: #eee;
	width:268px;
}

.pagination-esperto {
	padding: 0px 6px 0px 6px;
	float: left;
}

.pagination-joboard {
	margin: 2px 0px 2px 0px;
	padding: 9px 10px 8px 10px;
	float: left;
	background: #eee;
	width:120px;
}

.pagination-joboard2 {
	margin: 2px 0px 2px 0px;
	padding: 9px 10px 8px 10px;
	float: left;
	background: #eee;
	width:282px;
}

.pagination-button {
	margin: 10px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	float:left;
}

p.parag-esperto {
	padding: 6px;
	margin: 0px;
	float: left;
}

p.parag-servizio {
	padding: 10px 10px 10px 10px;
	float: left;
}

/* Pre head
----------------------------------------------------------------------------------------------------*/

.upmenu-header {
	width: 710px;
	height: 36px;
	line-height: 36px;
	background: #000000;
	color: #fff;
	float: left;
	border-bottom-left-radius: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-moz-border-radius-bottomleft: 0.8em;
}

.upmenu-search {
	width: 314px;
	margin: 6px 5px 0px 5px;
	background-color: #000;
    float: right;
    height: 32px;
    line-height: 32px;
    /*border: 1px solid #fff;*/
    border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
}

.upmenu-login {
	width: 239px;
	margin-left: 1px;
	padding: 2px 0px 0px 10px;
	background-color: #333;
    float: left;
    height: 34px;
    line-height: 36px;
    border-bottom-right-radius: 0.8em;
	-webkit-border-bottom-right-radius: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
}

.upmenu-login-button {
	margin-top: 4px;
}

/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	font: 11px Helvetica, Arial, sans-serif;
	margin-top: 3px;
}

.searchform .searchfield {
	background: transparent;
	padding: 6px 6px 6px 8px;
	width: 266px;
	outline: none;
	float: left;
}

.searchform input {
	background-color: transparent;
	border: none;
	font: 11px Helvetica, Arial, sans-serif;
	color: #fff;
}

.searchform .searchbutton {
	color: #fff;
	height: 16px;
	width: 16px;
	background: url('../images/search-inv.png') repeat-y;
	float: left;
	margin-top: 4px;
}

.searchform .searchbutton_advanced {
	color: #fff;
	height: 24px;
	width: 24px;
	float: left;
}


/* header
----------------------------------------------------------------------------------------------------*/

.header {
	float:left;
	margin-top: 20px;
}

.logo {
	width: 220px;
	height: 100%;
	float:left;
	margin: 8px 10px 0px 0px;
}

.adv_728x90 {
	width: 728px;
	height: 90px;
	float:left;
	margin-bottom: 10px;
}

.adv_300x250 {
	width: 300px;
	height: 250px;
	float:left;
}

.adv_468x90 {
width: 554px;
height: 100%;
background: #fff;
/*background: #E8EBE0;*/
margin: 20px 0px 20px 0px;
padding: 20px;
display: block;
float: left;
}

/* Top Menu
----------------------------------------------------------------------------------------------------*/

.topmenu {

	float: left;
	background-color: #000;
	padding: 0px 10px 0px 10px;
	border-bottom-left-radius: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-moz-border-radius-bottomleft: 0.8em;
}

.topmenu-item {
	font-size: 11px;
	float: left;
	cursor: pointer;
}

.topmenu-item-ico{
margin-top: 8px;
float:left;
cursor: default;
}

.topmenu a {
	color: #fff;
	padding: 0px 12px 10px 12px;
}

.topmenu a:hover {
	border-bottom: 2px solid #fff;
}


.ico-social {
	margin-left: 270px;
	float: right;
}

.topmenu-social {
	float: left;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.topmenu-social a {
	padding: 0px 6px 0px 6px;
}

.topmenu-social a:hover{
border-bottom: none;
}

.topmenu-social-ico {
	width: 24px;
	height: 24px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	float:left;
}

/* Menu
----------------------------------------------------------------------------------------------------*/

#menu {
	/*font-family: 'Ubuntu', Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	/*width:940px;*/
	width:958px;
	float: left;
	margin: 10px 0px 10px 0px;
	background-color: #000;
	padding: 0px;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}


#nav {
	float: left;
	margin: 5px 0px 5px 0px;
	background-color: #000;
	padding: 0px 5px 0px 5px;
	line-height:100%;
}

#nav li {
	font-size: 11px;
	float: left;
	cursor: pointer;
    margin: 0px;
    padding: 4px;
    position: relative;
    list-style: none;
}


/* main level link */
#nav a {
	color: #fff;
	background-color: #000;
	padding:  8px 20px;
    margin: 0;
	font-weight: bold;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
    text-decoration: none;
    display: block;
}
#nav a:hover {
	color: #000;
	background-color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
   	color: #000;
	background-color: #fff;

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#nav ul a:hover {
    background: #fff !important;
    color: #000 !important;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

}

/* dropdown */
#nav li:hover > ul {
    display: block;
    z-index: 100;
}

/* level 2 list */
#nav ul {
    display: none;
    margin: 0px 0px 0px 5px;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #000;
    border-radius: 0em 0em 0.6em 0.6em;
	-webkit-border-radius: 0em 0em 0.6em 0.6em;
	-moz-border-radius: 0em 0em 0.6em 0.6em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
    left: 181px;
    top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
   	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#nav ul li:last-child > a {
    border-radius: 0 0 0.6em 0.6em;
	-webkit-border-radius: 0 0 0.6em 0.6em;
	-moz-border-radius: 0 0 0.6em 0.6em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
} 
html[xmlns] #nav {
    display: block;
}
 
* html #nav {
    height: 1%;
}


/* Content
----------------------------------------------------------------------------------------------------*/

.buttons_login {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	float: left;
	height: 40px;
	line-height:40px;
	margin: 20px 0px 20px 0px;
}

.wrapper
{
	width: 640px;
	float:left;
}

.col-right-home
{
	width: 320px;
	float:left;
}

.primopiano
{
  width: 316px;
  height: 476px;
  margin: 2px;
  float: left;
  text-align: left;
  background-color: #CC0000;
}

.image-primopiano
{
  width: 296px;
  height: 250px;
  float: left;
  border-top: 10px solid #E80000;
  border-left: 10px solid #E80000;
  border-right: 10px solid #E80000;

}

.text-primopiano
{
  color: #fff;
  text-align: left;
  padding: 10px;
  float:left;
}

.text-primopiano p{
	padding: 5px 0px 5px 0px;
	float: left;
}

.post-box
{
  width: 154px;
  height: 154px;
  margin: 2px;
  float: left;
  text-align: left;
  border: #cccccc solid 1px;
}

.text-box
{
  padding:10px;
}

.comment-login
{
  margin:20px 0px 20px 0px;
  float: left;
  width: 500px;
}

.box-320x160
{
  width: 314px;
  height: 154px;
  margin: 2px;
  float: left;
  border: #cccccc solid 1px;
}

.box-320x160_gray
{
  width: 316px;
  height: 156px;
  margin: 2px;
  float: left;
  background-color: #333;
  color: #fff;
}

.box-320x160_red
{
  width: 308px;
  height: 148px;
  margin: 2px;
  float: left;
  border: #CC0000 solid 4px;
  color: #333;
}

.box-160
{
  width: 154px;
  margin: 2px;
  float: left;
  text-align: left;
  border: #cccccc solid 1px;
}

.txt-160
{
  padding:6px;
}

.box-160x480
{
  width: 154px;
  height: 474px;
  margin: 2px;
  float: left;
  text-align: left;
  border: #cccccc solid 1px;
  overflow:hidden;
}

.txt-160x480
{
  padding: 0px 6px 0px 6px;
}

.box-320x480
{
  width: 314px;
  height: 474px;
  margin: 2px;
  float: left;
  border: #cccccc solid 1px;
  overflow:hidden;
}

.txt-320x480
{
  padding: 0px 6px 0px 6px;
}

.box-320x320
{
  width: 314px;
  height: 314px;
  margin: 2px;
  float: left;
  border: #cccccc solid 1px;
}

.txt-320x320
{
  padding: 0px 6px 0px 6px;
}

.txt-320x160
{
  padding: 0px 6px 0px 6px;
}

.adv-320x320
{
  padding: 30px 0px 0px 5px;
}

.adv-320x320-banner
{
  padding: 14px 0px 0px 1px;
}

/* Video
----------------------------------------------------------------------------------------------------*/

.thumb-box
{
  width: 130px;
  padding: 5px;
  margin: 6px 0px 0px 12px;
  float: left;
}

.thumb-image
{
  padding: 6px;
  border: #cccccc solid 1px;
  float: left;
}

.thumb-description
{
  padding: 6px 0px 0px 0px;
  float: left;
}

/* Tab box
----------------------------------------------------------------------------------------------------*/

#block {
	overflow:hidden;
}

.htabs{ overflow:hidden; 	margin: 4px 0px 4px 0px; padding:0; }
.htabs h3 a{
	font-size:9px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.htabs ul{
margin:0;padding:0;
list-style:none;
}
.htabs li{
	font-size:11px;
	float:left;
	margin-top:2px;
	padding: 5px 0px 5px 0px;
	overflow:hidden;
	list-style:none;
}
.tabs .bullet{
	margin: 0px 4px 1px 0;
	padding-right:4px;
	clear:left;
	display:block;
	float:left;
	height:25px;
	overflow:hidden;
	text-align:left;
	width:10px;
	color:#616161;
}
.bmod .bullet{
	background-color:#fff;
	margin:-9px 6px 0 -10px;
	padding:8px;
}
.tabs{
	margin-top:2px;
	overflow:hidden;

}
.tabs ul{
	margin:0;padding:0;
	list-style:none;
}
.tabs li{
	font-size:11px;
	background-color:#EEEEEE;
	clear:both;
	margin:4px 0;
	padding:9px;
	text-align:left;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

.pre-footer
{
  float: left;
  width: 960px;
  text-align: left;
  margin-top: 3px;
  border-top: #000 solid 2px;
}

.footer
{
  float: left;
  width: 960px;
  text-align: left;
  margin-top: 1px;
  padding-bottom: 30px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

.footer p{
	padding: 0px 0px 5px 0px;
	float: left;
}

.footer-left
{
  width: 279px;
  float: left;
  padding: 0px 20px 0px 20px;
  margin-top: 30px;
  line-height: 14px;
  border-right: 1px solid #666;
}

.footer-center
{
  width: 279px;
  height: 185px;
  float: left;
  padding: 0px 20px 0px 20px;
  border-right: 1px solid #666;
  margin-top: 30px;
  line-height: 14px;
}

.footer-right
{
  width: 280px;
  float: left;
  padding: 0px 20px 0px 20px;
  margin-top: 30px;
  line-height: 14px;
}

.footer-right a{
  font-weight: bold;
  font-size: 12px;
}

.title-footer
{
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-bottom: 12px;
  color: #888A84;
}

img.footer-ico
{
padding-right: 10px;
vertical-align:middle
}

.credits
{
  float: left;
  width: 960px;
  height: 50px;
  text-align: center;
  margin-top: 1px;
  background-color: #666;
  color: #fff;
  padding-top: 30px;
}


/* Buttons
----------------------------------------------------------------------------------------------------*/

.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #679EC9; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #CC0000; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

	.large_login.awesome, .large_login.awesome:visited 			{ font-size: 11px; padding: 14px 16px 14px 16px; margin-left: 2px; }
	.large_signin.awesome, .large_signin.awesome:visited { font-size: 11px; padding: 10px 50px 10px 50px; border: 0px;}


/*  --------------------------------------------------
    Buttons
    -------------------------------------------------- */

    .button {
        background: #00a6fc;
        display: inline-block;
        text-align: center;
        padding: 9px 34px 11px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        line-height: 1;
        position: relative;
        cursor: pointer;
    }
    
    .button.nice { 
        background: #00a6fc;
        /*background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px;*/
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
        background: #00a6fc, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
        background: #00a6fc, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
        /*background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
        background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));*/
        border: 1px solid #0593dc;
        -webkit-transition: background-color .15s ease-in-out;
        -moz-transition: background-color .15s ease-in-out;
        -o-transition: background-color .15s ease-in-out; 
    }

    .button.radius { 
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .button.round { 
        -moz-border-radius: 1000px;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }
    
    .button.full-width { 
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; 
    }
    
    .button.left-align { 
        text-align: left; 
        /*text-indent: 12px;*/
        text-indent: 0px;
    }
    
    .button:active {}
    
    /* Sizes ---------- */
    .extra_small.button     { font-size: 11px; padding: 6px 15px 6px; margin: 0px; }
    .small.button           { font-size: 11px; padding: 8px 20px 10px; }
    /*.medium.button          { font-size: 13px; padding: 7px 35px 7px 35px; }*/
    .medium.button          { font-size: 13px; padding: 7px 35px 8px 35px; }
    .large.button           { font-size: 18px; padding: 11px 48px 13px; }
    
    /* Nice Sizes ---------- */
    .nice.small.button      { background-position: 0 -36px; }
    .nice.large.button      { background-position: 0 -30px; }
     
    /* Colors ---------- */
    .blue.button            { background-color: #00a6fc;  }
    .red.button             { background-color: #e91c21; }
    .white.button           { background-color: #e9e9e9; color: #333; }
    .charcoal.button        { background-color: #141414; }
    .white2.button          { background-color: #333; color: #fff; }
    .green.button            { background-color: #94C349;  }
    
    /* Nice Colors ---------- */
    .nice.blue.button       { border: 1px solid #0593dc;  }
    .nice.red.button        { border: 1px solid #b90b0b;  }
    .nice.white.button      { border: 1px solid #cacaca; text-shadow: none !important; }
    .nice.charcoal.button   { border: 1px solid #000; }
    .nice.green.button   { border: 1px solid #94C349; }
    
    /* Hovers ---------- */
    .button:hover           { background-color: #0192dd; color: #fff; }
    .blue.button:hover      { background-color: #0192dd;    }
    .red.button:hover       { background-color: #CC0000;    }
    .white.button:hover     { background-color: #dadada; color: #333; }
    .charcoal.button:hover  { background-color: #000; }
    .white2.button:hover     { background-color: #666; color: #fff; }
    .green.button:hover      { background-color: #82B039;    }
    

	
/* Article
----------------------------------------------------------------------------------------------------*/

.article {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 2px;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 636px;
	min-height: 2214px;
	padding-bottom: 20px;
}

.box-article
{
  padding: 20px 20px 40px 20px;
}

.autore {
	width: 395px;
	margin-top: 26px;
	font-size: 12px;
	float: left;
	padding-bottom: 8px;
	border-bottom: 4px solid #CC0000;
	height: 20px;
}

.autore_download {
	width: 580px;
	margin: 26px 0px 10px 0px;
	font-size: 12px;
	float: left;
	padding: 8px;
	border-bottom: 4px solid #CC0000;
}

.tools {
	width: 200px;
	margin-top: 26px;
	font-size: 12px;
	float: left;
	padding-bottom: 8px;
	border-bottom: 4px solid #CC0000;
	height: 20px;
}

img.tools-ico
{
padding: 0px 5px 0px 20px;
vertical-align:middle
}

.social {
	width: 595px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	margin-top: 20px;
	font-size: 12px;
	float: left;
}

.social2 {
	width: 595px;
	height: 80px;
	vertical-align: top;
	margin-top: 20px 0px 20px 0px;
	font-size: 12px;
	float: left;
	border-bottom: 2px solid #ccc;
}

.article-text {
	margin: 20px 0px 20px 0px;
	float: left;
}

.article-text p{
	margin-top: 10px;
	padding: 0px;
	float: left;
}

.article-text ul{
	margin-top: 10px;
	padding: 0px;
	float: left;
}
	
.list_elenco {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #ddd;
	margin-top: 10px;
	padding: 10px;
	line-height: 18px;
	font-size: 11px;
	width: 576px;
	float: left;
}

.list_abstract {
	margin-top: 10px;
	padding: 0px;
	font-size: 11px;
	float: left;
}

.simplesearch {
	margin-top: 20px;
}

.attach {
background: #EEEBE9;
padding: 6px;
border: 1px solid #E6E6E6;
margin-top: 3px;
}

.attach_anteprima {
width: 580px;
background: #EEEBE9;
padding: 8px;
border: 1px solid #E6E6E6;
margin-top: 10px;
float: left;
}

.share {
	width: 630px;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 10px 5px 10px 5px;
	float:left;
}

.correlati {
	width: 595px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #ccc;
	margin-top: 12px;
	float:left;
	padding-bottom: 20px;
}

.list_faq {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 2px;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 636px;
	padding-bottom: 20px;
}

/* Author
----------------------------------------------------------------------------------------------------*/

.author {
width: 554px;
height: 100%;
background: #FAFAFA;
/*background: #E8EBE0;*/
border: 1px solid #ccc;
margin: 20px 0px 20px 0px;
padding: 20px;
display: block;
float: left;
}

.author-photo {
width: 78px;
height: 78px;
background: #EEEAE6;
/*background: #F3F5E9;*/
border: 2px solid #E6E6E6;
margin: 6px 20px 6px 6px;
float: left;
}

.author-photo-profilepage {
width: 78px;
height: 78px;
background: #EEEAE6;
/*background: #F3F5E9;*/
border: 2px solid #E6E6E6;
margin: 6px 20px 6px 6px;
float: right;
}

.author-name {
	font-size: 14px;
	float: left;
	margin: 5px 0px 0px 20px;
	font-weight: bold;
}

.author-text {
width: 400px;
height: 100%;
/*background: #EEEAE6;*/
/*background: #F3F5E9;*/
padding: 0px;
line-height: 16px;
margin: 10px 0px 10px 20px;
float: left;
font-size: 13px;
}


/* Comments
----------------------------------------------------------------------------------------------------*/


.comment {
width: 100%;
height: 100%;
/*background: #EEE6E6;*/
/*background: #E8EBE0;*/
/*border-bottom: 1px dotted #E6E6E6;*/
margin: 20px 0px 20px 0px;
display: block;
float: left;
}

.comment-photo {
width: 60px;
height: 60px;
background: #EEEAE6;
/*background: #F3F5E9;*/
border: 2px solid #E6E6E6;
margin: 6px 20px 6px 6px;
float: left;
}

.number-comment {
	width:595px;
	border-bottom: 2px solid #ccc;
	margin-top: 15px;
	padding-bottom: 20px;
	float: left;
	}

.commentxt {
width: 460px;
/*background: #EEEAE6;*/
/*background: #F3F5E9;*/
padding: 0px 0px 20px 0px;
line-height: 16px;
margin: 12px 0px 0px 20px;
float: left;
}

.ico_user {
	width: 50px;
	height: 50px;
	border:1px solid #ccc;
	float: left;
}

.nome_utente {
	float: left;
	width: 500px;
	margin: 10px 0px 0px 20px;
	font-weight: bold;
}

.data_commento {
	float: left;
	width: 500px;
	margin-left: 20px;
	font-size: 10px;
}

.code_exemple {
height: 100%;
background: #F3F5E9;
padding: 6px;
line-height: 24px;
font-weight:bold;
border: 1px dotted #E6E6E6;
margin-top: 10px;
margin-bottom: 10px;
}

/* Message
----------------------------------------------------------------------------------------------------*/

#message {
    margin: 20px 0px 40px 0px;
    float: left;
}

#message .row {margin: 18px 0px 0px 0px; float: left;}

#message label{
		font-weight:bold;
		text-align:left;
		width:340px;
		float:left;
		margin-bottom: 10px;
	}

#message .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}

#message input {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #ccc;
		width:280px;
		height: 22px; 
		margin:0px 0px 20px 10px;
		 -webkit-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
}

#message textarea {
		float:left;
		font-size:12px;
		font-family: Helvetica, Arial, sans-serif;
		padding:4px 2px;
		border:solid 1px #ccc;
		width:580px;
		height: 100px;
		margin: 0px 0px 4px 0px;
		 -webkit-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
}

#message .submitButton{
	color:#666666;
	font-size:14px;
	height:32px;
	width:115px;
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	border:1px solid #cccccc;
	background:url(../images/button_bg.gif) repeat-x #f5f5f5;
	cursor:pointer;
	float:right;
    margin: 20px 10px 0px 0px;
}

#message .submitButton:hover{
	background-position:bottom;
	border-color:#dddddd;
	color:#333333;
}

#message .inact{
	background:#f5f5f5;
	border:1px solid #ffffff;
	color:#aaaaaa;
	cursor:auto;
}

#message .inact:hover{
	background:#f5f5f5;
	border:1px solid #ffffff;
	color:#aaaaaa;
	cursor:auto;
}

.counter{
	color:#CCCCCC;
	float:right;
	font-family:Georgia,serif;
	font-size:32px;
	font-weight:bold;
	height:40px;
	overflow:hidden;
	padding:5px;
}

.pagination {
	margin-left: 10px; 
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
    }



/* Slide1
----------------------------------------------------------------------------------------------------*/

.ebook-slide {
	float: left;
	margin-left: 0px;
}

.ebook-slide  .left {
	width: 154px;
	float: left;
	margin-top: 0px;
}

.ebook-slide  .right {
	width: 135px;
	float: left;
	margin: 10px 10px 10px 15px;
}

.ebook-slide  .right .album {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
}

.ebook-slide  .right .band {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	color: #838383;
}

.ebook-slide .multiple li {
	width: 190px;
}

.ebook-slide .bx-wrapper {
	margin: 0 auto;
}

.ebook-slide .bx-prev {
	position: absolute;
	top: 70px;
	left: -20px;
	width: 14px;
	height: 14px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 -14px;
}

.ebook-slide .bx-next {
	position: absolute;
	top: 70px;
	right: -20px;
	width: 14px;
	height: 14px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -14px;
}

.ebook-slide .bx-next:hover,
.ebook-slide .bx-prev:hover {
	background-position: 0 0;
}

/* Shop
----------------------------------------------------------------------------------------------------*/

.shop {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 2px;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 958px;
}

/* COL LEFT */ 	
#col-left-cart {
	float:left;
	width:568px;
	margin:0;
	padding:20px; }

#col-left-cart p {
	line-height: 1.64em;
	margin:10px 0px 10px 0px; }


/* COL-RIGHT */
#col-right-cart {
	float:left;
	width:300px;
	margin:0px 0 0 0;
	padding:20px 20px 20px 0px; }

#col-right-cart p {
	line-height: 1.64em;
	margin:10px 0px 10px 0px; }
	
#col-right-cart ul{ list-style: none; font-size:1.1em; }
#col-right-cart li{ padding:10px 0 0 0; }

	
  /* FAQ L'Esperto risponde
============================================================================= */
 	
#col-left-expert {
	float:left;
	width:668px;
	margin:0;
	padding:20px;
	}
	
#col-left-expert p {
	line-height: 1.64em;
	margin:10px 0px 10px 0px;
	}

#col-right-expert {
	float:left;
	width:170px;
	min-height: 400px;
	margin:50px 0px 0px 0px;
	padding:20px 0px 0px 50px;
	}
	
#col-right-expert p {
	line-height: 1.64em;
	margin:10px 0px 10px 0px; }	

#col-right-expert li { list-style: none; margin:10px 0px 0px 0px;padding:0; }
#col-right-expert ul{ list-style: none; margin:0;padding:0; font-size:1.2em; line-height: 1.64em; }


#faqList { margin:30px 0px 0px 0px; padding:0; }
#faqList li { list-style: none; margin:0;padding:0; }
#faqList .question {
  color: #333333;
  font-size: 1.1em;
  padding: 0px 0px 0px 18px;
  background: transparent url('../images/plus.png') left top no-repeat; 
  float: left;
  width: 650px;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../images/minus.png') left top no-repeat;
}
#faqList .simpleFAQHover { color: #B00A0A; background: #EEEEEE; }
#faqList .answer {
font-size: 1.0em;
margin: 10px 0px 0px 0px;
padding: 10px;
background: #EEEEEE;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border: 1px solid #cccccc;
float: left;
width: 650px;
}
.tags { font-size: 0.9em; color: #999; }
.faq_search {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 1.3em;
  padding: 0px 10px;
  background: #B00A0A;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  width: 650px;
  margin-top: 10px;
}
.faq_search input {
    font-size: 0.9em;
    background: #fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	width: 540px;
    height: 26px;
    line-height: 26px;
    margin: 12px 6px 2px 0px;
    border: none;
    padding: 0px 5px 0px 5px;
  }
  
.domanda_esperto {
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  padding: 0px 10px;
  background: #EEEEEE;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin: 30px 0px 0px 0px;
}

  /* Mono
============================================================================= */
 	
#col-mono {
	float:left;
	width:920px;
	margin:0;
	padding:20px;
	}
	
#col-mono p {
	line-height: 1.64em;
	margin:10px 0px 10px 0px;
	}

  /* Sponsor
============================================================================= */

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:24px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	color: #fff;
	z-index: 1;
}

.sponsor a{
	color: #fff;
}

.sponsor a:hover{
	color: #fff;
	text-decoration: underline;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("images_partners/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-98px 0 0 -88px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:20px 10px 20px 20px;
	font-style:italic;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}


  /* Button Download
============================================================================= */
 	

.a-btn{
    background:#94C349;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#94C349,0),color-stop(#96c56f,1));
    background:-webkit-linear-gradient(top, #94C349 0%, #96c56f 100%);
    background:-moz-linear-gradient(top, #94C349 0%, #96c56f 100%);
    background:-o-linear-gradient(top, #94C349 0%, #96c56f 100%);
    background:linear-gradient(top, #94C349 0%, #96c56f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#94C349', endColorstr='#96c56f',GradientType=0 );
    padding-left:20px;
    padding-right:20px;
    width: 260px;
    height:60px;
    display:inline-block;
    position:relative;
    border:1px solid #80ab5d;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    clear:both;
    margin:5px 0px 5px 0px;
    overflow:hidden;
    color: #fff;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out; 
}
/*.a-btn img{
    position:absolute;
    left:15px;
    top:13px;
    border:none;
}
.a-btn .a-btn-slide-text{
    position:absolute;
    font-size:36px;
    top:18px;
    left:18px;
    color:#6d954e;
    opacity:0;
    text-shadow:0px 1px 1px rgba(255,255,255,0.4);
}*/
.a-btn-text{
    padding-top:13px;
    display:block;
    font-size:20px;
    text-shadow:0px -1px 1px #80ab5d;
}
.a-btn-text small{
    display:block;
    font-size:10px;
    letter-spacing:0px;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:80px;
    border-left:1px solid #80ab5d;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    border:1px solid rgba(0,0,0,0.5);
    background:#4e5c50 url(../images/arrow_down.png) no-repeat center center;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
}
.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    color: #fff;
}
.a-btn:hover img{
    opacity:0;
}
.a-btn:hover .a-btn-slide-text,
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#80ab5d;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#a9db80;
}
.a-btn:active .a-btn-icon-right span{

}


#chained a span { 
display:block; 
background: url('../images/play_button.png') center center no-repeat; 
margin: 20px 0px 0px -85px;
width: 40px;
height: 40px;
position: relative; 
z-index: 100; 
opacity: 0.8;
float:left;
}

#chained a:hover span { opacity: 1.0; }

