/* ------------------------------------ RESET */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	border-collapse: collapse;
	list-style: none;
}

/* -------------------------------------STRUTTURA */
body {
	background-color: #e3e3e3;
	font-family: arial, helvetica, sans-serif;
}

#master {
	width: 900px;
	height: 580px;
	margin: 0px auto;
	padding-top: 20px;
	background-color: #e3e3e3;
	font-family: arial, helvetica, sans-serif;
}

#header {
	position: relative;
	width: 500px;
	margin-left:256px;
	height: 83px;
	margin-bottom: 29px;
    margin-left: 256px;
    margin-top: 20px;
	overflow: hidden;
}

#header span {
	width: 377px;
	height: 83px;
	background: url("../images/titolo.jpg");
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.sette_giorni {
	width: 145px;
	height: 55px;
	background: url("../images/7giorni.png");
	display: block;
	position: absolute;
	margin-left:350px;
}


#content {
	width: 900px;
	height: 380px;
}


a {color: #333; cursor: pointer;}
a:hover {color: #9e9e9e;}

sup {
	font-size: 12px;
	vertical-align: 6px;
}

.price sup, .f18 sup {
	vertical-align: 6px;
	font-size: 10px;
}

td sup {
	font-size: 9px;
	vertical-align: 2px;
}

.step {
 display: block;
 width: 104px;
 height: 34px;
 background: url("../images/button.gif") no-repeat;
 line-height: 34px;
 text-align: center;
 color: #fff;
 float: right;
 margin: -36px 71px 0 0;
}
.step_login {
 display: block;
 font-size:13px;
 font-weight:100;
 line-height: 14px;
 text-align: center;
 float: right;
 margin: -71px 71px 0 0;
}
.step_login a:hover {
	text-decoration:underline;
}

/* --------------------------------------box home */
.main_box {
	width: 185px;
	height: 320px;
	display: block;
	float: left;
	margin-right: 64px;
	text-align: center;
	font-size: 18px;
}

img {
	margin-bottom: 20px;
} 

.container {
	width: 683px;
	height: 380px;
	margin: 0px auto;
}

.container li {
	width: 185px;
	height: 320px;
	display: block;
	float: left;
	margin-right: 64px;
	text-align: center;
	font-size: 18px;
}

/* ----------------------------------------- AZIENDA */
.img_margin {
	margin: 0 0 10px 15px;
}

.container p {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-align: justify;
}

/* -----------------------------------------utilities */
.no_l_margin {margin-left: 0px;}
.no_r_margin {margin-right: 0px!important;}
.hide {display:none}
.clear {clear:both;}
.clear_l {clear:left; font-size:11px;}
.clear_r {clear: right;}
#footer div .margin_r {margin-right:12px;}
.lock {width:1px; height:1px; display:block; clear:both;}
.blue {color: #2c54ae!important;}
.red {
	color: #2c54ae!important;
	font-size: 12px;
}
.left {float: left;}
.right {float: right;}
.m_left {margin-left: 10px;}
.m_right {margin-right: 5px;}
.text_center {text-align: center;}
.text_right {text-align: right;}
/* ------------------------------------------ footer */
#footer div {
	width: 170px;
	height: 50px;
	float: left;
}

.m_cisq {margin-top:10px; margin-left: 158px;}
.m_icons {margin-top: 25px;}
.m_l_logo {margin-left:204px;}
.m_l_icons {margin-left: 120px;}
.m_pg { margin:10px auto; display:none; }

#footer div span {
	width: 35px;
	height: 23px;
	display: block;
	position: relative;
	margin-right:6px;
	font-size: 1px;
	float: left;
}

#footer span a span {
	width: 41px;
	height: 23px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
}

.ico_home {background: url("../images/ico_home.jpg") no-repeat 0 0;}
.ico_back {background: url("../images/ico_back.jpg") no-repeat 0 0;}
.ico_login {background: url("../images/ico_login.jpg") no-repeat 0 0;}
.ico_mail {background: url("../images/ico_mail.jpg") no-repeat 0 0;}

#footer span a:hover .ico_home {background: url("../images/ico_home.jpg") no-repeat 0 -23px;}
#footer span a:hover .ico_back {background: url("../images/ico_back.jpg") no-repeat 0 -23px;}
#footer span a:hover .ico_login {background: url("../images/ico_login.jpg") no-repeat 0 -23px;}
#footer span a:hover .ico_mail {background: url("../images/ico_mail.jpg") no-repeat 0 -23px;}

#footer p {
	font-size: 10px;
	font-weight:bold;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

/* ------------------------------------------ COLONNA SINISTRA */
.left_column {
	width: 154px;
	height: 363px;
	display: block;
	float: left;
	border-right: solid 3px #838383;
	margin-left: 64px;
}

.left_column span {
	margin-left: 76px;
	margin-bottom: 10px;
	width: 51px;
	height: 113px;
	position: relative;
	display: block;
}

.left_column a span {
	margin: 0;
	width: 51px;
	height: 113px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.left_column .pdf_align {
	margin-left: 0px!important;
}

.left_column img { 
	margin: 0 20px 10px 0; 
	float: right; 
	clear: both;
}

#door_list img:hover, .selected  {
	box-shadow:-1px 1px 2px #000;
	-webkit-box-shadow:-1px 1px 2px #000;
	-moz-box-shadow:-1px 1px 2px #000;
}

/*.bianca_small {background: url("../images/porta_laminata_bianca_s.jpg");}
.rovere_small {background: url("../images/porta_laminata_rovere_s.jpg");}
.pantografata_small {background: url("../images/porta_pantografata_bianca_s.jpg");}*/

/* ------------------------------------------ BOX Contenuti */
.box_container {
	width: 430px;
	height: 363px;
	display: block;
	float: left;
}
.box_top {
	width: 430px;
	height: 256px;
	border-bottom: solid 3px #838383;
	display: block;
	float: left;
}

.box_top ul {
	margin: 10px 0 0 35px;
}

.box_top li strong {
	width: 100px;
	font-size: 12px;
	display: inline-block;
}

.box_bottom {
	width: 430px;
	height: 104px;
	display: block;
	float: left;
}


/*nuovo menu pdf e video*/
.box_bottom2 {
	margin:0px;
	padding:10px 0px 0px 0px;
	width: 430px;
	height: 92px;
	display: block;
	float: left;
}
.box_bottom2 li{
margin:0px;
padding:0px;
}
.box_bottom2 ul{
margin:0px;
padding:0px 0px 0px 33px;
list-style:none;
}
.box_bottom2 ul li {
margin:0px;
padding:0px;
width:180px;
height:24px;
}
.box_bottom2 ul li a{
margin:0px;
padding:0px;
font-size:12px;
font-weight:bold;
}
.pdfICONA{
margin:0px;
padding:0px 5px 0px 0px;
float:left;
}











.large_box { width: 608px; }

.pag_porte p span {
	width: 110px;
	display: block;
	float: left;
	margin: 50px 0 0 0;
	font-size: 15px;
	color: #555;
	font-weight: bold;
	clear:left;
}
.pag_porte p span.red {
	width: auto;
	display: inline;
	float: none;
	margin: 0px;
	font-size: inherit;
	font-weight: bold;
	clear:none;
}
.pag_porte p strong {
	width: 190px;
	display: block;
	float: left;
	margin: 45px 0 0 32px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.box_bottom p {
	width: 200px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
}

h1 {
	font-size: 18px;
	margin: 15px 0 0 35px;
}
p {
	font-size: 12px;
	margin-left: 35px;
	margin-top: 15px;
}
p span {
	display:block;
	float:left;
	width: 100px;
}
.m_top {	margin-top: 7px; }
.price {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}
.left_column .pdf_list, .pdf_list {
	width: 170px;
	height: 90px;
	display: block;
	margin: 15px 0 0 35px;
	line-height: 26px;
}
.pdf_list a { font-size: 12px; }

.left_column .pdf_list span, .pdf_list span {
	float: left;
	clear: left;
	display: block;
	width: 14px;
	height: 20px;
	background: url("../images/pdf_ico.jpg") no-repeat;
	margin: 3px 10px 0 0;
	position: relative;
}
/*
.flash_obj {
	width: 360px;
	height: 104px;
	display: block;
	float: left;
}
*/
#cap_spedizione { margin: 10px; }

#zoomBlock {
    margin: 5px 0 0 34px;
    padding: 0;
    width: 394px;
    height: 200px;
    border:0;
    float: left;
    overflow: hidden;
    position:absolute;
}


/* ------------------------------------------- BUTTON */
.ordina {width: 104px;}
.procedi {width: 104px;}
.conferma {width: 104px;}
.button {
   display: -moz-inline-stack;
   display: inline-block;
   width: 104px !important;
   height: 34px;
   background: url("../images/button.gif") no-repeat;
   line-height: 34px;
   vertical-align: text-middle;
   text-align: center !important;
   color: #ffffff;
   font-family: sans-serif;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-shadow: none;
   border:0 !important;
   float: right;
	margin-top: 10px;
	cursor: pointer;
}
.button > span {
   display: -moz-inline-block;
}
.button:hover {
	text-decoration:underline;
}

/* ------------------------------------------- COLONNA DESTRA */
.right_column {
	width: 158px;
	padding-left: 20px;
	height: 380px;
	display: block;
	float: left;
}
.right_column img {
	margin-bottom: -5px;
	text-decoration: none;
}
.details {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 25px;
}

/* -------------------------------------- TABELLA */
table {
	margin-left: 30px;
	font-size: 12px;
	float: right;
}
input {
	width: 40px;
	border: 1px #cbcbcb solid;
	text-align: center;
}
td { vertical-align: bottom; }
td span { 
	display:inline-block;
	display: -moz-inline-stack;
}

.middle { vertical-align: middle; }
.top { vertical-align: top; }

.h12 { height: 12px; }
.h15 { height: 15px; }
.h18 { height: 18px; }
.h21 { height: 21px; }
.h24 { height: 24px; }
.h34 { height: 34px; }
.h37 { height: 37px; }
.h40 { height: 40px; }
.h45 { height: 45px; }
.h28 { height: 28px; }
.w51 { width: 51px; }
.w81 { width: 81px; }
.w103 { width: 103px; }
.w124 { width: 124px; }
.w111 { width: 111px; }
.w180 { width: 180px; }
.w340 { width: 340px !important; }
.w570 { width: 570px; }
.b_right { border-right: 1px #838383 solid; }
.b_right_grey { border-right: 1px #cbcbcb solid; }
.b_bottom { border-bottom: 1px #838383 solid; }
.b_bottom_grey { border-bottom: 1px #cbcbcb solid; }
.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }

.importo {
	color: #2c54ae;
	font-size: 12px;
	font-weight: bold;
}

/* -------------------------------------------------------RIEPILOGO PAGE */

#master_riepilogo {
	width: 900px;
	height: 640px;
	margin: 0px auto;
	padding-top: 20px;
	background-color: #e3e3e3;
	font-family: arial, helvetica, sans-serif;
}
#content_riepilogo {
	width: 900px;
	height: 440px;
}
#content_riepilogo p {
	margin-left: 45px;
}
.box_bottom_riepilogo {
	width: 608px;
	height: 164px;
	display: block;
	float: left;
}
.left_column_riepilogo {
	width: 154px;
	height: 420px;
	display: block;
	float: left;
	border-right: solid 3px #838383;
	margin-left: 64px;
}

.totali {
	width: 230px;
	display: block;
	float: right;
}
.totali .blue {
	display: block;
	margin-top: 10px;
}
.totali hr {
	margin-top: 5px;
}

.condizioni {
	display: block;
	width: 276px;
	height: 110px;
	background-color: #fff;
	overflow: auto;
	margin-bottom: 10px;
	border: solid 1px #838383;
}
.box_condizioni {
	display: block;
	width: 276px;
	height: 150px;
	margin: 10px 0 0 45px;
}
.box_condizioni label {
	margin-left: -13px;
}




/* Messages
------------------------------ */ 
.messagebox {
	padding: .5em;
	background-color: #B1F7B6;
	border: 1px solid #a6d7d3;
	margin: 0;
}
.messagebox p {
	color: #006633;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: .5em;
	background-color: #FDD;
	border: 1px solid #fd0000;
	margin-bottom: 0;
}
.errorbox p {
	color: #DD6666;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
}
ul.errors { margin-top:0; }
ul.errors li { font-weight: bold; color: #DD6666; padding:.315em 0em .315em .5em; }




/* ----------------------------------------- LOGGED */
.logged {
	margin-top: 10px;
	display: block;
}
.logged a:hover {
	text-decoration: underline;
}

div.modal_box {
	font-family: arial, helvetica, sans-serif;
	width: 96%;
	color:#333333;
	margin:5px 10px 5px 10px;
	float: left;
}
div.modal_box fieldset {
	border:solid 1px #838383;
	padding:10px;
}
div.modal_box legend {
	font-size: 1.4em;
	padding:10px;
	font-weight: bold;
}
div.modal_box h2 {
	font-size:1.4em;
	color:#000000;
	padding-bottom:4px;
	margin: 20px;
}
div.modal_box p {
	padding-bottom:14px;
}
div.modal_box input {
	font-size: 1.1em;
	border: 1px solid #838383;
	width: 260px;
	padding: 2px;
	text-align: left;
}
div.modal_box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
	font-size: 12px;
}
div.modal_box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:right;
	font-weight:bold;
}
.spacer{
	margin-left:100px; 
	margin-bottom:12px;
	font-size:1.1em;
	color:#555555;
}


/* ----------------------------------------- CONTATTO */
textarea {
	  padding: 2px;
	  border: 1px solid #838383;
	  font-size: 1.1em;
	  font-family: arial, verdana, sans-serif;
	  width: 90%;
}	
label#privacy {
	  width: 60%;
}
div#testo_privacy {
	  width:90%;
	  height:70px;
	  overflow:auto;
	  line-height:1.1em;
	  font-size:.9em;
	  text-align:justify;
	  padding:7px;
	  background-color:#f7f9fd;
}
div#testo_privacy p {
	  width: 100%;
	  margin: 0;
	  padding: 0;
}

div#info_condizioni {
	width:100%;
	height:300px;
	overflow:auto;
	line-height:1.3em;
	font-size:.9em;
	text-align:justify;
	padding:10px;
	margin-top:10px;
}
div#info_condizioni p {
 width: 100%;
} 

/* ------------------------- FATTURAZIONE SPEDIZIONE TABLE */ /*agg*/

th {
	text-align: left;
}
.fatt_spedizione {
	margin: 0 0 30px 0;
}
.fatt_spedizione input {
	width: 100%;
	text-align: left;
}



/*********************************************************************/
.modal_box h2 a.nyroModal{
color:#2952AC;
display:block;
padding-top:5px;
}









/***NUOVA COLONNA DI SINISTRA -- PAGINA porte.php**********/
.left_column2{
    border: none;
    float: left;
    height: 100%;
    margin: 0px;
    width: 100%;
    overflow:auto;
}

.left_column2 p {
	clear:both;
}

#door_list2 li.porta{
margin:0px;
padding:0px 10px 0px 0px;
width:127px; 
text-align:right; 
}

#door_list2 li.porta a{
margin:0px; 
padding:0px;
}
#door_list2 li.porta a img{
margin:0px; 
padding:0px;
}
#door_list2 li.porta p{
margin:0px; 
padding:0px 0px 5px 0px; 
font-size:11px;
}
/******* style per pop-up video ********/
#mask {   position:absolute; 
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:500px;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  padding:10px;
  background-color:#ffffff;
  height: 380px;
  padding: 10px;
  width: 560px;
  
}

#boxes h3{
margin-top:0px; 
padding-top:5px; 
color:#000; 
font-family:verdana; 
padding-left:5px; 
font-weight:normal
}
#boxes a{
font-family:verdana; 
font-size:15px; 
float:right; 
padding-right:5px; 
margin-top:-20px; 
color:#000; 
text-decoration:none;
}


/**registrazione azioni in blu*/
.spacer a.nyroModal {
color:#2952AC;
}

.note{
float:left;
}


.bonifico_note{
float:left;
width: 350px;
}
textarea.info{
color: #999999;
font-size: 12px;
font-style: italic;
height: 100px;
margin-left: 20px;
margin-top: 20px;
width: 230px;
}

