* { 
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, San-serif;
}

body {
	padding: 0;
	margin: 0;
        text-align: center;
}

p {
	text-align: justify;
}

acronym {
	cursor: pointer;
	border-bottom: 1px dashed;
}

a, a:link, a:visited, a:hover {

}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	position: relative;
	left: -10%;
	width: 40%;
	border: 1px solid;
	padding: 0.1em;
	margin-left: 5%;
	text-align: center;
}

h3 {
	padding: 0 5em;
	border-top: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	width: 50%
}

dl {
	margin-left: 2em;
	margin-right: 2em;
}

dl dt {
	font-weight: bold;
	border-bottom: 1px solid;
}

input {
	border: 1px dotted;
}

select {
	border: 1px dotted;
}

.limited {
	border-top: 1px solid;
	border-bottom: 1px solid;
	height: 10em;
	overflow: auto;
}

p.top {
	text-align: right;
}

p.top a {
	border: 0;
}

ul.limited {
	margin-left: 0;
	padding-left: 1em;
}

#banner {
	padding: 0.3em;
        font-size: 18px;
}

#summary {
	display: none;
}

#menu ol {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

#menu ol li {
	display: inline;
}

#menu ol li a, #menu ol li span {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 0 1em;
	text-decoration: none;
	border-bottom: 1px dashed;
}


#content {
	margin: 0 15% 0 15%;
	border-left: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	padding-top: 2em;
	padding-bottom: 2em;
}

#content p {
	margin: 0 1em 1em 1em;
}

#last {
	border-right: 1px solid;
}

#message {
        font-size: 14px;
}

.table-highlite {
  
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#attachments {
  margin: 3px;
  padding: 3px;
  border: 1px solid #000;
}

.product-image {
  display: none;
}

#product-selection-title {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}

#product-selection-no-record-found {
  text-align: center;
}

#info-row {
  clear: both;
  font-size: 8px;
}

#nav {
  margin: auto;
  width: 50%;
}

#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#nav ul li {
  /*border-bottom:1px solid #ccc;*/
  float: left;
}

#nav li ul {
  position: absolute;
  z-index: 1;
  display: none;
}

#nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  background: #ddd;
  padding: 6px 8px;
  font-weight: bold;
}

#nav  li:hover ul, #nav li.jshover ul {
  display: block;
}

#nav li:hover  a, #nav li.jshover a {
  color:#FFFFFF;
  background: #555;
}

#nav  li:hover ul a:hover, #nav li.jshover ul a:hover {
  background-color:#fff;
  background-image:none;
  color:#555;
}

/*
ul#menuActions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ddd;
}

ul#menuLanguages {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #ddd;
}

li.menuItem {
  display: inline-block;
}

li.menuItem a {
  display:block;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 6px 8px;
  text-decoration: none;
}

li.menuItem a:hover {
  background-color: #444;
  color: #fff;
}
*/

.button-select {
  font-size: 16px !important;
  font-weight: bold;
  padding: 0 15px !important;
  background-color: #ddd !important;
  color: #000 !important;
  line-height: 38px !important;
  display: block !important;
  text-align: center !important;
}

.uppercase {
  text-transform: uppercase !important; 
}

.order-type {
  font-size: 16px;
  font-weight: bold;
}

.title-order-type-selection {
  text-align: center;

  margin: 30px 0;
  background-color: #819fb2;
  color: #fff;
}

#lockscreen {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 200px;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}​