body {
  background-color:#FFFFFF;
  color:#C09B5B;
  width: 960px;
}

a:link { color: #333; }
a:visited { color: #333; }

#content {
  padding:0;
}

#counter {
  padding:0px;
}

h1 {
  padding:10px;
  background-color:#35658F;
  color:#eee;
}

img.products {
  float:left;
  width:100px;
  height:100px;
  margin-right:10px;
  cursor:move;
}

div.cart {
  clear:both;
  border:0px solid #C09B5B;
  padding:8px;
	padding-bottom:12px;
  width:500px;
}


div.cart img {
  float:left;
  width:32px;
  height:32px;
  margin-right:10px;
  cursor:move;
}

div.cart div {
  font-size:12px/14px;
  font-weight:normal;
  color:##444;
  clear:left;
}


#cart {
	float: left;
  margin-top:20px;
	margin-left:135px;
}

#product_list {
  height:120px;
}

div.prezzo {
	clear:left; 
	text-align:center;
	margin-right: 10px;
}

#total {
  text-align:right;
}



#fields_required
{
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

#dati TD{
	text-align: right;
}

.totale {
	font-size: 1.2em;
}

.title{
	position: relative;
	height:32px;
}
#shopper TD{
	padding-left:10px;
	vertical-align: bottom;
}

hr.carrello_bottom
{
  height:20px;
  margin-left: 0px;
  margin-top: 20px;
  text-align: left;
  background-color:#C09B5B;
  border: 2px solid #C09B5B;
	height:3px;
}

