#left div {
    width: 200px;
    margin: 0 0 10px 0;
}


/* box ricerca */
ul.tagcloud{
	list-style: none;
	margin: 0;
    padding: 10px;
	line-height: 1;
    width: 180px;
	text-align: justify;
    position: relative;
    top: 60px;
}

ul.tagcloud li{display:inline}
ul.tagcloud a{text-decoration: none; color: #CBC029}
ul.tagcloud a:hover{text-decoration: underline;
    color: #CBC029; }
a.size1{font-size: 90%;}
a.size2{font-size: 110%;}
a.size3{font-size: 130%;}
a.size4{font-size: 150%; font-weight: bold; }
a.size5{font-size: 180%; font-weight: bold; }

#box_ricerca {
    height: 380px;
    background: url(/static/img/box-cerca.png) no-repeat;
    margin: 0 0 10px 0;
}

#box_ricerca input {
    width: 140px;
    margin: 0 0 10px 28px;
    position: relative;
    border: 2px solid #CBC029;
    color:#333333;
}

#box_ricerca button {
    background: url(/static/img/cerca_off.png) no-repeat 0 0;
    background: url(/static/img/cerca_on.png) no-repeat 0 0;

  width: 200px;
  height: 36px;
  padding-top: 20px;
  border: 0;
  margin:0 0 0 0;
}
#box_ricerca button:hover {
  background: url(/static/img/cerca_on.png) no-repeat 0 0;
}



/* box acquisto veloce */
#box_acquisto_veloce {
    padding-top: 110px;
    background: url(/static/img/box_acquisto.png) no-repeat;
}

#box_acquisto_veloce input {
    margin: 8px 5px 0 10px;
}
#box_acquisto_veloce input.cod {
    width: 100px;
}
#box_acquisto_veloce input.qt {
    width: 40px;
}

#box_acquisto_veloce button {
  width: 200px;
  height: 36px;
  padding: 0;
  border: 0;
  margin: 0;

  background: url(/static/img/acquista_off.png) no-repeat 0 0;
  background: url(/static/img/acquista_on.png) no-repeat 0 0;
}
form>button { /* For non-IE browsers*/
  height: 0px;
}
#box_acquisto_veloce button:hover {
  background: url(/static/img/acquista_off.png) no-repeat 0 0;
}

#box_preferiti {
margin-top:20px;
}

#box_facebook {
padding-top:1px;
}


