/* CSS Document - struttura pagina */
/* struttura pagina */
body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 80%;
    background: url(../immagini/sfondo_body.jpg) repeat-x;
    background-color: #fff;
}
/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1%;
}
/** Nascondo oggetti **/
.off,
.span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover { text-decoration: underline }
input,
textarea,
select {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 130px;
    padding: 2px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
textarea {
    width: 300px;
    font-size: 11px;
}
input.pulsante {
    width: 100px;
    text-align: center;
    background-color: #eaeaea;
    color: #484848;
    margin: 0 0 15px 0;
}
input.check {
    border: 0;
    padding: 0;
    width: auto;
}
select { margin-bottom: 5px }
span.red,
span.red a { color: #DB121B }
.addthis_toolbox {
    width: 35px;
    margin: 180px 0 0 955px;
    display: inline;
    position: absolute;
}
/** end global **/
/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/
#contenitore {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #9C9E9F;
    border-top: 0;
    text-align: left;
}
/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox.atfixed {
    position: fixed;
    top: 10%;
    left: 20px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 1 px solid red;
    padding-bottom: 6px;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img {
    border: 0;
    margin: 0 0 1px;
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    margin: 1px 0 0;
    opacity: 0.75;
}
/*********************************/
/*********************************/
/*********** FLASH **************/
/*********************************/
#flash {
    width: 796px;
    margin: 20px auto;
}
/*********************************/
/*********** HEADER **************/
/*********************************/
#header {
    width: 1000px;
    height: 214px;
    background: url(../immagini/sfondo_header.gif) no-repeat;
}
#header a#link,
#header a#logo_1,
#header a#logo_2 {
    display: block;
    outline: none;
    margin: 0 0 0 0;
    -moz-outline: none;
    position: absolute;
    font-size: 12px;
    text-indent: -9999px;
    width: 411px;
    height: 214px;
    z-index: -1;
}
#header a#logo_1 {
    margin: 112px 0 0 630px;
    width: 130px;
    height: 56px;
}
#header a#logo_2 {
    margin: 112px 0 0 770px;
    width: 160px;
    height: 56px;
}
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/
#menu_alto {
    width: 1000px;
    padding: 180px 0px 0 0;
    font-size: 12px;
}
#menu_alto ul {
    text-align: right;
    padding: 0 75px 0 0;
}
#menu_alto ul li {
    list-style: none;
    display: inline;
    padding: 0 0 0 7px;
}
#menu_alto ul li a,
#menu_alto ul li a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    padding: 0 7px 0 0;
}
#menu_alto ul li a:hover,
#menu_alto ul li.attivo a { color: #DB121B }
/*********************************/
/*********** CENTRALE ************/
/*********************************/
#centrale {
    width: 1000px;
    padding: 20px 0 0 0;
    font-size: 12px;
    color: #7B7C7D;
    min-height: 527px;
    line-height: 16px;
    background: url(../immagini/sfondo_centrale.gif) top right no-repeat;
    padding: 10px 0px;
}
* html #centrale { height: 527px }
#centrale h2 {
    font-size: 210%;
    font-weight: lighter;
}
.foto_sx_z {
    float: left;
    position: relative;
    z-index: 1;
    margin: 20px 0 0 0;
}
.foto_dx { float: right }
.foto_dx2 {
    float: right;
    margin: 0 15px;
}
/*********************************/
/********* COLONNA_SX ************/
/*********************************/
#colonna_sx {
    width: 422px;
    font-size: 12px;
}
#colonna_sx h2 {
    width: 315px;
    background-color: #DB121B;
    text-align: right;
    color: #fff;
    position: relative;
    margin: 0 0 -15px 0;
    font-size: 19px;
    padding: 8px 10px 8px 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 305px;
}
#colonna_sx #box_news {
    width: 320px;
    float: right;
    margin: 15px 0 0 0;
    background-color: #9C9E9F;
    color: #fff;
}
#colonna_sx #box_news #testa {
    background-color: #fff;
    height: 20px;
    color: #DB121B;
    text-align: right;
}
#colonna_sx #box_news #testa h4 {
    text-align: right;
    font-size: 16px;
}
#colonna_sx #box_news #corpo {
    width: 320px;
    padding: 2px 10px 10px 10px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 300px;
}
#colonna_sx #box_news ul li {
    list-style: none;
    color: #fff;
    padding: 7px 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
#colonna_sx #box_news ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#colonna_sx #box_news ul li a:hover { text-decoration: none }
#colonna_sx #box_news img {
    border: 1px solid #fff;
    margin: 0 0 0 10px;
    float: right;
}
p.link_prod {
    text-align: right;
    margin: 25px 0 0 0;
}
p.link_prod a {
    font-size: 14px;
    font-weight: bold;
    background: url(../immagini/freccia.gif) right no-repeat;
    padding: 7px 25px 7px 0;
    color: #DB121B;
    line-height: 30px;
}
/* sx */
#sx h2 {
    font-size: 20px;
    color: #DB121B;
    text-align: right;
    font-weight: bold;
    padding: 0 0 25px 0;
}
#sx { width: 240px }
#sx ul li {
    list-style: none;
    padding: 0 0 6px 0;
}
#sx ul li a {
    display: block;
    color: #7B7C7D;
    font-weight: bold;
    text-align: right;
    padding: 2px 25px 0 0;
    text-decoration: none;
}
#sx ul li a:hover,
#sx ul li.attivo a {
    background: url(../immagini/sfondo_voce.png) no-repeat;
    color: #D8121B;
}
* html #sx ul li a:hover,
*html #sx ul li.attivo a,
#sx ul li a.attivo {
    background: url(../immagini/sfondo_voce.png) no-repeat;
    color: #D8121B;
}
/* dx */
#dx {
    width: 300px;
    float: right;
    margin: 50px 10px 0 0;
}
* html #dx { margin: 0 5px 0 0 }
#dx img { margin: 0 0 10px 0 }
/* recapito */
p.recapito {
    margin: 40px 0 0 65px;
    text-align: right;
    width: 250px;
    display: block;
}
p.recapito img {
    border: 1px solid #666;
    margin: 0 0 0px 0;
    padding: 1px;
    background-color: #fff;
}
span.ruolo {
    font-size: 16px;
    color: #DB121B;
    font-weight: bold;
    display: block;
    text-align: right;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
}
/* map */
#map {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 450px;
    padding: 5px;
    margin: 22px 0 0 0;
}
#map a { color: #666 }
/*********************************/
/********* COLONNA_DX ************/
/*********************************/
#colonna_dx {
    width: 550px;
    float: right;
    padding: 35px 0 0 0;
}
#colonna_dx_world {
    width: 660px;
    float: right;
    padding: 35px 0 0 0;
}
#colonna_dx h2 {
    font-size: 20px;
    color: #DB121B;
    font-weight: bold;
    padding: 0 0 25px 0;
}
* html #colonna_dx img,
* html #colonna_dx .png {
    position: relative;
    behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "immagini/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) );
}
.product_selcted_d {
    padding: 5px;
    background-image: url('http://www.molemoreschi.com/immagini/sfondo_voce.png');
    height: 15px;
    text-align: right;
    width: 210px;
    padding-right: 23px;
    padding-top: 2px;
    height: 12px;
}
.product_list_d {
    padding: 5px;
    height: 15px;
    text-align: right;
    padding-right: 23px;
}
#centrale p.up {
    position: absolute;
    z-index: 100;
    text-align: left;
    width: 300px;
    margin: 20px 0 0 150px;
}
#colonna_dx p {
    padding: 0 10px 0 0;
    z-index: 300;
    position: relative;
}
#colonna_dx p.near { border: 1px solid red }
img.mappa { margin: 40px 0 0 0 }
/* box_paese */
.box_paese {
    width: 200px;
    margin: 80px 0 0 40px;
}
p.int {
    font-size: 20px;
    color: #DB121B;
    font-weight: bold;
    padding: 0 0 15px 0;
}
.box_paese ul li {
    display: inline;
    color: #DB121B;
}
.box_paese ul li a {
    color: #7B7C7D;
    background: url(../immagini/quadratino.gif) left no-repeat;
    padding: 0 0 0 10px;
    text-decoration: none;
}
.box_paese ul li a:hover,
.box_paese ul li.attivo a { color: #DB121B }
/* modulo */
#modulo {
    width: 420px;
    margin: 30px 0 0 0;
}
#modulo table {
    background-color: #fff;
    border: 1px solid #ccc;
}
#modulo table td { padding: 10px 10px 0 10px }
input.small { width: 30px }
input.medium { width: 80px }
#modulo textarea {
    width: 440px;
    margin: 0 0 10px 0;
}
/******************************/
/******** NAVIGAZIONE ********/
/*****************************/
#info_prod {
		display:none;
		border:2px solid red;
		padding: 9px 44px 8px 14px;	
		position: relative;
		top: 8px;
		z-index:500;
		left:430px;
		background-color:#fff;
		overflow:hidden;
		width:160px;
		border-radius:5px;
	}
	
	.nasc {
		background-color:#fff;
		z-index:500;
		list-style-type:none; width:100%;
	}
	
	#mie_mole, #premenu {
		list-style-type:none; width:100%;
	}

	
	
	/*#info_prod li a:hover {
		color:#db121b!important;
	}*/
	
	#info_prod li {
		padding-left:5px;
		background-color:#fff;
		width:155px;
	}

	#info_prod li:hover {
			background-color:#f7cbcd;
	}
		
	#info_prod li a{
		width:100%;
		text-decoration: none;
		padding-top:3px;
		padding-bottom:3px;
		display:block;
		font-size:13px;
		color:#555;
	}	

	.nasc {
		display:none
	}
	
	.mini_sub_title {
		border-bottom:2px solid #ddd;
		color:#db121b;
		padding:1px;
		width:160px;
		float:left;
		margin-bottom:5px;
		font-weight: bold;
		background-color:white
	}
	
	.mini_sub_title a {
		color:#db121b;
	}
	
	.mini_sub_title small {
		color:#777!important;
		font-weight: normal;
	}

/*********************************/
/*********** LOGHI SOCIAL **********/
/*********************************/
.custom_images {
    position: relative;
    top: -45px;
}
/******************************/
/*********** PRODOTTI ********/
/****************************/
.colorize {
    width: 533px!important;
    background-image: url('../immagini/sfondo-trasp.png');
    border: 1px solid #F7CFD1;
    padding-top: 15px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
    float: left;
    margin-top: -45px;
    margin-left: -8px;
}
.colorize ul {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;    
    background-color: white;
}
.colorize h2 {
    text-align: left!important;
    margin-left: 20px!important;
    font-size: 19px!important;
    font-weight: normal!important;
    padding-bottom: 10px!important;
}
#res_prod {
	width: 530px;
	border: 1px solid #ccc;
}

#res_prod th{
	background-color:#ededed;
	padding-left:2px;
}

#res_prod td {
	padding:5px;
}

.colorize li {
    float: left;
    width: 110px;
    /*border-right: 1px solid #ededed;*/
    width: 88px;
    background-color: white;
}
.colorize img { float: right; margin: 18px; margin-right:22px; }
.colorize li:first-child { width: 170px }
.title_carat_prod {
	padding:7px;
	float:left;
	font-weight: bold;
	width: 176px;
}
ul .title_carat_prod {
    font-weight: bold;
    background-color: #CCC;
    padding: 2px 5px;
    float: none;
    width:auto;	
}
.pos_det {
	font-weight: bold;
color: #DB121B;
font-size: 13px;
float: left;
margin-left: 7px;
}

/*******************************/
/***** CUSTOMER CARE PAGES******/
/*******************************/
.cc_button {
    background-color: #db121b;
    width: 130px;
    padding: 5px;
    box-shadow: 3px 3px 5px #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}
.center {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.cc_button a { color: white }
.cc_button a:hover { text-decoration: none }
#contieni_form p,
#form_cc {
    font-size: 12px;
    color: #7B7C7D;
    padding: 20px;
}
#form_cc {
    width: auto;
    text-align: center;
}
/*********************************/
/*********** FOOTER **********/
/*********************************/
#footer {
    margin: 0 auto;
    width: 1002px;
    text-align: center;
    background-color: #9C9E9F;
}
#footer p {
    color: #fff;
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
}
