/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 * How it works:
 * For example if you want to change a color which is applied in layout.css
 * just copy the original styling into this file right after the commented
 * section. Do this for all CSS modifications.
 *
 * In case you have to update the template save the custom.css file on your computer.
 * De-install and re-install the updated template version. And copy your saved
 * custom.css file back in place. Now compare your modification with the new CSS
 * files and make sure they are working.
 *
 * To load this file when Gzip is enabled in the template parameters do the following:
 * Open css/template.css.php and take a look at the last line. Uncomment follwing line:
 * // include(PATH_ROOT . 'custom.css');
 *
 * To load this file when Gzip is disabled in the template parameters do the following:
 * Open lib/php/yootools.php and take a look at line 100. Uncomment follwing line:
 * // $this->addStyleSheet($baseurl.'/css/custom.css');
 *
 */ 

.senzaPadding {
	padding: 0;
}

.no-padding div div div.module-2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.mainListItems li {
	font-size: 11px;
}

a.wikipedia img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #eee;
	width: 12px;
}

a:hover.wikipedia img {
	background: #ccc;
}

a.stopMenunav {
	border: 0;
	padding: 0;
	background: none;
	vertical-align: middle;
}
a.stopMenunav:hover {
	border: 0;
	padding: 0;
	background: none;
}


fieldset {
	border: 1px solid #cecece;
	padding-bottom: 9px;
}
chars {
	padding-top: 9px;
}

.link-tab {
	width: 100%;
	display: block;
	line-height: 16px !important;
	background: #c8eb35 url(/images/sfondo_verde.jpg) 0 0 repeat-x !important;
	border-color: #666666 !important;
}
.link-tab-current {
	font-weight: bold;
	background: #73cef8 url(/images/sfondo_azzurro.jpg) 0 0 repeat-x !important;
	color: #333333 !important;
}


div.ultimatesbplugin_top iframe {
	position: absolute;
	right: 260px;
	z-index: 99;
}

.evidenziato {
	font-size: 120%;
	font-weight: bold;
	color: #edf700 !important;
}



