/* 

CSS Style

  CSS tutto il sito.

*/

/*

Strutture basi

*/

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right !important;
	display: inline;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.noborder {
	border: none !important;
}

.nobackground {
	background: none !important;
}

.backgroundnone {
	background: none;
}

.nomargin {
	margin: 0 !important;
}

.bold {
	font-weight: bold !important;
}

.nobold {
	font-weight: normal !important;
}

.hidden {
	display: none !important;
}

.relative {
	position: relative !important;
}

.clearnone {
	clear: none !important;
}

.color_green {
	color:#075d00;
}

.color_blue {
	color:#003E7A;
	font-weight: bold;
}

.color_gray {
	color:#333333;
}

.color_red {
	color:#ce0000;
	font-weight: bold;
}

.light_red {
	color:#FF0000;
}

.ucase{
	text-transform:uppercase;
}

.prezzo_barrato{
	text-decoration:line-through;
}


.displayblock{
	display:block;
}

/*

Strutture principali

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0pt;
	padding: 0pt;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
}

img {
	border:0;
}

h1{
	font-size:2.0em;
	color:#ce0000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}

h2{
	font-size:1.1em;
	color:#003e7a;
	}



.main_container {
	background: #ffffff;
	padding: 0;
	width: 970px;
	margin: 0px auto;
}

.container {
	display: inline;
	float: left;
	padding: 0 5px 18px 5px;
	background-color: #FFFFFF;
	width: 960px;
}

.notext-decoration{
	text-decoration: none;
}

ul.squarered, ul.squaregray, ul.squareblue, ul.arrowblue {
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	display: inline;
	margin: 4px 0 0 0;
	padding: 0;
}

ul.squarered li {
	padding: 0 0 0 11px;
	
}

ul.squaregray li {
	padding: 0 0 0 11px;
	background: url(/static/img_root/square_grigio.gif) no-repeat 0 0.5em;
}

ul.squareblue li {
	background: url(/static/img_root/square_blue.gif) no-repeat 0 0.5em;
}

ul. li {
	padding: 0 0 0 11px;
	background: url(/static/img_root/square_blue.gif) no-repeat 0 0.6em;
}

ul.arrowblue li {
	padding: 0 0 0 11px;
	background: url(/static/img_root/arrow_blue.gif) no-repeat 0 0.6em;
}

ul.arrowblue li a:hover {
	text-decoration: none;
	
}


a.highlight_red img{
	padding:2px;
}
	
a.highlight_red:hover{
	direction:ltr;
}
	
a.highlight_red:hover img{
	padding: 1px;
	border: 1px solid #CE0000;
	cursor: pointer;
}

a.highlight_red_inp {
	float: left;
	display: inline;
	cursor: pointer;
}

a:hover.highlight_red_inp {
	direction: ltr;
}

a:hover.highlight_red_inp input {
	padding: 1px;
	border: 1px solid #CE0000;
	background-position: 1px 1px;
}

* html a:hover.highlight_red_inp input {
	background-position: 0 0;
}

/* 

  CSS Spalla sinistra.

*/

.left_shoulder {
	font-size: 1.1em;
	border-top: 1px solid #dfdfdf;
	float: left;
	display: inline;
	width: 187px;
	height:auto !important;
	margin-right: 11px;
}

.left_shoulder ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.left_shoulder ul li {
	background: url(/static/img_root/arrow_right_blue.gif) no-repeat 171px 50%;
	margin: 0 0 0 0;
	border-bottom: 1px solid #dfdfdf;
	width: 187px;
}

.left_shoulder ul li a {
	display: block;
	width: 156px;
	padding: 6px 21px 4px 10px;
}

.left_shoulder ul li a, .left_shoulder ul li a:visited {
	color: #003e7a;
	text-decoration: none;
}

.left_shoulder ul li a:hover {
	text-decoration: underline;
	/* Hover freccia rossa
	background: url(/static/img_root/arrow_right_red.gif) no-repeat 165px 50% !important;
	background: url(/static/img_root/arrow_right_red.gif) no-repeat 165px 55%;*/
}

.left_shoulder ul li.selected a, .left_shoulder ul li.selected a:visited {
	background: url(/static/img_root/arrow_right_red.gif) no-repeat 171px 50%;
	color: #ce0000;
	font-weight: bold;
	width: 156px;
}

.left_shoulder .left_box_container {
	float: left;
	display: inline;
	width: 187px;
	margin: 50px auto 0 auto;
}

.left_shoulder .left_box {
	float: left;
	display: inline;
	width: 183px;
	margin: 11px 0 0 0;
}

.left_shoulder .left_box_img {
	background: url(/static/img_root/bg_left_box.gif) repeat-x bottom left;
	color: #333333;
	float: left;
	display:inline;
	border: 1px solid #dfdfdf;
	padding: 1px;
	width: 55px;
}

.left_shoulder .left_box img {
	float: left;
	display: inline;
}

.left_shoulder .left_box p {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.left_shoulder .left_box p.desc {
	width: 115px;
	padding: 7px 0 0 7px;
}

.left_shoulder .left_box .desc .title {
	font-weight: bold;
}

.left_shoulder .left_box a {
	float: none;
	display: inline;
}

.left_shoulder .left_box a:hover {
	text-decoration: none;
}

.left_shoulder .left_box p.desc a {
	line-height: 16px;
}

.left_shoulder .left_box a, .left_shoulder .left_box a:visited {
	color: #003e7a;
}



/* 

  CSS Login.

*/

.login {
	float: right;
	display: inline;
	clear: right;
	width: 187px;
	padding: 0;
	margin: 0 0 11px 0;
}






.see_also_container {
	background: #e8e8e8 url(/images/bg_see_also.gif) repeat-x top left;
	float: right;
	clear: right;
	width: 187px;
	margin: 0 0 11px 0;
	padding: 0;
	display: inline;
}

.see_also_container h2 {
	float: left;
	display: inline;
	font-size: 1em;
	color: #CE0000;
	font-weight: normal;
	padding: 0;
	margin: 6px 11px 9px 9px;
	min-height: 14px;
	height: auto !important;
	height: 14px;
}

.see_also_container img {
	float: left;
	display: inline;
}

.see_also {
	float: left;
	display: inline;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	width: 185px;
	margin: 0;
	padding: 0 0 4px 0;
}

.see_also .white_content {
	background: #FFFFFF;
	float: left;
	display: inline;
	width: 175px;
	padding: 0;
	margin: 0 5px 0 5px;
}

.see_also .white_content p {
	margin: 12px 7px;
	width: 161px;
	float: left;
	display: inline;
}

/*.see_also .white_content a.vai {
	float: right;
	display: inline;
	margin: 0 6px 7px 0;
}*/

.see_also ul {
	width: 168px;
	margin: 5px 0 0 7px;
	padding: 0 0 8px 0;
}

.see_also a, .see_also a:visited {
	color: #003E7A;
}

.see_also a.color_red, .see_also a.color_red:visited {
	color: #CE0000;
}



.see_also a.trigger {
	background: #FFF url(/static/img_root/bg_select.gif) no-repeat 147px 50%;
	border: 1px solid #BBBBBB;
	text-decoration: none;
	cursor: default;
	padding: 3px 19px 2px 3px;
	color: #5f5f5f;
	width: 143px;
	float: left;
	display: block;
	min-height: 14px;
	height: auto !important;
	height: 14px;
}

.see_also a:visited.trigger {
	color: #5f5f5f;
}

.see_also a.activetrigger {
	background: #FFF url(/static/img_root/bg_select.gif) no-repeat 147px 50%;
	border: 1px solid #BBBBBB;
	text-decoration: none;
	cursor: default;
	padding: 3px 19px 2px 3px;
	color: #5f5f5f;
	width: 143px;
	float: left;
	display: block;
	min-height: 14px;
	height: auto !important;
	height: 14px;
}


			.see_also .ric_select a.trigger {
				background: #FFF url(/static/img_root/bg_select.gif) no-repeat 75px 50%;
				border: 1px solid #BBBBBB;
				text-decoration: none;
				cursor: default;
				padding: 3px 19px 2px 3px;
				color: #5f5f5f;
				width: 71px;
				float: left;
				display: inline;
				clear:none;
				min-height: 14px;
				height: auto !important;
				height: 14px;
			}

			.see_also .ric_select a:visited.trigger {
				color: #5f5f5f;
			}

			.see_also .ric_select a.activetrigger {
				background: #FFF url(/static/img_root/bg_select.gif) no-repeat 75px 50%;
				border: 1px solid #BBBBBB;
				text-decoration: none;
				cursor: default;
				padding: 3px 19px 2px 3px;
				color: #5f5f5f;
				width: 71px;
				float: left;
				display: inline;
				min-height: 14px;
				height: auto !important;
				height: 14px;
			}


			.see_also .ric_select ul.dropdownvisible {
				position: absolute;	
				float: left;
				display: inline;
				clear: left;
				top: -1px;
				left: -9px;
				width: 93px !important;
				border: 1px solid #BBBBBB;
				background: #FFF;
				padding: 0;
				margin: 0 0 0 9px;
				overflow: hidden;
				z-index: 100;
			}





.see_also div.inp_ric_cont {
	float: right;
	display: inline;
	margin: 0px 0px 0 0;
	width: 64px;
	overflow: hidden;
	padding: 0;
}

.see_also input.inp_ric {
	float: right;
	display: inline;
	width: 64px;
	height: 21px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	background: url(/static/img_root/btn_ricarica_red.gif) no-repeat top left;
	text-indent: 999em;
	font-size: 999em;
	line-height: 999em;
}

.see_also div.ric_links {
	background:#fff url(/static/img_root/bg_bottom_ric.gif) no-repeat left bottom;
	float: left;
	display: inline;
	margin: 1px 4px 0 4px;
	width: 177px;
	line-height: 13px;
	}

	.see_also div.ric_links a.timauto {
		float: left;
		display: inline;
		clear: none;
		font-size: 1em;
		margin:5px 0 5px 5px;
		}

	.see_also div.ric_links a.passpar {
		float: right;
		display: inline;
		clear: none;
		font-size: 1em;
		margin:5px 5px 5px 0;
		}


.see_also .sel_ric_cont a:visited.activetrigger {
	color: #5f5f5f;
}	




.see_also .sel_ric_cont ul.dropdownhidden {
	display: none;
}

.see_also .sel_ric_cont ul.dropdownvisible {
	position: absolute;	
	float: left;
	display: inline;
	clear: left;
	top: -1px;
	left: -9px;
	width: 165px;
	border: 1px solid #BBBBBB;
	background: #FFF;
	padding: 0;
	margin: 0 0 0 9px;
	overflow: hidden;
	z-index: 100;
}



.see_also .ric_select ul.dropdownvisible {
	height: 160px;
	overflow: auto;
	overflow-x: hidden;
}







.see_also .sel_ric_cont ul li {
	background: #FFF url(/static/img_root/hdot.gif) repeat-x top left;
	float: left;
	display: inline;
	clear: left;
	padding: 0 0 0 2px;
	width: 99%;
	z-index: 100;
}

.see_also .sel_ric_cont ul li:hover {
	direction: ltr;
	background: #CCC;
	z-index: 100;
}

.see_also .sel_ric_cont ul li.hover {
	direction: ltr;
	z-index: 100;
	background: #CCC;
}

/*html .see_also .sel_ric_cont ul li {
	*width: 88%;
	_width: 88%;
}*/

.see_also .sel_ric_cont ul.dropdownvisible a {
	color: #5f5f5f;
	text-decoration: none;
	cursor: default;
}




.dropcontainer {
	position: relative;
	float: left;
	display: inline;
	z-index: 100;
	clear:left;
}

.turnintodropdown {
      float: left;
      display: inline;
      width: 167px;
      font-size: 1em;
      margin: 1px 0 0 0;
      min-height: 19px;
      /*height: auto !important; */
      height: 19px;
}


	.ric_select .turnintodropdown {
		float: left;
		display: inline;
		width: 93px;
		font-size: 1em;
		margin: 1px 0 0 0;
		min-height: 19px;
		/*height: auto !important;
		height: 21px;*/
	}


div.btn_go {
	float: right;
	display: inline;
	overflow: hidden;
	width: 24px;
}

div.btn_go input.inp_go {
	cursor: pointer;
	float: right;
	display: inline;
	border: none;
	padding: 0;
	margin: 0;
	background: url(/static/img_root/btn_select_go.gif) no-repeat top left;
	width: 24px;
	height: 21px;
	text-indent: -999em;
	line-height: 999em;
	font-size: 999em;
}

.radd_lune {
	float: left;
	display: inline;
	margin: 8px 4px 0 4px;
	padding: 0;
}

.see_also .needed {
	text-decoration: none;
	font-weight: bold;
}

.see_also ul.needs {
	padding-left: 9px !important;
	line-height: 20px !important;
	padding-bottom: 3px !important;
}

.see_also ul.needs li {
	background-position: 0 0.75em !important;
}

.see_also .white_content h2.info {
	font-weight: bold;
	margin: 3px 5px 4px 5px;
}

.see_also .info_div .sel_ric_cont {
	margin: 0 0 0 4px;
}

.see_also .info_div .sel_ric_cont select {
	width: 140px;
}

.see_also .info_div {
	padding: 0 0 4px 0;
	margin: 11px 5px 1px 5px;
	background: #FFF url(/static/img_root/white_content_bottom.gif) no-repeat bottom left;
}

.see_also .info_div .sel_ric_cont ul.dropdownvisible li, .see_also .info_div .sel_ric_cont ul.dropdownvisible li a {
	cursor: pointer;
}

.see_also .lancio {
	margin: 5px 5px 1px 5px;
	background: #FFF url(/static/img_root/white_content_bottom.gif) no-repeat bottom left;
	min-height: 68px;
	height: auto !important;
	height: 68px;
}

.see_also .lancio a img {
	margin: 2px 0 3px 3px;
}

.see_also .lancio p.desc {
	width: 95px;
	margin: 11px 7px 12px 7px;
}

.see_also .lancio p.desc a {
	font-weight: bold;
	line-height:16px;
}

/*.see_also select.sel_ric option {
	opacity: 100;
    filter: alpha(opacity = 100);
    moz-opacity: 100;
}*/

.login p {
	float: left;
	display: inline;
	margin: 7px 0 0 7px;
	width: 105px;
}

.login .white_content {
	background: #FFFFFF;
	float: left;
	display: inline;
	width: 177px;
	margin: 0;
	padding: 5px 0 5px 0;
}

.login .white_content {
	padding: 4px 5px 5px 5px;
	width: 167px;
}

.right_shoulder ul {
	width: 170px;
	margin: 0 0 0 7px;
	line-height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	display: inline;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
}

.right_shoulder ul li {
	padding: 0 0 0 11px;
}

.right_shoulder ul li a:hover {
	text-decoration: none;
}

.right_shoulder a, .right_shoulder a:visited {
	color: #003E7A;
}

.right_shoulder a.color_red, .right_shoulder a.color_red:visited {
	color: #CE0000;
}

.right_shoulder ul.squareblue li {
	background: url(/static/img_root/square_blue.gif) no-repeat 0 0.5em;
}

/*.see_also .white_content a:hover.vai {
	direction: ltr;
}

.see_also .white_content a:hover.vai img {
	padding: 1px;
	border: 1px solid #CE0000;
}

.see_also .white_content a.vai img {
	padding: 2px;
}*/

.see_also .white_content a.vai {
	display:inline;
	float:right;
	margin: 0 7px 7px 0;
}




/* 

  CSS Contenuti DX.

*/

.contents {
	color: #333333;
	float: left;
	display: inline;
	width: 762px;
	height:auto !important;
}

.contents_small {
	float: left;
	display: inline;
	width: 564px;
	height:auto !important;
}

.contents_big {
	float: left;
	display: inline;
	width: 960px;
	height:auto !important;
}

/* 

  // Fine CSS Contenuti DX.

*/


/* Versioni Contenuti */

.contents_small .wp_bk p {
	float: left;
	display: inline;
	margin: 11px 0;
	padding: 0;
}

.contents_small .wp_bk p span {
	font-weight: bold;
}

.contents_small .wp_bk .content_full {
	float: left;
	display: inline;
	background: #FFF;
	width: 566px;
	padding: 5px;
}

.contents_small .wp_bk .content_half_img {
	float: left;
	display: inline;
	width: 278px;
	padding: 5px;
}

.contents_small .wp_bk .content_half_txt {
	float: left;
	display: inline;
	width: 258px;
	margin: 10px 15px;
}

.contents_small .wp_bk .content_half_txt p {
	width: 258px;
	margin: 11px 0 0 0;
}

.contents_small .wp_bk .content_onethird {
	float: left;
	display: inline;
	margin: 10px 15px;
	width: 162px;
}

.contents_small .wp_bk .content_onethird p {
	width: 162px;
	margin-bottom: 0px;
}

.contents_small .wp_bk .content_sixth {
	float: left;
	display: inline;
	margin: 10px 15px;
	width: 162px;
}

.contents_small .wp_bk .content_sixth p {
	width: 109px;
	margin: 0px;
	padding-left: 3px;
}

.content_small{
	float:left;
	width: 569px;
	}

.cont_title{
	float:left;
	width:553px;
	display: inline;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
	padding-bottom: 6px;
	padding-left: 11px;
	}
	
.cont_lancio_top{
	float:left;
	width:562px;
	margin-top: 11px;
	border: 1px solid #b8b8b8;
}

.cont_lancio_top img{
	float:left;
	margin-left: 1px;
    	margin-top:1px;
	padding-bottom:1px;
	display:inline;
	}
	
.half_container {
	width: 564px;
	margin: 10px 0 0 0;
}

.half_content {
	float: left;
	display: inline;
	width: 562px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.half_content .title, .one_fourth_content .title, .onethird_content .title, .twothird_content .title {
	background: url(/arreda2/images/bg_hp_box_title.gif) repeat-x top left;
	float: left;
	display: inline;
	width: 560px;
	margin: 0 1px;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	font-size:1.1em;
}

span.title_left {
	float: left;
	display: inline;
	margin: 0;
	text-decoration:none;
	color: #004990;
	font-weight: bold;
	font-size: 1.1em;
	margin: 6px 0 0 6px;
}

.onethird_content .title {
	width: 180px;
}

.twothird_content .title {
	width: 370px;
}

.one_fourth_content .title {
	width: 185px;
}

.half_content .title_ins {
	background: url(/images/bg_hp_box_title.gif) repeat-x top left;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	float: left;
	display: inline;
	width: 376px;
	margin: 0;
	min-height: 26px;
	height: auto !important;
	height: 26px;
}

.half_content .title_last {
	background: url(/images/bg_hp_box_title.gif) repeat-x top left;
	border-top: 1px solid #BBBBBB;
	float: left;
	display: none;
	width: 376px;
	margin: 0;
	min-height: 26px;
	height: auto !important;
	height: 26px;
}

.half_content .title_last {
	padding: 1px 0 0 0;
}

.half_content .title_last a.title_left {
	background: url(/images/arrow_right_red_up.gif) no-repeat scroll right 50%;
	padding: 0px 11px 0px 0px;
}

.half_content .title_out {
	background: url(/images/bg_hp_box_title.gif) repeat-x top left;
	border-bottom: 1px solid #BBBBBB;
	float: left;
	display: inline;
	width: 376px;
	margin: 0;
	min-height: 26px;
	height: auto !important;
	height: 26px;
}

.half_content .double_title {
	float: right;
	display: inline;
	width: 189px;
	background: url(/images/bg_double_title.gif) repeat-y top left;
	margin: 1px 0;
	min-height: 23px;
	height: auto !important;
	height: 23px;
}

.half_content .double_title a.title_left {
	margin: 5px 0pt 0pt 6px;
}



.half_content .title_ins a.title_left {
	background:transparent url(/static/img_root/arrow_right_red_down.gif) no-repeat scroll right 50%;
	padding: 0px 11px 0px 0px;
	}


.title a.title_left {
	background:transparent url(/static/img_root/arrow_right_blue.gif) no-repeat scroll right 50%;
	padding: 0px 11px 0px 0px;
	}



.half_content a.title_left, .one_fourth_content a.title_left, .onethird_content a.title_left {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 9px 0px 0px;
	text-decoration:none;
	color: #004990;
	font-weight: bold;
	font-size: 1.1em;
	margin: 6px 0 0 6px;
}

a:hover.title_left {
	text-decoration: underline !important;
}


.half_content a.link_right, .half_container a.link_right {
	float: right;
	display: inline;
	color: #003e7a;
	margin: 6px 5px 0 0;
	}

.half_content a:hover.link_right, .half_container a:hover.link_right {
	text-decoration: none !important;
	}


.half_content a.link_right_img {
	float: right;
	display: inline;
	margin: 4px 5px 0 0;
	height:17px;
	}

	.half_content a.link_right_img img {
		margin: 0;
		}






.sub_contents {
	float: left;
	display: inline;
	width: 562px;
	border-top: 1px solid #BBBBBB;
	margin: 0;
	padding: 6px 0 6px 0;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	font-size: 1.1em;
	text-align: left;
}

* html .sub_contents {
	padding: 6px 0 1px 0;
}

.sub_contents_wp {
	float: left;
	display: inline;
	width: 562px;
	border-top: 1px solid #BBBBBB;
	font-size: 1.1em;
}

.onethird_content .sub_contents {
	width: 182px;
}

.twothird_content .sub_contents {
	width: 372px;
}

.sub_contents .vertical {
	width: 562px;
	float: left;
	display: inline;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	background-position: 50% top;
	}

			.vaibtn_cont3{
			float:left;
			display:inline;
			clear:both;
			margin:25px 0 0 0;
			padding:0;
			width:175px;
			text-align:right;
			height:17px;
			}


.sub_contents .vertical_dot, .sub_contents .vertical_line {
	width: 562px;
	float: left;
	display: inline;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	}
	
	.sub_contents .vertical_dot a.sub_title, .sub_contents .vertical_line a.sub_title {
		float: left;
		display: inline;
		color: #003e7a;
		font-weight: bold;
		margin: 5px 0 0 0;
		width:auto;
		}

	.sub_contents .vertical_dot a.sub_title span, .sub_contents .vertical_line a.sub_title span {
		margin: 0 0 0 0;
		width:170px;
		}

			.sub_contents .vdot {
				float: left;
				display: inline;
				width: 2px;
				min-height: 14.5em;
				height: auto !important;
				height: 14.5em;
				background: url(/static/img_root/vdot.gif) repeat-y top center;
				margin:0;
				}
				
			.sub_contents .vline {
				float: left;
				display: inline;
				width: 2px;
				min-height: 14.5em;
				height: auto !important;
				height: 14.5em;
				background: url(/static/img_root/gray_dot.gif) repeat-y top center;
				margin:0;
				}


.half_box {
	float: left;
	display: inline;
	width: 275px;
	margin: 0 0 0 6px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	}

	.onethird_box {
		float: left;
		display: inline;
		width: 175px;
		margin: 0 5px 0 6px;
		background:#fff;
		min-height: 150px;
		height: auto !important;
		height: 150px;
		}

		.onethird_box a {
			margin:0;
			padding:0;
			float:left;
			display:inline;
			clear: left;
			}
			
		.onethird_box img {
			float: left;
			display: inline;
		}
		
		.onethird_box a.sub_title {
			font-weight:bold;
			color: #003e7a;
			margin:5px 0 0 0;
			padding:0;
			}

		.onethird_box a:hover.sub_title {
			text-decoration:none;
			}
			
		.onethird_box p {
			margin:0;
			padding:0;
			width: 173px;
			float:left;
			display:inline;
			}












.half_box_vert {
	float: left;
	display: inline;
	background: url(/static/img_root/hdot.gif) transparent repeat-x left 50%;
	}

.half_box a.sub_title {
	display: inline;
	color: #003e7a;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.half_box a.sub_title:hover {
	text-decoration:none;
}

.half_box p {
	float: left;
	display: inline;
	width: 270px;
	margin: 0 0 0 0;
	padding: 0;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	}

.one_fourth_box {
	float: left;
	display: inline;
	padding: 0 0 0 0;
	width: 200px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

.one_fourth_box img {
	margin: 0;
}

.one_fourth_box .floatleft {
	width: 100px;
}

.one_fourth_box a {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}

.one_fourth_box a.sub_title {
	margin: 16px 0 0 0;
}

.one_fourth_box p {
	float: left;
	display: inline;
	clear: left;
	width: 100px;
	margin: 1px 0 0 0;
	padding: 0;
}

.half_box .horizontal_dot {
	background: url(/static/img_root/hdot.gif) repeat-x left 50%;
	float: left;
	display: inline;
	width: 178px;
	font-size: 0;
	height: 10px;
}

	.half_box .horizontal_dot_lancio {
		background: url(/static/img_root/hdot.gif) repeat-x left center;
		float: left;
		display: inline;
		width: 270px;
		font-size: 0;
		height: 2px;
		margin:4px 0 4px 0;
	}

	.half_box .horizontal_box {
		width: 270px;
		float: left;
		display: inline;
		min-height: 75px;
		height: auto !important;
		height: 75px;
		margin:0;
		padding:0;
		}
	
	
		.half_box .horizontal_box a.img_quad {
			border: 0px solid lime;
			float:left;
			display:inline;
			padding:0;
			margin:0 5px 0 0;
			width:75px;
			height:75px;
			}

	

	.half_box .horizontal_box .lancio_lat{
		float:left;
		min-height: 40px;
		height: auto !important;
		height: 40px;
		width:187px;
		}

.cont_title_va{
	float:left;
	width:280px;
	border-right: 1px solid #bbb;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	}

.cont_title_va_triple {
	float:left;
	width:184px;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	}


.vaibtn_cont{
margin:0 0 0 0;
padding:0;
clear:both;
width:270px;
text-align:right;
float:left;
height:17px;
}

.vaibtn_prod_cont{
margin:5px 5px 0 0;
padding:0;
clear:both;
width:158px;
text-align:right;
float:left;
height:17px;
}

	.half_box .horizontal_box a.vaibtn{
	margin:0;
	padding:0;
	float:right;
	display:inline;
	height:17px;
	}


	.half_box .horizontal_box a.vaibtn img{
	margin:0 0 0 0;
	padding:0;
	}


		.timSogno{
		float:left;
		display:inline;
		border:1px solid #BBBBBB;
		width:273px;
		margin:0 0 0 10px;
		padding:1px;
		}

		.timSogno img{
		float:left;
		display:inline;
		border:0;
		margin:0;
		padding:0;
		}

		.img_cont{
		width:110px;
		margin:0;
		padding:0;
		}

		.img_text{
		width:158px;
		margin:0;
		padding:0;
		}


	.img_text h2 {
	margin:10px 0 5px 0;
	}

	.img_text h2 a {
	text-decoration:none;
	}

	.img_text ul {
	margin:0;
	padding:0;
	}

	.img_text ul li{
	padding:0 0 0 10px;
	line-height:15px;
	}
	
		.img_text p.prezzo {
		color:#ce0000;
		font-weight:bold;
		border-top:1px solid #bbb;
		border-bottom:1px solid #bbb;
		float:left;
		display:inline;
		width:158px;
		margin:10px 0 6px 0;
		padding:2px 0 2px 0;
		}

		.img_text .prezzo_barrato {
		margin:0;
		font-size:1.3em;
		}

		.img_text .prezzo_ok {
		font-size:2.4em;
		vertical-align:top;
		margin:0 0 0 24px;
		}

		.img_text p.descrizione {
		float:left;
		display:inline;
		width:158px;
		margin:0;
		padding:0;
		}

		.img_text p.descrizione_bord {
		float:left;
		display:inline;
		width:158px;
		margin:0px 0 5px 0;
		padding:5px 0;
		border-top:1px solid #bbb;
		}




.half_content .title img{
vertical-align:middle;
margin-top:10px;
display:inline;
float:left;
}


.triple_title{
float:right;
display:inline;
width:186px;
margin:0 0 0 2px;
padding:0;
background:transparent url(/static/img_root/gray_dot.gif) repeat-y scroll left top;
min-height:26px;
height: auto !important;
height:26px;
}
#FFFFFF; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
A:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000
; text-decoration: none
}
.piccolo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px}
.mediopiccolo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
.medio {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.mediogrande {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.grande {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.grande2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
.titolo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
.tabella {  border-style: ridge; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.linkbarra {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.totaliform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	width: 80px;
}
.select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #E8E8E8; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.descform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	width: 200px;
}
.quant {  width: 20px}
.textfield {  border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-weight: bold}
.grande3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
.qty {  width: 26px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #E8E8E8; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.showtesto {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; height: 27px; width: 100%; text-align: left; white-space: pre; background-color: #E8E8E8; text-indent: 0pt; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; page-break-before: auto; page-break-after: auto; font-weight: bold}

.tabella2 {
	border: 1px solid #CCCCCC;

}
.arial12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.testo14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

