@import "login.css";
@import "contenuti.css";
@import "indici.css";

body {
	background-image:url(../images/fondo-body.gif);
	background-color:#FFF;
	background-repeat:repeat-x;
	padding:0; margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#wrap { position:relative; width:960px; margin:0 auto; 	}

#testata { width:960px; position:relative; height:154px; color:#FFF; font-size:12px; }

#testata #logo { position:absolute; top:0; left:0;}
#testata #logo img { border:none; }

#testata #dati { position:absolute; top:0px; left:200px; color:#AACFFB; }
#testata #dati a { text-decoration:none; color:#FFFFCC; }
#testata #dati a:hover { text-decoration:underline; }

#testata #ricerca { 
	position:absolute; top:0; right:0; width:240px; height:154px; 
	background:url(../images/tremshop.gif) no-repeat; text-align:right;
	} 
#testata #ricerca form { font-size:10px; margin:0px; padding:7px 0 0 0; }
#testata #ricerca input.txt { padding:3px; background: url(../images/fondo-ricerca.jpg); border:none; }
#testata #ricerca input.but { border:none; background:none;}

#carrello { position:relative; }

#carrello .giallo { 
	background-image:url(../images/sfuma-carrello.jpg); 
	margin-bottom:15px;
	padding:13px 20px; 
	font-size:10px;
	}
#carrello .bottoni { position:absolute;top:7px; right:0px; }
#carrello .bottoni img { border:0; margin:0 5px; }

#contenuti { width:960px; display:block; }

#check { width:960px; position:relative; }

#login { width:240px; height:115px; background:url(../images/box-login.gif); }
	
#piede { 
	clear:both;
	width:960px; text-align:right;
	font-size:10px; color:#999; 
	margin-top:30px; 
	border-top:1px dotted #999;
	}

#piede a { text-decoration:none; color:#069; }
	
.clear { clear:both; }
