div.conditions{
  padding: 0 0 10px 0 !important;
}

div#waiting {
  display: none;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align:center;
}

p.wait-message {
  font: normal 20px sans-serif;
  color: #ff9b16;
}

div#errorbox {
  display: none;
  position: absolute;
  top: 180px;
  /* Hack IE */
  // top: 380px;
  left: 50%;
  width: 400px;
  margin-top: 20%;
  margin-left: -200px;
  border: 3px solid white;
  font: normal 14px sans-serif;
}

div.errorbox3 {
  top: 650px !important;
}

div.msgcc {
  width: 400px;
  margin: 10px 0px 10px 80px;
  padding: 5px;
  border: 3px solid black;
  font-weight: normal;
  background-color: #abc526;
}

p.att {
  margin: 0px 0px 5px 0px;
  text-align: center;
  padding: 5px;
  color: #000000;
  font-weight: bold;
  background-color: #ff9b16;
  border: 1px solid black;
}

div.head_spc{
 margin-bottom: 21px;  
}

div.head_image{
  margin-bottom:30px;
  text-align:center
}

div#errorbox-inner {
  padding: 8px;
  border: 1px solid black;
  background-color: #f0e8d0;
}

div#errorbox p {
  margin: 4px 0;
}

div#errorbox span {
  display: none;
}

div.box {
  margin: 14px 0;
}

div.box-header {
  float: right;
  background-color: white;
}

div.box-title {
  padding-left: 15px;
  font-weight: bold;
  background-color: black;
  color: white;
}

div.box-content {
  padding: 10px 0;
  border-bottom: 1px solid black;
}

table.green-tab, table.orange-tab, table.gray-tab {
  border-spacing: 0;
  white-space: nowrap;
}

td.green-tab, td.orange-tab, td.gray-tab {
  padding: 0 5px;
  font: bold 12px sans-serif;
  vertical-align: middle;
}

td.green-tab-round, td.orange-tab-round, td.gray-tab-round {
  width: 25px;
  padding: 0;
  text-align: left;
}

td.green-tab {
  background: url(../images/buttongreen-bg.png) repeat-x;
}

td.orange-tab {
  background: url(../images/buttonorange-bg.png) repeat-x;
}

td.gray-tab {
  background: url(../images/buttongray-bg.png) repeat-x;
}

dl.customerlogin-form,
dl.latestoffer-form,
dl.customerlogin-form dd,
dl.latestoffer-form dd {
  margin: 0;
  font-size: 10px;
}

dl.customerlogin-form dt {
  font-weight: bold;
}

dl.customerlogin-form input {
  width: 148px;
  border-width: 1px;
  font-size: xx-small;
  background-color: #DDDDDD;
}

dl.latestoffer-form input {
  width: 168px;
  border-width: 1px;
  font-size: xx-small;
  background-color: #DDDDDD;
}

div.customerlogin-buttons{
  margin: 3px 0;
  text-align: center;
}

div.latestoffer-buttons {
  margin: 3px 0;
  text-align: right;
}

.orange-label {
  padding: 2px 8px;
  font: bold 10px sans-serif;
  text-decoration: none;
  background-color: #ff9b16;
}

.green-label {
  padding: 2px 8px;
  font: bold 10px sans-serif;
  text-decoration: none;
  background-color: #a6c226;
}

.button {
  cursor: pointer;
}

.button img{
  vertical-align:bottom;
}

div.doc {
  margin: 2em;
}

p.doc-title1, p.doc-title2 {
  font: bold 16px sans-serif;
  text-align: center;
}

ul.doc-index {
  margin: 1em 3em;
  padding: 1em 0;
  border-bottom: 2px groove black;
  list-style-type: none;
}

li.doc-index {
  margin: 0;
  padding: 0;
}
  
li.doc-index a {
  color: black;
}

li.doc-index a:hover {
  color: #ff9b16;
}

ul.doc-chapters {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.doc-chapter {
  margin: 1em 0;
  padding: 0;
}

div.doc-chapter-title {
  font-weight: bold;
}

div.doc-chapter-content {
  margin-left: 1em;
  text-align: justify;
}

div.help-title {
  padding: 8px;
  font: bold 14px sans-serif;
  color: #ff9b16;
}

ul.help {
  margin: 0;
  padding: 1em;
  list-style: square inside;
}

ul.help li {
  margin: 1em 0;
}

div.rsrv4_thanks{
  margin-bottom: 25px;
}

div.no_wrp{
  white-space:nowrap;
}

p.error_box{
  text-align:center;
}

table.foot_menu{
  width:100%;
  border-spacing:0;
}

table.foot_menu td{
  text-align:left;
}

p.thanks-msg{
  margin: 0 10px 0 20px;
}

div.clear{
  clear: both;
}

div#logout{
  margin:20px 5%;
  padding:8px;
  border:1px solid brown;
  text-align:center;
  background-color:#ff9b16;
}

.table-banner{
  width:100%;
  border-spacing:0;
  margin-top: -2px;
}

.table-banner td{
  width: 566px;
  vertical-align:top;
  border: none;
}

.table-content{
  width:100%;
  border-spacing:0;
  margin-top: 10px;
}

.table-content td{
  vertical-align:top
}

.cell-spc{
  height:10px;
  background-color:#c0c0c0;
}

.title-agents, .title-terms{
  margin: 0 10px 10px 20px;
}

.agent-send{
  margin:8px 0;
  text-align:center;
}

div.error-page{
  padding:16px;
  background-color:#ffcb76;
}

p.error-msg{
  font-weight:bold;
}

.cancel-ok{
  font:bold 11px verdana;
  text-align:center;
}

.login-error{
  margin:20px 5%;
  padding:8px;
  border:0px solid brown;
  text-align:center;
}

.title-extra{
  text-align:center;
  width: 85px;
}

.title-qty{
  text-align:center;
  width: 50px;
}

.title-price, .title-max{
  text-align:center;
  width: 60px;
}

.extra_spc{
  width:8px;
  background-color:white;
}

.sel-extra{
  text-align:center;
}
