iframe#IFW_UPLOADFRAME { position:absolute; width:0px; height:0px; border:0 }
.monospaced {
  font-family: Monospace; 
}

.logo {
}
.bannerTopLeft {
  position: absolute;
  left:0;top:0;
}
.bannerTopRight {
  position: absolute;
  right:0;top:0;
}
.appLogoBG {
  height:40px;  
}
.appBanner {
  table-layout:fixed;
  background: #638BE2;
  border-bottom-color: #055a9b; border-bottom-style: solid; border-bottom-width:1px; 
  height:40px;  
}

.appFooter {
  border-top-color: #A90A3E; border-top-style: solid; border-top-width:6px;  
}

.session {
  color: white;
}
.sessionNum {
  color: white;
}

.functionTitle {
  width:100%;
  text-align:center; font-weight: bold;
  color: orange;
}

.rowCounter {
  font-weight: bold;
}

.messageArea .keys { background: #66b64a; }
.messageArea A { color:blue; }
.messageArea .key { font-weight: bold; color:white; }
.messageArea { color:white; }
.messageArea .progressBar .done { background-color:orange }

.navigatorMenu {
  padding-right: 2px; 
  padding-left: 2px; 
  font-weight: bold; padding-bottom: 2px; color: #FFFFFF; padding-top: 2px; 
  color:white; background:#055a9b;
}
.navigatorMenuAI {
  padding-right: 2px; 
  padding-left: 2px; 
  font-weight: bold; padding-bottom: 2px; color: #FFFFFF; padding-top: 2px; 
  background-color: #055a9b;
}
.navigatorBorder {
  border-left:1px solid #17453A;
}

.draftNavigatorMenu {
  padding-right: 2px; 
  padding-left: 2px; 
  font-weight: bold; padding-bottom: 2px; color: #FFFFFF; padding-top: 2px; 
  color:white; background:#9b0564;
}
.draftNavigatorMenuAI {
  padding-right: 2px; 
  padding-left: 2px; 
  font-weight: bold; padding-bottom: 2px; color: #FFFFFF; padding-top: 2px; 
  background-color: #9b0564;
}
.draftNavigatorBorder {
  border-left:1px solid #17453A;
}

.treeGrid tr.linkToCurrent td.void {
  background-color: #F6F6FF;
}
.treeGrid .linkToCurrent {
  background-color: #EEEEFF;
  cursor: pointer;
}

.DIALOG {
  background-color:white;
  border-width:1px; border-style:solid; border-color:#7a9ee8; 
}
.DIALOG .TITLE {
  background-color: #7a9ee8;
  font-weight: bold; 
  color: white;
}
.DISABLEDDIALOG {
  border-color:gray;
}
.DISABLEDDIALOG > .TITLE {
  background-color:gray;
}

label {
  white-space:nowrap;
}

.partiallyChecked {
  background-color: #5F9F9F;
}
.notSynchronized {
  background-color: orange;
}

.ordNavigator .treeGrid .leaf a {
  color:black;
}

.ordAddress {
  background:#F4F4F4;	
}

.roundedButton, input[type=submit] {
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	text-align: center;
	font-family: Helvetica;
	padding-left: 8px; 
	padding-right: 8px; 
	text-decoration: none;
	background-color: #dcdddd;
}
input[type=submit]:active {
	background-color: #acadad;
}
.roundedButton {
	background-color: #acadad;
	display: block;
	color: white;
}

.DIALOG {
  background-color:white;
  border-width:1px; border-style:solid; border-color:#7a9ee8; 
}
.DIALOG .TITLE {
  background-color: #7a9ee8;
  font-weight: bold; 
  color: white;
}
.DISABLEDDIALOG {
  border-color:gray;
}
.DISABLEDDIALOG > .TITLE {
  background-color:gray;
}
label {
  white-space:nowrap;
}

label {
	font-family: Helvetica;
	color: #628fce;
}


html {
    overflow-y: scroll;
}

*,body,html,p,ul,ol,li,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

select {
	margin: 0; /*ifw2*/
}

input.text {
	padding: 0; /*ifw2*/
}
input[type=number] { /* html 5 */
  	margin: 1px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}


h1 {
	color: #5a8ece;
	font-family: Helvetica; 
	font-weight: lighter;
}

p {
	margin: 15px 15px 15px 15px;
	font-family: Helvetica;
}

.floatLeft { /*ifw2*/
	float: left;
}

.floatRight { /*ifw2*/
	float: right;
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

#container {
	margin: 10px auto;
	width: 1000px;
	height: 659px;
	border: 0px solid #000;
}

header {
	width: 1000px;
	height: 116px;
	padding-top: 19px;
	padding-bottom: 19px;
}

/* START NAV MENU */
nav {
	margin: 0;
	padding: 0;
	margin-top: -10px;
	height: 40px;
}

nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Helvetica; 
	font-weight: lighter;
	list-style: none;
	text-align: right;
}

nav ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #d8d8d9;
	font-weight: lighter;
}

nav ul li a {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9f9f9f;
	text-decoration: none;
	padding-left: 17px;
	padding-right: 17px;
	font-weight: lighter;
}
/* END NAV MENU */

#content {
	background-image: url('images/KOSMOS_fondo_hp.jpg');
	width: 1000px;
	height: 418px;
	padding-top: 22px;
	border-bottom: 25px solid #dedede;
}

#login {
	background-image: url('images/bkg-loging.png');
	width: 280px;
	height: 197px;
	margin: 0 auto;
	padding-top: 30px;
	font-weight: lighter;
}

.loginError {
	width: 280px;
	height: 80px;
	padding-top: 10px;
	text-align: center;
	font-weight: lighter;
	margin: 0 auto;
	color: white;
}

#login h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	color: #3b3b39;
	font-weight: lighter;
}

.login {
	margin: 0 auto;
	padding-top: 20px;
	width: 200px;
	text-align: center;
}

.login input {
	margin-bottom: 17px;
	letter-spacing: 0px;
}

.login input[type="text"] {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #adc7e7;
/*	border-radius: 4px; problemi con IE */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 167px;
	height: 20px;
}

.login  input[type="password"] {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #adc7e7;
/*	border-radius: 4px; problemi con IE */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 167px;
	height: 20px;
}

.login  button {
	background-image: url('images/btu-entra.png');
	width: 178px;
	height: 23px;
	padding: 0;
	margin: 0;
	border-style: none;
	border: 0;
}
.login .loginButton {
	width: 178px;
	height: 23px;
	padding: 0;
	margin: 0;
	background-color: #5a8ece;
	color: white;
	font-style: normal;
}

.template {
	background-image: none;
	background-color: #ececec;
	width: 100%;
	margin-top: -5px;
	border-bottom: 3px solid #dedede;
	padding-bottom: 26px
}

.templateprodotti {
	width: 945px;
	margin: 40px 26px 0 26px;
	background-color: #ffffff;
	-webkit-border-radius: 30px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 30px;
	-moz-border-radius-topleft: 0;
	border-radius: 30px;
	border-top-left-radius: 0;
	margin-right: 15px;
	margin-top: -9px;
	border: 1px solid #c4c4c4;
}

.intestazionetemplateprodotti {
	width: 925;
	height: 23px;
	background-color: #dadada;
	-webkit-border-radius: 30px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 30px;
	-moz-border-radius-topleft: 0;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 18px;
	padding-top: 9px;
	padding-left: 20px;
	font-family: Helvetica; 
	font-weight: lighter;
	color: #504f53;
	border-bottom: solid 1px #cdcece;
}

.intestazione .icona {
	float: left;
	background: url(../images/iconacarrello.png) no-repeat;
	padding-left: 57px;
	height: 38px;
}

.intestazione .icona2 {
	float: left;
	background: url(../images/iconareagenticancro.png) no-repeat;
	padding-left: 57px;
	height: 57px;
}

.intestazione .icona3 {
	float: left;
	background: url(../images/iconafattura.png) no-repeat;
	padding-left: 57px;
	height: 57px;
}

.intestazione h1 {
	position: relative;
	top: 12px;
}

.lineadivisoria {
	position: relative;
	top: -20px;
}

/* @Begin Search Bar  */
.search {
	width: 867px;
	height: 32px;
	margin: 0 auto;
	background-color: #5a8ece;
	padding-top: 2px;
	padding-left: 5px;
	padding-left: 75px;
}

.cartCounter {
	float:right;
	display: inline-block;
	position: relative;
	right: 20px;
	top: 3px;
	width: 30px;
	height: 25px;
	background: url(../images/carrello.png) no-repeat right;
	text-align: center;
	font-family: Helvetica;
	font-weight: bold;
}
.cartCounter span {
	position: relative;
	top: 6px;
	left: 12px;
	color: yellow;
}

.combo {
	overflow: hidden;
	width: 178px;
	height: 24px;
	overflow: hidden;
	background: url(../images/combo.png) no-repeat right #565655;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline-block;
	position: relative;
	z-index: 1; /*ifw2*/
	color: #5a8ece;
}

.combo select {
	width: 130%;
	background: transparent;
	padding: 0px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	color: #e7e7e7;
	float: left;
}
.combo select:focus {
    z-index: 2;
    width: 100%;
	background-image: none;
}

.combo option {
	color: #464645;
	background: white;
}

.combochiara {
	background: url(../images/combo.png) no-repeat right #acadad;
}
.combochiara select {
	color: #262625;
}

.comboblue {
	background: url(../images/combo.png) no-repeat right #437fb8;
}
.comboblue select {
	color: #e7e7e7;
}

.combobianca {
	background: url(../images/frecciaceleste.png) no-repeat right #ffffff;
	border: solid 1px #b7b7b7;
}
.combobianca select {
	color: #262625;
}

.combo.disabled {
	background-image: none;
}

.search input {
	position: relative;
	left: -9px;
	top: -10px;
	display: inline-block;
	padding: 5px;
	width: 200px;
}
/* @End Search Bar */
.payoff {
	margin-top: 40px;
	color: #9c9d9d;
	line-height: 125%;
	letter-spacing: 0px;
	text-align: center;
	font-family: Helvetica; 
	font-weight: lighter;
}

.intestazione {
	color: #9c9d9d;
	line-height: 125%;
	letter-spacing: 0px;
	font-family: Helvetica; 
	font-weight: lighter;
	margin: 14px 26px 0 26px;
}

.prodottiinevidenza {
	margin: 20px 26px 0 26px;
	width: 100%;
}

.contenitorebox {
	width: 100%;
	margin: 0px 26px 0px 26px;
}

.box {
	width: 224px;
	height: 179px;
	float: left;
	background-color: #ffffff;
	-webkit-border-radius: 30px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 30px;
	-moz-border-radius-topleft: 0;
	border-radius: 30px;
	border-top-left-radius: 0;
	margin-right: 15px;
	margin-top: 23px;
	box-shadow: -2px -2px 4px #d1d1d1;
}

.last {
	margin-right: 0px;
	background-color: #cfcfcf;
}

.boximmagine {
	text-align: center;
	width: 224px;
	height: 131px;
}
.boximmagine img {
	border: 0;
}

.boxcolore {
	width: 224px;
	height: 35px;
	background-color: #1870bc;
	text-align: center;
	color: #ffffff;
	padding-top: 13px;
	-webkit-border-radius: 30px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 30px;
	-moz-border-radius-topleft: 0;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-family: "Helvetica"; 
	font-weight: lighter;
}

.boxcolore1a {
	background-color: #5a8ece;
}

.boxcolore2a {
	background-color: #c75a25;
}

.boxcolore3a {
	background-color: #be2d1d;
}

.boxcolore4a {
	background-color: #5a8ece;
}

.boxcolore1b {
	background-color: #1e3550;
}

.boxcolore2b {
	background-color: #a3c12a;
}

.boxcolore3b {
	background-color: #4c1a65;
}

.boxcolore4b {
	background-color: #e5b63e;
}

.inevidenza {
	width: 924px;
	color: #3b3b39;
	font-family: Helvetica; 
	font-weight: lighter;
	margin-left: 20px;
}

.inevidenza tr:nth-child(even) {
	background: #ffffff;
}

.inevidenzatr tr:nth-child(odd) {
	background: #ffffff;
}

.coloreprodotto {
	width: 25px;
	font-family: Helvetica; 
	font-weight: lighter;
}

.nomeprodotto {
	width: 160px;
	padding-left: 5px;
	text-decoration: underline;
}

.descrizioneprodotto {
	width: auto;
	padding-left: 5px;
}

.pulsanteprodotto {
	width: 122px;
	padding-left: 5px;
}

footer {
	width: 1000px;
	height: 54px;
}

footer p {
	font-family: Arial;
	margin-top: 10px;
	color: #696969;
	line-height: 125%;
	letter-spacing: 0px;
}

footer p a {
	color: #9f9f9f;
}

.leggitutto {
	width: 112px;
	height: 19px;
	font-family: Helvetica; 
	font-weight: lighter;
	background: url(../images/tastoleggi.png);
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	color: #ffffff;
}

.pulsanteverde {
	width: 177px;
	height: 23px;
	font-family: Helvetica; 
	font-weight: lighter;
	background: url(../images/pulsanteverde.png) no-repeat;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 20px;
	color: #ffffff;
	margin-top: 14px;
	text-align: left;
	padding-right: 0px;
}

.pulsantegrigio {
	width: 156px;
	height: 23px;
	font-family: Helvetica; 
	font-weight: lighter;
	background: url(../images/pulsantegrigio.png) no-repeat;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 31px;
	color: #ffffff;
	margin-top: 14px;
	text-align: left;
}

.pulsanterimuovi {
	width: 83px;
	height: 24px;
	font-family: Helvetica; 
	font-weight: lighter;
	background: url(../images/rimuovi.png) no-repeat;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	color: #ffffff;
	margin: 15px auto;
}

.tabellariepilogoprodotti {
	width: 904px;
	margin: 0px 20px 20px 20px;
	font-family: Helvetica; 
	font-weight: lighter;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.tabellariepilogoprodotti .colore {
	/* !!NO background-color: #293d50; */
	width: 26px;
	height: 57px;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.tabellariepilogoprodotti  .azzurro {
	background-color: #5a8ece;
}

.tabellariepilogoprodotti  .arancione {
	background-color: #c75a25;
}

.tabellariepilogoprodotti  .verde {
	background-color: #a3c12a;
}

.tabellariepilogoprodotti  .rosso {
	background-color: #be2d1d;
}

.tabellariepilogoprodotti  .viola {
	background-color: #6e387d;
}

.tabellariepilogoprodotti  .giallo {
	background-color: #f8db14;
}

.tabellariepilogoprodotti  .blu {
	background-color: #1e3550;
}

.tabellariepilogoprodotti  .ocra {
	background-color: #e5b63e;
}

.tabellariepilogoprodotti  .arancionel {
	background-color: #e77a45;
}

.tabellariepilogoprodotti  .ocral {
	background-color: #f5c64e;
}

.tabellariepilogoprodotti  .grigio {
	background-color: #8c8d8d;
}

.tabellariepilogoprodotti .descrizione {
	width: auto;
	height: 62px;
	font-family: Helvetica; 
	font-weight: lighter;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
}

.tabellariepilogoprodotti .alert {
	width: auto;
	height: 57px;
	font-family: Helvetica; 
	font-weight: lighter;
	text-align: center;
	color: red;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 10px;
	padding-right: 4px;
	background-color: #ffffff;
}

.tabellariepilogoprodotti .prezzo {
	background-color: #f6f6f6;
	width: 156px;
	height: 57px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}

.tabellariepilogoprodotti .sconto {
	background-color: #f6f6f6;
	width: 100px;
	height: 57px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}

.tabellariepilogoprodotti .pulsante {
	background-color: #e3e3e3;
	width: 176px;
	height: 57px;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.tabellariepilogoprodotti .sugg-indent {
	border-right: solid 3px #cdcece;
}

.tabellariepilogoprodotti .sugg-descrizione {
	width: auto;
	height: 47px;
	font-family: Helvetica; 
	font-weight: lighter;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
}
.tabellariepilogoprodotti .sugg-alert {
	width: auto;
	height: 47px;
	font-family: Helvetica; /*HelveticaLight*/
	text-align: center;
	color: red;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 10px;
	padding-right: 4px;
	background-color: #ffffff;
}

.tabellariepilogoprodotti .sugg-prezzo {
	background-color: #f6f6f6;
	width: 156px;
	height: 47px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}

.tabellariepilogoprodotti .sugg-sconto {
	background-color: #f6f6f6;
	width: 100px;
	height: 47px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}

.tabellariepilogoprodotti .sugg-pulsante {
	background-color: #e3e3e3;
	width: 176px;
	height: 47px;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.tabellariepilogoprodotti .nome {
	padding-top: 6px;
	padding-bottom: 4px;
	height: 22px;
}

.tabellariepilogoprodotti .nome span {
	text-decoration: underline;
}

.tabellariepilogoprodotti .nome .path {
	text-decoration: none;
	color: gray;
}
.tabellariepilogoprodotti .nome .path span {
	text-decoration: none;
}

.tabellariepilogoprodotti .nome .path .l0 {
	background-color: white;
}

.tabellariepilogoprodotti .nome .path .l1 {
	color: black;
}

.tabellariepilogoprodotti .aggiungi {
	text-align center;
	height: 26px;
}

.tabellariepilogoprodotti .aggiungi a {
	color: #628fce;
}

.tabellariepilogoprodotti .titolo {
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	text-align: center;
	font-family: Helvetica;
	color: #628fce;
	padding-top: 25px;
	padding-bottom: 9px;
}

.tabellariepilogoprodotti .ultimo {
	border-right: solid 0px #cdcece;
}

.tabellariepilogoprodotti .costototale,
.tabellariepilogoprodotti .costototale a {
	font-weight: bold;
	background-color: #f2f2f2;
	text-align: right;
	padding-right: 4px;
	color: #628fce;
}
.tabellariepilogoprodotti .costototale.footer {
	border: solid 1px #cdcece;
	border-right: solid 0px #cdcece;
}

.export {
	float:left;
	height: 25px;
	width: 30px;
    margin-left: 10px;
    padding-top:3px;
}
.carrello {
	float:right;
	height: 22px;
	padding-right: 15px;
	color: #628fce;
	margin-right: 20px;
    padding-top:5px; 
}
.carrello span {
	color: #628fce;
}

.salvaordine {
	float:right;
	height: 22px;
	background: url(../images/stella.png) no-repeat right;
	padding-right: 35px;
	color: #628fce;
	margin-right: 20px;
    padding-top:5px; 
}

.draftTitle {
    float:left;
    padding-top:5px; 
    margin-left:20px;
    margin-right:10px;	
	color: #628fce;
}

.carrello .a {
	color: #628fce;
	text-decoration: underline;
}

.riepilogoordine {
	width: 904px;
	margin: 0px 20px 20px 20px;
	font-family: Helvetica; 
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.riepilogoordine .colore {
	background-color: #293d50;
	width: 25px;
	height: 37px;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.riepilogoordine  .azzurro {
	background-color: #5a8ece;
}

.riepilogoordine  .arancione {
	background-color: #c75a25;
}

.riepilogoordine  .verde {
	background-color: #a3c12a;
}

.riepilogoordine  .rosso {
	background-color: #be2d1d;
}

.riepilogoordine  .viola {
	background-color: #6e387d;
}

.riepilogoordine  .giallo {
	background-color: #f8db14;
}

.riepilogoordine .nulla {
	text-align: center;
	width: auto;
	height: 37px;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
	font-family: Helvetica; 
}

.riepilogoordine .descrizione {
	width: auto;
	height: 37px;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
	font-family: Helvetica; 
}
.riepilogoordine .prezzo {
	background-color: #f2f2f2;
	width: 144px;
	height: 57px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	padding-right: 4px;
}

.riepilogoordine .quantita {
	background-color: #fffff;
	width: 103px;
	height: 37px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	padding-right: 4px;
}

.riepilogoordine .costototale {
	background-color: #f2f2f2;
	width: 111px;
	height: 37px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	padding-right: 4px;
	font-weight: bold;
}

.riepilogoordine .modifica {
	background-color: #fffff;
	width: 143px;
	height: 37px;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.riepilogoordine .rimuovi {
	background-color: #fffff;
	width: 117px;
	height: 37px;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.riepilogoordine .titolo {
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	text-align: center;
	font-family: Helvetica;
	color: #628fce;
	padding-top: 25px;
	padding-bottom: 9px;
}

.riepilogoordine .ultimo {
	border-right: solid 0px #cdcece;
}

.riepilogoordine .primo {
	text-align: left;
}

.riepilogoordine .totale {
	border-left: solid 1px #cdcece;
	font-weight: bold;
}

.aggiungiquantita {
	width: 119px;
	height: 45px;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	background-color: #5a8ece;
	text-align: center;
	margin: 5px auto;
}

.aggiungiquantita .aggiungi {
	height: 24px;
	width: 119px;
	background: url(../images/piu.png) no-repeat left;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 36px;
	text-align: left;
	font-family: Helvetica; 
	text-decoration: none;
}

.aggiungiquantita .aggiorna {
	height: 24px;
	width: 119px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 0px;
	text-align: center;
	font-family: Helvetica; 
	text-decoration: none;
}

.aggiungiquantita .rimuovi {
	height: 24px;
	width: 119px;
	background: url(../images/meno.png) no-repeat left;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 36px;
	text-align: left;
	font-family: Helvetica;
	text-decoration: none;
}

.aggiungiquantita a {
	text-decoration: none;
}

.aggiungiquantita input[type=text], .aggiungiquantita input[type=number]{
	width: 113px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	border: 0px;
	text-align: right;
	padding-right: 2px;
}

.sugg-aggiungiquantita {
	width: 109px;
	height: 40px;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	background-color: #8c8d8d;
	text-align: center;
	margin: 5px auto;
}

.sugg-aggiungiquantita .aggiungi {
	height: 24px;
	width: 109px;
	background: url(../images/piu.png) no-repeat left;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 36px;
	text-align: left;
	font-family: Helvetica; 
	text-decoration: none;
}

.sugg-aggiungiquantita .aggiorna {
	height: 24px;
	width: 109px;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: Helvetica; 
	text-decoration: none;
}

.sugg-aggiungiquantita .rimuovi {
	height: 24px;
	width: 109px;
	background: url(../images/meno.png) no-repeat left;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 36px;
	text-align: left;
	font-family: Helvetica; 
	text-decoration: none;
}

.sugg-aggiungiquantita a {
	text-decoration: none;
}

.sugg-aggiungiquantita input[type=text], .sugg-aggiungiquantita input[type=number] {
	width: 103px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	border: 0px;
	text-align: right;
	padding-right: 2px;
}

.modificaquantita {
	width: 84px;
	height: 20px;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	background-color: #5a8ece;
	text-align: center;
	margin: 5px auto; 
}

.modificaquantita input[type=text], .modificaquantita input[type=number] {
	width: 80px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	border: 0px;
	text-align: right;
	padding-right: 2px;
}

.modificaquantita a {
	text-decoration: none;
}

.riepilogoordine2 {
	width: 904px;
	margin: 0px 20px 20px 20px;
	font-family: Helvetica; /*HelveticaLight*/
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.riepilogoordine2 .descrizione {
	width: auto;
	height: 37px;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
	font-family: Helvetica; 
}

.riepilogoordine2 .prezzo {
	background-color: #f2f2f2;
	width: 100px;
	height: 57px;
	font-weight: bold;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	font-weight: bold;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
}

.riepilogoordine2 .quantita {
	background-color: #fffff;
	width: 100px;
	height: 37px;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
}

.riepilogoordine2 .costototale {
	background-color: #f2f2f2;
	width: 100px;
	height: 37px;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
}

.riepilogoordine2 .rimuovi {
	background-color: #fffff;
	width: 100px;
	height: 37px;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
}

.riepilogoordine2 .titolo {
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	text-align: center;
	font-family: Helvetica;
	color: #628fce;
	padding-top: 25px;
	padding-bottom: 9px;
}

.riepilogoordine2 .ultimo {
	border-right: solid 0px #cdcece;
}

/* */
.pager ul {
	list-style: none;
}

.pager li {
	float: left;
	margin-left: 5px;
	width: 36px;
	text-align: center;
}

.pager li a {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
}

.pager li .current {
	background-color: #404040;
	text-decoration: none;
	color: #fff;
}

.pageDim {
	float: right;
}

.pageDim ul {
	list-style: none;
}

.pageDim li {
	float: left;
	margin-left: 5px;
	width: 36px;
	text-align: center;
}

.pageDim li a {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ddd;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.pageDim li .current {
	background-color: #404040;
	text-decoration: none;
	color: #fff;
}

.roundedButton, input[type=submit] {
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	text-align: center;
	font-family: Helvetica;
	padding-left: 8px; 
	padding-right: 8px; 
	text-decoration: none;
	background-color: #dcdddd;
}
input[type=submit]:active {
	background-color: #acadad;
}
.roundedButton {
	background-color: #acadad;
	display: block;
	color: white;
}

.DIALOG {
	font-family: Helvetica;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	box-shadow: -2px -2px 4px #d1d1d1;
}
.DIALOG .TITLE {
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	padding-left: 10px
}
.DIALOG .buttons {
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

.DIALOG .lookupSearch {
	background-color: #b7b7b7;
	padding : 2px;
}
.DIALOG .subTitle {
	background-color: #b7b7b7;
	padding: 2px;
	color: white;
}

.POPUP {
	font-family: Helvetica;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topleft: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	box-shadow: -2px -2px 4px #d1d1d1;
	padding: 2px
}
.POPUP .popupMenu {
	background-color: #ffffff;
}

.DATAGRID {
	margin: 0px 0px 0px 0px;
	font-family: Helvetica; 
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.DATAGRID .pulsante {
	background-color: #e3e3e3;
	width: 176px;
	height: 57px;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
}

.DATAGRID .titolo {
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	text-align: center;
	font-family: Helvetica;
	color: #628fce;
	padding-top: 6px;
	padding-bottom: 4px;
}

.DATAGRID .ultimo {
	border-right: solid 0px #cdcece;
}

.DATAGRID .data {
	width: auto;
	height: 22px;
	font-family: Helvetica; 
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
}

.DATAGRID .nodata {
	width: auto;
	height: 22px;
	font-family: Helvetica; 
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
	background-color: #ffffff;
}

.DATAGRID .navigator {
	height: 30px;
}

.DATAGRID .ocra {
	background-color: #e5b63e;
}

.DATAGRID .boolean {
	text-align: center;
}

.CustomerLookup .code {
	width: 100px;
}
.CustomerLookup .description {
	width: 400px;
}
.CustomerLookup .county {
	text-align: center;
	width: 40px;
}
.CustomerLookup .ZIPCode {
	text-align: center;
	width: 60px;
}
.CustomerLookup .area-id {
	text-align: center;
	width: 40px;
}
.CustomerLookup .state {
	width: 50px;
}
.CustomerLookup .data {
	height:40px;
}
.CustomerLookup .nodata {
	height:40px;
}

.AddressLookup .description {
	vertical-align: top;
	width: 400px;
}
.AddressLookup .-description {
	vertical-align: top;
	width: 300px;
}
.AddressLookup .state {
	width: 50px;
}
.AddressLookup .data {
	height:40px;
}
.AddressLookup .nodata {
	height:40px;
}

.CustomerUsersList .user-code {
	vertical-align: top;
	width: 180px;
}
.CustomerUsersList .-description {
	vertical-align: top;
	width: 240px;
}
.CustomerUsersList .user-locked {
	width: 60px;
}
.CustomerUsersList .CustomerReferent {
	width: 75px;
}
.CustomerUsersList .OrderViewer {
	width: 75px;
}
.CustomerUsersList .OrderMaker {
	width: 75px;
}
.CustomerUsersList .OrderApprover {
	width: 75px;
}
.CustomerUsersList .MeanOrderApprover {
	width: 75px;
}
.CustomerUsersList .-sameReferent {
	width: 70px;
}

.CustomerUsersList .data {
	height: 50px;
}
.CustomerUsersList .nodata {
	height: 50px;
}

.CustomerUserEdit .userRoles {
	margin-left: 10px;
	margin-right: 10px;
}

.current-customer {
	position: absolute;
	font-family: Helvetica;
	color: #504f53;
	top: 100px;
	float: right;
	text-align: right;
	width: 1000px;
	color: #628fce;
}
.current-customer .name {
	padding-left: 2px;
	padding-right: 2px;
	border: solid 1px #d8d8d9;
}
.current-customer .comms span {
	margin-left: 4px;
	width: 60px;
	display: inline-block;
	background-color: #e5b63e;
}

.DIALOG .approveLevels {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.DIALOG .approveLevels div {
	display: inline;
}
.DIALOG .approveLevels div select {
	width: 40px;
}

.actionGroup .OK, .actionGroup .CANCEL, .actionGroup .YES, .actionGroup .NO {
  width:80px;
}

.formMessages {
	clear: both;
	background-color: #dddddd;
	height: 16px;
	font-family: Helvetica;
	padding-left: 4px;
	margin-top: 4px;
}
.formMessages .error { 
	color:#FF5060; 
}
.formMessages .warning { 
	color:#FF8C59; 
}
.formMessages .info { 
	color:#8C8CFF; 
}
.formMessages .focused { 
	font-weight: bold; 
}

.creaordine {
	width: 904px;
	margin: 0px 20px 20px 20px;
	font-family: Helvetica; 
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.creaordine input[type=text], .creaordine input[type=number] {
}

.creaordine .addresses {
	width: 100%;
	padding: 0px 10px 0px 10px;
	height: 110px;
}
.creaordine .customer {
	vertical-align: top;
	width:45%;
}
.creaordine .actions {
	width:100px;
}
.creaordine .shippingAddress {
	vertical-align: top;
	width:45%;
}

.creaordine .fields {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.creaordine .attn {
	margin-right: 40px;
}
.creaordine .focReason {
}
.creaordine .focNote {
}
.creaordine .customerRef {
	margin-right: 40px;
}
.creaordine .deferred {
}
.creaordine .recurring {
	margin-top: 10px;
}

.creaordine .buttons {
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

.tabellaordini {
	width: 904px;
	margin: 0px 20px 20px 20px;
	font-family: Helvetica; 
	font-weight: lighter;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.tabellaordini .id {
	width: 90px;
	height: 57px;
	font-family: Helvetica; 
	font-weight: lighter;
	color: #628fce;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 0px;
	background-color: #ffffff;
}
.tabellaordini .id.rorder {
	height: 25px;
}
.tabellaordini .id span {
	color: #628fce;
}

.tabellaordini .id div.rorder {
    width: 70px;
    margin-left: 4px;
	background-color: #5a8ece;
}
.tabellaordini .id div.dorder {
    width: 70px;
	background-color: #e5b63e;
    margin-left: 4px;
}
.tabellaordini .id div.dorder.FOC {
	background-color: #a3c12a;
}	
.tabellaordini .id div.hasDiffs {
	position: absolute;
}
.tabellaordini .id div.hasDiffs span {
	background: url(../images/reddot.gif) no-repeat left;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 1px;
}

.tabellaordini .id div.procOrderOnly {
    width: 70px;
    margin-left: 4px;
}

.tabellaordini .child-id div.dorder {
    width: 60px;
	background-color: #e5b63e;
    margin-left: 4px;
}
.tabellaordini .child-id div.dorder.FOC {
	background-color: #a3c12a;
}
.tabellaordini .child-id div.hasDiffs {
	position: absolute;
}
.tabellaordini .child-id div.hasDiffs span {
	background: url(../images/reddot.gif) no-repeat left;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 1px;
}

.tabellaordini .descrizione {
	width: 280px;
	font-family: Helvetica; 
	font-weight: lighter;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 0px;
	background-color: #ffffff;
}
.tabellaordini .data {
	background-color: #f6f6f6;
	width: 126px;
	color: #504f53;
	background-color: #ffffff;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}
.tabellaordini .alert {
	width: auto;
	font-family: Helvetica; 
	font-weight: lighter;
	text-align: center;
	color: red;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 10px;
	background-color: #ffffff;
}

.tabellaordini .totale {
	background-color: #f6f6f6;
	width: 100px;
	color: #628fce;
	text-align: right;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}

.tabellaordini .rif {
	background-color: #f6f6f6;
	width: 90px;
	color: #504f53;
	background-color: #ffffff;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}
.tabellaordini .rif span.focReason {
}
.tabellaordini .rif span.focNote {
}

.tabellaordini .stato {
	background-color: #f6f6f6;
	width: 110px;
	color: #628fce;
	text-align: center;
	font-family: Helvetica;
	border-top: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-right: 4px;
}
.tabellaordini .stato input[type=submit] {
	width: 40px;
	height: 52px;
}
.tabellaordini .stato input[type=submit].reject {
	background-image: url('images/no.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-left: 0px;
	padding-top: 26px;
	width: 50px;
}
.tabellaordini .stato input[type=submit].approve {
	background-image: url('images/si.gif');
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-left: 0px;
	padding-top: 26px;
	width: 50px;
}

.stato.CANCELLED {
	color: #be2d1d;
}
.stato.REJECTED {
	color: #be2d1d;
}
.stato.TEMPLATE {
	color: #1e3550;
}
.stato.DRAFT {
	color: #5a8ece;
}
.stato.TOBE_APPROVED {
	color: #e77a45;
}
.stato.APPROVED {
	color: #e77a45;
}
.stato.SENDED {
	color: #a3c12a;
}
.stato.PROCESSED {
	color: #a3c12a;
}
.stato.remoteState {
	font-weight: bold;
}
.stato.Evaso {
	color: green;
}

.tabellaordini .pulsante {
	background-color: #e3e3e3;
	width: 112px;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	text-align: right;
}
.tabellaordini .pulsante input[type=submit] {
	width: 50px;
	height: 52px;
}
.tabellaordini .pulsante input[type=submit].toCart {
	background-image: url('images/carrello.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-left: 0px;
	padding-top: 26px;
}
.tabellaordini .pulsante input[type=submit].toCart.modifica {
	background-image: url('images/modifica.png');
}
.tabellaordini .pulsante input[type=submit].remove {
	background-image: url('images/no.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-left: 0px;
	padding-top: 26px;
}
.tabellaordini .pulsante input[type=submit].sdocs {
	background-image: url('images/pacco.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-left: 0px;
	padding-top: 26px;
}

.tabellaordini .child-indent {
	width: 10px;
	border-right: solid 3px #cdcece;
}

.tabellaordini .child-id {
	width: 90px;
	height: 57px;
	font-family: Helvetica; 
	font-weight: lighter;
	color: #504f53;
	border-top: solid 1px #cdcece;
	border-bottom: solid 1px #cdcece;
	padding-left: 0px;
	background-color: #ffffff;
}

.tabellaordini .nome {
	padding-top: 10px;
	padding-bottom: 4px;
	height: 26px;
}

.tabellaordini .nome span {
	text-decoration: underline;
}

.tabellaordini .titolo {
	border-bottom: solid 1px #cdcece;
	border-right: solid 1px #cdcece;
	text-align: center;
	font-family: Helvetica;
	color: #628fce;
	padding-top: 25px;
	padding-bottom: 9px;
}

.tabellaordini .ultimo {
	border-right: solid 0px #cdcece;
}

.tabellaordini .titolo.indent {
	width: 10px;
	border-right: solid 3px white;
}
.tabellaordini .titolo.primo {
	width: 90px;
}



/* @Begin Search Bar  */
.searchOrders {
	width: 867px;
	height: 32px;
	margin: 0 auto;
	background-color: #5a8ece;
	padding-top: 2px;
	padding-left: 5px;
	padding-left: 75px;
}

.searchOrders input {
	position: relative;
	left: -9px;
	top: -10px;
	display: inline-block;
	padding: 5px;
	width: 200px;
}
/* @End Search Bar */

.ShowOrder.dorder,
.ShowOrder.porder {
	width: 800px;
}
.ShowOrder .shippingAddress {
	margin-left: 5px;
	padding-left: 20px; 
	padding-bottom: 10px; 
	width: 400px;
	background-color: #ececec;
}
.ShowOrder .shippingAddress span {
}

.ShowOrderItems .productPackage-code {
	width: 100px;
	vertical-align: middle;
}
.ShowOrderItems .productPackage-code .gtin {
}
.ShowOrderItems .productPackage-description {
	width: 320px;
	vertical-align: middle;
}
.ShowOrder.dorder .ShowOrderItems .productPackage-description {
	width: 380px;
}
.ShowOrder span.focReason {
}
.ShowOrder span.focNote {
}
.ShowOrderItems .state {
	width: 80px;
}
.ShowOrderItems .data.state {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.ShowOrderItems .orderedQuantity {
	width: 80px;
}
.ShowOrderItems .data.orderedQuantity {
	text-align: right;
	padding-right: 2px;
}
.ShowOrderItems .price {
	width: 100px;
}
.ShowOrderItems .data.price {
	text-align: right;
	padding-right: 2px;
}
.ShowOrderItems .overallPrice {
	width: 100px;
}
.ShowOrderItems .data.overallPrice {
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
}

.ShowOrderItems .data {
	height:40px;
}
.ShowOrderItems .nodata {
	height:40px;
}

.ShowOrderItems .data div.hasDiffs {
	position: absolute;
}
.ShowOrderItems .data div.hasDiffs span {
	background: url(../images/reddot.gif) no-repeat left;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	top: -2px;
	left: -10px;
}
.ShowOrderItems .data div.hasDiffs.changed span {
	background: url(../images/bluedot2.gif) no-repeat left;
}

.ShowDocItems {
	width: 900px;
}
.ShowDocItems .processedOrderItem-productPackage-code {
	width: 90px;
	vertical-align: middle;
}
.ShowDocItems .processedOrderItem-productPackage-description {
	width: 280px;
	vertical-align: middle;
}
.ShowDocItems .shipRowSeq {
	width: 40px;
}
.ShowDocItems .billRowSeq {
	width: 40px;
}
.ShowDocItems .lotto {
	width: 120px;
}
.ShowDocItems .qtaXLotto {
	width: 60px;
}

.ShowDocItems .data.qtaXCollo,
.ShowDocItems .data.qtaXLotto,
.ShowDocItems .data.shipRowSeq,
.ShowDocItems .data.billRowSeq {
	padding-right: 2px;
	text-align: right;
}

.ShowDocItems .data {
	height:40px;
}
.ShowDocItems .nodata {
	height:40px;
}

.ShowDocPacks {
	width: 900px;
}
.ShowDocPacks .productPackage-code {
	width: 90px;
	vertical-align: middle;
}
.ShowDocPacks .productPackage-description {
	width: 280px;
	vertical-align: middle;
}
.ShowDocPacks .rowSeq {
	width: 40px;
}
.ShowDocPacks .nrCollo {
	width: 120px;
}
.ShowDocPacks .nrCollo .child {
	padding-left: 10px;
}
.ShowDocPacks .qtaXCollo {
	width: 60px;
}
.ShowDocItShowDocPacksems .lotto {
	width: 120px;
}
.ShowDocPacks .dtScadenza {
	width: 80px;
}

.ShowDocPacks .data.qtaXCollo,
.ShowDocPacks .data.qtaXLotto,
.ShowDocPacks .data.rowSeq {
	padding-right: 2px;
	text-align: right;
}
.ShowDocPacks .data.dtScadenza {
	text-align: center;
}

.ShowDocPacks .data {
	height:40px;
}
.ShowDocPacks .nodata {
	height:40px;
}

.ShowDocs .shipCode {
	width: 90px;
}
.ShowDocs .shipDocDate {
	width: 90px;
}
.ShowDocs .billCode {
	width: 90px;
}
.ShowDocs .billDocDate {
	width: 90px;
}
.ShowDocs .nrTotColli {
	width: 60px;
}
.ShowDocs .totPeso {
	width: 90px;
}
.ShowDocs .-actions {
	width: 60px;
}

.ShowDocs .data.shipDocDate,
.ShowDocs .data.billDocDate {
	text-align: center;
}
.ShowDocs .data.nrTotColli,
.ShowDocs .data.totPeso {
	padding-right: 2px;
	text-align: right;
}

.ShowDocs .data {
	height:40px;
}
.ShowDocs .nodata {
	height:40px;
}

label {
	font-family: Helvetica;
	color: #628fce;
}

.Contents .-description {
	width: 500px;
}
.Contents .-actions {
	width: 60px;
}

.slideSx {
	top: 60%;
	position: fixed;
}
.slideDx {
	top: 60%;
	position: fixed;
	padding-right: 18px;
}

/* Colori abbott */
.AbbottBlue01 {
	background-color: rgb(171,215,235);
} 
.AbbottBlue02 {
	background-color: rgb(96,180,218);
} 
.AbbottBlue03 {
	background-color: rgb(42,141,186);
} 
.AbbottBlue04 {
	background-color: rgb(32,155,222);
} 
.AbbottBlack01 {
	background-color: rgb(33,31,32); 
}
.AbbottGreen01 {
	background-color: rgb(127,220,34);
} 
.AbbottGreen02 {
	background-color: rgb(82,190,8);
} 
.AbbottGreen03 {
	background-color: rgb(84,145,23);
} 
.AbbottYellow01 {
	background-color: rgb(252,246,0);
} 
.AbbottYellow02 {
	background-color: rgb(246,192,40);
}
.AbbottYellow03 {
	background-color: rgb(255,211,4);
}
.AbbottOrange01 {
	background-color: rgb(255,153,0);
}
.AbbottOrange02 {
	background-color: rgb(255,102,0); 
}
.AbbottRed01 {
	background-color: rgb(255,0,0);
}
.AbbottRed02 {
	background-color: rgb(204,0,0);
}
.AbbottMagenta {
	background-color: rgb(216,2,127);
}
.AbbottPurple01 {
	background-color: rgb(217,183,214);
}
.AbbottPurple02 {
	background-color: rgb(184,120,178);
}
.AbbottPurple03 {
	background-color: rgb(132,2,129);
}
.AbbottGray01 {
	background-color: rgb(212,212,212);
}
.AbbottGray02 {
	background-color: rgb(181,181,181);
}

input[type=submit].exportBtn {
    background-image:url(../images/download.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-align: left;
    padding-left: 30px;
}
input[type=submit].reloadBtn {
    background-image:url(../images/reload.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-align: left;
    padding-left: 24px;
}
input[type=submit].printBtn {
    background-image:url(../../ifw2.static/images/print.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-align: left;
    padding-left: 20px;
}

.boldNews {		
    color: #5a8ece;
}

.testIndicator {
	font-family: Helvetica;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: red;
}

