body {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	margin: 30px 0px 0px 0px;
	background: #000000;
}

#pageBlockCnt {
	background-position: top left;
	background-repeat: repeat-y;
}

#divLay {
	position:absolute;
	font-size: 10px;
	z-index:200;
}

#divLay2 {
	position:absolute;
	font-size: 10px;
	z-index:200;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.stroke {
	text-decoration: line-through;
}

.flabel {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 8px;
}

.no_float {
	clear: both;
}

a {
	outline: none;
}

img{
	outline: none;
	border: none;
}

#languages {
	width: 70%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0px 0px 15%;
	border: 1px solid silver;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#languages a {
	text-decoration: none;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid silver;
	margin: 3px 0px 0px 5px;
	padding: 0px;
}

#languages img {
	width: 16px;
	height: 16px;
}

#where {
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	background: #E71418;
	padding-left: 15px;
	height: 26px;
}

#you_are {
	color: #FFFFFF;
	font-size: 11px;
	width: 93%;
	margin-left: 3px;
	line-height: 25px;
}

#where_img {
	text-align: left;
	height: 80px;
}

#home_left_contents {
	float: left;
	width: 285px;
	height: 240px;
	padding: 5px;
}

#publications {
	float: right;
	position: relative;
	width: 450px;
	height: 250px;
}

#publications #veil_editorial {
	position: absolute;
	height: 100px;
	width: 450px;
	top: 150px;
	left: 0px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-color: #000000;
}

#publications #contents_editorial {
	height: 100px;
	width: 450px;
	position: relative;
	top: 150px;
	left: 0px;
	z-index: 10;
	color: #FFFFFF;
}

#publications #contents_editorial div {
	margin: 10px 0px 0px 10px;
}

#publications #contents_editorial span.title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #F5988F;
}

#publications #contents_editorial div.short_text {
	font-size: 10px;
	padding: 10px;
	margin: 0px;
}

#publications div.others_link {
	position: absolute;
	bottom: 15px;
	right: 5px;
	
}

#publications #contents_editorial a {
	color: #FFFFFF;
	text-decoration: none;
}

#publications #contents_editorial div.others_link a:hover {
	color: silver;
}

#publications #veil_news {
	height: 150px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 250px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	
	opacity:.70;
	background-color: #FFCC33;
}

#publications #contents_news {
	height: 150px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 250px;
	z-index: 10;
}

#publications  #contents_news div.others_link {
	bottom: 2px;
	right: 5px;
	text-align: center;
}

#publications #contents_news div.news {
	padding: 5px;
	height: 52px;
}

#publications #contents_news div img {
	float: right;
	width: 60px;
	height: 40px;
	border: 1px solid #F5988F;
}

#publications #contents_news a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#publications #contents_news a:hover {
	color: #F5988F;
}

#publications #contents_news a:hover img {
	border: 1px solid silver;
}

#home_categories {
	margin: 10px 0px 0px 5px;
	width: 100%;
}

#home_categories a {
	position: relative;
	float: left;
	display: block;
	width: 120px;
	height: 60px;
	margin: 10px 13px 0px 13px;
	text-decoration: none;
	color: gray;
	font-style: italic;
	font-size: 11px;
	border: 1px solid silver;
}

#home_categories a:hover {
	color: silver;
}

#home_categories a span.cat_name_veil {
	position: absolute;
	top: 9px;
	left: 9px;
	display: block;
	width: 90px;
	height: 30px;
	padding: 5px;
	background: gray;
	border: 1px solid silver;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	
	opacity:.40;
	z-index: 1;
}

#home_categories a:hover span.cat_name_veil {
	background: silver;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

#home_categories a span.cat_name {
	position: absolute;
	top: 9px;
	left: 9px;
	display: block;
	width: 90px;
	height: 30px;
	padding: 5px;
	text-align: center;
	border: 1px solid #FFFFFF;
	z-index: 10;
	color: #F5988F;
	font-weight: bold;
}

#home_categories a:hover span.cat_name {
	color: #FFCC33;
}

#home_categories a span.cat_thumb {
	position: absolute;
	display: block;
	width: 120px;
	height: 60px;
	z-index: 1;
}

#home_categories a:hover span.cat_thumb {
	filter:alpha(opacity=30);
	-moz-opacity:.30;	
	opacity:.30;
}

#footer {
	color: #FFFFFF;
	height: 65px;
	padding: 20px 10px 5px 10px;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;    font-size: 12px;
	background-image: url(../images_web/sfondo_footer.png);	
	background-position: 3px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
}

#col_sx {
	background-color: #FFFFFF;
	background-image: url(../images_web/sfondo_col_sx.jpg);	
	background-position: top left;
	width: 220px;
}

#col_dx {
	/* not implemented */
}

#categories {
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
	width: 200px;
}

#categories img {	
	margin: 5px 0px 10px 0px;
}

#categories div {
	text-align: left;
	height: auto!important;
	border-bottom: 1px solid #DDDDDD;
}

#categories a {
	text-decoration: none;
	padding: 4px;
	font-size: 12px;
	color: #0090AA;
	display: block;
}

#categories a:hover {
	color: #000000;
	background-color: #DDDDDD;
}

#best_sellers {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#best_clicked {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#ordering_utils a {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
}

#ordering_utils a:hover {
	color: #000000;
}

#stat {
	background: : #FFCC33;
	position: absolute;
	top: 40%;
	left: 47%;
	z-index: 100;
	width: 200px;
	color: #FFFFFF;
}

#stat_close {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	cursor: pointer;
	background: #FFFFFF;
	color: #FFCC33;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#stat_content {
	position: relative;
	background: #FFCC33;
	width: 200px;
	height: 45px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

#stat a{
	display: block;	
	text-align: center;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#stat a:hover {	
	color: silver;
}

#logo {
	display: block;
	width: 200px;
	height: 85px;
	float: left;
}

#auth_area {
	float: right;
	height: 120px;
	width: 570px;
	margin-top: 10px;
	margin-right: 0px;
}

#auth_area input[type="text"] {
	float: left;
	margin-bottom: 5px;
	width: 150px;
}

#auth_area input[type="password"] {
	float: left;
	margin-bottom: 5px;
	width: 150px;
}

#auth_area input[type="submit"] {
	float: right;
	margin-right: 10px;
	position: relative;
	top: -10px;
	background: #FFCC33;
	color: #FFFFFF;
	font-size: 10px;
	border: none;
}

#auth_area a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

#auth_area a:hover {
	color: silver;
}

#auth_area2 {
	float: right;
	height: 50px;
	padding: 5px;
	width: 400px;
	margin-top: 10px;
	margin-right: 20px;
	background: #DDDDDD;
	border: 1px solid silver;
}

#auth_err_msg {
 	font-size: 10px;
 	color: #FF0000;
 	text-align: center;
 	display: block;
 	padding: 2px;
 	border: 1px solid #FF0000;
 	width: 80px;
 	position: relative;
 	top: -60px;
	left: 220px;
}

#auth_area2 div {
	text-align: center;
}

#auth_area2 a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

#auth_area2 a:hover {
	color: silver;
}

#cart_summary_title {
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
	width: 200px;
}

#cart_summary_summary {
	font-size: 10px;
	background: #FFFFFF;
	padding: 10px;
	text-align: center;
	color: #FFCC33;
	margin: 0px 5px 10px 5px;
	border: 1px solid #FFCC33;
	border-top: none;
}

#page_content {
	width: 100%;
	padding: 40px 40px 20px 40px;
	text-align: left;
	font-size: 10px;
	background-color: #FFFFFF;
	background-position: top left;
}

A.a_tx1_col1 {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF2B3;
	text-decoration: none;
}

A.a_tx1_col1:hover {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;              font-size: 10px;        color: #F4F6E7;        text-decoration: none;
}

A.a_tx1_col2 {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #FE0000;        text-decoration: none;
}

A.a_tx1_col2:hover {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #000000;        text-decoration: none;
}

A.a_tx1_col3 {        cursor: pointer;        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #FFCC33;        text-decoration: none;
}

A.a_tx1_col3:hover {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #C0C0C0;        text-decoration: none;
}

A.a_tx2_col1 {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #FFF2B3;        text-decoration: none;        text-indent: 2px;
}

A.a_tx2_col1:hover {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #F4F6E7;        text-decoration: none;
}

A.a_tx2_col2 {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #303030;        text-decoration: none;
}

A.a_tx2_col2:hover {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #111111;        text-decoration: none;
}

A.a_tx2_col3 {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #FE0000;        text-decoration: none;
}

A.a_tx2_col3:hover {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #000000;        text-decoration: none;
}

.blocco_cella1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-right:15px;
	margin-top:18px;
	border: 0px solid #316AC5;
	WIDTH: 145px;
	HEIGHT: 58px;
	text-align: right;
	display: block;    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;    font-size: 10px;    color: #000000;
}

.blocco_cella2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-right:15px;
	margin-top:13px;
	border: 0px solid #316AC5;
	WIDTH: 135px;
	HEIGHT: 30px;
	text-align: left;
	display: block;    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;    font-size: 10px;    color: #000000;
}

.blocco_cella3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-right:25px;
	margin-top:0px;
	border: 0px solid #316AC5;
	WIDTH: 180px;
	HEIGHT: 15px;
	text-align: center;
	display: block
}

.tx1_nero {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #000000;
}

.tx1_blu {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #0012BA;
}

.tx1_bianco {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #FFFFFF;
}

.tx1_rosso  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #FF0000;
}

.tx2_nero  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #000000;
}

.tx2_bianco  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #FFFFFF;
}

.tx2_rosso  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #FF0000;
}

.tx2_grigio  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 12px;        color: #777777;
}

.tx3_nero {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 15px;        color: #000000;
}

.tx3_verde {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 18px;        color: #0B6600;
}

.tx3_rosso  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 15px;        color: #FF0000;
}

.tx4_nero {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 16px;        color: #000000;
}

.tx4_bianco {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 17px;        color: #DDDDDD;
}

#search {
	float: right;
	height: 45px;
	width: 250px;
	position: relative!important;
}

#search input[type="text"] {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	position: absolute;
	top: 5px;
	left: 20px;
}

#search input[type="submit"] {
	width: 70px;
	line-height: 30px;
	height: 30px;
	background: #FFCC33;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 173px;
}

#cerca h3 {
	font-size: 14px;
	text-align: left;
	width: 150px;
	margin: 0px 0px 3px 0px;
}

#cerca div#cerca_submit {
	text-align: left;
	position: relative;
}

#cerca input[type="submit"] {
	position: absolute;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;    top: 0px;
	left: 165px;
	background: #FFFFFF;
	width: 30px;
	height: 40px;
	border: none;
	font-weight: bold;
	font-size: 30px;
	color: #FFCC33;
}

#cerca input[type="text"] {
	position: absolute;
	top: 0px;
	width: 150px;
	height: 30px;
	padding: 10px 5px 0px 5px;
	background: #FFFFFF;
	font-size: 15px;
	border: none;
}

.campotxt {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #000000;        border: 1px solid #FFCC33;
}

.campotxt2 {        font-family: Arial, Geneva, Helvetica, sans-serif;        font-size: 9px;        color: #000000;        background-color: #FFFFFF;
}

.bottone  {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #FFFFFF;        background-color: #FFCC33;
}

form {
	
	margin-bottom : 0;
}

.show_fdb_img {        float: left;
}

.hide_fdb_img {        float: left;        margin-top: 10px;
}

.feedback_field {        font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;        font-size: 11px;        color: #000000;        background-color: #FFFFFF;        margin-left: 10px;        margin-right: 20px;
}

.upd_button {        font-size: 0;        color: #FFFFFF;        border: none;        width: 57px;        height: 11px;        background: url(../images_web/aggiorna.jpg) no-repeat;        cursor: pointer;
}

.del_button {        font-size: 0;        color: #FF0000;        border: none;        width: 14px;        height: 18px;        background: url(../images_web/togli.jpg) no-repeat;        cursor: pointer;
}

.blank_banner_box {    display: block;    width: 100%;    margin-bottom: 2px;    text-align:center;    padding-top:2px;    padding-bottom:2px;    text-decoration: none;
}

.self_banner_box {    display: block;    width: 100%;    margin-bottom: 2px;    text-align:center;    padding-top:2px;    padding-bottom:2px;    text-decoration: none;
}

.blank_banner_box img {    border: none;
}

.self_banner_box img {    border: none;
}

.banner_txt_bottom {    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;    font-size: 10px;    font-weight: bold;
}

.banner_txt_top {    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;    font-size: 10px;    font-style: italic;
}

.banner_sx {    padding-left: 5px;     padding-right: 5px;     padding-top: 8px;     padding-bottom: 5px;
}

.banner_dx {    padding-left: 5px;     padding-right: 5px;     padding-top: 8px;     padding-bottom: 5px;
}

.error {
	background-color: #FF0000;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

#map {
	width: 100%px;
	height: 300px;
}

#map_container {
	border: 1px solid #B38C4B;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #B38C4B;
	text-indent: 10px;
	font-weight: bold;
}

.map_separator{
	color: #B38C4B;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	
	font-weight: bold;
	font-size: 10px;
}

#no_map_msg {
	padding: 2px;
	text-indent: 10px;
	color: #FF0000;
}

.map_button {cursor: pointer;
}

.hidden {display: none;
}

div.article {
	width: 150px;
	height: 150px;
	border: 1px solid #FFCC33;
}

div.art_preview_cnt {
	width: 205px;
	float: left;
	margin: 10px 0px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #FE0000;
	position: relative;
}

div.art_preview_cnt div.art_img_cnt span.icon_new {
	display: block;
	position: absolute;
	width: 42px;
	height: 37px;
	bottom: 3px;
	right: 0px;
	background-image: url(../images_web/icone/new.png);
	background-repeat: no-repeat;
	z-index: 4;
}

div.art_preview_cnt a {	
	text-decoration: none;
}

div.art_preview_cnt div.art_name_cnt {
	padding: 7px;
	position: absolute;
	top: 1px;
	left: 3px;
	z-index: 2;
	width: 186px;
	background: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

div.art_preview_cnt div.art_name_cnt span.art_code {
	color: transparent;
	font-weight: bold;
	font-size: 16px;
}

div.art_preview_cnt span.true_art_code {
	padding: 7px;
	display: block;
	position: absolute;
	top: 1px;
	left: 3px;
	z-index: 2;
	width: 186px;
	background: transparent;
	color: #FFCC33;
	font-weight: bold;
	font-size: 16px;
}

div.art_preview_cnt div.art_img_cnt {
	position: relative;
	width: 200px;
	height: 200px;
	margin: auto;
	border: 1px solid #FFCC33;
}

div.art_preview_cnt div.art_img_cnt img {
	width: 200px;
	height: 200px;
}

div.art_preview_cnt div.art_desc {
	padding: 10px;
}

div.art_preview_cnt div.art_desc a {
	text-decoration: none;
	color: gray;
}

div.art_preview_cnt div.art_preview_options {
	padding: 0px 10px 0px 10px;
}

div.art_preview_cnt div.art_preview_options a img[title^="dettagli"] {
	float: left;
}

div.art_preview_cnt div.art_preview_options a img[title^="preventivo"] {
	float: right;
}

/*****************************************************************************/
div.art_pr_preview_cnt {
	position: relative;
	width: 850px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid silver;
}

div.art_pr_preview_cnt div.art_img_cnt span.icon_new {
	display: block;
	position: absolute;
	width: 42px;
	height: 37px;
	background-image: url(../images_web/icone/new.png);
	background-repeat: no-repeat;
	z-index: 2;
}

div.art_pr_preview_cnt a {	
	text-decoration: none;
}

div.art_pr_preview_cnt div.art_name_cnt {
	padding: 7px 0px 5px 0px;
	height: 25px;
	margin-bottom: 8px;
	border-bottom: 2px dotted #FFCC33;
}

div.art_pr_preview_cnt div.art_name_cnt span.art_code {
	color: #FFCC33;
	font-weight: bold;
	font-size: 16px;
}

div.art_pr_preview_cnt div.art_img_cnt {
	float: left;
	position: relative;
	width: 200px;
	height: 200px;
	margin: auto;
	border: 1px solid #FFCC33;
}

div.art_pr_preview_cnt div.art_img_cnt img {
	width: 200px;
	height: 200px;
}

div.art_pr_preview_cnt div.art_pr_details {
	float: left;
	width: 450px;
	margin-left: 5px;
	color: gray;
	padding: 10px;
}

div.art_pr_preview_cnt div.art_pr_details span.value {
	font-style: italic;
	color: red;
}

div.art_pr_preview_cnt div.art_pr_details img {
	vertical-align: bottom!important;
	margin-right: 5px;
}

div.art_pr_preview_cnt div.art_preview_options {
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 50px;
	padding: 0px 10px 0px 10px;
}

div.art_pr_preview_cnt div.art_preview_options a img[title^="dettagli"] {
	float: left;
}

div.art_pr_preview_cnt div.art_preview_options a img[title^="preventivo"] {
	float: right;	
}
/*****************************************************************************/

#art_skill_img_cnt {
	float: right;	
	display: block;
	width: 330px;
	height: 330px;
	border: 2px solid #E7141B;
	padding: 0px;
}

#pager_cnt {
	text-align: center;
	font-weight: bold;
	font-size: 10px!important;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	padding: 3px;
	background: #0B6600;
	color: #000000;
	width: 95%;
	margin: auto;
}

#gallery_cnt {
	width: 100%;
	padding-left: 55px;
}

#gallery_cnt a{
	display: block;
	float: left;
	padding: 10px;
	background: #EEEEEE;
	border: 1px solid silver;
	margin: 5px;
}

#refImagesCnt {
	width: 600px;
	text-align: right;
    background: #ECE6BD;
    background-image: url(../images_web/sfondo_altre.jpg);
}

#zoomImageCnt {
	width: 344px;
}

#zoom_img {
	width: 330px;
	height: 330px;
	margin: auto;
	border: 2px dashed silver;	
    background-image: url(../it/images_web/passa_zoom.jpg);
}

#ref_more_pics {
	float: right;
	text-align: center;
	height: 332px;
	width: 170px;
	border: none;
}

#ref_more_pics a {
	float: left;
	display: block;
	width: 80px;
	background: silver;
	height: 78px;
    padding-top: 2px;
	color: #FE0000;
	text-decoration: none;
	margin: 2px 2px 1px 1px;
	background-image: url(../images_web/alt_img_off.jpg);
}

#ref_more_pics a:hover {
	background: #FFE200;
	background-image: url(../images_web/alt_img_on.jpg);
}

#ref_more_pics a.active_alt_img {
	background: #E7141B;
	background-image: url(../images_web/alt_img_active.jpg);
}

#ref_more_pics a img.alt_img {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

#ref_more_pics a:hover img.alt_img {
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}

#ref_more_pics img {
	width: 76px;
	height: 76px;
	color: #000000;
}

#references_box {
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	background-color: #E7141B;
	color: #FFFFFF;
	width: 144px;
	text-align: center;
}

#references_box_main {
	position: relative;
	width: 98%;
	height: 150px;
	display: block;
	border: 1px solid #E7141B;
	padding: 10px 5px 10px 5px;
}

#references_box_main_rwm_imgs {
	float: left;
	width: 360px;	
	height: 150px;
	background: #FFFFFF;
}

#references_box_main_rwm_imgs img {
	height: 100px;
	width: 100px;
}

#references_box_main_rwm_info {
	position: relative;
	float: left;
	margin-left: 5px;
	width: 280px;
	height: 140px;
	padding: 5px;
	border: 1px solid #FFCC33;
}

#references_box_main_rwm_info h3 {
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 5px 0px;
	background: #EEEEEE;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}

#references_box_main_rwm_info a {	
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	text-align: right;
	text-decoration: none;
	color: #E7141B;
}

#references_box_main_rwm_info a:hover {
	color: #840B0F;
}

#references_box_main_rwm_info p {
	display: none;
}

div.contact_info_item {
	line-height: 25px;
}

div.contact_info_item img.contact_info_bullet {
	vertical-align: baseline;
	width: 12px;
	height: 12px;
}

/*************** oggetti x forms ***************/

div.module_cnt {
	margin: auto!important;
	width: 90%;
}

form.module {
	font-size: 11px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	
}

form.module #required_fields_msg {
	text-align: right;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

form.module fieldset {
	background: #FFFFFF;
	margin: 0 0 1em 0;
	padding: 20px 0px 10px 0px;
}

form.module legend {
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	color: #FE0000;
	font-weight: bold;
}

* html form.module fieldset {
	position: relative;
}

* html form.module legend {
	position: absolute;
	top: -.5em;
	left: .2em;
}

*:first-child+html form.module fieldset /* solo IE 7.0 */ {
	position: relative;
}

*:first-child+html form.module legend /* solo IE 7.0 */ {
	position: absolute;
	top: -.8em;
	left: .2em;
}

form.module fieldset {
	position/*\**/: relative;
}

form.module legend {
	position/*\**/: absolute;
	top/*\**/: -.8em;
	left/*\**/: .2em;
}

form.module fieldset div {
	text-align: left;
	padding-left: 200px;
}

form.dhtml_module fieldset div {
	padding-left: 0px;
}

form.dhtml_module fieldset div.sub_opt_cnt {
	/* not implemented */
}

form.module fieldset div.form_obj {
	float: left;
	width: 750px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
	margin: 5px;
}

form.module fieldset div.form_sub_obj {
	padding-left: 20px;
	background-image: url(../images_web/icone/sub_obj.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
}

form.module fieldset div.obj_img {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px 10px 10px 10px;
}

form.module fieldset div.obj_img img {
	width: 100px;
	height: 100px;
	border: 1px solid silver;
}

form.module fieldset div.obj_field {
	float: left;
	width: 580px;
}

form.module fieldset div.obj_field img.var_opt_thumb {
	display: none;
}

form.module fieldset div.form_info {
	padding-left: 200px;
}

form.module fieldset div label {
	padding-left: 2px;
}

form.module fieldset div input {
	margin-bottom: 8px;
}

form.module fieldset div select {
	margin-bottom: 8px;
}

form.module fieldset div textarea {
	margin-bottom: 8px;
}

form.module fieldset div p {
	width: 70%;
	border: 1px solid silver;
	padding: 10px;
}

form.module fieldset div img.captcha {
	margin: 5px;
	
}

form.module fieldset div input#codice {
	text-align: center;
}

form.module fieldset div input[type="radio"] {
	position: relative;
	top: 3px;
	margin-bottom: 13px;
}

form.module fieldset div input[type="checkbox"] {
	position: relative;
	top: 3px;
	left: 5px;
	margin-bottom: 13px;
}

form.module fieldset div input[readonly="readonly"] {
	text-align: center;
}

form.module fieldset div img.date_btns {
	cursor:pointer;
	position: relative;
	top: 3px;
}

form.module fieldset div.submit {
	padding-left: 300px;
	text-align: left;
}

form.module fieldset div.submit .button {
	color: #FE0000;
}

/***********************************************/

form.box_mode {
	width: 190px;
	margin: 10px;
}

form.box_mode fieldset div {
	padding-left: 20px;
}

form.box_mode fieldset div.submit {
	padding-left: 0px!important;
	text-align: center!important;
}

/***********************************************/

#process_submit_verify {
	
	width: 80%;
	margin: 5px auto 5px auto;
	background: #FFFFFF;
	border: 1px solid silver;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
}

#process_submit_verify ol {
	margin-left: 10px;
	text-align: left;
	font-weight: normal;
	color: #000000;
}

/***********************************************/

#pager_cnt {
	text-align: center;
	font-weight: bold;
	font-size: 10px!important;
	font-family: Arial;
	padding: 3px;
	background: #FFCC33;
	color: #000000;
	width: 95%;
	margin: auto;
}

/*********************************************************/
div.variant_cnt {
	float: left;
	width: 400px;
	margin-right: 10px;
	padding-bottom: 10px;
}

div.variant_cnt img.obj_def {
	margin-bottom: 5px;
}

div.variant_cnt div.variant_info_cnt {
	float: left;
	width: 210px;
}

div.variant_cnt img.variant_thumb {	
	border: 1px solid silver;
	width: 200px;
	height: 200px;
}

div.variant_opts {
	float: left;
	width: 190px;
}

div.variant_opt_cnt {
	position: relative;
	width: 220px;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
	color: gray;
	background-image: url(../images_web/icone/bullet.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

div.variant_opt_cnt span.variant_opt_def {
	cursor: pointer;
}

div.variant_opt_cnt a.variant_opt_attachment {
	color: #FFCC33;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

div.variant_opt_cnt a.variant_opt_attachment:hover {
	color: gray;
}

div.variant_opt_cnt img.variant_opt_thumb {
	display: none;
	float: left;
	border: 1px solid silver;
}

/*********************************************************/

#related_title {
 /* not implemented */
}

#related_cnt {
	width: 850px;
	height: 133px;
	padding: 5px;
	background: #FFCC33;
	background-image: url(../images_web/sfondo_correlati.jpg);
}

#related_arts {
	position: relative;
	width: 850px;
	height: 133px;
	overflow: hidden;
}

#related_arts a {
	display: block;
	position: absolute;
	top: 0px;
	width: 160px;
	height: 125px;
	padding-top: 5px;
	border: 1px solid silver;
	background: #FFFFFF;	
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
	color: #555555;
}

#related_arts a:hover {
	border: 1px solid silver;
	background: #FFF9CC;
	color: #000000;
}

#related_arts a:hover img {
	border: 1px solid #FFCC33;
}

#related_arts img {
	margin: auto;
	border: 1px solid silver;
	width: 100px;
	height: 100px;
}

#related_arts span {
	display: block;
	padding-top: 10px;
}

/*********************************************************/

#article_utility {
	margin-top: 40px;
	padding: 10px;
	text-align: center;
}

#article_utility a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#article_utility a:hover {
	color: #FFCC33;
}

/*********************************************************/

#step_scheme {
	width: 820px;
	height: 110px;	
	border: 2px dotted #C3C3C3;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

#step_scheme span {
	display: block;
	width: 800px;
	height: 20px;
	padding: 3px 9px 3px 9px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}

#step_scheme div {
	float: left;
	font-size: 11px;
	color: #C3C3C3;
	width: 100px;
	height: 76px;
	margin: 0px 40px 0px 40px;
	text-align: center;
	border: 1px solid #C3C3C3;
	background: #FFFFFF;
}

#step_scheme div.freccia {
	float: left;
	font-size: 30px;
	color: #C3C3C3;
	width: 24px;
	height: 76px;
	margin: 0px;
	text-align: center;
	border: 0px;
	line-height: 70px;
	font-weight: bold;
	background-color: #FFF9CC;
}

#step_scheme div.complete_step {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

#step_scheme div.active_step {
	background: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
	border: 3px solid #FF0000;
}

/*********************************************************/

#transition_slides {
	list-style-type: none;	
	width: 960px;
}

#transition_slides_holder {
	width: 960px;
	height: 118px;
}

/*********************************************************/

#menu_cnt {
	background: #FFFFFF;
	height: 23px;
}

#menu {
	float: left;
	width: 560px;
	height: 23px;
	padding-right: 40px;
    border-bottom: 3px solid #E91328;
}

#menu a {
	text-transform: uppercase;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #505050;
	text-decoration: none;
	padding: 8px 7px 5px 7px;
}

#menu a:hover {
	background: #E91328;
	color: #FFFFFF;
	padding: 8px 7px 5px 7px;
}

#menu a#active_item {
	background: #E91328;
	padding: 8px 7px 5px 7px;
	color: #FFFFFF;
}

/*********************************************************/

#left_menu {
	float: left;
	width: 180px;
	text-align: left;
	margin-right: 20px;
}

#left_menu div {
	border-bottom: 1px dotted #FFFFFF;
	padding: 3px;
	margin: 0px 20px 0px 0px;
}

#left_menu div a {
	text-decoration: none;
	font-size: 10px;
	color: #505050;
	display: block;
	padding: 2px 3px 2px 3px;
}

#left_menu div a:hover {
	text-decoration: none;
	font-size: 10px;
	background-color: #505050;
	color: #FFFFFF;
    display: block;
}

#left_menu div a.chosen_left_cat {
    color: #FFFFFF;
    background-color: #303030;
}

a.chosen_left_cat {
    color: #FFFFFF;
    background-color: #303030;
}

/*********************************************************/

div.accordion {
	position: relative; /* required for bounding */
	margin-left: 0px;
	width: 98%;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	cursor: pointer;  
	padding: 10px 5px 10px 45px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	padding: 10px 5px 10px 5px;
	background: #AAAAAA;
}

div.opened{
	background-image: url(../images_web/opened_big.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

div.closed{
	background-image: url(../images_web/closed_big.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

/*********************************************************/

div.cat_preview {
	float: left;
	width: 222px;
	padding: 5px 15px 10px 15px;
	margin: 0px 0px 10px 22px;
	background: #FFFFFF;
	border: 1px solid silver;
}

div.cat_preview a {
	display: block;
	text-decoration: none;
}

span.cat_name {
	color: #A4A458;
	display: block;
	height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

div.cat_desc {
	color: gray;
	font-size: 10px;
	padding: 3px;
}

div.cat_preview img {
	width: 200px;
	height: 200px;
	margin-left: 10px;
	border: 1px solid silver;
}

/*********************************************************/
