@charset "UTF-8";
/* CSS Document */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background-color: #36F;
	/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border: 1px solid #000;
	padding: 3px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius: 5px;/*	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #06C;*/
}
.boxhead h2 {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
	text-shadow: 333 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background-color: #69F;
	/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #000;
	padding: 10px;
	background-image: url(../img/fondomenu.png);
	background-repeat: repeat;
}
.boxprice {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}

.boxprice1  {
font-family : Tahoma, Geneva, sans-serif;
font-size : 12px;
font-style : oblique;
color : #fff;
background-color : #000;
border : 1px solid #000;
margin-top : 0;
margin-right : 20px;
margin-bottom : 0;
margin-left : 220px;
padding : 0;
} 
