/*
Theme Name: Revolution Chrome
Theme URI: http://www.revolutiontwo.com
Description: The Revolution Chrome WordPress Theme.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.jdidit.com/
Tags: WordPress, Chrome, Professional

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Lets Begin */
html, body {
/*font-size: 12px;*/ /* Resets 1em to 10px */
font-size: 14px;
font-family: Arial,Helvetica,Geneva,Sans-serif;
background: #FFFFFF url(images/bg_old.jpg) top left repeat-x;
/*background: #ffffff;*/
color: rgb(51,51,51); line-height: 22px;
margin: 0;
padding: 0;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;

}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
line-height: 1.4em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding-bottom: 15px;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

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

.clear {
clear: both;
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

.wrapper {
width: 960px;
margin: 0px auto;
}

/* Begin Header */
#masthead {
height: 174px;
width: 960px;
float: left;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;

}

#logo {
width: 500px;
height: 97px;
float: left;
}

#headright {
width: 410px;
height: 101px;
float: left;
text-align: right;
/*background: url(images/headrightbg.jpg) top right no-repeat;*/
}

.feed_color_text{
color:#ffd853;
}

#headright ul {
float: right;
width: 430px;
height: 45px;
list-style: none;
margin: 23px 0 0 0;
padding: 0;
}

/* ORIGINALE
#headright ul {
float: right;
width: 260px;
height: 45px;
list-style: none;
margin: 25px 0 0 0;
padding: 0;
} */

#headright li {
padding: 0 50px 0 0;
background: url(images/rss.gif) right no-repeat;
}
/* End Header */

/* Begin Search */

#searchwrap {
float: right;
padding: 0px 5px 5px 5px;
height: 38px;
}

* + html #searchwrap {
padding: 1px 5px 5px 5px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#searchwrap #s{
border: none;
padding: 5px 0 5px 0;
margin: 0;
width: 215px;
}

* + html #searchwrap #s {
margin: -3px 3px 0 0;
width: 210px;
}
/* End Search */

/* Begin Page Navigation */
#pages {
width: 930px;
height: 31px;
float: left;
margin-left:50px;

}

#page {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#page li {
float: left;
margin-right: 5px;
background: url(images/pagebg.gif) no-repeat right top;
font-size: 12px;
}

#page li.current {
background-position: right bottom;
}

#page li a {
float: left;
display: block;
height: 22px;
padding: 9px 10px 0;
background: url(images/pagebg2.gif) no-repeat left top;
color: #333333;
text-decoration: none;
}

#page li.current a {
background-position: left bottom;
color: #333333;
}

#page li:hover, #page li.sfhover {
background-position: right -31px;
}

#page li.current:hover, #page li.sfhover.current {
background-position: right bottom;
}

#page li:hover a, #page li.sfhover a {
background-position: left -31px;
color: #666666;
}

#page li.current:hover a, #page li.sfhover.current a {
background-position: left bottom;
color: #C7CBC0;
}

#page li#page_home.current {
background-position: right top;
}

#page li#page_home.current a {
background-position: left top;
color: #FFFFFF;
}

#page li.current#page_home:hover, #page li.current.sfhover#page_home {
background-position: right -31px;
}

#nv li.current#page_home:hover, #page li.current.sfhover#page_home a {
background-position: left -31px;
color: #FFFFFF;
}

#page li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 31px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #E7E7E7;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #page li ul {
margin-top: 0;
}

#page li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#page li ul ul {
margin: -31px 0 0 161px;
}

#page li:hover ul ul, #page li.sfhover ul ul {
left: -999em;
}

#page li:hover ul, #page li li:hover ul, #page li.sfhover ul, #page li li.sfhover ul {
left: auto;
}

#page li li li {
font-size: 1em;
}

#page li:hover li a, #page li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 9px 14px;
border-bottom: 1px solid #E7E7E7;
background: #F8F8F8;
color: #333333;
}

#page li:hover li a:hover, #page li.sfhover li a:hover {
background: #F0F0F0;
}
/* End Page Navigation */

/* Begin Category Navigation */
#navigation {
width: 960px;
height: 22px;
float: left;
}

#nav {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#nav li {
float: left;
margin-right: -2px;
background: url(images/navbg.gif) no-repeat right top;
font-size: 12px;
}

#nav li a {
float: left;
display: block;
height: 22px;
padding: 7px 14px 0;
background: url(images/navbg2.gif) no-repeat left top;
color: #333333;
text-decoration: none;
}

#nav li.current a {
color: #333333;
}

#nav li:hover a, #nav li.sfhover a {
color: #666666;
}

#nav li.current:hover a, #nav li.sfhover.current a {
color: #C7CBC0;
}

#nav li#nav_home.current {
background-position: right top;
}

#nav li#nav_home.current a {
background-position: left top;
color: #FFFFFF;
}

#nav li.current#nav_home:hover, #nav li.current.sfhover#nav_home {
background-position: right -31px;
}

#nv li.current#nav_home:hover, #nav li.current.sfhover#nav_home a {
background-position: left -31px;
color: #FFFFFF;
}

#nav li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 29px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #E7E7E7;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #nav li ul {
margin-top: 0;
}

#nav li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#nav li ul ul {
margin: -31px 0 0 161px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}

#nav li li li {
font-size: 1em;
}

#nav li:hover li a, #nav li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 9px 14px;
border-bottom: 1px solid #E7E7E7;
background: #F8F8F8;
color: #333333;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
background: #F0F0F0;
}
/* End Category Navigation */

/* Begin Home Page */
#photos {
float: left;
width: 660px;
margin: 0 0 25px 0;
}

#photos img {
width: 117px;
height: 117px;
padding: 4px;
margin: 10px -1px 0 0;
float: left;
border: 1px solid #cccccc;
}

#homebox {
float: left;
width: 640px;
margin: 10px 0 10px 0;
color: #666666;
}

#homeboxautori {
float: left;
width: 640px;
margin: 10px 0 10px 0;
color: #666666;
}


#homeboxcategory {
float: left;
width: 450px;
margin: 10px 0 10px 0;
color: #666666;
}

#homeboxconsigliato {
float: left;
width: 135px;
margin: 10px 0 10px 0;
color: #666666;
}

#homeboxcategory img {
 
float: left;
margin: 0 8px 8px 9px;
}

#homeboxconsigliato img {
width: 117px;
height: 117px;
float: left;
margin: 0 8px 8px 9px;
}


#homebox img {
width: 117px;
height: 117px;
float: left;
margin: 0 8px 8px 0;
}

#homeboxautori img {
width: 117px;
height: 117px;
float: left;
margin: 0 8px 8px 9px;
}

#homeboxautori p {
color: #000000;
}


.homebox_products {
float: left;
width: 660px;
/*margin: 10px 0 10px 0;*/
margin-top: 10px;
margin-bottom: 10px;
color: #666666;
}

.homebox_products img {
 
/*margin: 0 8px 8px 0;*/
margin-top: 5px;
}

.boxitem {
/*width: 306px;*/
/*width: 175px;*/
width: 450px;
/*height: 200px;*/
min-height: 200px;
/*height: 155px;*/
float: left;
border: 1px solid #ffffff;

padding: 4px 4px 40px 4px;
}

.boxitem_home {
/*width: 306px;*/
width: 201px;
/*width: 450px;*/
/*height: 200px;*/
height: 165px;
float: left;
border: 1px solid #cccccc;
margin: 0 -1px -1px 0;
padding: 4px;
}
.boxitem_primopiano {
/*width: 306px;*/
width: 201px;
/*width: 450px;*/
/*height: 200px;*/
height: 165px;
float: left;
margin: 0 -1px -1px 0;
padding: 4px;
}
.boxitem_primopiano ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
}

.boxitem_primopiano li {
width: 150px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.boxitem ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
}

.boxitem_home ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
}

.boxitem li {
width: 150px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.boxitem_home li {
width: 150px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.boxitem li:hover {
width: 150px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockover.gif) top left no-repeat;
}

.boxitem_home li:hover {
width: 150px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockover.gif) top left no-repeat;
}

.boxitem_category {
/*width: 306px;*/
/*width: 135px;*/
width: 450px;
/*height: 280px; */
/*height: 250px;*/
float: left;
/*border: 1px solid #cccccc;*/
margin: 0 -1px -1px 0;
padding: 4px;
}

.boxitem_interposto {
width: 410px;font-size:1.2em;
/*height: 50px;*/
float: left;
margin-bottom:20px;
padding: 10px;
border: 1px solid rgb(229, 229, 229);
background: rgb(237, 247, 253);

}
.boxitem_interposto img{
border: 1px solid rgb(229, 229, 229);
}
.boxitem_consigliato {
/*width: 306px;*/
width: 135px;
/*height: 200px;*/
height: 160px;
float: left;
border: 1px solid #cccccc;
margin: 0 -1px -1px 20px;
padding: 4px;
}

.boxproduct {
/*width: 306px;*/
width: 122px;
/*height: 200px;*/
height: 142px;
float: left;
border: 1px solid #cccccc;
margin: 2px;
padding: 4px;
text-align:center;
}


 
.boxproduct_home {
/*width: 306px;*/
width: 150px;
/*height: 200px;*/
height: 200px;
float: left;
border: 1px solid #cccccc;
margin: 2px;
padding: 2px;
text-align:center;
}

#homebox h5 {
font-size: 13px;
/*font-size:1.4em;*/
margin: 0;
padding: 0;
font-weight: normal;
/*font-weight: bold;*/
}

#homeboxautori h5 {
/*font-size: 12px;*/
font-size:1.4em;
margin: 0;
padding: 0;
/*font-weight: normal;*/
font-weight: bold;
}

#homeboxcategory h5 {
font-size: 20px;
/* font-size: 1.4em; */
margin: 0;
padding: 0;
/*font-weight: normal;*/
font-weight: bold;
}

#homeboxconsigliato h5 {
font-size: 16px;
margin: 0;
padding: 0;
font-weight: normal;
}

#homeboxcategory p
{
color: #000;

}

.homebox_products h5 {
font-size: 16px;
margin: 0;
padding: 0;
font-weight: normal;
}

.homebox_products .title_boxproduct_home
{
	height: 40px;
}

#homeboxconsigliato .boxitem_consigliato_title
{
	height: 40px;
}

.itemdets {
/*font-size: 11px;*/
font-size: 1.2em;
width: 450px;
float: left;
margin: 2px 0 0px 0;
font-color: #999;
}
#itemsdetsinfo {
/*font-size: 11px;*/
font-size: 12px;
font-color: #ccc;
}
.itemdets a{
font-color: #ccc;
}

.morelink {
width: 150px;
float: right;
text-align:right;
margin-right:15px;
font-size: 18px;
margin-bottom: 20px;
}

.featuredmorelink {
width: 150px;
margin: 10px 0 0 0;
}

.morelink a:link, .morelink a:visited {
color: #0087CC;
}
/* End Home Page */

/* Begin Content Slider */
#featured {
float: left;

width: 630px;
/*padding: 4px;*/
padding-bottom: 4px;
padding-top: 4px;
/*margin: 0 0 25px 0;*/
margin-bottom: 25px;
overflow: hidden;
}

#thevideo {
width: 100%;
float: left;
background: #131313 url(images/videobgtop.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideoinside {
width: 100%;
float: left;
background: url(images/videobgbottom.jpg) bottom left repeat-x;
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 980px;
text-align: center;
}

.insert {
width: 180px;
height: 330px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 360px;
color: #D8D8D8;
padding: 10px;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}

.insert a:hover {
text-decoration: underline;
}
/* End Content Slider */

/* Begin Secondary Pages */
.title {
width: 645px;
float: left;
height: 36px;
background: url(images/titlebg.jpg) top left no-repeat;
}
.singletitle {
width: 645px;
float: left;
height: 40px;
background: url(images/titlebg.jpg) top left no-repeat;
}

.singletitle_single {
width: 445px;
background: url(images/titlebg2background.jpg) top left repeat-y;
}
.singletitle_single_titolo {
background: url(images/titlebg2top.jpg) top left no-repeat;
}
.singletitle_single_bottom {
background: url(images/titlebg2bottom.jpg) bottom left no-repeat;
}
.singletitle_single_testo {
padding-left: 8px;
padding-top: 6px;
padding-right: 5px;
}
.singletitle_single_testo h1{
font-size: 27px; line-height:28px;
text-align: left;
padding-top: 0;
padding-bottom: 15px;
margin-bottom: 0;
margin-top: 0;width:413px;
color:#419ed9;
}

.commentstitle {
width: 645px;
float: left;
height: 40px;
background: url(images/titlebg.jpg) top left no-repeat;
}

.commentstitle_single {
width: 445px;
float: left;
height: 40px;
background: url(images/titlebg2.jpg) top left no-repeat;
padding-left: 8px;
padding-top:6px;
}

#postcontent {
padding: 0px 0px 5px 5px;
font-size:1.2em;
}

#postcontent {
padding: 17px 7px 5px 5px;
font-size:1.2em;
}

#postcontent li {
padding: 0 0 0 16px;
background: url(images/list.gif) top left no-repeat;
}

#postcontent ul {
margin: 5px 0 15px 0;
padding: 0;
list-style: none;
}

#postcontent a {
text-decoration: none; color: #333; border-bottom: 1px dashed;
}
#postcontent a:hover {
text-decoration: none; color: #d1002d; border-bottom: 1px dashed;
}
#postcontent a:link {
text-decoration: none; color: #333; border-bottom: 1px dashed;
}
#postcontent a:visited {
text-decoration: none; color: #333; border-bottom: 1px dashed;
}
#postcontent ul {
}

#postcontent ul li{
  padding-bottom:17px;
}


#location {
width: 960px;
height: 65px;
float: left;
color: #FFFFFF;
font-size: 16px;
}

#location p {
margin: 22px 0 0 0;
}

#location a:link, #location a:visited {
color: #FFFFFF;
text-decoration: none;
}

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

#secondarytop {
width: 960px;
float: left;
height: 6px;
background: url(images/sidetopbg.jpg) top left no-repeat;	
}

#secondary {
width: 960px;
float: left;
background: url(images/sidebg.jpg) top left repeat-y;*/
background-color:#ffffff;
}


#content {
width: 650px;
float: right;
/*padding: 6px 15px 12px 0;
margin: 0 12px 0 0;*/
margin-top:6px;
}

#content_single {
width: 400px;
float: left;
/*padding: 6px 15px 12px 0;
margin: 0 12px 0 0;*/
margin-top:6px;
}

#content_ext_single {
width: 700px;
float: right;
/*padding: 6px 15px 12px 0;
margin: 0 12px 0 0;*/
margin-top:6px;
}


#content h3 {
font-size: 15px;
font-weight: bold;
margin: 8px 0 0 10px;
}

#postimage {
float: left;
width: 621px;
border: 1px solid #cccccc;
padding: 4px;
margin: 0 0 15px 0;
text-align: center;
overflow: hidden;
}

#postimage_single {
float: left;
width: 421px;
border: 1px solid #cccccc;
padding: 4px;
margin: 0 0 15px 0;
text-align: center;
overflow: hidden;
}

* + html #postimage {
padding: 4px 4px 1px 4px;
}

#postimage_single img {
width: 421px;
}

#postimage img {
width: 621px;
}

#postvideo {
float: left;
width: 621px;
border: 1px solid #cccccc;
padding: 4px;
margin: 0 0 15px 0;
text-align: center;
overflow: hidden;
}

#postvideo_single {
float: left;
width: 421px;
border: 1px solid #cccccc;
padding: 4px;
margin: 0 0 15px 0;
text-align: center;
overflow: hidden;
}

* + html #postvideo {
float: left;
width: auto;
border: 0;
text-align: center;
margin: 0 0 15px 0;
}
/* End Secondary Pages */

/* Begin Comment Styles */
h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

.commentmetadata a {
font-size:11px;
color:#333333;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 20px 10px 10px 10px;
width: 410px;
}

ol.commentlist li.alt {
padding: 18px 18px 5px 18px !important;
background:#EDF7FD;
border:1px solid #E5E5E5;	
}

#commentform input {
background: #FFFFFF;
border: 1px solid #E7E7E7;
}

#commentform_single input {
background: #FFFFFF;
border: 1px solid #E7E7E7;
}

#commentform textarea {
background: #FFFFFF;
border: 1px solid #E7E7E7;
width: 628px;
}

#commentform_single textarea {
background: #FFFFFF;
border: 1px solid #E7E7E7;
width: 428px;
}

input#submit {
color:#333333;
padding:7px;
margin: 0 0 7px 0;
text-align: center;
border: 1px solid #E7E7E7;
background:#FFFFFF;
}



/* End Comment Styles */

/* Begin Sidebar */
#sidebar {
width: 200px;
float: left;
padding: 7px 0 0 16px;
}

#sidebar_right {
border: 1px solid #E7E7E7;
width: 230px;
float: right;
padding: 7px 0 0 16px;
}

.block {
width: 200px;
float: left;
padding: 7px 0 0 10px;
background: url(images/blockbg.png) top left no-repeat;
}

.block h3 {
border-bottom: 1px solid #E7E7E7;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
font-size: 15px;
}


.block ul {
margin: 0;
padding: 0;
list-style: none;
width: 170px;
}

.block li {
width: 170px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.block li:hover {
width: 170px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockover.gif) top left no-repeat;
}

.blockfooter {
width: 200px;
/*width: 100%;*/
height: 20px;
float: left;
background: url(images/blockfooterbg.png) top left no-repeat;
}

/* --- */
.block_right {
width: 200px;
float: left;
padding: 7px 0 0 10px;
/*background: url(images/blockbg.png) top left no-repeat;*/
}

.block_right h3 {
border-bottom: 1px solid #E7E7E7;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
font-size: 15px;
}


.block_right ul {
margin: 0;
padding: 0;
list-style: none;
width: 170px;
}

.block_right li {
width: 170px;
 
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.block_right li:hover {
width: 170px;
 
padding: 5px 0 0 20px;
background: url(images/blockover.gif) top left no-repeat;
}

.blockfooter_right {
width: 200px;
/*width: 100%;*/
height: 1px;
float: left;
/*background: url(images/blockfooterbg.png) top left no-repeat;*/
border-bottom: 1px solid #E7E7E7;
margin: 0 0 5px;
margin-left: 7px;
}

/* --- */

#homevideo {
	margin: 0 0 10px 0;
}
/* End Sidebar */

/* Begin Footer */
#footerwrap {
width: 100%;
/*background: url(images/footerbg.jpg) top left repeat-x;*/
float: left;
/*padding: 0 0 20px 0;*/
}

#footer {
width: 100%;
height: 175px;
background: url(images/footerbg.jpg) top left repeat-x;
margin: 0px auto;
color: #333333;
/*text-align:center;*/

/*padding: 18px 0 0 0;*/
/*border:dotted;*/
}

#footerimg {
width: 960px;
height: 45px;
background: url(images/footerimg.jpg) top left repeat-x;
margin: 0px auto;
color: #ffffff;
/*text-align:center;*/
/*padding-tom:120px;*/
/*padding-left:50px;*/
padding: 120px 0 0 0;
}

#footer a:link, #footer a:visited {
color: #333333;
text-decoration: none;
}

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

#footertext {
width: 860px;
float: left;
}

#linkage {
color: #666666;
font-size: 10px;
margin: 5px 0 0 0;
float: left;
}

#linkage  a:link, #linkage  a:visited {
color: #666666;
text-decoration: none;
}

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

#pagination{
float: right;
text-align: right;
}

#pagination a:hover{
border:none;
}

#pagination img{
border:none;
}

span.navback{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/back.gif) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/forward.gif) top right no-repeat;
cursor:pointer;
}
/* End Footer */

/* Begin Defaults */
acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

p img {
padding: 0;
max-width: 100%;
}

a img {
border: none;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 8px 8px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 8px 8px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

.center {
text-align: center;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.hidden {
display: none;
}

blockquote {
margin: 15px 30px 0 0;
padding-left: 30px;
background: url(images/blockquote.jpg) top left no-repeat;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Defaults */

/* MENU */
.test{color:#FF0000;}

.glossymenu, .glossymenu li ul {
list-style-type: none;
margin: 0;
padding: 0;
color:#000000;
font-family:Verdana;
width:170px;


}

.glossymenu li {
position: relative;
left:-0px;
list-style:none;
}

.glossymenu li a {
/*background-image:url(../images/list-style.gif); background-repeat:no-repeat;*/
font-family: Arial, Helvetica, sans-serif;
font: normal 14px;
color:#000000;
width: auto;
height:20px;
text-decoration: none;
padding:1px 0 0 10px;
display:block;

}

.glossymenu li ul { 
position: absolute;
left: 0;
top: 0;
display: none;
}
.glossymenu li ul  li ul{ 
position: absolute;
left :0;
/*margin-left:187px;*/
top: 0;
display: none;background:#efefef;
}

.glossymenu li ul li {
float: left;
/*background-color:#ECF8FF;*/

}


.glossymenu li ul{border:1px solid #ccc !important; padding-right:20px}
.glossymenu li ul li:hover{
 
 background-color:#fff;

}


.glossymenu li ul a {
width: 170px; 
/*background-color:#ECF8FF;*/
}

.glossymenu .arrowdiv {
position: absolute;
right: 2px;z-index:1000;
/*background: transparent url(..arrow.gif) no-repeat center right;*/
}

.glossymenu li a:visited, .glossymenu li a:active {
color: #000000;
}

.glossymenu li a:hover {
/*background-image:url(../images/list-style-hover.gif); background-repeat:no-repeat;*/
color:#0298f2;
display:block;
}

.glossysublist
{display: none; left: 190px;}

.float-right {
float: right;
}
.boxhomecountdown {
position: absolute;
top: 340px;
left: 520px;
font-size: 12px;
color: #fff;
text-align: center;
}
.headinterna {
padding-top: 25px; padding-bottom: 15px; text-align: center; font-size: 20px; color: #cc0033;
}
.subheadinterna {
padding-top: 20px; padding-bottom: 15px; text-align: center; font-size: 19px;
}
.rosso {
color: #cc0033;
}
.h2landinginterna {
padding-top: 15px; text-align: center;
}
.prezziordina {
 color: red;
}
#ordinaTabella {
 margin-left: 30px;
 margin-right: 30px;
  margin-top: 20px;
}
#ordinatabellatop {
 color: #ffffff; 
 border: 1px solid #000;
 background: #006699;
}
#ordinatabellabottom {
 color: #333; 
 border: 1px solid #000;
 background: #ffffff;
}
#ordinatabellabottombonus {
 color: #ccc; 
 border: 1px solid #000;
 background: #ffffff;
}
.ordina{border:3px dashed red; text-align: center; padding-top: 10px; padding-bottom: 10px; background-color: #FFFECE; width: 550px; margin-left: 70px; margin-top: 30px;}
.ordina a {text-decoration: none; color: #0033ff; border-bottom: 1px dashed;}
.ordina h2{ color: #d00;}
.ordina h5{ color: #069;}
.nbuttonsORDINA { /* Generic container for floating nButtons */
	margin:5px 0;
    overflow: hidden;
	height:40px;
    width:100%;
	clear:both;
}

.nbuttonsORDINA a img, .nbuttonsORDINA button img { /* nButtons' images */
	border:0;
	margin:0 4px -4px 0;
}

.nbuttonsORDINA a, .nbuttonsORDINA a:hover, .nbuttonsORDINA a:link,
.nbuttonsORDINA a:active, .nbuttonsORDINA button { /* nButtons' fonts */
    text-decoration:none;
	color:#DDD;
    outline:none; /* hide dotted outline in Firefox */
}

.nbuttonsORDINA a, .nbuttonsORDINA button span.a {
	display: block;
    background: url(img/bg_button_a.gif) no-repeat right 0px transparent;
    padding-right: 18px; /* sliding doors padding */
}
.nbuttonsORDINA a span, .nbuttonsORDINA button span.b {
    display:block;
    background:url(img/bg_button_span_ordina.gif) no-repeat left 0px transparent;
    padding:12px 5px 10px 18px;
	font-size:12px;
	font-family:helvetica,arial,serif;
	font-weight:bold;
	width: 120px;
	height: 70px;
}
.nbuttonsORDINA a, .nbuttonsORDINA button {
	float:left;
    overflow:visible;
}
.nbuttonsORDINA button {
	display:block;
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
}

.nbuttonsORDINA button[type] {
	margin:-1px -3px; /* FIREFOX */
	/* margin:0; /* SAFARI / OPERA */
}
* html .nbuttonsORDINA button {
	margin:-2px 0; /* IE6 */
}
 
.nbuttonsORDINA a:hover, .nbuttonsORDINA button:hover span.a  {
	background-position:right -40px;
	color:#FFF;
}
.nbuttonsORDINA a:hover span , .nbuttonsORDINA button:hover span.b  {
	background-position:left -40px;
} 
.nbuttonsORDINA a:active, .nbuttonsORDINA button:active span.a {
	background-position:right -80px;
}
 
.nbuttonsORDINA a:active span, .nbuttonsORDINA button:active span.b {
	background-position:left -80px;
}
.padding2010 {
	padding-top: 20px;
	padding-bottom: 10px;
}
.graficaboxultimicommenti {
background-image:url(http://www.piuchepuoi.it/img/sfondoultimicommenti.jpg); background-repeat:no-repeat; padding-left:6px; padding-right:3px; padding-top: 6px;}


  
.tooltip{ position:relative;  /*questa e fondamentale*/
    z-index:24;color: #000;
    text-decoration: none}
.tooltip:hover{ z-index: 25;   border-bottom:0 !important; }
.tooltip span{display: none;margin-left:-20px;}
.tooltip:hover span,.tooltip:hover span p{ /*lo span verra mostrato solo sullo stato :hover */
    line-height:15px;
    padding:5px;text-decoration:none !important;
    display: block; position:absolute;
    top: 0.5em; left: 1.2em; width: 8em;
    border: 1px solid #ffa500; 
    background-color: #FFFFCC; 
    color:#000;
    font-weight:normal; }



.prodotto_sidebar {
    border:1px solid #ccc;
    padding:5px;margin-bottom:8px;text-align:center;

    
    
    
}

.commentlist img {background: url('images/blank.jpg') no-repeat}
 .boxitem_home2 h2 {font-size:16px; margin:3px;padding:0;}
  .boxitem_home2 h2 a {text-decoration:underline}
 .boxitem_home2 {width:210px;float:left}
 
  .boxitem_home2 li {height:70px;  line-height:14px;}
  
   .pages {display:block !important; margin-bottom:25px !important; border:none !important; height:25px;font-size:1.1em;}
  
  .wp-pagenavi { 
text-align:center !important; }

#autostima-top-home img {float:left}
#commenti-piuchepuoi {padding-top: 24px;float:right;background-image:url(http://www.piuchepuoi.it/img/sfondoultimicommenti.jpg); background-repeat:no-repeat; padding-left:9px; padding-right:3px; margin-top:20px;height:230px; width:196px;
}

.esperti-2 {clear:both;background: url(./wp-content/plugins/top-esperti/images/lista.gif); height:90px; width:419px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; font-weight:bold; margin-bottom: 5px;
}


.boxitem_category h2 {font-size:20px;line-height:22px}


.homelink, #pages .cat-item-7 a,#pages .cat-item-8 a,#pages .cat-item-3 a {color:#31312B; font-size:1.1em; }
.homelink, #pages .menuorizzontale a {color:#31312B; font-size:1.1em; }

 .current-top-category a {color:#FFF5DE !important}
 
  .current-top-category ul li  a {color:#333 !important}
  
    #pages ul li ul li a { font-size:14px !important}
    
    
    .homepagecontent h1 {font-size:11px !important; color: #B3B3B3 !important; text-transform:uppercase; font-stretch:expanded;margin:0}
	
#downloadarea a {
text-decoration: none; color: #333333; border-bottom: 0px;
}
#downloadarea a:hover {
text-decoration: none; color: #d1002d; border-bottom: 0px;
}
#downloadarea a:link {
text-decoration: none; color: #33333; border-bottom: 0px;
}
#downloadarea a:link hover{
text-decoration: none; color: #d1002d; border-bottom: 0px;
}
#downloadarea a:visited {
text-decoration: none; color: #333333; border-bottom: 0px;
}
