/*  
Theme Name: Typebased
Theme URI: http://www.woothemes.com/
Description: Typebased by WooThemes
Version: 2.1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

html, body {
	font-family: verdana;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}

body {
	background: #354753;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	font-family: "trebuchet ms",verdana,arial;
}

p {
	line-height: 18px;
}

h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}
p {
	padding: 5px 0;
}
ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #16222B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

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

/* Header */

#header {
	width: 100%;
	height: 108px;
}

#header h1 {
	padding: 30px 0 0 20px;
}

/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
	padding-bottom: 4px;
	background: url(images/top.gif) no-repeat 0 35px;
}

#menu ul {
	width: 745px;
	height: 35px;
	margin-left: 195px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
}

#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 12px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
	text-decoration:none;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 12px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}

/* Content Area - Content and Sidebar */

.background {
	background: #FFFFFF url(images/content_bg.gif) repeat-y right top;
}

/* Content */

#content {
	width: 745px;
	background: transparent url(images/foto.jpg) no-repeat 1px 0;
}

h2.arh {
	width: 695px;
	margin-top: 12px;
	padding: 10px 15px 20px 20px;
	font-size: 14px;
	line-height: 18px;
	background: url(images/post_element.png) no-repeat 0 6px;
	color:#666666;
	font-family:verdana,arial;
}
h2.home { 
	font-size: 24px; 
	font-family:"trebuchet ms",verdana,arial;	
	color:#16222B;
}
/* Post */

.post {
	width: 745px;
	clear: both;
	padding: 0px 0 10px 0;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 685px;
	margin-right: 30px;
	display: inline;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

.post-content-body,
.post-content h3
{
	background: url(images/bg_content1.png) repeat 0 0px;	
	
	
}
.post-content-body
{
	padding: 5px 16px 16px 16px;
	border-bottom: solid 1px #a8a8a8;
	
}
#post-content-body-inner
{
	
	border-top: dashed 1px #000; 
	border-bottom: dashed 1px #000;
	overflow:hidden;
}
#post-content-body-inner h1, #post-content-body-inner h2, #post-content-body-inner h3, #post-content-body-inner h4, #post-content-body-inner h5
{	
	border: 0px; 
	background: url(images/clear.png) no-repeat 0 0px;
	padding:5px 0 0 0;
	font-family:verdana;
	line-height:14px;
}
#post-content-body-inner h1{ font-size:16px; }
#post-content-body-inner h2, #post-content-body-inner h3, #post-content-body-inner h4, #post-content-body-inner h5 { font-size:14px; }

.flashalbum {
	padding-top: 10px;
	padding-bottom: 10px;
	
}
/* Post Content Headings */

.post-content h2 {
	color:#5A646B;
	font-size:22px;
	line-height:25px;
	padding-left:20px;
	background: url(images/bg_content.png) no-repeat 0 0px;	
}

.post-content h2 a {
	color: #404040;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0 5px 16px;
	
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content Images*/

.post-content img {
	padding: 1px;
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	width: 190px;
	display: inline;
	padding-top: 11px;
	padding-right: 5px;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
	background-color: #252d31; color: #fff; 
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;


}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;

}
.month, .day, .year  {background-color: #252d31; color: #fff; padding: 2px 5px 2px 5px; font-family: verdana, arial; text-transform: uppercase; font-size: 12px;}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 55px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0px 30px 0px; 
	background-color: #EDEAE2;
	width: 650px;
	padding-bottom: 20px;
	border: solid 1px #D9D9D8;

}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;

}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
	
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;

}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 190px;
}

#sidebar h2 {
	font-size: 22px;
	color:#16222B;
}

/* Sidebar Search */

#search {
	width: 100%;
}

#search form {
	padding: 4px 0 0 4px;
}

#search form div {
	width: 225px;
	height: 20px;
	position: relative;
}

#search form input.search_box {
	color:#ffffff;
	width: 150px;
	border: 1px solid #536476;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: #35414d;
	font-size: 11px;
	outline: none;
}

#search form input.submit {
	margin-top:5px;
	position: absolute;
	right: 0;
	background: url(images/search.gif) no-repeat 0 0;
}


/* Sidebar Block */

#sidebar .block {
	background: url(images/post_element1.gif) no-repeat 0px 20px;
	padding: 14px 0px 0px 20px;
}

#sidebar .block a {
	color: #5A646B;
	font-size:15px;
	font-family:"trebuchet ms",verdana,arial;
}

#sidebar .block a:hover {
	color: #16222B;
	text-decoration:none;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	line-height: 12px;
	padding-bottom:8px;
	text-align:right;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	margin-top: -1px;
	position: relative;
}

#footer a {
	color: #B2D1E4;
}

#footer a:hover {
	text-decoration:underline;
}

#footer h2 {
	color: #6D7E87;
}

/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 646px;
}

#footer .left-col h2 {
	width: 115px;
	display: block;
	float: left;
	line-height: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}

#footer .left-col ul {
	width: 441px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}

/* Footer Subscribe */

#footer #subscribe {
	width: 241px;
	padding: 0 30px 0 18px;
	color: #B2D1E4;
}

#footer #subscribe a {
	font-weight: bold;
	text-decoration: underline;
}

#footer #subscribe h2 {
	font-size: 16px;
}

#footer #subscribe p {
	padding: 8px 0 8px 42px;
}

#footer #subscribe p.rss {
	background: url(images/icon_rss.gif) no-repeat 0 11px;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #16222b url(images/bottom.gif) no-repeat left bottom;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

#copyright .left-col {
	text-align:center;
}

#copyright .left-col p{
	margin: 0px auto;
	padding: 5px 90px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Threaded comments */

ol.commentlist {
	margin:0;
	padding:0;
}

ol.commentlist li{
	list-style-type:none;
}

ol.commentlist li ul.children {
	padding-left:20px;
}
ol.commentlist li ul.children li{
	border-top:1px dotted #D7D7D7;	
	border-bottom:none;
	padding-top:15px;
}

/*************************************************************/
/*PERSONALIZZAZIONI*/

/* LOGO */
#container-logo-img{
	background: url(images/logo.png) no-repeat 0 0px;	
	width:251px;
	height:160px;
	position: absolute;
	cursor:pointer;
	z-index:100;
	margin-top:2px;
}
#sito-meno-logo
{
	z-index:1;
	width:940px;
	position: absolute;
	margin-left:60px;
}

/* BOX HEADER */
#header-box
{
	background: url(images/bg_top.gif) no-repeat 0 0px;	
	width:530px;
	height:60px;
	margin-left:410px;
}
#header-box-left
{
	width:400px;
	padding: 2px 20px;
	color:#ffffff;
	float: left;
}
#header-box-left a {
	color:#a8b4c0;
}
#header-box-left a:hover {
	text-decoration:underline;
}


#header-box-right
{
	float: right;
}

/* AREA MENU - RICERCA */
.widget_wp_sidebarlogin{ font-size:11px; }
 #menu_left { position: absolute;}

 #menu_right { color:#ffffff; position: absolute; z-index:1000; margin-left:685px; margin-top:2px;}
 
 .widget_wp_sidebarlogin input { height: 16px; background: #34414d; border: solid 1px #506577; margin-top: 4px;color:#fff;}
 #wp-submit {
 	border:0px;
 	padding:0px;
 	margin:0px;
 	height: 18px; 
 	background: url(images/login.gif) no-repeat 0 0;
 }

 
 
 /* HOME CATALOGHI */
 .area-home {
 display:inline;
 margin-right:30px;
 width:685px;
 }
 
 .home-cataloghi
 {
	background: url(images/bg_slide.png) no-repeat 0 0;	 
	width:685px;
	height:208px;
	border:0px solid #ffffff;
	overflow:hidden;
 }

 .home-news
 {
	background: url(images/bg_box_news.gif) no-repeat 0 0;	 
	width:327px;
	height:288px;
	margin:50px 0px 30px 0;
	border:0px solid #ffffff;
	float:left;
 }

 .home-novita
 {
	background: url(images/bg_box_news.gif) no-repeat 0 0;	 
	width:327px;
	height:288px;
	margin:50px 0px 30px 0;
	border:0px solid #ffffff;
	float:right;
 }

.home-news h2,.home-novita h2 {margin:0;padding:7px 0px 7px 20px ; font-size:22px; color:#4C5C5E;}

 /* HOME AREA NEWS */
 .home-news-lista h3{padding:0;}
 .home-news-lista p{padding:0;}
 
/* HOME AREA NOVITA PRODOTTO */
 .home-novita .featuredtop {padding: 0px 10px;}

/*************************************************************/
/* AREA CATALOGO */
#categorie-catalogo
{ }

#categorie-catalogo ul li
{ 
	color:#CB8100;
}
#categorie-catalogo ul li ul li
{ 
	color:#d6d7d2;
}
#categorie-catalogo ul li ul
{ 
}
#categorie-catalogo ul li ul li a
{ 
	font-weight:normal;
}

.post-content-body { min-height:409px;  overflow:hidden; }
.post-content-body-list { min-height:40px; overflow:hidden;}
.post-content-body, .prodotti-categorie{overflow:hidden;}
.prodotti-categorie{ border-top: 1px dashed #374754; padding-top:10px;}
.prodotti-categorie{ background: url(images/bg_tratto.gif) repeat 0 0; padding-top:10px;}
.prodotti-categorie .scheda-prodotto{float:left;margin: 0 14px 14px 13px; width:190px;overflow:hidden;}
.prodotti-categorie .scheda-prodotto-image { width:190px; height:190px;text-align:center;}
.prodotti-categorie .scheda-prodotto-image img{padding:0px;}
.prodotti-categorie .scheda-prodotto-title { padding-top:4px; padding-bottom:4px; min-height:28px;}
.prodotti-categorie .scheda-prodotto-title a { font-weight:bold; color:#666f74; padding-bottom:4px;}

.scheda-prodotto-codici-tit
{
	background: url(images/separatore.gif) no-repeat 0 0;	
	font-weight:bold;
	border-bottom:1px solid #15222b;
	overflow:hidden;
	font-size:11px;
}
.scheda-prodotto-codici-lista
{
	border-bottom:1px solid #15222b;
	overflow:hidden;
	font-size:11px;
}

.scheda-prodotto-codici-lista-i
{ overflow:hidden; }
.scheda-prodotto-codici-lista-i a
{ font-weight:normal; color:#8c0009;}
.scheda-prodotto-codici-cod
{float:left;}
.scheda-prodotto-codici-dim {float:right;}

.scheda-prodotto-note { padding-top:4px; font-size:11px;}

.scheda-prodotto-codici-code{ }
.scheda-prodotto-codici-code a{padding-left:17px; display:block; }
.arrow-down {  background: url(images/arrow_down.gif) no-repeat 0 0; }
.arrow-right{ background: url(images/arrow_up.gif) no-repeat 0 0; }



.riga-page{ overflow:hidden; font-size:11px; line-height:16px; }

.categorie-note{ padding: 0; float:left; margin-top:2px;}

.prodotti-paginazione { padding: 0; float:right; }
.prodotti-paginazione ul { margin: 0; padding: 3px 0 3px 0; list-style-type: none; list-style-image: none; line-height:16px; }
.prodotti-paginazione ul li { display: inline; padding: 0px; }
.prodotti-paginazione ul li a { text-decoration:none;  padding: 0px 0px 5px 10px; font-weight:normal;}
.prodotti-paginazione ul li a:hover { text-decoration:underline; }
.prodotti-paginazione ul li a.selected { font-weight:bold; text-decoration:underline;}
#page-up{ float:right; background: url(images/tornasu.gif) no-repeat center right; margin-right:10px;padding: 3px 10px 3px 0px;}
#page-up a {font-weight:normal;}


.bottoni-utilita{ float:left;  font-size:11px;  padding:5px 0 5px 0; }
.bottoni-utilita a{ display:block;  padding-left:47px; font-weight:normal;}
.zip-categoria{ float:left; line-height:46px; background: url(images/zip.gif) no-repeat 0 0; margin-right:20px; }
.download-pdf-catalogo{ float:left; line-height:46px; background: url(images/pdf.gif) no-repeat 0 0;  margin-right:20px; }



.border-dashed-up   { border-top: 1px dashed #374754; }
.border-dashed-down { border-bottom: 1px dashed #374754; }


#login-profilo{background: url(images/profilo.gif) no-repeat 0 0;     width:40px; height:37px; float:left; margin: 8px 80px 0px 0px;}
#login-logout{ background: url(images/disconnetti.gif) no-repeat 0 0; width:48px; height:37px; float:left; margin: 8px 60px 0px 0px;}
#login-profilo a{display:block; width:40px; height:37px; padding: 14px 0 0 42px;}
#login-logout  a{display:block; width:48px; height:37px; padding: 14px 0 0 52px;}
#header-box-right{ margin-right:25px;}
#header-box-right a {color:#A8B4C0; font-size:11px; font-family:arial;}
#header-box-right ul li{ padding-top:2px;padding-bottom:6px; }


#sidebar .widget_maxbannerads {
	margin-top:45px;
}
#sidebar .widget_maxbannerads,
#sidebar #widget_novita_prodotto,
#sidebar #italiacento_cento
{
 background:transparent url(images/clear.gif) no-repeat scroll 0 20px;
}

#sidebar #widget_novita_prodotto
{
	background: url(images/novita.gif) no-repeat center right;
	font-family:"trebuchet ms",verdana,arial;
	padding-top:0px;
	padding-left:28px;
	margin:20px 14px 0 0;
	line-height:35px;
	font-size:15px;
	color: #ffffff;
}
#sidebar #widget_novita_prodotto a { display:block; color: #ffffff; }
#sidebar #widget_novita_prodotto a:hover { color:#16222B;}

.text-black{ color:#000000; }
.text-bold{ font-weight:bold; }
.display-none{display:none}

#lista-cataloghi h3{ background:transparent url(images/clear.gif) no-repeat scroll 0 0px; }
#lista-cataloghi ul li {
	color:#CB8100;
	padding:0;
	list-style:none;
}
#lista-cataloghi ul li a{
	 background:transparent url(/wp-content/themes/typebased/skins/tango/freccia_news.png) no-repeat scroll 0 1px; 
	 padding-left:15px;
}
#sidebar #archives-3 a
{
	line-height:13px;
	display:block;
	padding-right:15px;
}
#sidebar #archives-3 a:hover,
#sidebar #archives-3 a.selected
{
	background:transparent url(images/select.gif) no-repeat scroll center right;
	color:#16222B;
}

.post-content-body h2 {
background:transparent url(images/clear.gif) no-repeat scroll 0 0;
color:#5A646B;
font-size:18px;
padding:0px;
margin:5px 0px 0px 0px;
}

#content .post-content-body form {
margin:5px 10px 5px 0;
padding:5px;
}

/* SCHEDA PRODOTTI */
#titolo-prodotto{
	border-bottom:1px dashed #374754;
	font-family:"trebuchet ms",verdana,arial;
	color:#666F74;
	font-weight:bold;
	font-size:14px;
	padding-bottom:4px;
}
#codice-prodotto { color:#8C0009; }
#varie-prodotto { overflow:hidden; border-bottom:1px dashed #374754; background:transparent url(images/bg_tratto2.gif) repeat-y 420px 0px; }
#img-prodotto { border-bottom:1px dashed #374754; padding:10px; text-align:center; }
#dim-prodotto{ padding:10px; border-right:1px dashed #374754; float:left; width:400px; }
#altre-dim-prodotto { padding:10px; float:right; width:200px; }
#scheda-prodotto-codici-lista-finale{  }
.scheda-prodotto-codici-cod a.selected,
.scheda-prodotto-codici-dim a.selected { color:#666666; font-weight:bold; }
#altre-dim-prodotto .scheda-prodotto-codici-code a { padding-left:0px; }

/***********************************************************/
 .cataloghi-carousel
 {
	background: url(images/bg_slide_cataloghi.png) no-repeat 0 0;	 
	width:685px;
	height:114px;
	border:0px solid #ffffff;
	margin-right:30px;
	margin-bottom:30px;
	overflow:hidden;
 }

#sidebar #cataloghi-utilita { margin:20px 14px 0 20px; padding:5px 0 0 5px; background:transparent url(images/clear.gif) no-repeat scroll 0 20px; }
#sidebar #cataloghi-utilita h2 { color:#16222B; font-size:14px; padding:10px 0 0 0; }
#sidebar #cataloghi-utilita-corpo{ border-top:1px dashed #374754; border-bottom:1px dashed #374754; }
#sidebar #cataloghi-utilita-pdf-catalogo { background:transparent url(images/pdf.gif) no-repeat scroll center left; line-height:24px; padding:5px 0 5px 47px; min-height:48px; }
#sidebar #cataloghi-utilita-zip { background:transparent url(images/zip.gif) no-repeat scroll center left; line-height:24px; padding:5px 0 5px 47px; min-height:48px; }

.wp-caption 		 { background-color:#F3F3F3; border:1px solid #DDDDDD; margin:10px; padding-top:4px; text-align:center; }
.wp-caption-text { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; color:#000000; }

/*********************************************************************************/
#contatti-blocco { overflow:hidden; padding: 10px 0 10px 0; border-bottom: dashed 1px #000; background:transparent url(images/bg_tratto2.gif) repeat-y scroll 220px 0;}
#contatti-dati { float:left; line-height: 12px;}
#contatti-google-map { float:right; border: solid 1px #D9D9D8;}

/*************************************************************/
/* AREA RICERCA: FORM */
#content .post-content-ricerca  { border-bottom:1px dashed #000000; border-top:1px dashed #000000; overflow:hidden; margin-bottom:20px;}
#content .post-content-ricerca  form { width:640px;  overflow:hidden;}
#content .post-content-ricerca input { float:left; margin:5px;}
#content .post-content-ricerca select { float:left; margin:5px;}
/* AREA RICERCA: RISULTATO */
#risultato-ricerca-1 {}
ul#risultato-ricerca-1 li ul { padding-left:0px; }
ul#risultato-ricerca-1 li ul  li{ list-style-image:none; list-style:none; }
ul#risultato-ricerca-1 li ul  li ul li { margin-left:15px; list-style-image:none; list-style:none; }
ul#risultato-ricerca-1 li ul  li ul li  a { padding-left:15px; background: transparent url(images/freccia_elenco.png) no-repeat 0 0; }
span.search-tit-catalogo{ font-weight:bold; color:#16222B; }


.post-content .search-result-num-prod{}
/*************************************************************/
/* REWRITE IMAGE*/
#menu {
	
	background: url(images/top1.gif) no-repeat 0 35px;
}

