/* CSS Masserie Sant'Eramo - Arix@you per Comma 3 */

/********* main elements *********/ 

body {
	color: #000;
	background-color: #fff;
	margin: 0.5in 0.25in;
	font: 11pt/15pt "Lucida Grande", Helvetica, sans-serif;
	}
	
td, div, p {
	color: #333;
	line-height: 18px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	border-bottom:1px solid #ccc;
	padding:4px 20px;
}

h1 {
	color: #666;
	font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: normal;	
	margin: 0px;
	font-weight:normal;
}

h3 {
	color: #80806E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: normal;	
	margin: 10px 0px 10px 0px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	border-bottom:1px dotted #CCCC8D;
}

img {
	border:0;
}

/********* structural elements *********/ 
#top {
	display:none;
}


#main {
	width:600px;
	margin:0px;
	padding:0;
}

	#left {
		width:600px;
		margin:0px;
		padding:0px 30px 0px 0px;
	}
	
		#claim {
			width:465;
			text-align:right;
		}

	#right {
		display:none;
	}

#manage {
	display:none;}


#footer {
	display:none;
}

/********* link *********/ 

a {
	text-decoration: none;
}
a:link {
	color: #000;
	background: #fff;
	font-weight: bold;
}
a:visited {
	color: #000;
	background: #fff;
	font-weight: bold;
}

/********* form *********/ 
form {
	display: inline;
}

input, textarea, select {
	border:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin:0px;
	padding:2px;
	display:inline;
	background:#fff;
	}
    
input.button {
	height:19px;
	margin:0px
	}

input.noborder {
	border: none;
	margin:0px;
	padding:0px;
	display:inline;
}

button.ordina {
	background: url(../img/ordina.gif) no-repeat;
	width: 70px;
	height: 17px;
	padding: 20px;
	border: none;
	cursor: hand;
	margin: 5px;
}

button.elimina {
	background: url(../img/elimina.gif) no-repeat;
	width: 70px;
	height: 17px;
	padding: 20px;
	border: none;
	cursor: hand;
	margin: 5px;
}

button.ricalcola {
	background: url(../img/ricalcola.gif) no-repeat;
	width: 70px;
	height: 17px;
	padding: 20px;
	border: none;
	cursor: hand;
	margin: 5px;
}

button.continua {
	background: url(../img/continua.gif) no-repeat;
	width: 70px;
	height: 17px;
	padding: 20px;
	border: none;
	cursor: hand;
	margin: 5px;
}

.quantity {
	border: 1px solid #DFD1AE; 
	font: 11px arial, verdana, sans-serif;
	width: 16px;
	height: 20px;
}

.formbut { /* bottoni */
	background: #CCCC8D;
	color: #fff;
	font-weight: bold	;
	margin-top: 10px;
	margin-bottom: 10px;
} 

/* form per la registrazione */

fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

legend {
	margin: 10px 0px;
	padding: 2px 4px;
	font: bold 1em Verdana, arial, sans-serif;
	color: #000;
}	
/********* for products *********/ 

#productlist {
	margin:20px 0;
	float:right;
}

#productlist a {
	background:url(../img/arrow1.gif) no-repeat 0 45%;
	padding:10px 5px 10px 20px;
	font-size:13px;
	color:#1A2F48;
}

.marchimg {
	float:left; 
	width:120px; 
	height:210px; 
	display:block; 
	padding:0px; 
	margin:10px 30px 5px 10px; 
	overflow:hidden; 
	text-align:center;
	color:#999;
	}
	
.marchimg img {
	display:block;
	border:solid 1px #ccc;
	}

.marchimgM {
	float:left; 
	width:480px; 
	height:340px; 
	display:block; 
	padding:0px; 
	margin:0px 10px 5px 0px; 
	overflow:hidden; 
	color:#999;
	}
	
	.marchimgM img {
		float:left;
		margin-right:20px;
		}
		
	.marchimgM .text {
		margin-top:30px;
		}
		
/********* styles for image zoom *********/ 

.highslide {
	cursor: url(../img/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #fff;

}
.highslide:hover img {
	border: 1px solid #ccc;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/********* styles for text zoom *********/ 

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.stretcher {
	background:url(../img/bg_ricette.gif) no-repeat bottom right
}

		
/********* for print *********/ 

#printheader {
	padding: 0px;
	margin-bottom: 20px;
	height: 97px;
	border-bottom: 2px solid #666;
	font: 24pt/18pt "Lucida Grande", Helvetica, sans-serif;
}

#printfooter {
		font: 10pt Tahoma, arial, verdana, sans-serif;
		text-transform: lowercase; 
		padding: 0;
		margin-top: 20px;
		height:50px;
		width: 600px;
		border-top: 2px solid #666;
		text-align: right;
}




