html {
	font-family: "georgia";
	text-align: center;
	background-image: url(../img/sfondo_2.png);
	background-color: #E0FF9E;
}

div#extwrapp {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 800px;
	border: 1px solid gray;
	padding: 0px 30px 0px 30px;
	background-color: white;
}

div#title {
	margin: 0px 0px 0px 0px;
	background: url(../img/titolo.png) top no-repeat;
	height: 150px;
}

div#title h1 {
	padding: 120px 0px 0px 0px;
}

div#menu {
	margin: 0px 0px 0px 0px;
	background-image: url(../img/sfondomenulingue.png);
	text-align: center;
	height: 100px;
}

div#menu ul {
	padding-right: 40px;
	padding-top: 20px;
	text-align: center;
	margin: 7px;
}

div#menu li {
	display: inline;
	font-size: 25px;
	font-style: bold;
  text-align: center;
}

div#menu li.admin {
	font-size: 14px;
}

div#menu a:link { 
	padding:  2px 5px 2px 5px;
	border: 1px dotted black;
  color: #000000;
  text-decoration: none;
}
	
div#menu a:visited {
	padding:  2px 5px 2px 5px;
	border: 1px dotted black;
  color: #000000;
  text-decoration: none;
}
	
div#menu a:hover { 
	padding:  2px 5px 2px 5px;
	border: 1px dotted white;
  color: #FFFFFF;
  text-decoration: none;
}

div#lingua a:link {
	border: none;
	padding: 0px 0px 0px 0px;
}

div#lingua a:visited {
	border: none;
	padding: 0px 0px 0px 0px;
}

div#lingua a:hover {
	border: none;
	padding: 0px 0px 0px 0px;
}

div#lingua img {
	border: 1px solid black;
	width: 40px;
	height: 20px;
}

div#login_box {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

div#login_box form {
	margin-top: 0px;
}

div#login_box table {
	margin: auto;
	border: 1px gray solid;
	background: #FFFFFF;
}

div#login_box input[type=submit] {
	font-size: 14px;
	background:	#CDCDCD;
	border: solid 1px black;
	cursor: pointer;
}

div#login_box input[type=text] {
	background: #fffacd url("../img/username.png") no-repeat;
	background-position: left center;
	padding-left: 18px;
	height: 18px;
	border: 1px gray dotted;
	font-size: 14px;
	width: 100px;
}

div#login_box input[type=password] {
	font-size: 14px;
	background: #fffacd url("../img/password.png") no-repeat;
	background-position: left center;
	padding-left: 18px;
	height: 18px;
	border: 1px gray dotted;
	width: 100px;
}

div#content {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#footer {
	text-align: center;
	font-size: 70%;
	background: url(../img/sfondotitolo.png) top no-repeat;
	height: 40px;
}

div#footer p {
	padding-top: 25px;
}

div#footer a {
	color: black;
}

/*index css*/
div#info {
	height: 210px;
}

div#address {
	margin: 0px 0px 0px 0px;
	float: left;
	border-right: dotted black 1px;
	width: 399px;
	height: 200px;
}

div#intro {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	float: right;
	width: 360px;
	height: 200px;
	text-align: justify;
}

div#intro p:first-letter {
	font-size: 140%;
	margin: 0px;
}

div#news {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 17px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

div#news h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 45px 0px;
}

div.pre_news {
	background: white url(../img/pre_news_2.png) top no-repeat;
	height: 60px;
	padding: 7px 0px 0px 0px;
	text-align: center;
}

div.pre_news_cont {
	width: 600px;
	text-align: center;
	padding-top: 7px;
	margin: auto;
}

div.pre_news_cont b {
	float: left;
	padding-left: 30px;
}

div.pre_news_cont i {
	float: right;
	cursor: pointer;
	padding-right: 20px;
}

div.single_news {
	background: white url(../img/newscenter.png) top repeat-y;
	width: 600px;
	padding: 10px 10px 10px 10px;
	margin: auto;
}

div.news-content {
	padding: 0px 30px 10px 30px;
}

div.news-content b.title {
	text-align: center;
}

div.news-content p {
	text-align: justify;
	padding-left: 10px;
}

div.news-content p:first-letter {
	font-size: 140%;
}

div.news-content i.date {
	float: left;
	cursor: default;
}

div.news-content i.city {
	float: right;
	cursor: default;
}

div.news-content i.author {
	float: right;
	cursor: default;
}

div.news-content i {
	float: left;
	cursor: pointer;
	padding-left: 10px;
}

div.up_news {
	background-image: url(../img/sfondonews2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0px 10px;
}

div.down_news {
	background: url(../img/sfondonewsdown2.png) top no-repeat;
	height: 60px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 10px 10px;
}

div.news_space {
	height: 10px;
}

/*archive*/
div#archive {
	height: auto;
	overflow: hidden;
}

div#month_news {
	float: left;
	margin-right: auto;
	margin-left: 20px;
}

div#archive_menu {
	float: right;
	margin-left: auto;
	margin-right: 20px;
	border-left: dashed black 1px;
	padding-left: 10px;
}

/*products css*/
div#intro_prod {
	text-align: justify;
	margin: 10px 15px 10px 15px;
}

div#piante {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div#intro_piante {
	background: url(../img/erbe.jpg) top left no-repeat;
	text-align: justify;
	height: 150px;
	margin: 35px 15px 10px 15px;
}

div#intro_piante p {
	padding-left: 210px;
}

div#piante p#open_piante {
	margin: auto;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 150px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

div.click_info {
	cursor: pointer;
}

div#prod_piante {
	height: 380px;
}

div#prod_piante p#close_piante {
	margin-left: 667px;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 100px;
	cursor: pointer;
	text-align: center;
}

div#tav {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div#intro_tav {
	background: url(../img/tav.jpg) top right no-repeat;
	text-align: justify;
	height: 225px;
	margin: 35px 15px 10px 15px;
}

div#intro_tav p {
	padding-right: 210px;
}

p#open_tav {
	margin: auto;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 150px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

div#prod_tav {
	height: 400px;
}

div#prod_tav p#close_tav {
	margin-left: 667px;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 100px;
	cursor: pointer;
	text-align: center;
}

div#polveri {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div#intro_pol {
	background: url(../img/pol.jpg) top left no-repeat;
	text-align: justify;
	height: 180px;
	margin: 35px 15px 10px 15px;
}

div#intro_pol p {
	padding-left: 210px;
}

p#open_pol {
	margin: auto;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 150px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

div#prod_pol {
	height: 380px;
}

div#prod_pol p#close_pol {
	margin-left: 667px;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 100px;
	cursor: pointer;
	text-align: center;
}

div#infus {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div#intro_inf {
	background: url(../img/infusettes.jpg) top right no-repeat;
	text-align: justify;
	height: 180px;
	margin: 35px 15px 10px 15px;
}

div#intro_inf p {
	padding-right: 210px;
}

p#open_inf {
	margin: auto;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 150px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

div#prod_inf {
	height: 380px;
}

div#prod_inf p#close_inf {
	margin-left: 667px;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 100px;
	cursor: pointer;
	text-align: center;
}

div#mix {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div#intro_mix {
	background: url(../img/mix.jpg) top left no-repeat;
	text-align: justify;
	height: 129px;
	margin: 35px 15px 10px 15px;
}

div#intro_mix p {
	padding-left: 210px;
}

p#open_mix {
	margin: auto;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 150px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

div#prod_mix {
	height: 380px;
}

div#prod_mix p#close_mix {
	margin-left: 667px;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 100px;
	cursor: pointer;
	text-align: center;
}

div#pro_over0 {
	width: 790px;
	height: 300px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#pro_over1 {
	width: 760px;
	height: 300px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#pro_over2 {
	width: 760px;
	height: 300px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#pro_over3 {
	width: 760px;
	height: 300px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#pro_over4 {
	width: 760px;
	height: 300px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*warehouse*/

div#warehouse {
	background: white url(../img/mag.jpg) left no-repeat;
	height: 180px;
	margin-right: 10px;
	margin-left: 10px;
}

div#warehouse p {
	padding-top: 5px;
	margin-left: 293px;
	text-align: justify;
}

div#w_gallery {
	background-image: url(../img/sfondotitolo.png);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div#w_gallery img {
	border: none;
}

/*laboratory*/
div#laboratory {
	margin-right: 10px;
	margin-left: 10px;
}

div#laboratory p {
	text-align: justify;
}

div#intro1 {
	background: white url(../img/lab/P8251413.jpg) left no-repeat;
	height: 190px;
}

div#laboratory div#intro1_text {
	margin-left: 260px;
	text-align: justify;
}

div#intro2 {
	background: white url(../img/lab/P8251415.jpg) right no-repeat;
	height: 300px;
}

div#laboratory div#intro2_text {
	padding-top: 7px;
	margin-right: 200px;
	text-align: justify;
}

div#list {
	background: white url(../img/lab/P8251417.jpg) left no-repeat;
	height: 190px;
}

div#laboratory div#list_text {
	margin-left: 250px;
	text-align: justify;
}

div#laboratory div#list_text li {
	padding-top: 10px;
}

/*contacts*/

/*login and logout*/
div#login table {
	margin-left: auto;
	margin-right: auto;
}

div#login input.TextField {
	border: 1px dotted black;
}

/*admin*/
div#admin_index {
	text-align: center;
	padding: 0px 40px 0px 40px;
}

div#admin_index p {
	text-align: justify;
}

div#admin_index a {
	text-decoration: none;
	color: black;
	padding: 1px 30px 1px 30px;
}

div#admin_index a img {
	border: none;
}

div#admin_index a.mail {
	text-decoration: underline;
	color: black;
	padding: 0px 0px 0px 0px;
}

div#admin_index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#admin_index ul {
	margin: 0px;
	padding: 0px;
}

div#admin_index li {
	border: 1px dotted black;
	padding: 1px 2px 1px 2px;
	margin: 2px 2px 2px 2px;
	text-align: center;
	width: 150px;
	display: block;
	list-style-image: none;
}

/*admin users*/
div#users_table {
	/*padding: 3% 0% 3% 20%;*/
}

div#register_form table {
	margin-left: auto;
	margin-right: auto;
}

div#register_form input.TextField {
	border: 1px dotted black;
}

div#modify_form table {
	margin-left: auto;
	margin-right: auto;
}

div#modify_form input.TextField {
	border: 1px dotted black;
}

div#users_table table.sortable {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#remove_form {
	margin: 5px 0px 0px 0px;
	text-align: center;
}

div#remove_form input.TextField {
	border: 1px dotted black;
}

div#remove_form input.submit {
	background: white url(../img/delete.gif) center no-repeat;
	padding: 0px 5px 0px 5px;
	border: 1px outset black;
	margin: 0px 0px 0px 5px;
}

div#error {
	color: red;
	padding: 5px 0px 0px 0px;
}

/*admin news*/
div#insert_news_form table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#insert_news_form img {
	width: 300px;
	height: 200px;
}

div#insert_news_form textarea {
	border: 1px dotted black;
}

div#insert_news_form input.TextField {
	border: 1px dotted black;
}

div#news_table table.sortable {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*admin products*/
div#products_table table.sortable {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#products_table table.sortable th.nc {
	width: 250px;
}

div#products_table table.sortable th.tav_nc {
	width: 425px;
	height: 25px;
}

div#products_table table.sortable td.tav_nc {
	height: 25px;
}

div#products_table table.sortable th.nl {
	width: 280px;
}

div#products_table table.sortable th.unsortable {
	width: 50px;
}

div#products_table table.sortable td.info {
	width: 50px;
	text-align: center;
}

/* notices and errors */
div#flashMessage, .error, .error_message {
	color: #000000;
	font-size: 16px;
	background-color:#FFCC66;
	margin: auto;
	font-weight: bold;
}

.message {
	position:fixed;
	font-size:14px;
	border: solid 1px #FF6600;
	padding:12px;
	text-align:center;
}

.error_message {
	clear: both;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/*table sortable css */
table.sortable a {
	text-decoration: none;
	color: black;
}

table.sortable a img {
	border: 0;
}

table.sortable {
	text-align: center;
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
}

table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #a2cd5a	;
}

table.sortable td {
	border-width: 0px 1px 0px 1px;
}

table.sortable tr.odd td {
	background-color: #fff;
}

table.sortable tr.even td {
	background-color: #bcee68;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

/*orders autocomplete */
div.autocomplete {
    position: absolute;
   	width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
	font-size: 14px;
}
    
div.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul li.selected { 
	background-color: #ffb;
}
    
div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    height: 20px;
    cursor: pointer;
}

/*Grossista orders*/
div#index_grossista table {
	margin: auto;
	border-bottom: black solid 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

div#index_grossista th {
	border: 1px solid black;
}

div#index_grossista th.unsortable {
	border-bottom: black solid 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	width: 35px;
}

div#index_grossista th.oid {
	width: 45px;
	text-align: center;
}

div#index_grossista td.oidtd {
	width: 45px;
	text-align: center;
}

div#index_grossista th.odata {
	width: 160px;
	text-align: center;
}

div#index_grossista td.odatatd {
	width: 160px;
	text-align: center;
}

div#index_grossista th.odest {
	width: 160px;
	text-align: center;
}

div#index_grossista td.odesttd {
	width: 160px;
	text-align: center;
}

div#index_grossista th.ost {
	width: 100px;
	text-align: center;
}

div#index_grossista td.osttd {
	width: 100px;
	text-align: center;
}

div#index_grossista td.op {
	text-align: center;
	width: 35px;
}

div#address_conf {
	margin: 10px;
}

div#address_conf table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border-collapse: collapse;
}

div#address_conf tr {
	text-align: left;
}

div#address_conf td {
	padding: 10px 10px 10px 10px;
}

div#address_conf a {
	color: black;
}

div#modify_data_form {
	margin: 10px;
}

div#modify_data_form table {
	margin: auto;
	text-align: left;
}

div#modify_data_form input, textarea{
	border: 1px gray dotted;
	padding: 3px;
	font-size: 14px;
	background-color: #fffacd;
}

div#modify_data_form input.button {
	border: 1px black solid;
	font-size: 16px;
	background-color: white;
	cursor: pointer;
}

div#g_new_order {
	margin: 10px;
}

div#g_new_order table {
	margin: auto;
}

div#g_new_order table.product_box {
	border-collapse: collapse;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

div#g_new_order table.product_box td {
	padding: 11px;
}

div#g_new_order input, textarea {
	border: 1px gray dotted;
	padding: 3px;
	font-size: 14px;
	background-color: #fffacd;
}

div#g_new_order img {
	border: 1px black solid;
	padding: 6px;
	margin: auto;
}

div#g_new_order img.minus {
	cursor: pointer;
}

div#g_new_order table#last {
	text-align: left;
	border-collapse: collapse;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	margin-top: 4px;
}

div#g_new_order table#last td {
	width: 305px;
	padding: 10px;
}

.p_normal {
	border-width: 1px;
	border-color: black;
	border-style: dotted;
}

div#g_new_order input.p_error {
	border-color: red;
	border-style: solid;
}

.q_normal {
	border-width: 1px;
	border-color: black;
	border-style: dotted;
}

div#g_new_order input.q_error {
	border-color: red;
	border-style: solid;
}

div#g_new_order input.button {
	border: 1px black solid;
	font-size: 16px;
	background-color: white;
	cursor: pointer;
}

div#g_order {
	border: solid black 1px;
	margin-right: 20px;
	margin-left: 20px;
}

div#g_order_address table {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-collapse: collapse;
}

div#g_order_address tr {
	text-align: left;
}

div#g_order_address td {
	padding: 7px 7px 7px 7px;
}

div#g_order_data table {
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	border-collapse: collapse;
}

div#g_order_data tr {
	text-align: left;
}

div#g_order_data td.g_plant {
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: dotted black 1px;
	padding: 7px 7px 7px 7px;
	width: 607px;
}

div#g_order_data th.g_ord_int {
	border: solid black 1px;
	padding: 7px 7px 7px 7px;
}

div#g_order_data td.g_quantity {
	border-right: solid black 1px;
	border-bottom: dotted black 1px;
	text-align: center;
}

div#g_order_data td.tot {
	border-right: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
	padding: 7px 7px 7px 7px;
}

div#g_order_data th.tot_t {
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	padding: 7px 7px 7px 7px;
}

div#g_oss {
	border-top: solid black 1px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

div#piante_ord_g p#open_piante {
	margin: auto;
	font-size: 120%;
	border: 1px dotted black;
	padding: 5px 5px 5px 5px;
	width: 150px;
	cursor: pointer;
	text-align: center;
}

/*Clients*/
div#clients_index table {
	margin: auto;
	text-align: left;
}

div#clients_add table {
	margin: auto;
	text-align: left;
}

div#clients_edit table {
	margin: auto;
	text-align: left;
}

div#clients_view table {
	margin: auto;
	text-align: left;
	border-collapse: collapse;
}

div#clients_view th {
	border: none;
}

div#clients_view td {
	border: none;
	width: 300px;
}

/*Prescrittore*/
div#index_prescrittore table {
	margin: auto;
	border-bottom: black solid 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

div#index_prescrittore th {
	border: 1px solid black;
}

div#index_prescrittore th.unsortable {
	border-bottom: black solid 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	width: 35px;
}

div#index_prescrittore th.oid {
	width: 45px;
	text-align: center;
}

div#index_prescrittore td.oidtd {
	width: 45px;
	text-align: center;
}

div#index_prescrittore th.odata {
	width: 160px;
	text-align: center;
}

div#index_prescrittore td.odatatd {
	width: 160px;
	text-align: center;
}

div#index_prescrittore th.odest {
	width: 160px;
	text-align: center;
}

div#index_prescrittore td.odesttd {
	width: 160px;
	text-align: center;
}

div#index_prescrittore th.ost {
	width: 100px;
	text-align: center;
}

div#index_prescrittore td.osttd {
	width: 100px;
	text-align: center;
}

div#index_prescrittore td.op {
	text-align: center;
	width: 35px;
}

div#new_order_p {
	margin: 10px;
}

div#new_order_p table {
	margin: auto;
}

div#new_order_p table.product_box {
	border-collapse: collapse;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

div#new_order_p table.product_box td {
	padding: 11px;
}

div#new_order_p input, textarea {
	border: 1px gray dotted;
	padding: 3px;
	font-size: 14px;
	background-color: #fffacd;
}

div#new_order_p img {
	border: 1px black solid;
	padding: 6px;
	margin: auto;
}

div#new_order_p img.minus {
	cursor: pointer;
}

div#new_order_p table#last {
	text-align: left;
	border-collapse: collapse;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	margin-top: 4px;
}

div#new_order_p table#last td {
	width: 305px;
	padding: 10px;
}

.p_normal {
	border-width: 1px;
	border-color: black;
	border-style: dotted;
}

div#new_order_p input.p_error {
	border-color: red;
	border-style: solid;
}

.q_normal {
	border-width: 1px;
	border-color: black;
	border-style: dotted;
}

div#new_order_p input.q_error {
	border-color: red;
	border-style: solid;
}

div#new_order_p input.button {
	border: 1px black solid;
	font-size: 16px;
	background-color: white;
	cursor: pointer;
}

div#new_piante {
	border: 1px solid black;
	padding: 5px;
	margin: 2px;
}

div#new_tav {
	border: 1px solid black;
	padding: 5px;
	margin: 2px;
}

div#new_pol {
	border: 1px solid black;
	padding: 5px;
	margin: 2px;
}

div#new_inf {
	border: 1px solid black;
	padding: 5px;
	margin: 2px;
}

div#new_mix {
	border: 1px solid black;
	padding: 5px;
	margin: 2px;
}

p.porder_err_desc {
	border: 1px dotted red;
	font-weight: bold;
	font-style: italic;
	padding: 2px;
	text-align: justify;
}

div#p_order {
	border: solid black 1px;
	margin-right: 20px;
	margin-left: 20px;
}

div#p_order_num {
	margin-left: 10px;
}

div#p_order table {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	border-collapse: collapse;
}

div#p_order tr {
	text-align: left;
}

div#p_order td {
	padding: 7px 7px 7px 7px;
}

div#p_order_p_address {
	border-top: 1px solid black;
	margin-right: 10px;
	margin-left: 10px;
}

div#p_order_c_address {
	border-top: 1px solid black;
	margin-right: 10px;
	margin-left: 10px;
}

div#p_order_data {
	border-top: 1px solid black;
	margin-right: 10px;
	margin-left: 10px;
}

div#p_order_data div.start_p {
	border-top: 1px dashed black;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

div#p_order_data table {
	border-collapse: collapse;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}

div#p_order_data table.no_border {
	border-collapse: collapse;
	border: none;
}

div#p_order_data tr {
	text-align: left;
}

div#p_order_data td.p_plant {
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: dotted black 1px;
	padding: 7px 7px 7px 7px;
	width: 607px;
}

div#p_order_data th.p_ord_int {
	border: solid black 1px;
	padding: 7px 7px 7px 7px;
}

div#p_order_data td.p_quantity {
	border-right: solid black 1px;
	border-bottom: dotted black 1px;
	text-align: center;
}

div#p_oss {
	border-top: solid black 1px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

