/* GLOBAL */
body { 
	background-image: url(../images/bg.jpg); 
	text-align:center; 
	font-family:Tahoma; 
	font-size:12px; 
	color:#666666; 	
	line-height: 18px;
	height:100%;
	margin-top:20px;
	margin-bottom:10px;
}
p { margin-top:0px; }
img { border:0; }

/* CLEAR */
div#clear { clear:both; }

/* WRAPPER */
div#wrapper { width:790px; margin:0 auto; }
div#cart_wrapper, form.checkoutForm { width:650px; margin:0 auto; padding:4px; }

/* HEADER e COLONNE */
#header {
	width:790px;
	height:240px;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
}
#content { width:790px; background-image:url(../images/content_bg.jpg); text-align:left; height:100%; border-bottom:solid 4px #BDE3EE; }
#content #left { width:137px; float:left; padding:10px; }
#content #right { width:613px; float:right; padding:10px; }
div#left {text-align:center; }
div#left img { margin-bottom:20px; }

/* MENU */

#menu { list-style:none; padding:0; margin:0; width:790px; height:210px; position:relative; }
#menu a { display:block; text-indent:-900%; position:absolute; outline:none; }
#menu .home { width: 140px;height:50px; left:70px; top:40px; }
#menu .shopping { width:140px; height:50px; left:210px; top:40px; }
#menu .link { width:120px; height:50px; left:350px; top:40px; }
#menu .info { width:140px; height:50px; left:470px; top:40px; }
#menu .contact { width:120px; height:50px; left:610px; top:40px; }

/* PAGINE */

#right h1 { margin: 0 0 20px 0; font-size:16px; color:#ED6AA7; }
#right a { color: #5CC5ED}

/* NEWS */

div#news { margin-bottom:20px; }
span.titolo, span.data, span.newscont { display:block; }
span.titolo { font-size:18px; color:#ED6AA7; width:540px; padding:0 10px 0 0}
span.data { 
	text-align:right;
	font-weight:bold;
	padding:0 10px 0 0
}
span.newscont { clear:both; padding:10px 10px 0 0; }
div#news img { margin:10px; }

/* Cartbox */
div.cartbox { 
	display: none; 
	width:120px; 
	height:55px; 
	background:url(../images/messagebox.png) no-repeat; 
	margin: -15px auto 0px auto;
}
div.cartbox span { display: block; padding: 20px 3px 3px 3px; font-size: 11px; line-height:normal; }

/* Vetrina oggetti */
div#thumbs { float:left; width:117px; margin: 0 10px 10px 0; text-align:right; }
#thumbs img { margin-bottom:5px; }
img.thumbs_extra { margin: 0 2px 0 2px; }
div.simpleCart_shelfItem { width:45%; float:left; margin-bottom: 50px; }
h2.item_name { margin: 0px 0px 10px 0px; font-size:14px; color:#E46A95; }
span.item_desc { font-size:11px; line-height:normal; display:block; margin-bottom:10px; }
span.button { display:block; margin-top:10px;}

/* Carrello - Wrappers */
div#cart_wrapper { background-color:#BDE3EE; border-radius:0.3em;-webkit-border-radius:0.3em;-moz-border-radius:0.3em; }
#cart_wrapper h1 { margin: 10px 0px 10px 0px; color:#FFFFFF; font-size:18px; }
div#cart { background-color:#FFFFFF; border-radius:0.3em;-webkit-border-radius:0.3em;-moz-border-radius:0.3em; padding:5px; }

/* Carrello - Tabella items */
#cart .itemContainer { clear:both; }
#cart .itemContainer .itemName {
	width:280px;
	float:left;
	text-align:left;
	padding: 5px 0px 5px 18px;
	border-bottom:dashed 1px #CBC8E2;
	background:url(../images/cart_item.jpg) no-repeat left center;
	font-weight:bold;
	color:#E46A95 ;
}
#cart .itemContainer .itemPrice {
	width:80px; 
	float:left; 
	text-align:left;
	padding: 5px 0px 5px 18px;
	border-bottom:dashed 1px #CBC8E2;
	background:url(../images/cart_price.jpg) no-repeat left center;
}
#cart .itemContainer .itemQuantity {
	width:30px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:dashed 1px #CBC8E2;
	background:url(../images/cart_quantity.jpg) repeat-x left center;
	}
#cart .itemContainer .itemdecrement {
	width:18px; 
	float:left; 
	text-align:right; 
	padding-top:5px; 
	padding-bottom:5px;
	border-bottom:dashed 1px #CBC8E2
}
#cart .itemContainer .itemincrement {
	width:40px; 
	float:left;
	text-align:left;  
	padding-top:5px; 
	padding-bottom:5px;
	border-bottom:dashed 1px #CBC8E2
}
#cart .itemContainer .itemTotal {
	width:100px; 
	float:left;
	text-align:left;
	padding: 5px 0px 5px 18px;
	border-bottom:dashed 1px #CBC8E2;
	background:url(../images/cart_total.jpg) no-repeat left center;
	font-weight:bold;
}
#cart .itemContainer .itemremove { 
	width:30px; 
	float:left;
	padding:5px 5px 7px 0px; 
	border-bottom:dashed 1px #CBC8E2;
	text-align:right;
}

/* Svuota */
div#emptycart { 
	background-color: #F9BEC4;
	border-radius:0.3em;-webkit-border-radius:0.3em;-moz-border-radius:0.3em;
	width:100px;
	padding:3px;
	float: right;
	clear:both;
	margin: 5px 5px 0px 0px;
}
div#emptycart a { color:#FFFFFF; font-weight:bold; text-decoration:none; }

/* Carrello - Totale */
div#cart_total { text-align:center; padding:10px; clear:both }
#cart_total h2 { margin: 0 0 10px 0; font-size:18px; background-color:#BDE3EE; padding: 5px; color:#FFFFFF;
 }
span.simpleCart_total { font-weight:bold; }
#cart_total hr { color: #CBC8E3; background-color: #CBC8E3; height: 1px;  border: 0; width: 80%; }
span.cart_finaltotal {
	background-color:#ED6AA7;
	border-radius:0.3em;-webkit-border-radius:0.3em;-moz-border-radius:0.3em; 
	padding:5px; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF;
}
div#checkout_button { margin-top:20px }


/* Carrello - Form invio */
form.checkoutForm { margin-top:20px; width:400px; text-align:left; }
label { display:block; width:120px; float:left; text-align: right; padding:2px; }
#name #surname #emailFrom #address #note { 
	display:inline; 
	border: solid 1px #CCCCCC; 
	font-family:Tahoma; 
	font-size:12px; 
	color:#333333; 
}
#checkoutForm ol li, #contact ol li { list-style:none; }
#checkoutForm li, #contact li { margin-bottom:5px; }
div#submitbutton, li#submitbutton { text-align:center; margin-top:10px; }
span.error, span.message { display:block; font-size:11px; color:#FF0000; text-align:left; margin-left:125px; }

/* Confirm message */
div#confirm_message { display:none; }
span.email { font-size:14px; font-weight:bold; }




