#buy_steps
{
padding:10px 20px 10px 10px;
overflow:hidden;
width:auto;
height:auto;
background:#fff;
margin-top:20px;
margin-bottom:10px;
}

#step-txt
{
border:1px solid #cccccc;
background:#eeeeee;
font-size:12px;
text-align:justify;
padding:10px;
margin:0;
}

#steps
{
width:412px;
height:auto;
overflow:hidden;
}

.buy_step, .buy_step:visited
{
background:#eeeeee url(../img/step_off.png) no-repeat 4px 10px;
width:97px;
height:102px;
border:1px solid #4390BF;
float:left;
margin-right:12px;
margin-bottom:10px;
padding:10px 10px 0 20px;
text-align:left;
color:#4390BF;
font-weight:bold;
font-size:12px;
cursor:pointer;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}

.buy_step:hover
{
background:#eeeeee url(../img/step_on.png) no-repeat 4px 10px;
}

.current_step, .current_step:visited, .current_step:hover
{
background:#eeeeee url(../img/step_on.png) no-repeat 4px 10px;
border: 1px solid #ff9900;
color:#ff6600;
}

#step-carrello
{

}

#step-dati
{

}

#step-conferma
{
margin-right:0;
}
