@import "base.css";

.box01_c1 {
	width: 248px;
	float: left;
	padding-bottom:1px;
}
.box01_c2 {
	width: 460px;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
}
.box01_c2 ul {
	list-style-type: none;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}
.box01_c2 li a {
	
}

.box01_c2 li  {
	width:255px;
	padding-top:10px;
	padding-bottom:8px;
	padding-right:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6deeb;

}
/* bottone */
.buttonwrapper_aznd{ 

/* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
padding: 10px 0px;

}

a.btn_aznd
{
float: right;
margin-left:10px;
}
a.btn_aznd
{
background: transparent url('/B2C/Images/Skin/Default/gfx/btn_gray_sx_new.png') no-repeat top left;
display: block;
float: left;

font-family: arial;
font-size: 11px;
line-height: 9px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 17px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

/*Grigio allineato a destra*/
a:link.btn_aznd, a:visited.btn_aznd, a:active.btn_aznd {
color:#000000; /*button text color*/
}

a.btn_aznd:hover
{ /* Hover state CSS */
background-position: bottom left;
}
a.btn_aznd span
{
background: transparent url('/B2C/Images/Skin/Default/gfx/btn_gray_dx_new.png') no-repeat top right;
display: block;
padding: 4px 9px 4px 0px; /*Set 9px below to match value of 'padding-left' value above*/
}

a.btn_aznd:hover span
{ /* Hover state CSS */
background-position: bottom right;
}


/* bottone fine */
