@charset "UTF-8";
@import url("default.css");
/* Work */

/*----- DESCRIZIONE -----*/

#descrizione{
	float: 						left;
	width: 						700px;
	margin: 					0px;
	padding: 					6px;
	color: 						#e2db9c;
	font-family: 				Arial, Helvetica, sans-serif;
	line-height: 				22px;
	font-size: 					11px;
}
#descrizione a{
	color: 						#c1c62e;
	text-decoration: 			none;
	margin-right: 				10px;
	padding-right: 				10px;
}
#descrizione a:hover{
	color: 						#c1c62e;
	text-decoration: 			none;
	margin-right: 				10px;
	padding-right: 				10px;
}

/*----- GALLERIA --- */

#slider{
	position:				relative;
	border: 					4px solid #342211;
	float: 						left;
	width: 						700px;
	height:						500px;
	margin: 					0px;
	padding: 					2px;
	overflow:					hidden;
}
#sliderContent {
	list-style-type: none;
    width: 700px;
    height:	500px;
	overflow: hidden;
	position: absolute;
	padding: 2px;
	top: 0;
	left: 0;
}
#sliderContent li{
    float: left;
    position: relative;
	display: none;
}
#sliderContent .clear {
	clear: both;
}

/*------ DETTAGLI ------*/

#dettagli{
	border-top-width: 			3px;
	border-top-style: 			solid;
	border-top-color: 			#342211;
	width: 						228px;
	float: 						left;
	margin: 					0px;
	padding-top: 				0px;
}

#dettagli ul{
	font-family: 				Arial, Helvetica, sans-serif;
	line-height: 				22px;
	color: 						#e2db9c;
	font-size: 					11px;
	display: 					block;
	list-style-type: 			none;
}
#dettagli ul li{
	display:					block;
	padding: 					1px 0px 1px 0px;
	margin: 					0px;
	border-bottom-width: 		1px;
	border-bottom-style: 		solid;
	border-bottom-color: 		#342211;
}
#dettagli ul li a{
	display: 					block;
	color: 						#e2db9c;
	text-decoration: 			none;
}
#dettagli ul li a:hover{
	display: 					block;
	border-left-style: 			solid;
	border-left-width: 			3px;
	border-left-color: 			#6db18f;
	color: 						#fff;
	padding-left: 				10px;
	text-decoration: 			none;
	background: 				#1d130a;
}
#dettagli ul li strong{
	font-weight: 				normal;
	display: 					block;
	border-left-style: 			solid;
	border-left-width: 			3px;
	border-left-color: 			#6db18f;
	color: 						#fff;
	padding-left: 				10px;
	text-decoration: 			none;
	background: 				#1d130a;
}

/*------- SIDEBAR -------*/

#Sidebar{
	float: 						left; 
	width: 						234px;
	margin-top: 				-32px;
	padding-top: 				32px;
	border-top: 				hidden !important;
}

/*-------- NAVIGATION -------*/

.navigation{
	color: 						#684f38;
	margin:						10px 0px 0px 0px;
	width: 						700px;
	float: 						left;
}
.navigation a{
	color: 						#684f38;
	text-decoration: 			none;
	border-bottom-width: 		1px;
	border-bottom-style: 		dotted;
	border-bottom-color: 		#342211;
}
.navigation a:hover{
	color: 						#998c5b;
	text-decoration: 			none;
}
.previous{
	padding: 					0px 20px 0px 0px;
	float: 						left;
}
.next{
	float: 						right;
}

