/***************************************\
|	Foglio di stile CAMPAIGN - Alpha 1	|
\***************************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #cb975f;
	font-size: 12px;
	color: #f9edb7;
	margin: 0px;
	padding: 0px;
}
a {
	color: #f9edb7;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
table {
	border-collapse: collapse;
} 
table td {
	padding: 0px;
}
hr {
	display: none;
}
img {
	border: 0px;
}
.recupero {
	clear: both;
}

/***********************\
|	smo_site			|
\***********************/
#smo_site {
	width: 780px;
	background-color: #935f27;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	position: relative;
}

/***********************\
|	header				|
\***********************/
#header {
	margin: 0px 3px 0px 3px;
	background-image: url(image/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 113px;
}

/***********************\
|	nav bar				|
\***********************/
#nav_bar ul {
	margin: 0px;
	padding: 5px 3px 15px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}
#nav_bar li {
	display: inline;
	padding: 0px 0px 0px 6px;
}
#nav_bar li a {
	color: #f9edb7;
	font-size: 11px;
	line-height: 13px;
}

/***********************\
|	Copyright			|
\***********************/
#copyright {
	width: 733px;
	margin: -30px auto 0px auto;
	text-align: center;
	padding: 4px 0px 10px;
	color: #5f3500;
	position: relative;
}
#copyright a {
	color: #5f3500;
}

/***********************\
|	Indice immagine		|
\***********************/
.menu_immagine {
	text-align: center;
}

/***********************\
|	Indice HTML			|
\***********************/
.menu_html {
	text-align: center;
}

/***********************\
|	Carrello			|
\***********************/
.carrello {
	width: 265px;
	height: 65px;
	margin: 0px auto;
	background-image: url(image/bg_carrello.gif);
	position: relative;
}
.imm_carrello {
	width: 55px;
	height: 55px;
	background-image: url(image/bg_immcarrello.gif);
	position: absolute;
	top: 5px;
	left: 5px;
}
.ico_carrello {
	width: 55px;
	height: 55px;
}
.prezzo {
	position: absolute;
	top: 25px;
	left: 70px;
}
#carrello td.prima_riga_1 {
	background-color: #e9a155;
	padding: 4px;
	color: #7f4f1c;
}
#carrello td.prima_riga_2 {
	background-color: #d08433;
	padding: 4px;
	color: #7f4f1c;
}
#carrello td.seconda_riga {
	border-top: 2px solid #7f4f1c;
	padding: 4px;
	background-color: #5c3812;
}
