/* CSS Document */

body {

margin:0;
}

#wrapper {
	width: 890px;
	font: 11px Arial, sans-serif;
}

#testa {
	height: 67px;
	background-image: url(/image/head.gif);
	text-align: right;
}

#menu {
	background-color:#D6B36C;
	height:18px;
	border-top : 1px solid #000000;
	border-bottom: 1px solid #000000;
}

form {
	padding: 0;
	margin: 0;
}


.buttonscontainer {width: 112px;float:left;padding-left:4px;}

.buttons a {color: #000000;
background-color: #D2BEA4;
padding: 2px;
padding-left: 3px;
margin-bottom:4px;
display: block;
border-bottom: 1px solid #FFFFFF;
font: 11px Arial, sans-serif;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #AD753C;
color: #FFFFFF;
text-decoration: none;}

a.buttonsselected {
	color: #FFFFFF;
	background-color: #AD753C;
	padding: 2px;
	padding-left: 3px;
	margin-bottom:4px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font: 11px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}

.buttons2 a {color: #000000;
background-color: #E8DFD1;
padding: 2px;
padding-left: 3px;
margin-bottom:4px;
display: block;
border-bottom: 1px solid #FFFFFF;
font: 11px Arial, sans-serif;
text-decoration: none;
text-align: left;}

.buttons2 a:hover {background-color: #D2BEA4;
color: #FFFFFF;
text-decoration: none;}

.menucontainer {padding-left:10px;}

.menu a {color: #000000;
background-color: #D6B36C;
padding: 2px;
width:120px;
/*padding-left: 10px;
padding-right: 10px;*/
float:left;
font: 11px Arial, sans-serif;
text-decoration: none;
text-align: center;}

.menu a:hover {background-color: #AD753C;
color: #FFFFFF;
text-decoration: none;}


#contenuto {
	width: 512px;
	float: right;
	background-image: url(/image/fondo_contenuto.jpg);
	min-height: 370px;
	height: auto !important;
	height: 370px;
}

#collezioni {
	width: 658px;
	float: left;
	text-align:left;
	background-color: transparent;
	background-image: url(/image/fondo_contenuto.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#collezioni #immagineTitolo {
	margin-left: 120px;
	padding:0 5px 5px 0;
	float:left;
}

h1,h2,h3 {
	font-size:12px;

}

a {

color:#000;
text-decoration: underline;

}

a:hover {

color:#000;
text-decoration: none;
}

input,textarea, select {
	width: 200px;
	border: 1px solid #D2BEA4;
}

#chkPrivacy, #chkNewsletter {
	width: 15px;
}


	/* CSS for the box starts here */
	.box {
		padding:0 12px 0 0;
		background:#fff url(/image/borders.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(/image/borders.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(/image/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(/image/box.gif) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(/image/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(/image/box.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#efece6;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}