/* STILI GENERALI */
/*
html, body, div, span, p, a, em, img, strong, fieldset, form, label, legend, input { margin:0; padding:0; border:0; outline:0; font-size:100%;  } 

html body div.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; visibility:hidden; width:0; height:0; }

body { background:#EEEEEE; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:150%; }


#wrapper { width:960px;	margin:20px auto; background:#FFFFFF; }

#container { width:920px; margin:20px; text-align:left; float:left; display:inline; }

h1 { font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal; color:#0033FF; margin:0; padding:0; }
h2 { margin:20px 0 10px 0; font-weight:normal; font-size:18px; }
a { text-decoration:none; color:#CC0000; }
*/

td,th {
padding:12px;	
}

.alignRight {
	text-align: right;
}
/* STILI PRODOTTO */

.simpleCart_shelfItem {
	clear: both;
	border-top: thin solid #8205A9;
	margin-bottom:20px;
}


.simpleCart_shelfItem p { 
	margin:10px 0 0 0; 
}

.item_name {
	font-weight:bold;
	font-size:12px;
	margin:10px 0;
	padding:0;
}

.item_size { font-size:12px; }


.item_add {
	clear: both;
}


.item_price{
	font-size: 20px;
	font-weight: 400;
}

/* STILI CARRELLO */
.simpleCart_items {
	float: left;
	display: inline;
	width: 100%;
	background: #AAAAAA;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 10px;
}
.itemContainer, .cartHeaders {
	width: 100%;
	float: left;
	display: inline;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.cartHeaders {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}
.itemContainer div, .cartHeaders div {
	float: left;
	display: inline;
	border-right: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100px;
}
div.itemName {
	font-weight: bold;
	width: 200px;
}
div.itemTotal {
	border-right: none;
}

#cartTotal {
	text-align: right;
	padding-top: 100px;
	padding-bottom: 50px;
}

/*
#cartTotal .simpleCart_total, .simpleCart_shippingCost, .simpleCart_finalTotal {
	margin-right:15px;
	padding:5px;
	-moz-border-radius:5px; border-radius:5px;
	background:#EEEEEE;
	font-weight:bold;
}
*/

/* STILI BOTTONI CHECKOUT / SVUOTA CARRELLO */
/*
.simpleCart_empty{
	color:#FFFFFF;
	background:#CC0000;
	font-size:10px;
	padding:5px;
	margin-left:5px;
	text-transform:uppercase;
	-moz-border-radius:5px; border-radius:5px;
}
*/
/*
.simpleCart_checkout{
	padding:5px;
	margin-left:5px;
}
*/
