#minicart-content
{
width:auto;
padding:12px;
overflow:hidden;
}

#minicart-totals
{
text-align:right;
font-size:14px;
color:#4390BF;
font-weight:bold;
overflow:hidden;
}

#minicart-totals a
{
color:#024780;
}

#minicart-title
{
padding:4px 10px;
float:left;
}

#minicart-resume
{
padding:6px 10px 4px 4px;
float:right;
}

.minicart-cat-4
{
border:2px solid blue;
}
.minicart-cat-5
{
border:2px solid orange;
}
.minicart-cat-6
{
border:2px solid yellow;
}
.minicart-cat-7
{
border:2px solid green;
}

.minicart-item
{
width:120px;
height:auto;
float:left;
margin-right:12px;
overflow:hidden;
font-size:11px;
}

.minicart-item a
{
color:#000000;
}

.minicart-nome-art
{
height:12px;
font-size:11px;
overflow:hidden;
text-align:left;
}

.minicart-img-art
{
height:80px;
overflow:hidden;
}

.minicart-q-art
{
height:12px;
float:left;
padding-left:10px;
}

.minicart-price-art
{
height:12px;
float:right;
padding-right:10px;
}

.minicart-img-link
{
display:block;
width:120px;
height:80px;
background-position:center center;
}


.jcarousel-container
{
width:640px;
overflow:hidden;
}

.jcarousel-clip
{
width:540px;
float:right;
}

.jcarousel-prev
{
width:32px;
height:108px;
background:#000;
float:left;
}

.jcarousel-next
{
width:32px;
height:108px;
background:#000;
float:right;
}

/*nascondo il minicart dinamico*/
#minicart-content{
display:none!important;
}