/*
    Document   : site
    Created on : Sep 19, 2011, 10:13:16 AM
    Author     : wus90071
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
  display: block;
}

body {
  font: normal 10pt sans-serif;
  color: #000066;
  width: 980px;
  margin: 8px auto
}

#container {
  width: 980px;
  background-color: #E3E5E8;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid black;
  padding-bottom: 15px;
  height:620px;
}

#leftDiv {
  width: 48%;
  float: left;
  margin-top: 7px;
  height: 135px;
}

#rightDiv {
  width: 48%;
  float: right;
  margin-top: 7px;
  height: 135px;
}

.stepContainer {
  height: 415px !important;
}
.ddl {
}

.colLeft {
  text-align: right;
  width: 150px;
}

.left {
  text-align: right;
  width: 150px;
  color: #000066;
}

.right {
  text-align: left;
}

.header {
  background-color: #E3E5E8;
  border-bottom: 1px solid black;
}
.header img {
  height:23px;
  padding-left:10px;
  padding-right:175px;
}

.header h2 {
  display: inline-block;
  margin-bottom: 1px;
}

.disclaimer {
  text-align: center;
  border-bottom: 1px solid black;
  padding: 5px;
  font-style:italic;
}

.spin {
  width:45px;
}

.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}

.bold {
  font-weight: bold;
}

#fsEnclosures, #fsPenetrations, #fsTerminals {
  display: none;
}

#config {
  display: none;
  margin: auto;
}

.finger {
  cursor: pointer;
}

fieldset {
  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;
  width:97%;
}

.partNum {
  text-align: center;
  border-bottom: 1px solid black;
  padding: 5px 0px;
  margin-bottom: 15px;
  margin-top: 0px;
  width: 100%;
  display: none;

}


.pLabel {
  border:1px solid darkgray;
  background-color: lightgray;
  font-size: 1.2em;
  width: 75px;
  margin: 0px auto;
  padding-top: 0px;
  display: inline-block;
  zoom:1;
  *display: inline;
}

legend {
  color: #000066;
}

fieldset {
  border-color: #000066;
}

.divLeft {
  float:left;
  width: 47%;
  margin-top: 7px;
  height: 135px;
}

.divRight {
  float:right;
  width: 47%;
  margin-top: 7px;
  height: 135px;
}

select:focus, input[type=text]:focus, textarea:focus, input[type=checkbox]:focus
{
  background-color:#FAFAD2;
}

.summary td {
  padding-right:10px;
  vertical-align: top;
}

.summary {
  width: 95%;
  margin: 5px auto;
}

.summary .bold {
  text-align: right;
}

#pricing_loader {
  display: none;
  z-index: 99999;
}

#btCompany, #stCompany, #btAddr1, #stAddr1, #btAddr2, #stAddr2,
#contact, #email, #comments, #phone {
  width: 275px;
  margin-bottom: 2px;
}

label.cust {
  width:100px;
  text-align: right;
  display: inline-block;
  padding-right: 3px;
  /*vertical-align: top;*/
}

#btState, #stState {
  width: 25px;
  margin-bottom: 2px;
}


#btZip, #stZip {
  width: 70px;
  margin-bottom: 2px;
}

label.cust2 {
  width:150px;
  text-align: right;
  display: inline-block;
  padding-right: 3px;
  /*vertical-align: top; */
}

textarea{
  resize: none;
}


.addressHeader {
  background-color: #E0E0E0;
  padding: 5px 0px 0px 10px;
  height: 21px;
  vertical-align: middle;
  font-weight: bold;
}

.address {
}

input[type="text"]:disabled
{
  background:#FAF0E6;
}

a {
  text-decoration: none;
}

a:link {color:#0066CC;}      /* unvisited link */
a:visited {color:#0066CC;}  /* visited link */
a:hover {color:#F4791F;}  /* mouse over link */
a:active {color:#F4791F;}  /* selected link */

.red {
  color:#FF0000;
}

#pricingDetail {
  padding:10px;
  padding-left:35px;

}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */