/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.2
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  /*background: #ffffff url(images/body-bg.png) top left no-repeat;*/
  background: #ffffff url(images/sfondo.png) top left no-repeat;
  }


/* POP UP ADV HOME */

#pophomeadv {
	display: none;
	width:520px;
	height:570px;
	position:absolute;
	z-index:999;
	top:50px;
	left:100px;
	/*background:#ffffff;*/
	background-color:transparent;
	padding: 0px;
	text-align:center;
	/*border: 1px solid #000000;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}  

#boxchiudi {
	width:460px;
	height:30px;
	text-align: right;
} 
 
/* POP UP ADV HOME FINE */




table td {
	padding: 10px;
  }


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  }
 
h2 { font-size:16px; }

h4 { font-size:24px; line-height:36px; }

h5 { font-size:16px; color:#d20a2c; margin:20px 0 10px 0; }

hr {
  color: #ccc;
  background:#ccc;
  border:none;
  height:1px;
  margin-bottom:25px;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p { line-height:18px; text-align:left; }

a {
  color: #6598b8;
  text-decoration: none;
  }

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

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  }


/* Header and wrapper */
#wrapper {
	margin: 0 auto;
	width: 920px;
	color:#000000;
	text-align: left;
	padding: 0;
	/*border: 1px solid #F00;*/
  }

#header {
  padding: 0;
  margin: 0;
  height: 101px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 200px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #666;
  font-size:11px;
  padding: 0 10px 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 250px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:visited:hover {
  display:block;
  width:250px;
  height:68px;
  background:url(images/logo.png) 0 0 no-repeat;
  text-indent:-9000px;
  outline:none;
  }

#header span {
  padding: 0;
  color: #111;
  }

#header form { text-align:right; width:200px; float:right; margin-top:2em;}

#header form select { display:block;border:1px solid #7f9db9; background:#fff; margin-bottom:0.5em; float:right; color:#666; font-size:0.75em; }

#header form select option { padding-right:1em;}

#decorazione {
	width:369px;
	height:97px;
	background:url(images/erba.png) top left no-repeat;
	position:absolute;
	top:70px;
	margin-left:380px;
	}

/* Menu */


#catnav {
  margin: 0px 0 0 -1px;
  padding: 0;
  clear: both;
  height: 28px;
  width: inherit;
  background:url(images/bg-nav.png) 0 0 repeat-x;
  position:relative;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position:absolute;
  z-index:100;
  }
  
#nav li {
  float: left;
  margin: 0;
  padding: 1px 0;
  }

#nav a {
  display: block;
  line-height: 26px;
  height:26px;
  margin: 0;
  padding: 0 20px 0 15px;
  color: #039;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
  border-right:1px solid #ffffff;
  }

#nav li a:hover, #nav li.current_page_item a, #nav li.current-cat a {
  color: #e50ea0;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

/* Top Content */

#main {
  margin: 0 15px 0 0;
  clear: both;
  width: inherit;
  background:url(images/main-bg.png) 0 0 repeat-y;
  }

/*#main img.banner { margin:20px 0 30px 0; }*/

#contentwrapper {
  float:left;
  width: 654px;
  margin: 0 0 0 -20px;
  padding: 0 20px 0 20px;
  background:url(images/contentwrapper-bg.png) 0 0 no-repeat;
  min-height:500px;
  }

#contentwrapper2 {
  float:left;
  width: 654px;
  height: 422;
  margin: 0 0 0 -20px;
  padding: 35px 20px 43px 20px;
  background:url(images/spotlight-ombra.png) 0 0 no-repeat;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  color: #000;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
  
.homePost {
	background-color: rgb(232, 241, 255);
	padding: 10px;
	} 

.topPost {
  margin: 35px 10px 0 10px;
  padding: 0;
  }
  
.topPost h2.topTitle {
  color:#c00;
}
h2.prodotti-title:first-letter { text-trasform:capitalize; }

.topPost h2.topTitle a {
  color: #039;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }

.topPost h2 {line-height:18px;}

.topPost h3.topTitle a {
  color: #039;
  }
.topPost h3.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
 
.topPost p.topMeta {
  padding: 0;
  margin: 0px 0 0 0;
  color: #900;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  color: #000;
  margin: 10px 0 16px 0;
  line-height:18px;
  }
.topPost div.topContent a {
  text-decoration: none;
  color: #c00;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #c00;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  font-size:11px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comment {
	margin: 15px 0;
  background: #ffffff;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0px 15px 10px 15px;
  color: #111;
  }
#comment h3 {
  color: #fff;
  margin: 15px;
  padding: 0 15px;
  }
#comment p a {
  color: #6598b8;
  }
#comment p a:hover {
  color: #fff;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  border-top:1px solid #cccccc;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
	padding:0; margin:0;
  color: #666;
  font-weight:bold;
  font-size:14px;
  font-style:normal;
  }
.commentlist small.commentmetadata a {
  color: #036;
  }
.commentlist p {
  color: #666;
  }
#respond {
  clear: both;
  margin-top: 15px;
  margin-left:15px;
  width:622px;
  }

#respond input { margin:10px 0; border:1px solid #cccccc; padding:2px; }  

textarea#comment {
  width: 600px;
  background: #fff;
  color: #111;
  padding: 10px;
  margin-top:10px;
  }
#comment #submit {
	display:block;
  }
.submitbutton { margin: 0;
  border:1px solid #cccccc;
  padding:5px;
  background:#fff;
  color:#999999;
  float:right; }
#extrastuff a {color:#222;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Sidebars */
#sidebar { width:227px; float:left; text-align:left; margin:35px auto auto 20px; min-height:227px; border-top:20px solid #6ad2d0; background:#ffffff; }

#sidebar2 { width:225px; text-align:left; margin:0 0 10px 0; min-height:100px; border-top:20px solid #002155; background:url(images/sidebar-ombra.png) bottom left no-repeat; padding-bottom:25px; }

#sidebar2 h3 { margin:10px 0 0 15px; color:#DE47B3; }
#sidebar2 ul { margin-left:30px; margin-top:10px; }
#sidebar2 ul li {color:#002155; font-size:12px; line-height:20px; list-style-type:square; }
#sidebar2 ul li a:link, #sidebar2 ul li a:visited { color:#002155; text-decoration:none; }
#sidebar2 ul li a:hover, #sidebar2 ul li a:visited:hover { color:#002155; text-decoration:underline; }

#sidebar3 { width:225px; text-align:left; margin:0 0 10px 0; min-height:100px; border-top:20px solid #D1C9EA; background:url(images/sidebar-ombra.png) bottom left no-repeat; padding-bottom:25px; }
#sidebar3 div { }

#sidebar3 h3 { color:#DE47B3; font-size:14px; font-weight:bold; margin:10px 10px 0 10px; }
#sidebar3 ul { padding:10px 30px; }
#sidebar3 ul li { font-size:12px; line-height:20px; list-style-type:square; color:#22409A; }

#sidebar3 ul li a:link, #sidebar3 ul li a:visited { color:#22409A; text-decoration:none; }
#sidebar3 ul li.current_page_item a:link, #sidebar3 ul li.current_page_item a:visited { color:#22409A; text-decoration:underline; }
#sidebar3 ul li a:hover, #sidebar3 ul li a:visited:hover, #sidebar3 ul li.current_page_item a:hover, #sidebar3 ul li.current_page_item a:visited:hover { text-decoration:underline; }


#sidebar4 { width:225px; text-align:left; margin:0 0 10px 0; min-height:100px; border-top:20px solid #002155; background:url(images/sidebar-ombra.png) bottom left no-repeat; padding-bottom:25px; }

#sidebar4 h3  { color:#213F99; font-size:14px; font-weight:bold; margin:10px 10px 0 10px; }
#sidebar4 ul { padding:10px 30px; }
#sidebar4 ul li { font-size:12px; line-height:20px; list-style-type:square; color:#002155; }

#sidebar4 ul li a:link, #sidebar4 ul li a:visited { color:#002155; text-decoration:none; }
#sidebar4 ul li.current_page_item a:link, #sidebar4 ul li.current_page_item a:visited { color:#002155; text-decoration:underline; }
#sidebar4 ul li a:hover, #sidebar4 ul li a:visited:hover, #sidebar4 ul li.current_page_item a:hover, #sidebar4 ul li.current_page_item a:visited:hover { text-decoration:underline; }

#sidebar5 { width:225px; text-align:left; margin:40px 0 10px 0; min-height:50px; border-top:20px solid #109240; background:url(images/sidebar-ombra.png) bottom left no-repeat; padding-bottom:20px; }
#sidebar5 h3 { margin:10px 0 0 15px; color:#DE47B3; }
#sidebar5 ul { margin-left:15px; margin-top:10px; }
#sidebar5 ul li {color:#109240; font-size:12px; line-height:20px; list-style-type:none; margin-top:10px; }
/*#sidebar5 ul li a:link, #sidebar5 ul li a:visited { display:block; color:#ff6a6a; text-decoration:none; padding-left:30px; line-height:20px; background:url(images/icon-farmacie.png) 0 0 no-repeat; }*/
#sidebar5 ul li a:link, #sidebar5 ul li a:visited { display:block; color:#109240; text-decoration:none; padding-left:30px; line-height:20px; }
#sidebar5 ul li a:hover, #sidebar5 ul li a:visited:hover { color:#109240; text-decoration:underline; }

#sidebar6 { width:225px; text-align:left; margin:30px 0 10px 0; min-height:50px; border-top:20px solid #109240; background:url(images/sidebar-ombra.png) bottom left no-repeat; padding-bottom:20px; }
#sidebar6 h3 { margin:10px 0 0 15px; color:#109240; }
#sidebar6 ul { margin-left:15px; margin-top:10px; }
#sidebar6 ul li {color:#109240; font-size:17px; line-height:20px; list-style-type:none; margin-top:10px; }
/*#sidebar6 ul li a:link, #sidebar5 ul li a:visited { display:block; color:#ff6a6a; text-decoration:none; padding-left:30px; line-height:20px; background:url(images/icon-farmacie.png) 0 0 no-repeat; }*/
#sidebar6 ul li a:link, #sidebar5 ul li a:visited { display:block; color:#109240; text-decoration:none; padding-left:12px; line-height:20px; }
#sidebar6 ul li a:hover, #sidebar5 ul li a:visited:hover { color:#109240; text-decoration:none; }
h7  { display:block; color:#109240; font-size:25px; text-decoration:none; padding-left:35px; line-height:15px; }
h8  { display:block; color:#109240; font-size:17px; text-decoration:none; padding-left:35px; line-height:20px; }


/*  */

#sidebars {
  margin: 0;
  position:absolute;
  width: 225px;
  color: #039;
  margin:35px 20px 20px 674px;
  }
  
#sidebars_home {
  margin: 0;
  position:absolute;
  width: 225px;
  color: #039;
  margin:10px 20px 5px 659px;
  padding:0 0 0 15px;
  background:url(images/sidebars-home_ombra.png) top left no-repeat;
  }


#sidebars .sidebarbox {
  background: #ffffff;
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }
 
#sidebars .newsletter { background: url(images/bg-newsletter.png) top center no-repeat; padding-top:34px; width:226px; position:absolute; bottom:-40px; } 
#sidebars .newsletter h2 { color:#999999; display:block; margin:0 0 10px 0; padding:10px; font-size:13px; border:1px solid #999999; }
#sidebars .newsletter ul { background:url(images/newsletter-ombra-left.png) left top no-repeat; margin-left:-13px; padding-left:13px; }

#sidebars #sidebar_full li#newsletter { background:#ffffff; padding-bottom:100px; }
 
 	#sidebar_home {
	position:relative;
	background:url(images/sidebar-ombra.png) bottom left no-repeat;
	height:400px;
	padding-bottom: 0px;
	/*border: 1px solid #F00;*/	
	}
	
	#sidebar_home .images { margin-left:13px; }
	

#banner-dx-home {
	position:absolute;
	z-index:999;
	top:0px;
	left:0;
	width:225px;
	height:430px;	
	}


#sidebar_home h3 { color:#039; border-top:20px solid #de47b3; padding:10px; font-weight:normal; font-size:16px; }
#sidebar_home p { font-size:11px; line-height:15px; padding:12px 12px 0 12px; color:#000000; }
#sidebar_home p.more { text-align:right; }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  }
 
#sidebars h4 {
	padding:0; margin:5px 0 0 0; font-size:11px; font-weight:bold;
	}

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
	display:block;
  padding:4px 0 2px 0;
  list-style: none;
  font-weight:lighter;
  /*border-bottom:1px solid #ccc;*/
  font-size:10px;
  line-height:8px;
  min-height:75px;
  }

#sidebars li ul {
  padding: 0;

  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #039;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 10px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  color: #c00;
  text-decoration:none;
  }
  
#sidebars a:hover {
  color: #c00;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  color: #039;
  line-height:15px;
  text-align:left;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* Midfoot START */

#midfoot { background:#e9e9e9; margin:0; }
#midfoot h2 { margin:0; padding:0; display:block; width:910px; padding-left:10px; background:#dce8ff url(images/bg-integratori.png) 0 0 repeat-x; color:#de47b3; font-size:16px; line-height:24px; font-weight:bold; }
#midfoot ul.integratori1 { padding-top:30px;}
#midfoot ul.integratori1 li { display:block; width:210px; float:left; margin-left:15px;  margin-bottom:20px; position:relative; }
#midfoot ul.integratori1 li h3 { font-size:12px; font-weight:bold; margin:0 3px 6px 15px; padding:0; color:#039; }
#midfoot ul.integratori1 li div { width:198px; height:360px; padding:2px 0px 10px 12px; text-align:center; }
#midfoot ul.integratori1 li div p { line-height:16px; padding:10px 17px; text-align:left; color:#50748D; }
#midfoot ul.integratori1 li div img { margin:0 auto;}

#midfoot ul.integratori1 li div#celluscience { font-size:11px; background:url(images/integratori/celluscience-bg.png) right bottom no-repeat; }
div#testor a.goto { display:block; height:18px; padding-right:24px; position:absolute; right:11px; bottom:10px; background:url(images/integratori/seredial-goto.png) top right no-repeat; }

#midfoot ul.integratori1 li div#testor { font-size:11px; background:url(images/integratori/testor-bg.png) right bottom no-repeat; }
div#testor a.goto { display:block; height:18px; padding-right:24px; position:absolute; right:11px; bottom:10px; background:url(images/integratori/testor-goto.png) top right no-repeat; }

#midfoot ul.integratori1 li div#fullfast {
	font-size:11px;
	background:url(images/integratori/fullfast-bg.png) right bottom no-repeat;
	padding-right:2px;

}
#midfoot ul.integratori1 li div#lifticol {
	font-size:11px;
	padding-right:2px;
}
div#fullfast a.goto { display:block; height:18px; padding-right:24px; position:absolute; right:11px; bottom:10px; background:url(images/integratori/fullfast-goto.png) top right no-repeat; }

#midfoot ul.integratori1 li div#seredial { font-size:11px; background:url(images/integratori/seredial-bg.png) right bottom no-repeat; }
div#seredial a.goto { display:block; height:18px; padding-right:24px; position:absolute; right:11px; bottom:10px; background:url(images/integratori/seredial-goto.png) top right no-repeat; }

#midfoot ul.integratori1 li div#prodotto4 { font-size:11px; background:url(images/integratori/seredial-bg.png) right bottom no-repeat; }
div#prodotto4 a.goto { display:block; height:18px; padding-right:24px; position:absolute; right:11px; bottom:10px; background:url(images/integratori/seredial-goto.png) top right no-repeat; }

/* Midfoot END */

#midfoot hr { background:#ffffff; height:1px; margin-bottom:0; }

/* Midlowfoot START */

#midfoot div.integratori2 { background:#f0f0f0; padding:30px 260px 30px 12px; }
#midfoot div.integratori2 ul { min-height:160px; }
#midfoot div.integratori2 ul li { display:block; width:130px; padding:0 12px; min-height:180px; float:left; margin-left:5px; margin-bottom:20px; position:relative; border-right:1px solid #cccccc; overflow:hidden; }
#midfoot div.integratori2 ul li.last { border-right:none; }
#midfoot div.integratori2 ul li h3 { font-size:12px; font-weight:bold; margin:0 3px 6px 5px; padding:0; color:#039; }
#midfoot div.integratori2 ul li div {   }
#midfoot div.integratori2 ul li div p { line-height:16px; padding:10px 7px; }

p.integratori2Content p br { display:inline; visibility:hidden }

#midfoot ul.integratori3 { padding-top:20px; background:#f0f0f0; padding-left:27px; }
#midfoot ul.integratori3 li { display:block; width:130px; height:150px; float:left; margin-bottom:20px; position:relative; border-right:1px solid #cccccc; padding:10px; }
#midfoot ul.integratori3 li.last { border-right:none; }
#midfoot ul.integratori3 li h3 { font-size:12px; font-weight:bold; margin:0 3px 6px 5px; padding:0; color:#039; }
#midfoot ul.integratori3 li div {   }
#midfoot ul.integratori3 li div p { line-height:16px; padding:10px 7px; }

#midfoot ul.internal { background:#e9e9e9; padding-bottom:50px; }

#midfoot ul.integratori1 li div {  }
div a.goto { display:block; height:18px; padding-right:24px; position:absolute; right:11px; bottom:10px; background:url(images/integratori/testor-goto.png) top right no-repeat; }

/* Midlowfoot END */



/* footer*/
#footer {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  }
#footer p {
  color: #999;
  padding: 0;
  font-size:9px;
  }
#footer a:link, #footer a:visited {
  color: #039;
  text-decoration: none;
  }
#footer a:hover, #footer a:visited:hover {
  color: #f90;
  text-decoration: underline;
  }

#footer a.credits:link, #footer a.credits:visited { color: #f90; text-decoration: none;  }
#footer a.credits:hover, #footer a.credits:visited:hover {  text-decoration:underline; color: #f90; }


/* Misc */

.highlight {
  color: #222;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

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

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

/* Prodotti START */
h2.prodotti {padding-top:0px; padding-bottom:0;}

h2.prodotti:first-letter { text-transform:uppercase; }

hr.prodotti { margin-top:15px; }

h2.prodotti-title { color:#c00; margin-bottom:20px; }
h2.prodotti-title:first-letter { text-transform:uppercase; }

div.list img { width:10%; height:10%; }

/* Prodotti END */


#nav a#cercafarmacia:link, #nav a#cercafarmacia:visited { margin-left:75px; background-image:none; color:#cc0000; margin-right:0; padding-right:0; text-align:right; }
#nav a#cercafarmacia:hover, #nav a#cercafarmacia:visited:hover { text-decoration:underline; }

#nav a#cercafarmacia-en:link, #nav a#cercafarmacia-en:visited { margin-left:55px; background-image:none; color:#cc0000; margin-right:0; padding-right:0; text-align:right; }
#nav a#cercafarmacia-en:hover, #nav a#cercafarmacia-en:visited:hover { text-decoration:underline; }

div.side {
  margin: 0;
  /*position:absolute;*/
  float:left;
  width: 225px;
  color: #039;
  margin:35px 0 20px -15px;
  padding:0 0 0 20px;
  }

.side #sidebars, .side #sidebars #sidebar_full { margin:0; position:static; }
 
.side #sidebars .newsletter { background: url(images/bg-newsletter.png) top center no-repeat; padding-top:34px; width:226px; position:static; margin-left:0; } 
.side #sidebars .newsletter h2 { color:#999999; display:block; margin:0 0 10px 0; padding:10px; font-size:13px; border:1px solid #999999; }
.side #sidebars .newsletter ul { background:url(images/newsletter-ombra-left.png) left top no-repeat; margin-left:-13px; padding-left:13px; }
.newsletter form input.testo { border:1px solid #cccccc; width:190px; margin-bottom:5px; padding:2px; }
.newsletter form input.submit { padding:2px 5px; border:1px solid #999999; background:#eeeeee; }

#post-submenu { border:1px solid #990000; background:#f2f2f2; padding:6px 0; }
#post-submenu li { float:left; display:block; width:24%; border-right:1px solid #990000; text-align:center; }
#post-submenu li a { display:block; color:#c00;}

/* Utilities START */

.clearfloat { clear:both; }


/* Utilities END */





/* RICERCA FARMACIE */

#contenitore_ricerca_farmacie {
	font-size:12px;
	color: #c00;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#contenitore_ricerca_farmacie #title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5B91FF;
	position:relative;
}

#contenitore_ricerca_farmacie #lens {
	position:absolute;
	z-index:999;
	top:-10px;
	left:300px;
}


#contenitore_ricerca_farmacie h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #c00;
	font-weight: bold;
	text-align: left;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #22409A;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie img {
	vertical-align:middle;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie tr {
	margin: 0px;
	padding: 0px;
	background-color: #E2EDFA;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie td {
	width:70px;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie form {
	margin: 0px;
	padding: 0px;
}


#contenitore_ricerca_farmacie .table_ricerca_farmacie select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2A558D;
	font-weight: normal;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie .select-prodotti option {
	color: #c00;
	font-weight: normal;
}


#contenitore_ricerca_farmacie .table_ricerca_farmacie_risultato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #2A558D;
	border: 1px dashed #CCCCCC;
}

#contenitore_ricerca_farmacie .table_ricerca_farmacie_risultato td {
	padding: 6px;
}

