@CHARSET "UTF-8";

BODY{
	background-color:#DDDDDD;
	color:#000;
	align:center;
	width:1024px;
	font-size:14px;
}

label{
	font-size:18px !important;
	color: #000;
}

INPUT, TEXTAREA{
	background-color:#EDEDED;
	width1:150px !important;
}

input[type=text] {
    box-sizing: border-box;
    border: 1px solid #333 !important;
    border-radius: 4px;
}

legend{
	color:#FF0000 !important;
	font-size:14px !important;
	font-weight:none !important;
}

option{
	font-size:12px;
}

fieldset{
	font-size:12px !important;
	border: 2px groove !important;
	display: block !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding-top: 0.35em !important;
    padding-bottom: 0.625em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.ui-input-text{
    width: 300px;
    size:70;
}

input#autocomplete{
    width: 500px !important;
    size:100;
}


div.wrapper{
	/* use to center this box*/
	margin: auto;
	max-width:1024px;
	min-width1:400px;
	float1:right;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;; 
}

div.main{
	/* use to center this box*/
	display: table-cell;
	margin: auto;
	max-width1:50%;
	min-width1:400px;
	width:400px;
	height:100%;
	padding: 7px;
	float1:right;
}

div.ext_main{
	display: table-cell;
	margin: auto;
	width:100%;
	height:100%;
	padding: 7px;
}

div.sidemenu{
	max-width:25%;
	min-width: 200px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

div.basket{
	font-size:16px;
	display:table;
	max-width: 350px;
	width: 350px;
	height1:100%;
	vertical-align:top;
	float:right;
	padding-right:10px;
}

div.orderlist{
	font-size:16px !important;
}

div.order1{
	max-width1:70%;
	margin1: auto;
	padding1: 10px;
	vertical-align1: middle;
}

div.customer{
	display:table-cell;
	position: absolute;
	top:100px;
	height:100px
	color:#000000;
	font-size:20px;
	vertical-align: text-top;
	font-weight: bold;
}

div.cart{
	display:table-cell;
	position: absolute;
	top:300px;
    width: 100%;
    font-size:14px;
}

div.cart_col{
	display: table-cell;
	min-width:300px;
}
div.cart_left{
	display: table-cell;
	width:20%;
	float:left;
}

div.cart_middle{
	display: table-cell;
	width:60%;
	float:middle;
}

div.cart_right{
	display: table-cell;
	width:20%;
	float:right;
	padding-right:30px;
}

div.table{
	width:100%;
	display: table;
	width1: 100%;
}
div.tr{
	display: table-row;
}
div.thead{
	background-color: #EEE;
	display: table-header-group;
}
div.td, div.th{
	border: 1px solid #EEE;
	display: table-cell;
	padding: 3px 3px;
}
div.tbody{
	display: table-row-group;
}


div.transbox
  {
  width:200px;
  height:68px;
  margin:4px 4px;
  background-color:#FFFFFF;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin:2px 2px;
  font-weight:bold;
  color:#000000;
  text-align:left;
  }


.ui-menu .ui-menu-item a {
	font-size:12px;
}

.ui-state-disabled {
    opacity: 1.0 !important;
}

.ui-footer{
	background: rgba(0, 0, 0, 0.3) !important;
}

#footer {
   bottom:0;
   width:100%;
   font-size:10pt;
   height1:40px;   /* Height of the footer */
   text-align:center;
}
#footer a {
   text-decoration:none;
}


/* ICONS */

/* Address Finder*/
#locationField, #controls {
  position: relative;
  width: 480px;
}
#autocomplete {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99%;
}
.label {
  text-align: right;
  font-weight: bold;
  width: 100px;
  color: #303030;
}
#address {
  border1: 1px solid #000090;
  background-color1: #f0f0ff;
  width: 480px;
  padding-right: 2px;
}
#address td {
  font-size: 10pt;
}
.field {
  width: 99%;
}
.slimField {
  width: 80px;
}
.wideField {
  width: 200px;
}
#locationField {
  height: 20px;
  margin-bottom: 2px;
}


/* PRINT */
.order_print
{
	padding: 5px;
	font: 11px Verdana, Arial; 
	width: 246px;
	border-style1: solid;
	border-width1: 1px;
	border-color1: #000000;
	color: #000000;
}

/* Print Area */
.printarea{
	display:block;
	width: 300px !important;
	font-size: 12pt !important;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif !important;
	font-weight:600 !important;
	font-stretch:condensed !important;
	line-height: 1.4 !important;
}
@media print{
	.ext_main *, .main *, .sidemenu *, .basket *, #footer *, .wrapper * {display:none;}
	.ext_main .printarea {display:block;}
}