/*** start GLOBAL DEFINITIONS ***/

.demoTarget {
	padding: 1em;
}

.demoTarget img {
	border: 0;
}

.demoTarget div {
	position: relative;
}

.demoTarget p {
	margin: 0 0 1.2em 0;
}

.demoTarget a {
	cursor: pointer;
}


.clr {
	clear: both;
}

div#wraper {
	width: 52.25em;
	margin: 1em auto;
	padding: 0 2em 3em 2em;
	border: 0.0625em solid #D1A449;
	border-bottom: none;
	border-top: none;
}

code {
	font: normal 1em Consolas, "DejaVu Sans Mono", "Lucida Console", "Curier New";
}

pre {
	border: 0.0625em solid #D1A449;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: #5F420C;
	color: #FBF5DF;
	padding: 1em;
	font: normal 0.75em Consolas, "DejaVu Sans Mono", "Lucida Console", "Curier New";
	opacity: 0.8;
}


/* personalizzazione SELECT BOX */

#menu_aree1 .demoTarget {
   margin: 0;
   padding: 0;
   border: none;
   font-size: 11px;
   text-transform: uppercase;
}

.jquery-selectbox .jquery-selectbox-moreButton {
   background-image: url("/img/arrow.png");
}

.jquery-selectbox-currentItem {
   padding-right: 5px !important;
}

.jquery-selectbox-item {
   padding-right: 5px !important;
}

.jquery-custom-selectboxes-replaced-list {
   width: 60px !important;
   height: 28px !important;
   top: 19px !important;
   margin-left: 4px;
}

.jquery-custom-selectboxes-replaced-list span {
	cursor: pointer !important;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover  {
   text-decoration: underline;
}

.jquery-selectbox .jquery-selectbox-list {
   background: white;
   margin-top: 2px;
   padding: 1px;
}

.jquery-custom-selectboxes-replaced {
   width: 80px !important;
   margin-top: 2px !important;
}



