body{
    background-color: white;
    margin:0;
    padding:0;

}
.PageTitle, .orders-pg .content-area{
	font-family:Arial;
	font-weight:normal;
	font-size:1.8em;	
}

.inputbox { 
background:#F2F2F2;
color:#050505;
border:1px solid #C7C5C5;
border-radius:0px ;
font-size:1.2em ;
height: 20px ;
line-height:20px ;
padding: 5px ;
}
.formtable {
	font-family:Arial;
	font-weight:normal;
	font-size:1.8em;	
	color:black;
}
.formtable td {
	padding:2px;
}
.formtable input {
background:#F2F2F2;
color:#050505;
border:1px solid #C7C5C5;
border-radius:0px ;
font-size:1.4em ;
height: 30px ;
line-height:30px ;
padding: 5px ;
}
.formtable select {
background: transparent;
padding: 0px;
border: 1;
border-radius: 0;
font-size:1em ;

}
.formtable input[type=button] {
	height:30px;
}   
.formtable button[type=submit] {
	height:30px;
}   
.formtable a {
	text-decoration:none;
}

.calctbl {
	font-family:Arial;
	font-weight:normal;
	font-size:0.8em;	
}
.calctbl input[type='text'] {
background:#F2F2F2;
color:black;
border:1px solid #C7C5C5;
border-radius:0px ;
font-size:1.2em ;
padding: 2px ;
text-align:right;
width:auto;
}
.btnform {
   -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #2d2d2d;
  font-size: 20px;
  background: #698e9c;
  padding: 2px 20px 10px 20px;
  text-decoration: none;
}
.btnform:hover {
 background: #3cb0fd;
  text-decoration: none;
}
.listtable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	/*
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;*/
}
.listtable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.listtable a {
	text-decoration:none;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
}/*
.listtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.listtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.listtable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.listtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.listtable tr:hover td{
	
}
/*.listtable tr:nth-child(odd){ background-color:#e5e5e5; }
.listtable tr:nth-child(even)    { background-color:#ffffff; }*/
.listtable td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	padding:7px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.listtable tr:last-child td{
	border-width:1px 1px 0px 0px;
}.listtable tr td:last-child{
	border-width:1px 1px 1px 0px;
}.listtable tr:last-child td:last-child{
	border-width:1px 1px 0px 0px;
}
.listtable tr:first-child td{
	/*background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);
	*/
	background-color:#cccccc;
	border:0px solid #000000;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.listtable tr:first-child:hover td{
	/*background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);
	*/
	background-color:#cccccc;
}
.listtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.listtable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.notable {
	border:0px;
	width:0%; 
	border-collapse: collapse;
    border-spacing: 0;
	margin:0px;
	padding:0px;
}
.note {
	font-family:Arial;
	font-weight:normal;
	font-size:1em;	
	
}
a.blue:visited{color:blue;}
a.green:visited{color:green;}
a.red:visited{color:red;}
a.blue:hover,
a.green:hover,
a.red:hover{color:black;}

ul.totals-summary{margin:0;margin-bottom:20px;padding:0;list-style:none;}
ul.totals-summary li{display:inline-block;width:20%;margin:0;padding:0;}
ul.totals-summary li.x{width:19%;}
ul.totals-summary li:last-child{text-align:right;}

@media (max-width:1319px){
	ul.totals-summary li{min-width:220px;text-align:left;}
	ul.totals-summary li.x{min-width:215px;text-align:left;}
}
@media (max-width:1091px){
	ul.totals-summary li.x{min-width:220px;text-align:left;}
}
@media (max-width:577px){
	#cssmenu{background-color:#fff;}
	#cssmenu ul{margin:0;padding:0;}
	#cssmenu ul li{width:49%;text-align:center;padding:5px 0;margin:0;margin-bottom:6px;}
}