#dettaglio {
	width: 100%;
}

/* LATO SINISTRO */
#dettaglio #obj-sx {
	width: 39%;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 40px;
}
#dettaglio #obj-sx #foto{
	width: 100%;
	text-align: center;
}
#dettaglio #obj-sx #foto img{
	margin-top: 10px;
	border: 1px solid black;
}
#dettaglio #obj-sx #miniature {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
#dettaglio #obj-sx #miniature a {
	margin: 10px;
}
#dettaglio #obj-sx #miniature img {
	margin: 5px;
}
#dettaglio #obj-sx #miniature .tech {
	display: block;
	padding-bottom: 20px;
	font-size: 12px;
}

#dettaglio #obj-sx h1{
	background-color: #FFFFFF;
}
#dettaglio #obj-sx h1 a {
	display: block;
	cursor:pointer;
	margin-top: 20px;
	padding-left:20px;
	color: #76CC29;
	font-size: 13px;
	line-height: 12px;
	background-image: url('../images/arrowdett.gif');
	background-repeat: no-repeat;
}

#dettaglio #obj-sx h1 a.selected{
	background-image: url('../images/arrowdett2-red.gif') ;
}

#dettaglio #obj-sx .moreinfo{
	border: 1px solid #c8c8c8;
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
}
#view_shipping .title {
	background-color: #76CC29;
	height: 19px;
	border: 1px #C8C8C8 solid;
	padding-top: 3px;
}
#view_shipping label {
	width:100%;
	color: #FFFFFF;
	font-weight: bold;
}
#view_shipping .element {
	padding-top: 3px;
	padding-left: 3px;
	text-align: center;
	height: 29px;
	border: 1px #C8C8C8 solid;
}
#view_shipping input[type=text] {
	width: 200px;
}

/* LATO DESTRO */
#dettaglio #obj-dx {
	/*
	width: 59%;
	float: right;
	*/
	margin: 0px;
	padding: 0px;
}

#dettaglio #obj-dx .object-header-sx  {
	width: 220px;
	height: 150px;
	float: left;
	margin: 0px;
	text-align: center;
}
#dettaglio #obj-dx .object-header-sx h1 {
	margin: 0px;
	padding: 5px;
	font-size: 20px;
	color: #76CC29;
	background-color: #FFFFFF;
}
#dettaglio #obj-dx .object-header-sx h1 .sub, #dettaglio #dx .object-header-sx h2 {
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	color: #BFBFBF;
}
#dettaglio #obj-dx .object-header-sx h2 {
	font-style: italic;
}

#dettaglio #obj-dx .object-header-sx h3 {
	margin: 0px;	
	padding: 5px;
	padding-bottom: 0px;
	font-size: 20px;
	color: #76CC29;
}
#dettaglio #obj-dx .object-header-sx h4 {
	margin: 0px;
	font-size: 10px;
	color: #BFBFBF;
}


#dettaglio #obj-dx .object-header-dx  {
	width: 220px;
	height:150px;
	float: right;
	margin: 0px;
	text-align: center;
}

#dettaglio #obj-dx .object-header-dx h2 {
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-size: 18px;
	color: #76CC29;	
}
/*

*/
#dettaglio #obj-dx .object-header-dx h3 {
	text-align: center;
	vertical-align: center;
	color: #76CC29;
	padding-top: 5px;
}
#dettaglio #obj-dx .object-header-dx h4 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #BFBFBF;
}


#dettaglio #obj-dx .short {
	display: block;
	margin: 0px auto;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}
#dettaglio #obj-dx .long {
	display: block;
	width: 90%;
	margin: 0px auto;
	font-size: 14px;
	line-height: auto;
	font-family: arial;
}
#dettaglio #obj-dx .long ul {
	margin:0px;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 12px;
}

#dettaglio #obj-dx .long ul li {
	margin:0px auto;
	padding:0px;
	margin-left: 15px;
	list-style-type:square;
}

