/* 
	TIPO: content 
	MODO: default
*/
.default_content .pagecontent_header {
	position: relative;
	height: 342px; 
	width: 940px;
	background-color: rgb(61, 61, 65);
}

.default_content .pagecontent_footer {
	height: 25px; 
}

.default_content .pagecontent_footer .content_footer_left {
	margin-left: 20px;
	margin-top: 4px;
	float: left;
}

.default_content .pagecontent_footer .content_footer_center {
	position: relative;
	top: 7px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.default_content .pagecontent_footer .content_footer_right {
	margin-right: 20px;
	margin-top: 4px;
	float: right;
}

/* 
	TIPO: content 
	MODO: index_abstract
*/
.index_abstract_content {
	position: relative;
	border: 1px solid rgb(237, 237, 237);
	height: 128px;
	width: 595px;
	color: rgb(61, 61, 65);
	cursor: pointer;
}

.index_abstract_content .content_image {
	border-right: 1px solid rgb(237, 237, 237);
	float: left;
}

.index_abstract_content .content_selection {
	border: 3px solid rgb(237, 237, 237);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 122px;
	width: 222px;
}

.index_abstract_content .content_body {
	float: right;
	width: 330px;
	height: 100px;
	margin-top: 10px;
	margin-right: 20px;
}

.index_abstract_content .content_body .content_title {
	font-size: 13px;
	font-weight: bold;
	height: 50px;
}

.index_abstract_content .content_body .content_title a {
	color: rgb(61, 61, 65);
}

.index_abstract_content .content_body .content_abstract {
	font-size: 11px;
	line-height: 1.2;	
}

.index_abstract_content .content_link {
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-size: 12px;
}

.index_abstract_content .content_link a {
	color: rgb(61, 61, 65);
}

/* 
	TIPO: content 
	MODO: index_abstract_small
*/
.index_abstract_small_content {
	position: relative;
	height: 78px;
	cursor: pointer;
}

.index_abstract_small_content .content_image {
}

.index_abstract_small_content .content_selection {
	border: 3px solid rgb(237, 237, 237);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 62px;
	width: 62px;
}

.index_abstract_small_content .content_body {
	width: 150px;
	position: relative;
	margin: 0px 10px 0px 10px;
	color: rgb(61, 61, 65);
	top: -72px;
	left: 70px;
}

.index_abstract_small_content .content_body .content_title {
	font-size: 12px;
	position: relative;
	text-transform: uppercase;
}

.index_abstract_small_content .content_body .content_title a {
	color: rgb(61, 61, 65);
}

.default_content .pagecontent_body {
	height: 100%;
}

.default_content .pagecontent_body table {
	width: 100%;
	padding: 24px 4px 4px 4px;
}

.default_content .pagecontent_body table td {
	vertical-align: top;
}

.default_content .pagecontent_body .pagecontent_left_bar {
}

.default_content .pagecontent_body .pagecontent_left_bar .include_content {
	margin-left: 40px;
}

.default_content .pagecontent_body .pagecontent_left_bar .content_description {
	margin-left: 20px;
	margin-right: 20px;
	color: rgb(97, 97, 97);
	font-size: 12px;
	text-align: justify;
	line-height: 1.3;
}

.default_content .pagecontent_body .pagecontent_left_bar .content_description p a {
	color: rgb(61, 61, 65);
}

.default_content .pagecontent_body .pagecontent_left_bar .content_description p a:HOVER {
	color: rgb(169, 168, 174);
}

.default_content .pagecontent_body .pagecontent_left_bar .feature_link {
	margin-left: 25px;
	font-size: 14px;
}

.default_content .pagecontent_body .pagecontent_left_bar .feature_link a {
	color: rgb(97, 97, 97);
}

.default_content .pagecontent_body .pagecontent_left_bar .feature_link a:HOVER {
	color: rgb(169, 168, 174);
}

.default_content .pagecontent_body .pagecontent_left_bar .feature_link img {
	position: relative;
	top: 2px;	
}

.default_content .pagecontent_body .pagecontent_right_bar {
	border: 1px solid rgb(194, 194, 194);
	background-color: rgb(247, 247, 247);
	width: 301px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: auto;
	min-height: 600px;
}

.index_content .pagecontent_body .pagecontent_right_bar {
	width: 261px;
	height: 712px;
}

.default_content .pagecontent_body .pagecontent_right_bar .list_abstract table {
	padding: 10px 4px 4px 4px;
	margin-top: 5px;
	margin-left: 12px;
	width: 240px;
	font-size: 10px;
	height: 215px;
	color: rgb(136, 136, 137);
}

.default_content .pagecontent_body .pagecontent_right_bar .list_abstract tr {
	height: 40px;
}

.default_content .pagecontent_body .pagecontent_right_bar .list_abstract .content_type {
	font-weight: bold;
}

.default_content .pagecontent_body .pagecontent_right_bar .list_abstract .content_title {
	text-transform: uppercase;
}

.default_content .pagecontent_body .pagecontent_right_bar .list_abstract .content_title a {
	color: rgb(136, 136, 137);
}

.default_content .pagecontent_body .pagecontent_right_bar .list_abstract .content_title a:HOVER {
	color: rgb(61, 61, 65);
}

#search_box {
	margin-left: 20px;
	height: 30px;
	background: url('../images/box_search.gif') no-repeat scroll left top transparent;
}

.list_content #search_box {
	margin-top: 20px;
	background: url('../images/box_search_small.gif') no-repeat scroll left top transparent;
}

#search_box input {
	border-width: 0px;
	border-style: none;
	margin-left: 5px;
	margin-top: 3px;
	height: 20px;
	width: 200px;
}

.list_content #search_box input {
	width: 139px;
}

#search_box a {
	position: relative;
	top: 5px;
}

.default_content .pagecontent_body .pagecontent_right_bar .list_box_small {
	margin-left: 20px;
}

.default_content .pagecontent_body .box_separator {
	border-top: 1px dashed rgb(204, 204, 204);
	padding-top: 10px;
	margin-top: 10px;
}


/* 
	TIPO: product_list 
	MODO: default
*/
.list_content .pagecontent_body {
}

.list_content .pagecontent_body .list_left_bar {
	margin-top: 5px;
	width: 200px;
}

#search_cancel {
	margin-left: 25px;
	color: rgb(61, 61, 65);
	font-size: 12px;
	margin-top: 7px;
}

a:HOVER#search_cancel {
	color: rgb(169, 168, 174);
}

.link_box {
	margin-left: 25px;
}

.link_box .link_box_title {
	margin-top: 20px;
	color: rgb(153, 153, 162);
	font-size: 12px;
}

.link_box ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
	color: rgb(61, 61, 65);
}

.link_box ul li {
	font-size: 12px;
	margin-top: 7px;
}

.link_box ul li a {
	color: rgb(61, 61, 65);
}

.riferimenti_box {
	margin-left: 25px;
}

.riferimenti_box .link_box_title {
	margin-top: 20px;
	color: rgb(153, 153, 162);
	font-size: 12px;
}

.riferimenti_box ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
	color: rgb(61, 61, 65);
}

.riferimenti_box ul li {
	font-size: 12px;
	margin-top: 7px;
}

.riferimenti_box ul li a {
	color: rgb(61, 61, 65);
}

.riferimenti_box ul li a:HOVER {
	color: rgb(169, 168, 174);
}

.google_box {
	float: right;
	margin-right: -25px;
}
.google_box_home {
	float: right;
	margin-right: -15px;
	margin-top: -2px;
}
.attach_box {
	margin-left: 25px;
}

.attach_box .link_box_title {
	margin-top: 20px;
	color: rgb(153, 153, 162);
	font-size: 12px;
}

.attach_box ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
	color: rgb(61, 61, 65);
}

.attach_box ul li {
	font-size: 12px;
	margin-top: 7px;
}

.attach_box ul li a {
	color: rgb(61, 61, 65);
}

.attach_box ul li a:HOVER {
	color: rgb(169, 168, 174);
}

.gallery_fragment {
}

.gallery_fragment table {
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
}

.gallery_fragment table tr {
	height: 68px;
	padding: 0px 0px 0px 0px;
}	

.gallery_fragment table td {
	height: 68px;
	padding: 0px 4px 0px 0px;
}	

.gallery_fragment table td a {
	height: 68px;
}

.gallery_fragment table td .gallery_item_content {
	position: relative;
}

.gallery_fragment table td .content_image {
	height: 68px;
}

.gallery_fragment table td .content_selection {
	border: 3px solid rgb(237, 237, 237);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 62px;
	width: 62px;
}




.video_fragment {
}

.video_fragment table {
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
}

.video_fragment table tr {
	height: 68px;
	padding: 0px 0px 0px 0px;
}	

.video_fragment table td {
	height: 68px;
	padding: 0px 4px 0px 0px;
}	

.video_fragment table td a {
	height: 68px;
}

.video_fragment table td .video_item_content {
	position: relative;
}

.video_fragment table td .content_image {
	height: 68px;
}

.video_fragment table td .content_selection {
	border: 3px solid rgb(237, 237, 237);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 62px;
	width: 84px;
}





.list_content .pagecontent_body .list_right_bar .content_description {
	margin-left: 20px;
	margin-right: 20px;
	color: rgb(97, 97, 97);
	font-size: 12px;
	line-height: 1.3;
}

.list_content .pagecontent_body .list_right_bar table {
	margin: 0px;
	padding: 4px 4px;
}

.list_content .pagecontent_body .list_right_bar table td {
	padding: 4px 4px;
}

/* 
	TIPO: content 
	MODO: abstract
*/
.abstract_content {
	position: relative;
	border: 1px solid rgb(237, 237, 237);
	height: 292px;
	width: 228px;
	cursor: pointer;
}

.abstract_content .content_image {
	border-bottom: 1px solid rgb(237, 237, 237);
}

.abstract_content .content_body {
	height: 102px;
	color: rgb(61, 61, 65);
	margin: 10px 10px 10px 10px;
}

.abstract_content .content_body .content_title {
	font-size: 13px;
	font-weight: bold;
	height: 55px;
}

.abstract_content .content_body .content_title a {
	color: rgb(61, 61, 65);
}

.abstract_content .content_body .content_abstract {
	font-size: 11px;
	line-height: 1.2;
}

.content_table {
	font-size: 10px;
	border: 1px solid rgb(194, 194, 194);
	border-collapse:collapse;
}

.content_table tbody {
	border: 1px solid rgb(194, 194, 194);
}

.content_table tbody tr {
	border: 1px solid rgb(194, 194, 194);
}

.content_table tbody tr th {
	border: 1px solid rgb(194, 194, 194);
}

.content_table tbody tr td {
	border: 1px solid rgb(194, 194, 194);
}

.form table tr td {
	padding: 5px;
}

.form_errors {
	font-size: 12px;
}

.form_field_label {
	font-size: 12px;
	color: rgb(0, 0, 0);
}

.form_field_input {
	font-size: 12px;
	border: 1px solid rgb(194, 194, 194);
}

.form_field_label_error {
	font-size: 12px;
	color: rgb(255, 0, 0);
}

.form_field_input_error {
	font-size: 12px;
	border: 2px solid rgb(255, 0, 0);
}

.form_button_bar {
	font-size: 12px;
}

.form_button {
	font-size: 12px;
	border: 1px solid rgb(61, 61, 65);
}

.features * {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.features {
	color: rgb(100, 99, 102);
	height: 500px;
	width: 880px;
	background-color: white;
	overflow: auto;
}

.features .features_inner {
	height: 480px;
	width: 850px;
	padding: 25px 5px 25px 5px;
}

.features .popup_title {
	font-size: 24px;
	font-weight: bolder;
	text-transform: lowercase;
	color: rgb(131, 130, 132);
}

.features .payoff_logo {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 860px;
	height: 20px;
	background-color: rgb(255, 255, 255);
}

.features .payoff_logo a {
	position: absolute;
	top: 4px;
	right: 0px;
	color: rgb(100, 99, 102);
	font-size: 10px;
}

.features .payoff_logo a:HOVER {
	color: rgb(61, 61, 65);
}

.features table {
	border-style: none;
	width: 850px;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.features table tbody tr {
	height: 25px; 
}

.features .odd_row {
	background-color: rgb(232, 232, 232);
}

.features table tbody tr td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.features table tfoot tr td {
	font-size: 9px;
	background-color: rgb(255, 242, 0);
	padding-left: 5px;
	padding-right: 5px;
}

.features .main {
	font-weight: bold;
}

.popup * {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.popup {
	color: rgb(100, 99, 102);
	height: 500px;
	width: 880px;
	background-color: white;
	overflow: auto;
}

.popup .popup_inner {
	height: 480px;
	width: 830px;
	padding: 25px 10px 25px 10px;
}

.popup h1 {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
}

.popup h2 {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
}

.popup p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.popup .buttonbar {
	position: absolute;
	top: 0px;
	width: 850px;
	height: 20px;
	background-color: rgb(255, 255, 255);
}

.popup .buttonbar a {
	position: absolute;
	top: 4px;
	right: 0px;
	color: rgb(100, 99, 102);
	font-size: 10px;
}

.popup .buttonbar a:HOVER {
	color: rgb(61, 61, 65);
}

.comearrivare {
	position: relative;
	margin-top: 8px;
	height: 78px;
	cursor: pointer;
}

.comearrivare .content_image {
}

.comearrivare .content_selection {
	border: 3px solid rgb(237, 237, 237);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 62px;
	width: 62px;
}

.comearrivare .content_body {
	width: 170px;
	position: relative;
	margin: 0px 10px 0px 10px;
	color: rgb(61, 61, 65);
	top: -72px;
	left: 70px;
}

.comearrivare .content_body .content_title {
	font-size: 12px;
	position: relative;
}

.map * {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.map {
	color: rgb(100, 99, 102);
	height: 500px;
	width: 880px;
	background-color: white;
	overflow: auto;
}

.map .map_inner {
	height: 480px;
	width: 850px;
	padding: 25px 5px 25px 5px;
}

.map .payoff_logo {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 860px;
	height: 20px;
	background-color: rgb(255, 255, 255);
}

.map .payoff_logo a {
	position: absolute;
	top: 4px;
	right: 0px;
	color: rgb(100, 99, 102);
	font-size: 10px;
}

.map .payoff_logo a:HOVER {
	color: rgb(61, 61, 65);
}

#map_buttonbar {
	position: relative;
	top: 0px;
	width: 880px;
	height: 20px;
	background-color: rgb(255, 255, 255);
}

#map_buttonbar a {
	position: absolute;
	top: 4px;
	right: 0px;
	color: rgb(100, 99, 102);
	font-size: 10px;
}

#map_buttonbar a:HOVER {
	color: rgb(61, 61, 65);
}

#banner_selector_content {
	position: relative;
	width: 940px;
	height: 342px;
	overflow: hidden;
}

#banner_selector_content .active {
	display: block;
}

#banner_selector_content .not_active {
	display: none;
}

#banner_selector_content #banner {
	position: relative;
	width: 940px;
	height: 342px;
}

#banner_selector_content #banner div {
	position: absolute;
	width: 940px;
	height: 342px;
    z-index: 0;
}

#banner_selector_content #banner div.active_banner {
    z-index: 2;
}

#banner_selector_content #banner div.last_active_banner {
    z-index: 1;
}

#banner_selector_content #banner a {
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner_selector_content #link {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: rgb(61, 61, 65);
	width: 115px;
	height: 40px;
	color: rgb(197, 197, 198);
	font-size: 16px;
    z-index: 3;
}

#banner_selector_content #link a {
	position: absolute;
	bottom: 10px;
	right: 0px;
	color: rgb(197, 197, 198);
}

#banner_selector_content #link a:HOVER {
	color: rgb(136, 136, 137);
}

#banner_selector_content #selector {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgb(61, 61, 65);
	width: 270px;
	height: 111px;
    z-index: 3;
}

#banner_selector_content #selector #selector_choices {
	position: absolute;
	top: 5px;
	left: 120px;
	color: rgb(255, 255, 255);
	font-size: 16px;
}

#banner_selector_content #selector #selector_choices ul {
	margin: 0px;
	list-style: none outside none;
}

#banner_selector_content #selector #selector_choices ul li {
	float: left;
	display: block;
	margin-right: 10px;
	width: 10px;
}

#banner_selector_content #selector #selector_choices ul li img {
	margin-left: 2px;
}

#banner_selector_content #selector #selector_title {
	position: absolute;
	top: 50px;
	left: 0px;
	color: rgb(197, 197, 198);
	font-size: 16px;
}

#banner_selector_content #selector #selector_title a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	color: rgb(197, 197, 198);
}

#banner_selector_content #selector #selector_title a:HOVER {
	color: rgb(136, 136, 137);
}

#banner_box_content {
	position: relative;
	width: 940px;
	height: 342px;
	overflow: hidden;
}

#banner_box_content #banner_header {
	position: absolute;
	width: 330px;
	right: 0px;
	bottom: 0px;
	background-color: rgb(61, 61, 65);
	color: rgb(197, 197, 198);
	font-size: 16px;
	text-align: right;
	padding: 5px 0px 5px 30px;
}

#banner_box_content #banner_header #banner_header_title {
	margin-top: 5px;
}

#banner_box_content #banner_header #banner_header_abstract {
	margin-top: 5px;
	font-size: 14px;
	color: rgb(136, 136, 137);
}

#banner_box_content #banner_header #banner_header_client {
	margin-top: 5px;
}

#banner_box_content #banner_header #banner_header_period {
	margin-top: 5px;
	font-size: 14px;
	color: rgb(136, 136, 137);
}
