body {
  padding: 0;
  margin: 0;
  background: url(../img/bg_body.jpg) repeat-x top left;

}
.bgpage {
	background: url(../img/bg_pagehome.jpg) no-repeat 0px 53px;
	width:100%;
}

#container {
	margin: 0 auto;
	width: 1001px;
}

#wrapper {
	background: url(../img/wrapper_bg.png) repeat-y top left;
	width: 995px;
	margin: 0 auto;
	padding: 0 3px;
	float: left;
}

#page {	float: left; }
	
/* Top Section */

#top {
	height: 50px; /*176px;*/
	width: 995px;
	clear: both;
}
		
	/* other menu */

	#topmenu {
		height: 25px;
		float: right;
		padding-right: 0px; 
	}
	.topmenu-left {
		/*width: 160px;*/
		height: 25px;
		/*background: url(../img/othermenu_left.png) repeat top left;*/
		float: left;
		padding-top: 0px;
		padding-left: 10px;
		font-size: 11px;
	}

	#topmenu-right {
		width: 700px;
		height: 25px;
		/*background: url(../img/othermenu_left.png) repeat top left;*/
		float: right;
		padding-top: 18px;
		padding-left: 10px;
		font-size: 11px;
	}
	
	#topmenu-right a {
		color: #80b6bb;
	}
	#topmenu-right a:hover, #topmenu-right a.current { color: #ddd; }
	
/* Header styles */
#header {
	/*height: 272px;*/
	height: 200px;
	border-bottom: 1px #cecece solid;
	background: url(../img/bg_header.png) no-repeat left 10px;
	margin: 0;

}	
	/* Logo Container */
	#logo {
		width: 100px;
		height: 96px;
		float: right;
		z-index: 99;
		margin-top: 5px;
		margin-right: 18px;
	}

	#logo a {
		display: block;
		margin-top: 1px;
		margin-left: 1px;
	}

	.headersx{ float:left; }
	#slideshow {
		float: left;
		width: 820px;
		height: 170px;
		padding: 10px 10px 0;
        z-index: 30;
    }

#header-subpage {
	border-bottom: 1px #ccc dotted;
	background: #fff url(../img/content_bg.png) repeat-x top;
}	


/* liste prodotti home */
     #content .info {
        font-size: 11px;
        padding-top: 3px;
        line-height: 1.3em;
    }
    
/* liste prodotti home */
	 #content .info div {
		font-size: 14px;
		padding-top: 3px;
		line-height: 1.3em;
        margin-top: 3px;
	}
		
/* Conten styles */
	#product-details {
		padding: 0px 0;
		padding-bottom: 20px;
		margin-bottom: 15px;
		float: left;
		border-bottom: 1px #ccc dotted;
	}	
	.price{
	background: #ddd;
	text-align:right;
	color:#000000;
	font-size: 10px;
	padding: 8px 5px 0 0;
	text-transform: uppercase;		
    }
	.price strong {
		color:#e53e2e;
		padding: 5px;
		font-size:18px;
		font-weight: bold;
	 }
    
    .prezzo{
    text-align:right;
    color:#E53E2E;
    font-size: 16px;
    text-transform: uppercase; 
    font-weight: bold;       
    }

#content {
	float: left;
	padding: 20px 0 0px 0;
	margin-left:3px;
	background:#FFF;
}		

.left-2 {
	float: left;
	width: 200px;
	padding: 0px 30px;
	background: url(../img/left_bg2.png) no-repeat top right;

}
.left-2 h2 {
	padding: 2px 5px;
	background: #e53e2e /*url(../img/h2_sidebar.gif) no-repeat top right*/;
	font-size:12px;
	font-weight: bold;	
	border-bottom:#fcfcfc solid 3px;

}

.left-2 h2 a { color:#FFFFFF; }
.left-2 h2 a:hover { color:#2a2423;}

.left-2 h2.hom{
	background: #555e67;
	border-bottom:#ddd solid 1px;
}
	
	.small_box { padding: 6px;background: url(../img/dotted_border_v.gif) repeat-x bottom left;}
	.small_box h3 a { color:#000; margin-bottom:2px;}
	.small_box p {	font-size:11px; line-height: 1.4em;}
	.small_box h5 { margin-bottom: 5px; line-height: 1.4em;}
	.small_box .meta {font-size:10px; text-align:right;}

	#left-fade {
		width: 200px;
		padding: 0px 30px;
		height: 100px;
		float: left;
		background: url(../img/left_bg.png) repeat-x bottom;
		margin-left: -10px;
		margin-right: -30px;
	}

.main-3 {
	float: left;
	width: 440px;
	padding: 0px 30px;
}

.right-3 {
	float: left;
	width: 248px;
	padding: 0px 30px;
	background: url(../img/dotted_border_v.gif) repeat-y top left;
}
.main-2 {
	float: left;
	width: 670px;
	padding: 0 30px;
	margin:0;
}

.main {
	float: left;
	width: 627px;
	padding: 0 30px;
}

.right {
	background: #fff url(../img/content_bg.png) repeat-x top;
	float: left;
	width: 248px;
	padding: 30px;
}

	.main-column {
		float: left;
		width: 258px;
	}
	
	.main-3 .main-column {
		float: left;
		width: 205px;
	}

	#content h6, #content h5, #content h4  {
		margin: 0;
		padding: 0;
		color: #146C82;
	}
	
	#content h3 {
		color: #146C82;
	}
	
	#content h2 a {
		font-weight: normal;
	}
	
	#content .entry {
		margin-bottom: 5px;
		padding-bottom: 5px;
		/*float: left;*/
	}
	
	#content .separator {
		background: url(../img/dotted_border_h.gif) repeat-x bottom right;
	}

	#content .block {
		margin-bottom: 0px;
		float: left;
	}
	
		#content .block ul {
			margin-bottom: 0;
		}
	
	#content .entry .title h3, #content .entry .title h2, #content .entry .title h1 {
		margin-bottom: 0px;
	}
	
	#content .entry h5 {
		color: #555;
	}
	
	#content .entry h5 span {
		background: url(../img/arrow_down_small.png) no-repeat left;
		padding-left: 15px;
		color: #777;
	}
		
	#content .entry .title h2{
		margin-bottom: 0;
	}
	
	#content .entry .details {
		font-size: 11px;
		color: #999;
		margin-bottom: 10px;
	}
	
	#content .news-details-category {
		color: #777;
		margin-right: 5px;
	}
	
	#content .news-details-author {
		color: #777;
		margin: 0 5px;
	}
	
	#content .news-details-date {
		color: #999;
		margin-right: 5px;
	}
	
	#content .news-details-comments {
		background: url(../img/discuss.png) no-repeat left;
		padding-left: 20px;
		margin-left: 5px;
		color: #777;
	}

	#content .quote {
		font-size: 17px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}	
		
		#content ul.related {
			list-style: none;
			margin-left: 20px;
			margin-bottom: 0;
		}
			#content ul.related li {
				padding-left: 0;
			}
			
			#content ul.related li a {
				background: url(../img/list_bg2.png) no-repeat left;
				padding-left: 20px;
			}
		
		#content ul {
			margin-top: 5px;
		}
		
		#content .entry li {
			padding: 0 10px;
			color: #666;
		}

	.article-image-left, .article-image-right, .article-thumb-left, .article-thumb-right {
		padding: 10px;
		background-color: #fafafa;
		border: 1px #ccc solid;
		float: left;
		margin:5px 12px 3px 0;
		width: 300px;
		line-height: 18px;
	}	
	
	.article-thumb-left, .article-thumb-right {
		width: 125px;
	}
	
	.article-image-right, .article-thumb-right {
		float: right;
		margin:5px 0px 3px 12px;
	}	
	
	.image-caption {
		font-size: 11px;
		color: #777;
		display: block;
	}	


/* indicatore pagina */

#navRewrite{
	font-size:0.9em;
	text-transform: uppercase;
	padding: 8px 0px;
	border-bottom: 1px solid #efefef;
}

#navRewrite em {
	padding: 0px 10px;
	background-image: url(../img/arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
}


/* Box Style */

.box {
	border: 1px #ccc solid;
	padding: 1px;
	background: #fff;
	margin-bottom: 20px;
}
	
		.box .header {
			padding: 10px 15px;
			background: url(../img/box_header_bg.gif) repeat-x top;
			border-bottom: 1px #ccc solid;
			
		}

		.box .header h2 {
			margin: 0;
			padding: 0;
			background: url(../img/arrow_down.png) no-repeat left;
			padding-left: 25px;
		}

		.box .content {
			padding: 10px 20px;
			background-color: #f8f8f8;
			border-top: 1px #fff solid;
		}
		
		.box .content .box-entry {
			padding-bottom: 10px;
			padding-top: 10px;
			border-bottom: 1px #fff solid;
		}
	


/* Tab content styles */

/*.sitemap-block {
	width: 169px;
	padding: 20px;
	border: 1px #595959 solid;
	background: #3f3f3f;
	float: left;
}

.sitemap-block h3 {
	color: #ccc;
	font-size: 20px;
	border-bottom: 1px #777 solid;
	padding-bottom: 10px;
}

.sitemap-block h2 {
	color: #aaa;
	border-bottom: 1px #777 solid;
	padding-bottom: 10px;
}
*/


/* Footer */

#footer-bg {
	background: #6e7379;
	float: left;
	width: 100%;
}	

#footer-float-fix{
	margin: 0 auto;
	width: 1001px;
}		

#footer-wrapper {
	float: left;
	background: url(../img/wrapper_bg.png) repeat-y top left;
	width: 995px;
	padding: 0 3px;
}	

#footer {
	float: left;
	width: 935px; /* 60pixels meno .. dal padding */
	background: #3e4a58;
	padding: 15px 30px 5px 30px;
	color: #8390a0;
	font-size: 11px;
}	

#footer a {
	color: #CEE5EC;
}

#footer a:hover {
	color: #fff;
}

#footer-menu {
	padding-top: 0px;
}

	#footer-menu a {
		color: #c0d1e6;
		font-size: 11px;
		margin: 0 5px;
	}
		
	


	
/*  List Styles */
.current{
	font-weight: bold;
}
.vertical-list, .vertical-list-dark {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vertical-list li, .vertical-list-dark li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a, .vertical-list-dark a {
	display:block;
	text-decoration:none;
	padding: 5px 0px;
	border-bottom: 1px #ccc dotted;
	border-top: 1px #fff solid;
	overflow: hidden;
	color:#235485;
}

.vertical-list a:hover {
	background: #fcfcfc;
}

.vertical-list-dark a {
	background: #444;
	border: none;
	background: #3f3f3f url(../img/list_bg.png) repeat-x bottom;
	color: #aaa;
	width: 100%;
}

.vertical-list-dark a:hover {
	background: #424242 url(../img/list_bg.png) repeat-x bottom;
	color: #558ec6;
}

.horizontal-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.horizontal-list li {
	float: left;
	padding: 0 10px;
}


.list {
	margin: 0;
	padding: 0;
	list-style-position: inside
}

.list li {
	margin: 0;
	padding: 5px 0px;
	color: #666;
}

.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.post-list li {clear: both;	}
	
	.post-list .post-date {
		float: left;
		width: 48px;
		height: 48px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	.post-list .iscrizione{ float: right; }
	
		.post-list .post-date .month {
			font-weight: bold;
			color: #5588bb;
			font-size: 12px;
			border: 1px #ccc dotted;
			padding: 1px;
		}
		
			.post-list .post-date div{
				background: #fafafa;
				padding: 0px 5px;
				text-align: center;
			}
			
			.post-list .post-date div span{
				color: #777;
				font-size:14px;
			}
			.post-list .post-date div small{
				color: #777;
				clear: both;
				font-size:10px;
			}
	
	.post-list .post-entry {
		float: left;
		width: 600px;/**/
		margin-bottom: 10px;
		margin-left: 15px;	
	}

	
	.post-list .post-title a {
		font-weight: bold;
	}
	.post-list .post-typology a {
		font-weight: bold; color:#8b7b2f;
	}
	
	.post-list .post-content {
		color: #666;
	}

	.post-list .post-details {
		border-top: 1px #ccc dotted;
		font-size: 11px;
		padding-bottom: 10px;
	}

	.post-list .post-author {
		color: #777;
	}
	
	.post-comments {
		background: url(../img/comment.png) no-repeat top left;
		padding-left: 20px;
		margin-left: 5px;
	}
	
/* CSS sliding doors button */
/*
a.button, a.button-color, a.button-header {
	background: url('../img/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 0px;
}

a.button span, a.button-color span, a.button-header span  {
	background: url('../img/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
	line-height: 18px;
	color: #777;
}*/
a.button {
    text-align:center;
    padding: 2px 5px;
    background: #EBE9ED;
    font-weight: bold;
    cursor: pointer;
    height:30px;
    color:#000;
    float: left;
    height: 27px;
    margin-right: 20px;
    margin-left: 0px;
    border: 3px solid #DDDDDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}

a.button:hover {
    border: 3px solid #000;
}

a.button-color {
	background: url('../img/button_color.png') no-repeat scroll top left; 
}

a.button-color {
	background: url('../img/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-header {
	background: url('../img/button_header.png') no-repeat scroll top left; 
}

a.button-header span {
	background: url('../img/button_header.png') no-repeat scroll top right; 
	color: #e4f2dd;
}

a.button:hover, a.button-color:hover, a.button-header:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-header:hover span {
	background-position: right -155px;
}
	a.action  {
		background: url(../img/button.png) no-repeat top center;
		text-align:center;
		padding: 2px 0px;
		font-weight: bold;
		cursor: pointer;
		width: 118px;
		color:#FFF;
	}
	 a:hover.action {
		background: url(../img/button.png) no-repeat top center;
	}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
	margin-bottom: 30px;
}

	
/* Link Styles */

.more {
	font-weight: bold;
	color: #e53e2e;
	padding-left: 10px;
	margin-left: 0px;
	font-size:12px;
	background: url(../img/arrow.gif) no-repeat 0px 5px;
}

/* Misc Styles */

.block {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.title {
	padding-bottom: 20px;
	overflow: hidden;
	color:#000;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}
.image-left {
	padding:1px;
	margin:5px 12px 3px 0;
	border:1px #333 solid;
	background: #fdfdfd;
	float: left;
}
.image-right{
	padding:1px;
	margin:5px 0px 3px 12px;
	border:1px #333 solid;
	background: #fdfdfd;
	float: right;
}

.image-border{
	padding:1px;
	margin:5px 12px 3px 0;
	border:1px #bbb solid;
	background: #fdfdfd;
}


.image-small-left{
	background: #fdfdfd;
	padding:1px;
	margin:0 5px 0 0;
	border:1px solid #bbb;
	float: left;
}

.image-small-right {
	background: #fff;
	padding:1px;
	margin:0 0 0 3px;
	border:1px solid #bbb;
	float: right;
}

.image-border {
	margin:0;
}

.image-right {
	margin:5px 0 3px 12px;
	float: right;
}

.margin-0-left {
	margin-left: 0px;
}

.margin-0-right {
	margin-right: 0;
}


.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-15-left {
	margin-left: 15px;
}

.margin-15-right {
	margin-right: 15px;
}


.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}

.margin-30-left {
	margin-left: 30px;
}

.margin-30-right {
	margin-right: 30px;
}

.padding-10-left {
	padding-left: 10px;
}

.padding-10-right {
	padding-right: 10px;
}

.padding-20-left {
	padding-left: 20px;
}

.padding-20-right {
	padding-right: 20px;
}

.padding-15-left {
	padding-left: 15px;
}

.padding-15-right {
	padding-right: 15px;
}

.padding-30 {
	padding: 30px;
}


/*table styles  */
table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #ebebeb none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	padding-right: 1em;
	text-align: left;
}

td {
	background: #f6f6f6;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
}

tr.even td {
	background: #fcfcfc;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}

.celsx {
    border-right:1px #e4e4e4 solid;
    width: 50%;
}
.celdx {
    border-left:1px #fff solid;
    width: 50%;
}


#staff .celsx_staff {
	border-right:1px #e4e4e4 solid;
}
#staff .celdx_staff {
	border-left:1px #fff solid;
}



/*  ---------------------------------------------------------------------------------------
    pagination class
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.navpages{
    margin: 1em;
    padding: 5px;
    /*width: 200px;*/
    background-color:#f3f3f3;
    border-top:1px solid #5588bb;
    font-size:10px;

}
.navpages img{
    padding: 0px;
    margin: 0px;
    border:0px;
}
.navpages p{

}

.navpages a{
    color: #666;

}


#pagination_t{/*pagination top*/
	text-align: right;
	margin: 10px 0 0 0; 
	padding: 0; 
}

#pagination_b{/*pagination bottom*/
	text-align: right;
	margin: 20px 0 0 0; 
	padding: 0; 
}

.pagination ul{
    /*width: 600px;*/
    margin: 12px 0px 0px 0px; 
    padding: 3px;
    float: right;
}

.pagination li{
    display: inline;
    margin: 0em 0em 0em 0em;
    padding: 0px 5px 0px 5px;
    list-style: none;
    background-image: url(../img/px.gif);
    background-repeat: no-repeat;
    font-size:10px;
}
.pagination li.arrow a {
    border: 0px;
    margin-top: 3px;
}

.pagination a{
    padding: 0px 3px;
    color: #666;
    border: 1px solid #F3F5DD;
    text-decoration: none;
}

.pagination a:visited{
    border: 1px solid #F3F5DD;
    color: #999;
    }

.pagination a:hover{
    border: 1px solid #000;
    color: #000;
}

/*.pagination li #currentpage a{*/

li.currentpage a {
    border: 0px #000 solid;
    background-color: #ddd !important;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    cursor: default;
    font-weight: bold;
    }

.box-login {
	border: 2px #ccc solid;
	padding: 0px;
	background: #e4f9ff;
	margin: 0px;
	float:right;
	clear:both;
	width: 196px; /*=M 320px */
}

.buton-slide {
	border: 1px #ccc solid;
	padding: 2px 4px;
	margin: 2px;
	float:right;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}


a#slide {
    padding: 6px 0 6px 15px;
    background: url(../img/arrow_down.png) no-repeat 0 8px;
    color:#2186a3;
    text-transform: uppercase;
    font-size:10px;    
}
	a#slide.open {
	padding: 6px 0 6px 15px;
	background: url(../img/arrow_up.png) no-repeat 0 8px;
	color:#2186a3;
	text-transform: uppercase;
	font-size:10px;
}
	a:hover.open { color:#000; }
	
	a.closed {
	padding: 6px 0 6px 15px;
	background: url(../img/arrow_down.png) no-repeat 0 8px;
	color:#2186a3;
	text-transform: uppercase;
	font-size:10px;
}
	a:hover.closed { color:#000; }
	

ul.list, ul.list li {
    margin:10px 10px;
    padding:0 10px;
    text-align: left;  
    color: #000;
    list-style-type: disc;
}
