/****************************
 *** PREDEFINED SELECTORS ***
 ****************************/
body {
	background-color: #8FAA81;
	color: #707070;
	font-size: 12px;
	letter-spacing: -0.005em;
}

a img {
	border: none;
}

/**************************
 *** INVOLUCRO ESTERNO ***
 **************************/
#container {
	text-align: center
}

#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
}

/**************
 *** HEADER ***
 **************/
#header #logo {
	position: absolute;
	width: 202px;
	height: 81px;
	top: 55px;
	left: 35px;
}

#login-link {
	position: absolute;
	left: 11px;
	top: 150px;
	width: 247px;
}

#login-form {
	position: absolute;
	left: 15px;
	top: 169px;
	background: url(../img/background_login.png) no-repeat;
	padding: 20px;
	z-index: 100;
	width: 148px;
	display: none;
	height: 136px;
}

#login-error {
	font-size: 11px;
	color: red;
	position: absolute;
	right: 0;
	line-height: 16px;
}

#login-form input[type=text],#login-form input[type=password] {
	width: 140px;
}

#login-form  a {
	font-size: 11px;
}

#close {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
}

#header #search {
	position: absolute;
	width: 247px;
	height: 43px;
	top: 169px;
	left: 11px;
	background: url(../img/bg_search.gif) no-repeat;
	font-family: georgia, helvetica;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
}

#header #search form {
	font-family: georgia, helvetica;
	font-size: 13px;
}

#txt-search {
	width: 112px;
	margin: 0 8px 0 7px;
	height: 14px;
}

#search img {
	vertical-align: middle;
}

#tabbed-nav-container {
	position: absolute;
	width: 692px;
	height: 65px;
	top: 146px;
	left: 266px;
	font-size: 11px;
}

#tabbed-nav div {
	width: 692px;
	margin: 0;
	/*border:1px solid red;*/
}

#tabbed-nav ul li {
	width: 114px;
	height: 23px;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
}

#tabbed-nav .serif {
	font-size: 13px;
}

#header {
	width: 970px;
	height: 220px;
	margin: 0 0 7px 0;
	position: relative;
}

#top {
	position: absolute;
	width: 946px;
	height: 34px;
	background: url(../img/h_grey_border.gif) repeat-x bottom;
	margin: 0 0 0 12px;
}

#slogan {
	position: absolute;
	width: 450px;
	height: 34px;
	line-height: 33px;
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
}

#top-menu {
	width: 946px;
	height: 34px;
	text-align: right;
	letter-spacing: 0.05em;
}

#flags {
	margin-top: 5px;
	margin-left: 15px;
	float: right;
}

/*************
 **** TAGS ***
 *************/
#tags {
	padding: 20px 0;
	width: 400px;
	position: absolute;
	right: 10px;
	top: 40px;
	text-align: right;
}

#tags a {
	font-family: georgia, arial;
	text-decoration: none;
	/*padding:0 2px 0 2px;*/
}

#tags a.tag1 {
	font-size: 11px;
}

#tags a.tag2 {
	font-size: 15px;
}

#tags a.tag3 {
	font-size: 20px;
}

#tags .punto {
	margin-bottom: 2px;
}

#urltags {
	text-align: right;
}

#urltags a {
	font-family: georgia, arial;
	text-decoration: none;
	/*padding:0 2px 0 2px;*/
}

#urltags a.tag1 {
	font-size: 11px;
}

#urltags a.tag2 {
	font-size: 15px;
}

#urltags a.tag3 {
	font-size: 20px;
}

#urltags .punto {
	margin-bottom: 2px;
}

/****************
 *** MENU TOP ***
 ****************/
#top-menu ul {
	list-style-type: none;
	padding: 0 0 0 18px;
	margin: 0;
	float: right;
}

#top-menu ul li {
	float: left;
	line-height: 24px;
	font-family: arial, helvetica;
	font-size: 12px;
	height: 34px;
	line-height: 33px;
}

#top-menu ul li span {
	text-transform: uppercase;
	color: #8FAA81;
	font-weight: bold;
}

#top-menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #bbb;
}

#top-menu ul li a:hover {
	color: #8FAA81;
}

#top-menu ul li a#menu-1 {
	border: 0;
}

#top-menu ul li.bg_4 {
	font-weight: normal;
}

#top-menu ul li.bg_4 a {
	
}

/*****************************
 *** BEGIN MENU SECONDARIO ***
 *****************************/
#menu-sec {
	list-style-type: none;
	padding: 50px 0 0 18px;
	margin: 0;
	background: url(../img/v_grey_border.gif) repeat-y left;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#menu-sec li {
	line-height: 24px;
	font-size: 12px;
	height: 34px;
	line-height: 33px;
	background: url(../img/h_green_small_border.gif) repeat-x 0 bottom;
}

#menu-sec li span {
	text-transform: uppercase;
	color: #8FAA81;
	text-decoration: underline;
	font-weight: bold;
}

#menu-sec li a {
	text-transform: uppercase;
	font-weight: bold;
}

#menu-sec li a:hover {
	color: #8FAA81;
	text-decoration: underline;
}

/***************************
 *** COLONNA DI SINISTRA ***
 ***************************/
#colsx {
	display: inline;
	float: left;
	width: 216px;
	height: auto;
}

/*PREFERITI*/
#bookmarks-wrapper {
	width: 204px;
	height: auto;
	margin: 0 0 11px 12px;
	background: no-repeat 0 100%;
	border-bottom: 8px solid #EB1C24;
	padding: 0 0 0 0;
}

#bookmarks {
	height: auto !important;
	color: #FFFFFF;
}

#bookmarks .b-head {
	height: 47px;
	width: 204px;
	background: url(../img/top_preferiti.gif) no-repeat top left;
	font-family: georgia, helvetica;
	font-size: 13px;
	line-height: 70px;
	padding-left: 10px;
}

#bookmarks .b-head a {
	color: #FFFFFF;
}

#bookmarks .b-body {
	padding-left: 10px;
	padding-right: 10px;
	color: #707070;
	padding-top: 5px;
	padding-bottom: 12px;
	border-left: 2px dotted;
	border-right: 2px dotted;
}

#bookmarks .b-body+.b-body {
	border-top: 2px dotted;
}

#bookmarks .b-body * {
	font-size: 11px;
}

#bookmarks .b-body>div {
	margin-left: 64px;
}

#bookmarks .b-body>a {
	display: block;
	float: left;
	height: 44px;
}

#bookmarks .b-body>a span {
	line-height: 44px;
}

#bookmarks .b-body>a img {
	border: none;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/**************************
 *** COLONNA DI DESTRA ***
 **************************/
#bodydx {
	position: relative;
	margin-left: 228px;
	width: 730px;
	height: auto;
	overflow: hidden;
}

/**************
 *** FOOTER ***
 **************/
#footer {
	background: url(../img/h_grey_border.gif) repeat-x top;
	padding: 5px 0;
	margin-top: 15px;
	text-align: center;
}

#footer * {
	vertical-align: middle;
}

div.cleaner,div.cleaner7 {
	clear: both;
	height: 1px;
	line-height: 1px;
}

div.cleaner7 {
	height: 7px;
	line-height: 7px;
}

.clear {
	clear: both;
}

#registrazione table {
	border-collapse: collapse;
	width: 500px;
}

#registrazione table td {
	padding-left: 0;
}
