@charset "utf-8";
/* Reset */
/* v1.0 | 20080212 */
* {margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

/* Inizio CSS */

/*******************************************************    FONT FACE */

@font-face {
	font-family: 'HelvCon';
	src: url('/fonts/helveticacdmed-webfont.eot');
	src: local('☺'), url('/fonts/helveticacdmed-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelvCon2';
	src: url('/fonts/helvetica_neue_condensed_bold-webfont.eot');
	src: local('☺'), url('/fonts/helvetica_neue_condensed_bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*******************************************************   GALLERY JAVASCRIPT */

#contGalJs {
	width:1099px;
	height:445px;
	margin:auto;
}

#visual.int #contGalJs {
	height:445px;
}

#contGalJs img{
	position:absolute;
	left:50%;
	margin-left:-550px;
}

#visualOverlay {
	width:1100px;
	height:134px;
	background:url(/images/elementi_grafici.png) no-repeat center 0;
	left:50%;
	margin-left:-550px;
	position:absolute;
	z-index:1;
	top:0;
}

/*******************************************************  STILI ELEMENTI STAMPA */

#headPrint {
	position:absolute;
	z-index:1;
	left:-980px;
}

/*******************************************************  STILI GLOBALI   */

.clear {
	clear:both;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
	line-height:14px;
	background:#f1f1f1;
}

a {
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p {
	line-height:16px;
}

#clickWrapper {
	margin:auto;
	padding-top:375px;
	position:relative;
	width:980px;
}

#clickWrapper.low {
	padding-top:305px;
}

#col1 p, #colBig p {
	margin-bottom:1em;
}

.titGreen, h1 {
	color:#7ba704;
	font-size:14px;
	padding-bottom:15px;
	display:block;
	font-weight:bold;
}

.titBlue {
	color:#48b1e2;
	font-size:14px;
	padding-bottom:10px;
	display:block;
}

img.left {
	float:left;
	margin:0 20px 20px 0;
	border:1px solid #c0c0c0;
}

img.right {
	float:right;
	margin:0 0 20px 20px;
	border:1px solid #c0c0c0;
}

#dx a.blue, .blue {
	text-decoration:none;
	color:#48b1e2;
	font-weight:bold;
}

#dx a.blue:hover {
	text-decoration:underline;
	color:#48b1e2;
}

#dx a.green {
	text-decoration:none;
	color:#7BA704;
	font-weight:bold;
}

#dx a.green:hover {
	text-decoration:underline;
	color:#7BA704;
}

#dx a {
	color:#48B1E2;
}

/*******************************************************    */

#form_search {
	position:absolute;
	z-index:2;
	left:50%;
	margin-left:280px;
	top:11px;
}


#search_field {
	width:125px;
	line-height:21px;
	height:21px;
	background:url(/images/bg_search_field.png) no-repeat 0 0;
	padding:0 5px;
}

#button_search {
	width:34px;
	line-height:21px;
	height:21px;
	background:url(/images/bg_search_field.png) no-repeat right 0;
	overflow:hidden;
	text-indent:101%;
	vertical-align:top;
}

#visual {
	position:absolute;
	top:0;
	width:100%;
	height:445px;
	background: #05608c url(/images/bg_flash.png) repeat-x 0 0;
	/*z-index:1;*/
}

#wrap {
	position:relative;
	width:980px;
	/*margin:375px auto auto auto;*/
	z-index:2;
}

#wrap.low {
	/*margin:305px auto auto auto;*/
}

#container {
	margin:auto;
	width:980px;
	background-color:white;
	padding-bottom:20px;
}

#breadCrumbs {
	background:url("/images/bgBreadcrumbs.png") repeat scroll 0 0 transparent;
	height:30px;
	left:315px;
	position:absolute;
	top:-37px;
	width:610px;
	line-height:30px;
	color:white;
	font-size:11px;
	padding:0 10px;
}

#breadCrumbs a {
	color:white;
	text-decoration:none;
}

#breadCrumbs a:hover {
	color:white;
	text-decoration:underline;
}

#topCurve {
	width:978px;
	height:7px;
	margin:auto;
	background-color:white;
	border:1px solid white;

	-moz-border-radius-topleft:7px; 
    -moz-border-radius-topright :7px; 
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
	
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	
	border-radius-topleft:7px;
	border-radius-topright:7px;
	border-radius-bottomleft:0px;
	border-radius-bottomright:0px;

	float:left;
	margin-top:-7px;
}

#fut {
	width:960px;
	height:40px;
	background: url(/images/bg_fut.png) no-repeat 0 0;
	font-size:11px;
	padding:15px 10px 10px 10px;
}

#fut span{
	float:left;
}

#fut ul{
	float:right;
}

#fut ul li {
	display:inline-block;
}

#fut ul li span{
	float:none;
}

#fut ul li.sep {
	padding:0 5px;
}

#fut a{
	color:#525252;
	text-decoration:none;
}

#fut a:hover{
	color:#525252;
	text-decoration:underline;
}

#sx {
	margin-top:-120px;
	width:265px;
	padding:0 20px;
	float:left;
	position:relative;
}

#dx {
	width:655px;
	padding:0 20px 20px 0;
	float:right;
	background:url(/images/ombra_menu_princ.jpg) no-repeat center 70px;
}

#menuProd {
	width:273px;
	background:url(/images/bg_accordion.jpg) repeat-y 0 0;
	-moz-border-radius: 7px; /* FF1+ */
	-webkit-border-radius: 7px; /* Saf3+, Chrome */
    border-radius: 7px;
	
	-moz-box-shadow: 0px 0px 15px #666; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #666; /* Saf3.0+, Chrome */
     box-shadow: 0px 0px 15px #666; /* Opera 10.5, IE 9.0 */ 
}


#menuProd li a{
	background:#258cbd url(/images/bullet_menuProd.png) no-repeat 250px center;
	margin-bottom:10px;
	display:inline-block;
	width:243px;
	padding:14px 20px 14px 10px;
	color:white;
	font-family:'HelvCon',Arial, Helvetica, sans-serif;
	font-size:15px;
}

#menuProd > li > a:hover , #menuProd > li.selected > a{
	color:#a2c308;
	text-decoration:none;
	background:#258cbd url(/images/bullet_menuProd_sel.png) no-repeat 248px center;
}

#menuProd > li > a.mono:hover , #menuProd > li.selected > a.mono{
	color:#fa8d00;
	text-decoration:none;
	background:#258cbd url(/images/bullet_menuProd_mono.png) no-repeat 250px center;
}

#menuProd li a.first{
	-moz-border-radius-topleft:7px; 
    -moz-border-radius-topright :7px; 
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
	
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	
	border-radius-topleft:7px;
	border-radius-topright:7px;
	border-radius-bottomleft:0px;
	border-radius-bottomright:0px;
}

#menuProd li ul {
	background:#1074a3 url(/images/bg_sub_accordion.jpg) repeat-x 0 0;
}

#menuProd li ul li{
	background:none;
	height:auto;
	
}

#menuProd li ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 12px 5px 0;
	margin:0 0 0 20px;
	border-bottom:solid 1px #1b81b1;
	background:transparent url(/images/sub_accordion_bullet.png) no-repeat right center;
	width:228px;
}

#menuProd li ul li.subBottom {
	display:block;
	width:273px;
	height:10px;
	background:url(/images/bg_accordion.jpg) repeat-y 0 0;	

}
#menuProd li ul li a:hover{
	background:transparent url(/images/sub_accordion_bullet_hover.png) no-repeat right center;
	color:#ccc;
}

#menuProd li ul li.active a{
	color:#A2C308;
}


/******************************************************* BOX NEWS HOMEPAGE    */

#BoxNewsHome {
	padding:10px 0;
}

#BoxNewsHome a {
	color:#525252;
	font-size:11px;
}

#BoxNewsHome span {
	color:#fa8700;
	font-size:14px;
}

#BoxNewsHome ul {
	display:block;
	height:80px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}

#BoxNewsHome ul li a {
	display:block;
	text-decoration:none;
	height:80px;
}

#BoxNewsHome ul li a span{
	font-size:12px;
	color:#fa8700;
}

#BoxNewsHome ul li a:hover span{
	color:#fa8700;
	text-decoration:underline;
}

#BoxNewsHome ul li a em{
	color:#525252;
	font-style:normal;
	display:inline-block;
}

#BoxNewsHome ul li a:hover em{
	color:#333;
}

#BoxNewsHome ul li{
	padding:15px 0;
}

/*******************************************************  MENU PRINCIPALE   */

#menuPrinc {
	font-family:'HelvCon2',Arial, Helvetica, sans-serif;
	font-size:14px;
	height:69px;
	width:645px;
	margin-bottom:25px;
	z-index:99999;
}

#menuPrinc > li {
	display:block;
	float:left;
	position:relative;
	z-index:99999;
}

#menuPrinc > li > a{
	display:block;
	line-height:64px;
	color:#076490;
	text-decoration:none;
	display:block;
	float:left;	
}

#menuPrinc > li > a > span{
	padding-bottom:10px;
	border-bottom:5px solid white; 
}

#menuPrinc > li > a:hover > span, #menuPrinc > li > a.sel > span{
	border-bottom:5px solid #a8a8ab;
}

#menuPrinc li ul {
	position:absolute;
	z-index:111;
	background:white;
	padding:0 10px;
	top:71px;
	left:0;
	z-index:99999;
	font-size:14px;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3); /* FF3.5+ */
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3); /* Saf3.0+, Chrome */
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3); /* Opera 10.5, IE 9.0 */
    /*filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#000'); /* IE6,IE7 
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=-1px, Color='#000')"; /* IE8 */
}

#menuPrinc li ul li {
	border-bottom:1px dotted #CCCCCC;
}

#menuPrinc li ul li a{
	line-height:30px;
	color:#48B1E2;
	display:block;
}

#menuPrinc li ul li a:hover{
	text-decoration:none;
	color:#076490;
}

#menuPrinc li ul li a span{
	white-space:nowrap;
}
/*******************************************************    */

#col1 , #col2 {
	width:285px;
	padding:0 20px 0 20px;
	float:left;
}

a.miniLink {
	color:#525252;
	font-size:11px;
	line-height:40px;
}

#assoBeton {
	font-size:11px;
	height:80px;
	background:url(/images/logo_assobeton.png) no-repeat 10px 0;
	padding:0 0 0 128px;
}

#assoBeton span{
	display:block;
	border-left: solid 1px #8ea3ba;
	padding-left:10px;
}

#assoBeton span a{
	color:#1d4775;
	text-decoration:none;
}

#assoBeton span a:hover{
	text-decoration:underline;
}

#certificati {
	width:285px;
	height:80px;
	font-size:11px;
}

#cont_certificati {
	float:left;
	width:127px;
	height:80px;
}

#certificati span {
	border-left: solid 1px #8ea3ba;
	padding-left:10px;
	width:147px;
	float:right;
}

#cont_certificati strong { color:#48B1E2; }

.sepHalfCol {
	height:10px;
	background:url(/images/ombra_sep_half_column.jpg) no-repeat center top;
}

a#preFer {
	display:block;
	height:40px;
	background:url(/images/pdf_icon.gif) no-repeat center top;
}

a.cert {
	float:left;
	width:40px;
	height:40px;
	background:url(/images/pdf_icon.gif) no-repeat center top;
	margin-right:10px;
}

a#preFer span {
	color:#c50809;
	line-height:40px;
	float:left;
	font-weight:bold;
	width:125px;
	text-align:center;
}

a#preFer em {
	font-size:11px;
	color:#525252;
	line-height:40px;
	float:right;
	font-style:normal;
}

a#preFer:hover{
	text-decoration:none;
}

a#preFer:hover em{
	text-decoration:underline;
}

#boxServHome {
	width:150px;
	font-size:11px;
	float:left;
	padding-bottom:15px;
}

#boxServHome li {
	line-height:25px;
	border-bottom:1px dotted #525252;
	display:block;
	float:left;
}

#boxServHome li a {
	display:block;
	width:143px;
	float:left;
	color:#525252;
}

#boxServHome li a:hover{
	color:#48B1E2;
	text-decoration:none;
}

#boxServHome li span {
	float:right;
}

#contPicServHome {
	float:right;
	width:130px;
	text-align:center;
	padding-top:6px;
	position:relative;
}

#contPicServHome img{
	top:6px;
	left:5px;
	border:1px solid #c1c1c1;
}


#formNewsletterHome {
	padding: 10px 0;
}

#formNewsletterHome input{
	width:170px;
	height:21px;
	line-height:21px;
	font-size:11px;
	background:url(/images/bg_field_newsletter.png) no-repeat 0 0;
	padding:0 5px;
	float:left;
}

#formNewsletterHome input.myPuls{
	float:left;
	line-height:23px;
	padding:0 5px;
	background:url(/images/bg_invia_newsletter.png) repeat-x 0 0;
	width:auto;
	color:white;
	font-size:12px;
	cursor:pointer;
	margin-left:25px;
}

/*******************************************************    PAGINA GENERALE */

#colBig {
	padding:0 20px;
	float:left;
}

a#printPuls {
	display:block;
	line-height:17px;
	font-size:10px; 
	color:#525252;
	padding-right:22px;
	text-align:right;
	position:absolute;
	right:46px;
	top:95px;
	background:url(/images/printer.png) no-repeat right 0;
}

a#printPuls:hover {
	color:black;
	text-decoration:none;
}

/*******************************************************   CATEGORIA PRODOTTI */

.formInfo input.myPuls{
 	display:block;
	float:right;
	line-height:23px;
	height:23px;
	padding:0 5px;
	background:url(/images/bg_invia_newsletter.png) repeat-x 0 0;
	width:auto;
	color:white;
	font-size:14px;
	cursor:pointer;
	margin:20px 0;
	font-family:'HelvCon',Arial, Helvetica, sans-serif;
	
}

.sepBig {
	width:100%;
	height:15px;
    background:url(/images/ombra_menu_princ.jpg) no-repeat center top;
}

#prodListCat li {
	font-size:11px;
	width:193px;
	float:left;
	margin:0 12px 10px 0;
}

#prodListCat li img {
	border:1px solid #c0c0c0;
	display:block;
	float:left;
}

#prodListCat li a {
	display:block;
	width:193px;
	height:41px;
	background:url(/images/arrowProdListCat.png) no-repeat right center;
}

#prodListCat li a:hover {
	text-decoration:none;
}

#prodListCat li a span{
	display:block;
	float:left;
	width:128px;
	height:27px;
	padding:13px 5px 0 0;
	margin-left:5px;
	border-bottom:1px solid #c0c0c0;
	color:#525252;
	line-height:12px;
}

#prodListCat li a:hover span{
	color:#2E90BF;
}

/*******************************************************   SCHEDA PRODOTTI E SLIDE GALLERY PRODOTTI */


#colProd1 {
	width:315px;
	padding-left:15px;
	float:left;
}

#colProd2 {
	width:300px;
	float:left;
	padding:40px 0 0 15px;
}

#colProd2 p{
	clear:both;
}

#preview {
	padding:14px 14px 30px 14px;
	position:relative;
	width:275px;
	height:205px;
}

#preview a {
	position:absolute;
	border:1px solid #e3e3e3;
}

#preview_overlay {
	position:absolute;
	right:10px;
	bottom:10px;
	width:18px;
	height:18px;
	z-index:110;
	background:url(/images/lens.png) no-repeat 0 0;
}


#thumbs {
	width:300px;
	height:75px;
	overflow:hidden;
	position:relative;
	background:#e3e3e3;
	border:1px solid #e3e3e3;

	-moz-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

#thumbs_container {
	width:241px;
	height:75px;
	position:absolute;
	left:30px;
	top:0px;
	overflow:hidden;
}

#thumbs_container a{
	display:block;
	float:left;
}

#thumbs_container canvas {
	border:0 none;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

#thumbs_container img {
	margin-right:8px;
	border:1px solid #ececec;
}

#thumbs_container a:hover img {
	border:1px solid #48B1E2;
}

#thumbs_container div {
	position:absolute;
	height:60px;
	width:4000px;
	overflow:hidden;
	/*left:8px;*/
	top:15px;
}

#prev,
#next {
	position:absolute;
	text-indent:101%;
	overflow:hidden;
	display:block;
	width:20px;
	height:75px;
	z-index:999;
}

#prev { 
	left:0px;
	background: url(/images/thumb_arrows.png) no-repeat 11px center;
}

#next { 
	right:0px;
	background: url(/images/thumb_arrows.png) no-repeat -11px center;
}

/************************************ SEZIONE TIPO NEWS ***********************************/

a.boxNewsSection {
	display:block;
	height:118px;
	width:100%;
	position:relative;
	margin-bottom:15px;
	zoom:1;
}

a.boxNewsSection:hover {
	text-decoration:none;
	background-color:#F7F7F7;
}

a.boxNewsSection img{
	border: solid 1px #E3E3E3;
	display:block;
	float:left;
	position:relative;
	zoom:1;
}
a.boxNewsSection:hover img{
	border: solid 1px #48B1E2;
}

a.boxNewsSection strong {
	font-size:13px;
	color:#48B1E2;
	display:block;
	float:left;
	padding:5px 10px 10px 10px;	
	text-transform:uppercase;
	position:relative;
	zoom:1;
}

a.boxNewsSection em {
	font-style:normal;
	padding:0px 10px;
	display:block;
	float:left; 
	width:433px;
	height:65px;
	line-height:13px;
	color:#4e4c4e;
	overflow:hidden;
	position:relative;
	zoom: 1;
}

a.boxNewsSection:hover em {
	color:#000000;
}

a.boxNewsSection span {
	position:absolute;
	display:block;
	width:395px;
	height:25px;
	right:0px;
	bottom:0px;
	background:#ececed url(/images/box_news_arrow.gif) no-repeat 418px 0;
	text-align:right;
	line-height:25px;
	padding-right:50px;
	color:#3d3d3d;
	font-size:13px;
	text-transform:uppercase;
	zoom: 1;
	z-index:999;
}

a.boxNewsSection:hover span {
	background:#E2E2E6 url(/images/box_news_arrow.gif) no-repeat 418px 0;
}

/*******************************************************   FORM AREA RISERVATA */

form.arearis {
	width:600px;
}
form.arearis label{
	width:223px;
	display:block;
	padding:5px 0 5px 0;
}

form.arearis input{
	font-size:11px;
	line-height:25px;
	padding:0 5px;
	background:url(/images/bg_inputs.png) repeat-x 0 0;
	display:block;
	height:25px;
	width:223px;
}

form.arearis select{
	font-size:11px;
	line-height:25px;
	padding:5px;
	background:url(/images/bg_inputs.png) repeat-x 0 0;
	display:block;
	width:233px;
}

form.arearis textarea{
	font-size:11px;
	padding:5px;
	background:url(/images/bg_textarea.png) no-repeat 0 0;
	display:block;
	height:70px;
	width:844px;
}

form.arearis input.myPuls , form.arearis input.bottone{
	display:block;
	float:left;
	line-height:23px;
	padding:0 5px;
	background:url(/images/bg_invia_newsletter.png) repeat-x 0 0;
	width:auto;
	color:white;
	font-size:12px;
	cursor:pointer;
	margin:20px 20px 0 0;
}

form.arearis a {
	color:#48B1E2;
}

a.arearis {
	color:#48B1E2;
	font-weight:bold;
	clear:both;
	display:block;
	margin-top:15px;
}


ul.formList li{
	width:300px;
	float:left;
	margin-bottom:5px;
}

ul.formList li.big{
	width:600px;
}


form.arearis input.myCheck {
	float:left;
	margin-right:10px;
	width:auto;
}

form.arearis label.checkLabel{
	width:510px;
	cursor:pointer;
	float:left;
	font-style:italic;
	font-size:11px;
}

#testotab .error, #testotab #message {
	color:#48B1E2;
	padding:5px 0;
	font-weight:bold;
}


/*******************************************************   DOVE SIAMO */

/* ----- Css Mappa ----- */

#mapBox {
	border:1px solid #979797;
	padding:10px;
	margin:15px 0px;
	width:550px;
}

#mapBig { 
	width:550px;
	height:450px;
}

#ballon {
	width:300px;
	height:190px;
	line-height:14px;
	font-size:12px;
	background:url(/images/img_baloon.jpg) no-repeat 165px 25px;
}

#ballon h5 { 
	padding-bottom:20px;
	font-size:15px; 
}

#ballon a { 
	color:#48B1E2; 
	font-size:12px;
}

#ballon a:hover { text-decoration:none; }

#ballon input.inputE {
	width:200px;
	height:14px;
	border:1px solid #979797;
	margin:5px 0px;
	float:left;
	padding:3px 0px;
	background:#FFFFFF;
}

#ballon input.inputB {
	cursor:pointer;
	border:1px solid #48B1E2;
	text-align:center;
	height:22px;
	width:30px;
	color:#48B1E2;
	margin:5px;
	/*margin-top:25px;*/
	font-weight:bold;
	float:left
}

#dirContainer { width:550px; }

#dirContainer span {
	font-size:12px;
	color:#48B1E2;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#dirContainer table { margin:0px; }

#dirContainer table td { 
	padding:7px 0px;
	padding-left:5px;
	line-height:14px;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
}

.adp-summary { padding:3px; }

ul#sitemap,
ul.list { margin:5px 0px 0px 20px; }

ul#sitemap li,
ul.list li { 
	list-style-type:disc;
	padding:5px 0px;
}

/*******************************************************    AREA RISERVATA */

#logout {
	float:right;
	margin:0 66px 20px 0;
}

#filelist {
	float:left;
}

#logout a {
	color:#D90E0E;
	display:block;
	line-height:22px;
	font-weight:bold;
	border:1px dotted #ddd;
	padding:5px;
}

#logout a img{
	float:right;
	margin-left:10px;
}

table tr.headfile {
	border-bottom:1px dotted #9EBEF8;
	padding:5px;
	height:20px;
}

table tr td.nomecategoria {
	padding:10px 5px;
	background-color:#C2DDF4;
	border-bottom:1px dotted #9EBEF8;
	text-align:left;
}

table tr td{
	text-align:center;
	padding:15px 0 ;
}

table tr{
	border-bottom:1px dotted #9EBEF8;
}

table tr:hover {
	background-color:#f6f6f6;
}
/*******************************************************   RICERCA */

.pagination {
	border-top:1px solid #9EBEF8;
	border-bottom:1px solid #9EBEF8;
	padding:5px 5px;
	margin-bottom:10px;
	background:#C2DDF4;
}

#main .pagination .pages {
	float:right;
	margin:0px;
}

#main .pagination .details {
	float:left;
	margin:0px;
}

.selpag {
	font-weight:bold;
}

span.highlight {
	background-color:#FFFBBF;
	border-bottom:1px solid #FEE6AB;
	padding:1px 2px;
}

/*******************************************************    PAGINA CONTATTI */
#contatti { 
	width:650px;
	float:left;
}

#contattiTxt {
	background:url(/images/logo_assobeton_contatti.gif) no-repeat 250px top;
}

#contatti ul {
	width:650px;
	margin:10px 0 0 0;
}

#contatti ul li{
	width:650px;
	display:block;
	float:left;
	margin-bottom:5px;
}

#contatti ul li.mezza{
	width:300px;	
	margin:0 0 5px 0 ;
}

#contatti label{
	display:block;
	line-height:20px;
	height:20px;
	width:223px;
}

#contatti label.checkLabel{
	width:512px;
	cursor:pointer;
	float:left;
	font-style:italic;
}

#contatti input.myCheck {
	float:left;
	height:20px;
	margin-right:10px;
}

#contatti input.myInput{
	font-size:11px;
	line-height:25px;
	padding:0 5px;
	background:url(/images/bg_inputs.png) repeat-x 0 0;
	display:block;
	height:25px;
	width:223px;
}

#contatti input.myInput:focus{
	background:#b9b7ad url(/images/bg_inputs.png) no-repeat 0 bottom;
}

#contatti textarea.myTextArea{
	font-size:11px;
	padding:5px;
	background:url(/images/bg_textarea.png) no-repeat 0 0;
	display:block;
	height:70px;
	width:524px;
}

#contatti textarea.myTextArea:focus{
	background:url(/images/bg_textarea.png) no-repeat 0 bottom;
}

#contatti input.pulsForm, #contatti input.pulsFormCanc {
	display:block;
	float:left;
	line-height:23px;
	padding:3px 15px;
	background:url(/images/bg_invia_newsletter.png) repeat-x 0 0;
	width:auto;
	color:white;
	font-size:12px;
	cursor:pointer;
	margin:20px 20px 0 0;
} 



#error_newsletter, #error {
	border:1px dotted #FA8700;
	font-weight:bold;
	color:#F93200;
	width:95%;
	float:left;
	padding:5px;
	margin:10px 0;
}


/*******************************************************   SITEMAP */

ul.sitemapList {
	width:300px;
	/*float:left;*/
}

/*ul.sitemapList.products { margin-top:20px; }*/

ul.sitemapList strong { color:#7BA704; }

ul.sitemapList.products li strong, ul.sitemapList.products li.titSiteProd{
	color:#7BA704;
	margin-left:-10px;
}

ul.sitemapList.products li {
	margin-left:10px;
}

ul.sitemapList li{
	padding:3px 0;
}


ul.sitemapList li ul li{
	padding-left:13px;
	list-style:none;
	list-style-position:inside;
	color:#414040;
}

/*******************************************************   VALIDATION ENGINE JQUERY */

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#FA8700;
				color:black;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#FA8700;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  

/*******************************************************    */


/*******************************************************   SHADOWBOX */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/js/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/js/shadowbox/close.png);}
#sb-nav-next{background-image:url(/js/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/js/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/js/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/js/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*******************************************************    */
