html,body{margin: 0;padding: 0}
body{font: 66% Verdana,Arial,sans-serif;text-align:center}
h1,h2,h3{font-family: "Trebuchet MS",Arial,sans-serif;margin: 0}
h1{color: #7FA0B1;font-size: 200%}
h2{color: #B8B8B8;font-size: 180%}
h3{color: #A47E6A;font-size: 150%}
p{margin: 0 0 0.8em 0}

hr {
    height: 1px;
    color: #3578AF;
}

img { border: 0px; }

DIV#contenuto {
    width: 880px;
    border: 1px solid #999;
    margin: 0 auto;
    text-align: left;
}

DIV#header{
    line-height:130px;
    height: 130px;
    min-height: 130px;
    background-image: url(/images/bg_top.jpg);
    
}

DIV#corpo{
 	float: right;
    width: 680px;  /* 628 */
    margin: 0px auto;
    padding-left: 0px;
}

DIV#sinistra{
    float: left;
	background: url(/images/bg_left.gif) repeat-y;
    width: 175px;
    height: 100%;
}

DIV#footer{
	clear: both;
    width: 880px;
	background: url(/images/bg_bottom.jpg) bottom no-repeat;
    height: 61px;
	text-align: left;
	font-size: 8pt;
}

DIV#footer div {
	padding: 25px 0 0 30px;
}

/*-----------------*/
DIV#c{
    padding: 10px;
    font-size: 8pt;
}


DIV#menu{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    margin-top: -15px;
    height: 21px;
}

DIV#menu a{
    color: #333;
}


/*-----------------*/
a:link{
    color: #336633;
    text-decoration: none;
}
a:visited{
    color: #336633;
    text-decoration: none;
}
a:hover{
    color: #FF6600;
}
/*-----------------*/

.titolo{
	font-weight: bolder;
	text-align: right;
	color: green;
    height: 20px;
	background: url(/images/bg_titoli.jpg) right no-repeat;
    padding: 0 40px 0 20px;
    border-bottom: 1px solid #ccc;
/*    text-decoration: underline;*/
}

.titolo_white{
    font-size: 13pt;
    color: white;
    font-weight: bolder;
}

.rosso {
    color: red;
    text-decoration: blink;
}

.titolo_big{
    font-size: 13.5pt;
    color: #333333;
    font-weight: bolder;
}

.txt_medio{
    font-size: 10px;
    color: #333333;
    font-weight: bolder;
}
.risultato{
	color: blue;
    padding: 6px 0px 10px 6px;
}
.risultato a{
    font-size: 9pt;
    font-weight: bolder;
    display: block;
    float: left;
    padding: 1px 3px;
    border: 1px solid #ccc;
    background-color: #D6DFE7;
    color: #000000;
    margin: 0 10px 2px 0;
}
.risultato a:hover, .risultato a.active{
    background-color: #4A82B5;
    color: white;
}



textarea{
    font-family: Arial,Verdana,sans-serif;
    font-size: 10px; 
    width: 350px;
}

.input {
	border: 1px solid #528AB5;
	height: 15px;
}

.art-prezzo{
    font-size: 16pt;
    font-weight: bolder;
    color: #647C99;
}
.art-prezzo2{
    font-size: 14px;
    font-weight: bolder;
    color: #739667;
}
.prezzo_listino {
    font-size: 12px;
    text-decoration: line-through;
    color:red;
}


.posizione{
    font-size: 10pt;
    font-family: Verdana,Arial,sans-serif;
    color: #333;
    font-weight: bolder;
}

.carrello_top {
    border-bottom: 1px solid #666666;
    background: url(/images/bg_carrello.jpg) repeat-x;
    color: white;
}

.bordo_bottom {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
}


.superofferta {
	background: url(img/superofferta.gif) no-repeat center;
	width: 230px;
	height: 190px;
	display: block;
	padding-top: 15px;
	margin-right: 20px;
}
.superofferta .art-prezzo {
	color: red;
	font-size: 19pt;
}


/* MENU CAT */

#mmenu {
    width: 150px;
}

#mmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

#mmenu li {
    margin: 2px 0 0;
}

#mmenu a {
	display: block;
	width:145px;
	padding: 2px 2px 2px 6px;
	text-decoration: none;
	font-size: 11px;
}

#mmenu a:link, #cmenu a:active, #cmenu a:visited {
    color: #336633;
}

#mmenu a:hover, #mmenu a.active {
    background: url(/images/menu_roll.jpg) no-repeat;
}

/*-------- CARRELLO ---------*/
.carrello_header { border-bottom:1px solid #666;background-Color:#94B2C6;padding: 2px; }

.cella_s {
    width: 30%;
    padding: 2px;
    float:left;
}

.cella_d {
    width: 65%;
    float:left;
    padding: 2px;
}
.cella_clear {
    clear:both;
}
