/*---------------- STILI COMUNI A TUTTE LE PAGINE ----------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}

html,
input,
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;
}

span.hidden_data {
	display: block;
}

.hidden_data {
	position: absolute;
	top: -10000px;
	left: -10000px;
	visibility: hidden;
}

.clear {
	clear: both;
}

.vspacer2 {
	clear: both;
	height: 2px;
	line-height: 2px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer3 {
	clear: both;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer5 {
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer10 {
	clear: both;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer12 {
	clear: both;
	height: 12px;
	line-height: 12px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer15 {
	clear: both;
	height: 15px;
	line-height: 15px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer17 {
	clear: both;
	height: 17px;
	line-height: 17px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer20 {
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer40 {
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer70 {
	clear: both;
	height: 70px;
	line-height: 70px;
	font-size: 1px;
	overflow: hidden;
}

#headercnt {
	background: url(../immagini/frame/header/header_bg.jpg) repeat-x top left #000000;
	height: 359px;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	width: 965px;
	height: 359px;
	overflow: hidden;
}

#carouselcnt {
	width: 965px;
	height: 208px;
	overflow: hidden;
	background: url(../immagini/frame/header/carousel_bg.jpg) no-repeat top left transparent;
}

#carouselcnt .left {
	float: left;
	width: 444px;
	padding-left: 27px;
	padding-right: 10px;
	height: 148px;
	padding-top: 31px;
	padding-bottom: 29px;
	overflow: hidden;
}

#prodcarouselsx {
}

.prodcarouselsx {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 444px; /*Width of Carousel Viewer itself*/
	height: 148px; /*Height should enough to fit largest content's height*/
}

.prodcarouselsx .prodsxbelt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.prodcarouselsx .prodsxpanel {
	float: left;
	width: 444px;
	height: 148px;
	overflow: hidden;
}

.prodcarouselsx .prodsxpanel img {
	width: 444px;
	height: 148px;
}

#carouselcnt .right {
	float: left;
	width: 420px;
	padding-left: 47px;
	padding-right: 17px;
	height: 186px;
	padding-top: 22px;
	overflow: hidden;
	background: url(../immagini/frame/header/carousel_dx_bg.jpg) no-repeat bottom left transparent;
}

#prodcarouseldx {
}

.prodcarouseldx {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 420px; /*Width of Carousel Viewer itself*/
	height: 139px; /*Height should enough to fit largest content's height*/
}

.prodcarouseldx .proddxbelt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.prodcarouseldx .proddxpanel {
	float: left;
	width: 420px;
	height: 139px;
	overflow: hidden;
}

.prodcarouseldx .proddxpanel .title {
	width: 420px;
	height: 74px;
	line-height: 37px;
	overflow: hidden;

	font-family: Arial;
	color: #F5CD47;
	font-size: 32px;
}

.prodcarouseldx .proddxpanel .txt {
	width: 420px;
	height: 36px;
	padding-top: 5px;
	padding-bottom: 24px;
	overflow: hidden;

	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}

#carouselcnt .right .buttons {
	width: 420px;
	height: 47px;
	overflow: hidden;
}

#carouselcnt .right .btn_previous {
	float: left;
	position: relative;
	top: 6px;
	left: 1px;

	width: 25px;
	height: 25px;

	overflow: hidden;
}

#carouselcnt .right .btn_previous a {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;

	text-decoration: none;
}

#carouselcnt .right .btn_next {
	float: left;
	position: relative;
	top: 6px;
	left: 33px;

	width: 25px;
	height: 25px;

	overflow: hidden;
}

#carouselcnt .right .btn_next a {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;

	text-decoration: none;
}

#carouselcnt .right .btn_detail {
	float: left;
	position: relative;
	top: 0px;
	left: 212px;

	width: 98px;
	height: 30px;

	overflow: hidden;
}

#carouselcnt .right .btn_detail a {
	float: left;
	display: block;
	width: 98px;
	height: 30px;
	overflow: hidden;

	text-decoration: none;
}

#menuvspacer {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

#service {
	margin: 0 auto;
	width: 965px;
	height: 65px;
	overflow: hidden;
	background: url(../immagini/frame/header/service_bg.jpg) no-repeat top left transparent;
}

#service .block {
	float: left;
	width: 238px;
	height: 65px;
	overflow: hidden;
}

#service .block .left {
	float: left;
	width: 51px;
	height: 65px;
	overflow: hidden;
}

#service .block .right {
	float: left;
	width: 187px;
	height: 65px;
	overflow: hidden;
}

#service .block .right .lbl1 {
	width: 187px;
	height: 15px;
	line-height: 15px;
	padding-top: 2px;
	overflow: hidden;
	color: #666666;
}

#service .block .right .inputrow {
	width: 187px;
	height: 25px;
	overflow: hidden;
}

#service .block .right .inputrow .fieldtxt {
	float: left;
	width: 126px;
	height: 21px;
	padding: 2px;
	overflow: hidden;
	background: url(../immagini/frame/header/field_input_bg.gif) no-repeat top left #FFFFFF;
}

#service .block .right .inputrow .fieldtxt input {
	margin: 0px;
	padding: 0px;
	border: none;

	width: 126px;
	height: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;

	background-color: transparent;
}

#service .block .right .inputrow .fieldtxt select {
	margin: 0px;
	padding: 0px;
	border: none;

	width: 126px;
	height: 18px;
	padding-top: 3px;
	overflow: hidden;
	font-size: 11px;

	background-color: transparent;
}

#service .block .right .inputrow .fieldsep {
	float: left;
	width: 6px;
	height: 25px;
	overflow: hidden;
}

#service .block .right .inputrow .fieldbtn {
	float: left;
	width: 50px;
	padding-right: 1px;
	height: 25px;
	overflow: hidden;
	background: url(../immagini/frame/header/field_btn_bg.gif) no-repeat top left #FFFFFF;
}

#service .block .right .inputrow .fieldbtn input {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;

	width: 50px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;

	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}

#service .block .right .lbl2 {
	width: 187px;
	height: 21px;
	line-height: 21px;
	padding-bottom: 2px;
	overflow: hidden;
	color: #666666;
}

#service .block .right .lbl2 a {
	color: #666666;
	text-decoration: underline;
}

#service .blocksmall {
	float: left;
	width: 181px;
	height: 65px;
	overflow: hidden;
}

#service .blocksmall .left {
	float: left;
	width: 51px;
	height: 65px;
	overflow: hidden;
}

#service .blocksmall .right {
	float: left;
	width: 130px;
	height: 65px;
	overflow: hidden;
}

#service .blocksmall .right .lbl1 {
	width: 130px;
	height: 15px;
	line-height: 15px;
	padding-top: 2px;
	overflow: hidden;
	color: #666666;
}

#service .blocksmall .right .inputrow {
	width: 130px;
	height: 25px;
	overflow: hidden;
}

#service .blocksmall .right .inputrow .fieldtxt {
	float: left;
	width: 126px;
	height: 21px;
	padding: 2px;
	overflow: hidden;
	background: url(../immagini/frame/header/field_input_bg.gif) no-repeat top left #FFFFFF;
}

#service .blocksmall .right .inputrow .fieldtxt input {
	margin: 0px;
	padding: 0px;
	border: none;

	width: 126px;
	height: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;

	background-color: transparent;
}

#service .blocksmall .right .lbl2 {
	width: 130px;
	height: 21px;
	line-height: 21px;
	padding-bottom: 2px;
	overflow: hidden;
	color: #666666;
}

#service .blocksmall .right .lbl2 a {
	color: #666666;
	text-decoration: underline;
}

#service .blocksep {
	float: left;
	width: 23px;
	height: 65px;
	overflow: hidden;
}

#navcnt {
	margin-left: 5px;

	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: hidden;

	background: url(../immagini/frame/header/nav_bg.jpg) repeat-x top left;
}

#navcnt .bgleft {
	height: 20px;
	overflow: hidden;
	background: url(../immagini/frame/header/nav_bg_left.jpg) no-repeat top left;
}

#navcnt .bgright {
	height: 20px;
	overflow: hidden;
	background: url(../immagini/frame/header/nav_bg_right.jpg) no-repeat top right;
}

#nav {
	margin: 0 auto;
	width: 954px;
	padding-left: 11px;
	height: 15px;
	padding-bottom: 3px;
	overflow: hidden;

	line-height: 15px;
	font-size: 12px;

	color: #666666;
}

#nav a {
	float: left;
	display: block;
	height: 15px;
	overflow: hidden;

	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav span {
	float: left;
	display: block;
	height: 15px;
	overflow: hidden;
	color: #000000;
}

#nav span.sep {
	padding-left: 6px;
	padding-right: 6px;
	color: #666666;
	font-weight: normal;
}

#menucnt {
	width: 965px;
	height: 42px;
	overflow: hidden;
}

#logo {
	float: left;
	width: 118px;
	padding-left: 17px;
	height: 42px;
	overflow: hidden;
}

#bodycnt {
	width: 100%;
}

#body {
	width: 99%;
	margin: 0 auto;
}

#body .indent1 {
}

.colsx {
	float: left;
	width: 30%;
	overflow: hidden;
}

.colsx .indent3 {
	margin-right: 12px;
	background-color: #E8EAE7;
}

.colcx {
	float: left;
	width: 40%;
	overflow: hidden;
	background-color: #E8EAE7;
}

.coldx {
	float: left;
	width: 70%;
	overflow: hidden;
	background-color: #E8EAE7;
}

.coldx1 {
	float: left;
	width: 30%;
	overflow: hidden;
}

.coldx1 .indent3 {
	margin-left: 12px;
	background-color: #E8EAE7;
}

.box {
}

.box .left {
	background: url(../immagini/frame/box/box_left.gif) repeat-y top left;
}

.box .right {
	background: url(../immagini/frame/box/box_right.gif) repeat-y top right;
}

.box .bottom {
	background: url(../immagini/frame/box/box_bottom_bg.gif) repeat-x bottom left;
}

.box .bottomleft {
	background: url(../immagini/frame/box/box_bottom_left.gif) no-repeat bottom left;
}

.box .bottomright {
	background: url(../immagini/frame/box/box_bottom_right.gif) no-repeat bottom right;
}

.boxtop {
	overflow: hidden;
	background: url(../immagini/frame/box/box_top_bg.gif) repeat-x top left;
}

.boxtop .left {
	overflow: hidden;
	background: url(../immagini/frame/box/box_top_left.gif) no-repeat top left;
}

.boxtop .right {
	overflow: hidden;
	background: url(../immagini/frame/box/box_top_right.gif) no-repeat top right;
}

.boxtop .iconcnt {
	height: 48px;
	padding-top: 12px;
	padding-right: 2px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-position: top left;
}

.boxtop .icon {
	float: right;
	width: 55px;
	height: 44px;
	overflow: hidden;
}

.boxbottom {
	height: 4px;
	overflow: hidden;
	background: url(../immagini/frame/box/box_bottom_bg.gif) repeat-x top left;
}

.boxbottom .left1 {
	height: 4px;
	overflow: hidden;
	background: url(../immagini/frame/box/box_bottom_left.gif) no-repeat top left;
}

.boxbottom .right1 {
	height: 4px;
	overflow: hidden;
	background: url(../immagini/frame/box/box_bottom_right.gif) no-repeat top right;
}

.boxinside {
	margin-left: 4px;
	margin-right: 2px;
}

.boxinside .indent4 {
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 4px;
}

.boxinside .indent5 {
	float: left;
	width: 305px;
	padding-left: 8px;
	padding-right: 25px;
	padding-bottom: 14px;
	overflow: hidden;
}

.boxinside .indent5 .txt {
}

.indent6 {
	background-color: #E8EAE7;
}

.boxinside .indent7 {
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 14px;
}

.boxinside .indent8 {
	float: left;
	width: 305px;
	padding-left: 0px;
	padding-right: 14px;
	padding-bottom: 14px;
	overflow: hidden;
}

.boxinside .indent8 .txt {
	padding-top: 5px;
}

.boxinside .indent9 {
	margin-left: 15px;
	margin-right: 0px;
	padding-bottom: 14px;
}

.boxinside .indent10 {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.boxinside .categoryleft {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 5px;
}

.boxinside .categorytop {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.boxinside .categorybottom {
	width: 30%;
	float: left;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 5px;
}

.boxinside .title {
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	overflow: hidden;
}

.boxinside .title span {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.boxinside .line {
	height: 10px;
	overflow: hidden;
	background: url(../immagini/frame/box/box_line.gif) repeat-x top left;
}

.boxinside .date {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
}

.boxinside .inrow {
	padding-top: 3px;
	height: 137px;
	overflow: hidden;
}

.boxinside .inrowpad1 {
	height: 137px;
	overflow: hidden;
}

.boxinside .inrowpad2 {
	padding-top: 5px;
	height: 105px;
	overflow: hidden;
}

.boxinside .indent7 .inrow {
}

.boxinside .title1 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}

.boxinside .title2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
}

.boxinside .inrow .title3 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
}

.boxinside .inrow .title4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}

.boxinside .inrow .thumb1 {
	float: left;

	width: 120px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	height: 120px;
	overflow: hidden;

	background: url(../immagini/frame/box/box_thumb_frame.gif) no-repeat top left;
}

.boxinside .inrow .thumb1 img {
	width: 120px;
	height: 120px;
}

.boxinside .thumb2 {
	float: left;

	width: 120px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	height: 120px;
	overflow: hidden;

	background: url(../immagini/frame/box/box_thumb_frame.gif) no-repeat top left;
}

.boxinside .thumb2 img {
	width: 120px;
	height: 120px;
}

.boxinside .inrow .thumb2 {
}

.boxinside .thumb3 {
	float: left;

	width: 120px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	height: 120px;
	overflow: hidden;

	background: url(../immagini/frame/box/box_thumb_frame.gif) no-repeat top left;
}

.boxinside .thumb3 img {
	width: 120px;
	height: 120px;
}

.boxinside .inrow .thumb3 {
}

.boxinside .thumb4 {
	float: left;

	width: 75px;
	padding-left: 5px;
	padding-right: 15px;

	height: 74px;
	padding-top: 6px;
	padding-bottom: 15px;

	overflow: hidden;

	background: url(../immagini/prodotti/thumb_frame.gif) no-repeat top left;
}

.boxinside .thumb4 img {
	width: 75px;
	height: 74px;
}

.boxinside .follow1 {
	height: 27px;
	padding-top: 5px;
	text-align: right;
	overflow: hidden;
}

.boxinside .follow2 {
	height: 27px;
	padding-top: 5px;
	text-align: right;
	overflow: hidden;
}

.boxinside .follow3 {
	height: 27px;
	padding-top: 5px;
	text-align: right;
	overflow: hidden;
}

.boxinside .txt {
	font-size: 11px;
	color: #666666;
}

.boxinside .inrow .txt {
	padding-right: 7px;
}

.boxinside .indent7 .inrow .txt {
}

.boxinside .filters {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.boxinside .filters form {
	display: inline;
}

.boxinside .filters form select {
	margin: 0px;
	padding: 0px;
	border: none;
	border: 1px solid #D7D7D7;
	background-color: #FFFFFF;

	height: 22px;

	color: #666666;
	font-size: 13px;
}

.boxinside .filters form input.btn_filter {
	margin: 0px;
	padding: 0px;
	border: none;
	border: 1px solid #D7D7D7;
	background-color: #FFFFFF;

	width: 80px;
	height: 22px;

	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}

.boxinside .order {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: right;
}

.boxinside .order form {
	display: inline;
}

.boxinside .order form select {
	margin: 0px;
	padding: 0px;
	border: none;
	border: 1px solid #D7D7D7;
	background-color: #FFFFFF;

	height: 22px;

	color: #666666;
	font-size: 13px;
}

.boxinside .order form input.btn_filter {
	margin: 0px;
	padding: 0px;
	border: none;
	border: 1px solid #D7D7D7;
	background-color: #FFFFFF;

	width: 80px;
	height: 22px;

	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}

.boxvspacer {
	background-color: #FFFFFF;
	height: 20px;
	overflow: hidden;
}

#footer {
	height: 60px;
	padding-top: 62px;
	overflow: hidden;

	color: #535353;
	line-height: 15px;
	text-align: center;
	font-size: 11px;

	background: url(../immagini/frame/footer/footer_bg.gif) repeat-x top left;
}

#footer a {
	color: #535353;
	text-decoration: none;
}

#footer a:hover {
	color: #535353;
	text-decoration: underline;
}
/*---------------- FINE STILI COMUNI A TUTTE LE PAGINE ----------------------------*/

/*---------------- HOME PAGE ----------------------------*/
#hometop {
}

#homebottom {
}
/*---------------- FINE HOME PAGE ----------------------------*/

/*---------------- PRODOTTI ----------------------------*/
.productleft {
	float: left;
	width: 413px;
	padding-left: 14px;
	padding-right: 14px;
	margin-right: 22px;
	height: 471px;
	padding-top: 10px;
	padding-bottom: 14px;
	margin-bottom: 8px;
	overflow: hidden;
	background: url(../immagini/prodotti/product_frame.gif) no-repeat top left transparent;
}

.productleft .name {
	height: 17px;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
}

.productleft .nameempty {
	height: 25px;
	overflow: hidden;
}

.productleft img {
	width: 413px;
	height: 413px;
}

.productright {
}

.productright .insidetitle1 {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
}

.productright .insidetxt1 {
	color: #666666;
	font-size: 12px;
	text-align: justify;
	line-height: 19px;
}

.productright .insidetxt1 ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.productright .insidetxt2 {
	padding-top: 35px;
	color: #666666;
	font-size: 12px;
	text-align: justify;
	line-height: 19px;
}

.productright .insidetxt2 b {
	color: #000000;
}

.productright .insidetxt2 .list span {
	display: block;
	padding: 5px;
}

.productright .insidetxt2 .list span {
	display: block;
	padding: 5px;
}

.productright .details {
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	line-height: 19px;
	padding-bottom: 35px;
}
.productright .name {
	height: 17px;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
}
.productgallery {
	color: #000000;
	font-size: 12px;
	text-align: justify;
	line-height: 19px;
}

.productgallery b {
	display: block;
	padding-bottom: 10px;
}

.productattach {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.productattachtop {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;

	height: 54px;
	overflow: hidden;
}

.productattach .button {
	float: left;
	height: 54px;
	overflow: hidden;

	background: url(../immagini/prodotti/button_bg.jpg) repeat-x top left transparent;
}
.productattach .button .buttonleft {
	height: 54px;
	background: url(../immagini/prodotti/button_left.jpg) no-repeat top left transparent;
}
.productattach .button .buttonright {
	height: 54px;
	background: url(../immagini/prodotti/button_right.jpg) no-repeat top right transparent;
}
.productattach .button a {
	display: block;
	float: left;
	height: 54px;
	line-height: 54px;
	color: #666666;
	font-size: 13px;
	text-decoration: underline;

	padding-left: 85px;
	padding-right: 18px;

	background-repeat: no-repeat;
	background-position: 18px 5px;
}
.productattach .button a:hover {
	color: #666666;
	text-decoration: none;
}

.productattach .buttonsep {
	float: left;
	width: 53px;
	height: 54px;
	overflow: hidden;
}

.productattach .button a.buttonlink {
	text-decoration: none;

	padding: 2px;

	background: none;
}
/*---------------- FINE PRODOTTI ----------------------------*/

/*---------------- RESULT NAV ----------------------------*/
.resultsnav {
	float: right;
	height: 26px;
	overflow: hidden;
	padding-right: 18px;
}

.resultsnav a, .resultsnav a:hover {
	text-decoration: none;
}

.resultsnav .btn_prev {
	float: left;
	width: 25px;
	height: 26px;
	overflow: hidden;
}

.resultsnav .btn_next {
	float: left;
	width: 25px;
	height: 26px;
	overflow: hidden;
}

.resultsnav .sep {
	float: left;
	width: 7px;
	height: 26px;
	overflow: hidden;
}

.resultsnav .btn_page {
	float: left;
	width: 25px;
	height: 26px;
	line-height: 14px;
	overflow: hidden;

	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Impact, Charcoal, sans-serif;

	background: url(../immagini/results/page.gif) no-repeat top left transparent;
}

.resultsnav .btn_page a, .resultsnav .btn_page span {
	display: block;
	width: 24px;
	height: 14px;
	padding-top: 4px;
	padding-bottom: 8px;
	line-height: 14px;
	overflow: hidden;

	color: #FFFFFF;
}

.resultsnav .btn_page a:hover, .resultsnav .btn_page span.selected, .resultsnav .btn_page a.selected, .resultsnav .btn_page a.selected:hover {
	color: #FCB637;
}
/*---------------- FINE RESULT NAV ----------------------------*/

/*---------------- RICERCA AGENTI ----------------------------*/
.fieldname {
	color: #000000;
	font-size: 11px;
	line-height: 30px;
}

.fieldinput .select {
	width: 400px;
	height: 25px;
	overflow: hidden;
	background: url(../immagini/form/field_bg.gif) no-repeat top left #FFFFFF;
}

.fieldinput .select select {
	margin: 0px;
	padding: 0px;
	border: none;

	width: 400px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 13px;

	background-color: transparent;
}

.fieldinput .check {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
}

.fieldinput .text {
	width: 394px;
	padding-left: 3px;
	padding-right: 3px;
	height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	background: url(../immagini/form/field_bg.gif) no-repeat top left #FFFFFF;
}

.fieldinput .text input {
	margin: 0px;
	padding: 0px;
	border: none;

	width: 394px;
	height: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;

	background-color: transparent;
}

.fieldinput .button {
	float: right;
	width: 70px;
	height: 25px;
	overflow: hidden;
	background: url(../immagini/form/field_center.gif) repeat-x top left #FFFFFF;
}

.fieldinput .button .sx {
	background: url(../immagini/form/field_left.gif) no-repeat top left;
}

.fieldinput .button .dx {
	background: url(../immagini/form/field_right.gif) no-repeat top right;
}

.fieldinput .buttonsep {
	float: right;
	width: 20px;
	height: 25px;
	overflow: hidden;
}

.fieldinput .button input {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;

	width: 70px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;

	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}

.fieldvsep {
	height: 20px;
	overflow: hidden;
}
/*---------------- FINE RICERCA AGENTI ----------------------------*/

/*---------------- FORM ----------------------------*/
.formfieldrow {
	clear: both;
}

.formfieldname {
	width: 30%;
	float: left;
	text-align: right;
	color: #000000;
	font-size: 11px;
}

.formfieldname label {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.formfieldinput {
	margin: 0px;
	padding: 0px;
	width: 60%;
	float: left;
	margin-left: 15px;
}

.formfieldinput .formfieldhasoptions {
	padding-top: 7px;
}

.formfieldinput .formfieldshowfixed {
	padding-top: 7px;
}

.formfieldinput .select {
	float: left;
	height: 25px;
	overflow: hidden;
	background: url(../immagini/form/field_center.gif) repeat-x top left #FFFFFF;
}

.formfieldinput .select .sx {
	background: url(../immagini/form/field_left.gif) no-repeat top left;
}

.formfieldinput .select .dx {
	background: url(../immagini/form/field_right.gif) no-repeat top right;
}

.formfieldinput .select select {
	margin: 0px;
	padding: 0px;
	border: none;

	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 13px;

	background-color: transparent;
}

.formfieldinput .check {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
}

.formfieldinput .text {
	float: left;
	height: 25px;
	overflow: hidden;
	background: url(../immagini/form/field_center.gif) repeat-x top left #FFFFFF;
}

.formfieldinput .text .sx {
	background: url(../immagini/form/field_left.gif) no-repeat top left;
}

.formfieldinput .text .dx {
	background: url(../immagini/form/field_right.gif) no-repeat top right;
}

.formfieldinput .text .pad {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 21px;
	overflow: hidden;
}

.formfieldinput .text input {
	margin: 0px;
	padding: 0px;
	border: none;

	height: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;

	background-color: transparent;
}

.formfieldinput .textarea {
	float: left;
	height: 100px;
	overflow: hidden;
	background: url(../immagini/form/field_center_big.gif) repeat-x top left #FFFFFF;
}

.formfieldinput .textarea .sx {
	background: url(../immagini/form/field_left_big.gif) no-repeat top left;
}

.formfieldinput .textarea .dx {
	background: url(../immagini/form/field_right_big.gif) no-repeat top right;
}

.formfieldinput .textarea .pad {
	height: 96px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

.formfieldinput .textarea textarea {
	margin: 0px;
	padding: 0px;
	border: none;

	height: 88px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 11px;

	background-color: transparent;
}

.formfieldinput .button {
	float: left;
	width: 70px;
	height: 25px;
	overflow: hidden;
	background: url(../immagini/form/field_center.gif) repeat-x top left #FFFFFF;
}

.formfieldinput .button .sx {
	background: url(../immagini/form/field_left.gif) no-repeat top left;
}

.formfieldinput .button .dx {
	background: url(../immagini/form/field_right.gif) no-repeat top right;
}

.formfieldinput .buttonsep {
	float: left;
	width: 20px;
	height: 25px;
	overflow: hidden;
}

.formfieldinput .button input {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;

	width: 70px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;

	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}

.formfieldvsep {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.formfielderror {
	padding-top: 3px;
	color: #EFAB06;
	font-weight: bold;
}
/*---------------- FINE FORM ----------------------------*/

/*---------------- CONTATTI ----------------------------*/
.contatti_area {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 3px;
}

.contatti_sezione {
	font-weight: bold;
	font-size: 13px;
}
/*---------------- FINE CONTATTI ----------------------------*/

/*##################   INIZIO TICKET  ##############################*/

.box_header {
	height: 41px;
	overflow: hidden;
	background: url(../immagini/ticket/box/box_header_bg.jpg) repeat-x;
}

.box_header .left {
	height: 41px;
	overflow: hidden;
	padding-left: 7px;
	background: url(../immagini/ticket/box/box_header_left.jpg) no-repeat top left;
}

.box_header .right {
	height: 41px;
	overflow: hidden;
	padding-right: 7px;
	background: url(../immagini/ticket/box/box_header_right.jpg) no-repeat top right;
}

.box_header .txt {
	height: 41px;
	line-height: 41px;
	overflow: hidden;

	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}

.box_header .txt a {
	color: #FFFFFF;
	text-decoration: underline;
}

.box_header .txt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.box_header .txt img {
}

.box_small {
	height: 24px;
	overflow: hidden;
	background: url(../immagini/ticket/box/box_small_bg.jpg) repeat-x;
}

.box_small .left {
	height: 24px;
	overflow: hidden;
	padding-left: 7px;
	background: url(../immagini/ticket/box/box_small_left.jpg) no-repeat top left;
}

.box_small .right {
	height: 24px;
	overflow: hidden;
	padding-right: 7px;
	background: url(../immagini/ticket/box/box_small_right.jpg) no-repeat top right;
}

.box_small .txt {
	height: 24px;
	line-height: 24px;
	overflow: hidden;

	font-weight: bold;
	font-size: 13px;
	color: #666666;
}

.box_small .alert {
	color: #000000;
	font-weight: bold;
}

.box_small .txt a {
}

.box_small .txt a:hover {
}

.box_inside input, .box_inside select, .box_inside textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding: 2px;
}

.box_inside input.pulsante,
.box_inside input.pulsante_b,
.box_inside input.pulsante_v,
.box_inside input.pulsante_r,
.box_inside input.buttoninside
{
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #000000;
	background-color: #FFBD39;
	color: #000000;
	padding: 3px;
}
.box_inside .bg_col_1 {
	background-color: #E2E2E2;
}

.box_inside .bg_col_2 {
	background-color: #FAFAFA;
}

.list_left {
	height: 41px;
	float: left;
	width: 33%;
	text-align: left;
}

.list_center {
	height: 41px;
	float: left;
	width: 33%;
	text-align: center;
}

.list_right {
	height: 41px;
	float: left;
	width: 33%;
	text-align: right;
}

.list_right a {
	font-size: 13px;
}

.inheadertblleft td {
	height: 41px;
	padding-right: 5px;
}

.inheadertblleft a {
	font-size: 13px;
}

.inheadertblright td {
	height: 41px;
	padding-left: 5px;
}

.inheadertblright a {
	font-size: 13px;
}

table.inheadertblcenter {
	margin: 0 auto;
}

.inheadertblcenter td {
	height: 41px;
	padding-left: 3px;
	padding-right: 3px;
}

.inheadertblcenter a {
	font-size: 13px;
}
.campo2 {
	padding: 3px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 11px;
	color: #000000;
}

.campo2 a, .campo2 a:hover {
	text-decoration: none;
}

.campo2 img {
	vertical-align: text-bottom;
}

.tabellatitoli{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.tabellacampo1{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.tabellacampo2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

td.risultato {
	padding: 3px;
	font-size: 11px;
}

.class01,	input.class01,	select.class01,	a.class01, 
.class100,		input.class100,	select.class100,	a.class100{
	font-family:tahoma;
	font-size: small;
	text-decoration: none;
}
a.class01:hover,
a.class100:hover{
	text-decoration: underline;
}

.box_small .txt .pagination {
	text-align: center;
	color: #666666;
}

.box_small .txt .pagination span {
	color: #666666;
}

.box_small .txt .pagination a, .box_small .txt .pagination span a, .box_small .txt .pagination .paglink, .box_small .txt .pagination .paglink a {
	color: #000000;
	background-color: #FFBD39;
	text-decoration: none;
	border: 1px solid #000000;
}

.box_small .txt .pagination a:hover, .box_small .txt .pagination span a:hover, .box_small .txt .pagination .paglink a:hover {
	color: #FFBD39;
	background-color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.box_small .txt .pagination .pagdisabled {
	color: #D7D7D7;
}

.box_small .txt .pagination .pagcurrent {
	color: #FFBD39;
	background-color: #000000;
	border: 1px solid #000000;
}


/*##################   FINE   TICKET  ##############################*/

/*##################   LISTA SITEMAP  	  ############################## */
.sitemap{
	margin-left:3.5em; 
	font-size: 12px;
}
.sitemap ul{
	margin-left:0.5em; 
	padding-left:0.2em; 
	margin-bottom:1em;
}
.sitemap ul li { 
	background:url(../immagini/bullet.gif) 0em 0.3em no-repeat; 
	padding-left: 0.8em; 
	list-style: none; 
}


/*##################  FINE LISTA SITEMAP  ############################## */