@charset "UTF-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 220px;
border-right: 0px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
margin-left:0px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #fccb83;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #fccb83;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #f47200;
border-right: 10px solid #f6ab69;
background-color: #f98a28;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #f38524;
border-right: 10px solid #f5ba86;
background-color: #f8a554;
color: #fff;
}

/* CSS BOX HOSTING ECOMMERCE*/

#boxhostingeshop
{
    background: #FFFFFF url(../img/bghosteshop.gif) no-repeat;
    width: 250px;
    height: 230px;
	/*border:1px solid #666666;*/
}

#boxhostingeshop b,strong
{
	padding-top:5px; 
	padding-bottom:0px;
    font-weight : bold ;
	color: #000000;
}

.prezzo
{
	font-size:14px;
	color: #fb9001;
}

.hosteshop
{
    float: left;
	margin-top:7px;
	margin-bottom:7px;
    margin-left: 14px;
}

.txt-heshop     {

    margin-top: 3px;
	margin-left: 10px;

}

.listheshop   {  	
	margin:6px 0px 0px 25px;
    padding: 0px 0px 0px 0px; 
	list-style: url(../img/icona-lista.png); 
	font-size: 12px;
}


.buttonsheshop {
	text-align:center;
	padding-top:5px;
	margin-bottom:1px;
	clear:both;
	padding-bottom:0px;		
}