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

a:link { color: #6C6F70; }
a:visited { color: #6C6F70; }

#content {
  padding:0;
}

#head
{
  padding:0px;
  /*background-color:#6C6F70;*/
  color:#eee;
}

#shopping_cart {
  padding:0px;
}

h1 {
  padding:0px;
  background-color:#6C6F70;
  color:#eee;
}


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

div.cart {
  clear:both;
  /*border:1px solid #707173;*/
  background-color:#fbf8f3;
  padding:8px;
  width:485px;
}

div#bottom_action
{
  width:500px;
}

div#empty
{
  float: left;

}

div#paybutton
{
	float: right;
}

div#wastebin {
	float: right;
	top: 100px;
	right: 80px;
	position: relative;
	width:120px;
  padding:5px;
  /*border:1px solid #eee;*/
}

img#wastebin{
	margin-left:12px;
	margin-top: 10px;
}

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

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

div.cart-active {
  background-color:#EFE5D5;
}

div.wastebin-active {
  width:130px;
  padding:5px;
  background-color:#ccc;
}

#cart {
  clear:left;
  min-height:132px;
  margin:5px 0;
}

#product_list {
  height:120px;
}

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

div.nome {
	clear: left;
	font-weight: bold;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 3px;
}

#total {
  text-align:right;
}

hr.carrello_bottom
{
  width:498px;
  height:20px;
  margin-left: 0px;
  margin-top: 20px;
  text-align: left;
  background-color:#C09B5B;
  border: 2px solid #C09B5B;
}
hr.carrello_bottom
{
  height:3px;
}
p.yourcart
{
	color:#C09B5B;
	font-size: 15px;
	font-weight: bold;
}
.title {
	margin-top:40px;
	position:absolute;
}


