input.zipbtn { 
 color:#999; 
 font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
 background-color:#eee; 
 border: 1px solid; 
 border-color: #CCC; 
// filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffcccccc',EndColorStr='#ffeeeeee'); 
} 

input.zipbtnhov { 
 color: #000;
 background-color: #aaa;
 border-color: #ccc; 
}

#zipcode {
  position: relative;
  margin: 0;
  padding: 0;
  width: 450px;
  height: 24px;
  left: 450px;
  font-size: 10px;
  text-align: right;
  top: -20px;
}

.zip_address_form {
  background-color: #ffffff;
  margin:0;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  border-radius: 10px;
  border:1px solid #DDD;
  float: left;
  overflow: hidden;
  width: 620px;
  left: 0px;
}

.service_options {
  position: absolute;
  background-color: #ffffff;
  margin:0;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  border-radius: 10px;
  border:1px solid #DDD;
  float: left;
  overflow: hidden;
  width: 620px;
  left: 0px;
}

form{
    width: 625px;
}

.price_sum
{
  /*left: 635px;*/
  position: fixed;
  /*clear: left;*/
  margin-top: 0px;
  margin-left: 642px;
  /*margin-right: 6px;*/
  padding-left: 10px;
  padding-top: 0px;
  border-radius: .5em;
  border:1px solid #AAA;
  float: left;
  overflow: hidden;
  width: 265px;
  top: 163px;
  background-color: white;
}

.price_sum_head {
  color: #0058a4;
  font-family: 'trebuchet ms', helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}

.price_sum_line_item{
  display:inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDD;
}

.price_sum_item {
  color: #000;
  width: 195px;
  float: left;
//  background-color: #EEE;
}

.price_sum_price {
  color: #555;
  text-align: right;
  width: 60px;
  position: relative;
  float: right;
  margin-right: 10px;
}

.price_sum_head2 {
  color: #0058a4;
  font-family: 'trebuchet ms', helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 25px;
  width: 200px;
}

.price_sum_total {
  color: #000;
  width: 195px;
  float: left;
//  background-color: #EEE;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price_sum_tprice {
  color: #555;
  text-align: right;
  width: 60px;
  position: relative;
  float: right;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom:10px;
}


.ordernav {
  position: relative;
  background-color: eeedeb;
  border:0px solid #DDD;
  width: 625px;
  height: 31px;
  top: -5px;
  padding-left: 5px;
}

.shopping_main_left, .shopping_main_right{
    vertical-align: top;
    display: inline-block;
    zoom:1;
    *display: inline;
    padding-bottom: 50px;
}
.shopping_main_left {
    width: 360px;
/*     float: left; */
}

.shopping_main_right {
/*   background-color: white; */
/*   border:1px solid #AAA; */
  width: 250px;
/*   float: right; */
}

.shopping_item {
/* 	background-color: white; */
	border-bottom-width: 1px;
	border-bottom-color: #cfc4b8;
	border-bottom-style: solid;
	padding-top: 25px;
}

fieldset {
	background-repeat: repeat-x;
	/*background-image: url(/media/images/grfx/item-bkg.gif);*/
	background-color: #dbeeff;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #4cacff;
}

legend {
	margin-left: 5px;
	color: #195e9a;
}

fieldset ol {
	padding: 0;
	list-style: none;
}

fieldset li {
	border-bottom-width: 1px;
	border-bottom-color: #a3d1f9;
	border-bottom-style: solid;
	float: left;
	clear: left;
	width: 100%;
	margin-right: 1em;
}

label.choice {
	float: left;
	clear: left;
	width: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
label.name {
	float: left;
	clear: left;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.price {
	float: right;
	clear:both;
	width: 50px;
/* 	padding-top: 5px; */
	padding-bottom: 5px;
	margin-right: 5px;
	color: #486281;
}
.description {
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #486281;
}
.shopping_item h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 18px;
	color: #0058a4;
}

ul.order_fandb {
	list-style-image: url(/media/images/grfx/fb-bullet.gif);
}

ul.order_fandb li {
	margin-left: -20px;
	padding-bottom: 5px;
}

fieldset.zipform {
	background-repeat: repeat-x;
	background-image: url(/media/images/grfx/item-bkg.gfi);
	background-color: #fff;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 10px;
	border: 1px none #4cacff;
}

fieldset.zipform legend {
  padding-top: 20px;
}

fieldset.accountform {
  background-repeat: repeat-x;
  background-image: url(/media/images/grfx/item-bkg.gfi);
  background-color: #fff;
  float: left;
  clear: left;
  width: 350px;
  margin: 0 0 0 0;
  padding-top: 10px;
  border: 1px none #4cacff;
}

fieldset.accountform legend {
  padding-top: 20px;
}

.shop_account_validation_errors{
  margin-top: 30px;
}
.shop_account_validation_errors .disclaim{
  color: red;
}

fieldset ul {
	padding: 0 1em 0 1em;
	list-style: none;
}

fieldset ul li {
  padding-bottom: 5px;
  border-bottom-width: 1px;
	border-bottom-color: #a3d1f9;
	border-bottom-style: none; 
	float: left;
	clear: left;
	padding-bottom: 10px;
}

fieldset ul label {
  float: left;
  width: 130px;
  margin-right: 8px;
  text-align: right;
}
sup {
	font-size: 0.9em; 
	line-height: 0.5em;
/*   color: #cf142b; */
}

.reg-h {
	font-size: 0.5em; 
}

.disclaim h3 {
  border-top: 1px;
  margin-top: -5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  border-bottom: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  color: #666;
}

.disclaim h4 {
  padding-bottom: 5px;
  font-size: 10px;
  color: #666;
}

fieldset.cust_order {
	background-repeat: repeat-x;
	background-image: url(/media/images/grfx/spacer.gif);
	background-color: #fff;
	float: left;
	clear: left;
	width: 350px;
	margin: 0 0 0 0;
	padding-top: 10px;
	border: 1px none #4cacff;
	color: #999;
}

fieldset.cust_order legend {
  font-weight: bold;
  padding-top: 10px;
}

fieldset.cust_order .field_label {
  float: left;
}

fieldset.cust_order .field_entry {
  border-color: #DDD;
  border-width: 1px;
  border-style: solid;
  width: 200px;
  height: 15px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  color: #000;
}

.order_group {
	float: left;
}

.option_heading {
	margin: 5px;
	color: #002b6d;
	text-transform: capitalize;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.review_list {
	background-color: #eeedeb;
	width: 350px;
}

.review_list h3 {
	font-size: 10pt;
	border-bottom-color: #002b6d;
	border-left-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	margin: 7px;
	color: #0058a4;
}

.review_sum_select {
	float: left;
/* 	width: 300px; */
}

.review_sum_item {
  color: #000;
  width: 185px;
  float: left;
}

.reveiw_sum_price {
  color: #555;
  text-align: right;
  width: 40px;
  position: relative;
  float: right;
  margin-right: 10px;
}

fieldset.reviewform {
	background-repeat: repeat-x;
	background-image: url(/media/images/grfx/spacer.gif);
	background-color: #fff;
/* 	width: 350px; */
	margin: 0 0 0 0;
	padding-top: 10px;
	border: 1px none #4cacff;
}

.review {
	width: 1080px;
/* 	height: 500px; */
}

.review_info {
  float: left;
  width: 350px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 4px;
  margin-bottom: 10px;
}

.review_head {
  font-weight: bold;
  padding-top: 5px;
	border-bottom-color: #002b6d;
	border-left-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	color: #0058a4;
	margin: 0 5px 0 5px;
}


.review_info ul {
	padding: 0 1em 0 1em;
	list-style: none;
        margin-left: 1px;
}

.review ul li {
  padding-bottom: 5px;
  border-bottom-width: 1px;
	border-bottom-color: #a3d1f9;
	border-bottom-style: none; 
	float: left;
	/*clear: left;*/
	padding-bottom: 10px;
        font-size: 10pt;
}

.newAccount {
  float: left;
  width: 130px;
  margin-right: 8px;
  text-align: right;
}

/*
.review_info {
  float: left;
  width: 350px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 4px;
  margin-bottom: 10px;
}
*/

.csr_summary_spacer{
  display:inline-block;
  float:left;
  width:8px;
}

.info_group, .summary_info_group{
  float: left;
  width: 350px;
  position: relative;
  margin-right: 4px;
  margin-bottom: 10px;
}

.summary_info_group{
  width: 336px;
}

.summary_info_group .review_head{
  color:black;
  border_bottom_color: black;
}

.summary_info_group .price_sum_head, .summary_info_group .price_sum_head2{
  color:black;
}

.csr_review_info {
  float: left;
  width: 336px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 4px;
  margin-bottom: 8px;
  font-family: 'Lucida Grande', Verdana;
  font-size: 9pt; 
}


.csr_review_info ul {
	/*padding: 0 1em 0 1em;*/
	list-style: none;
	margin-left: -25px;
}

.csr_review_info ul li {
	padding-bottom: 16px;
}

.csrSummaryLeft, .csrSummaryRight {
  float: left;
  margin-right: 6px;
}

.csrSummaryLeft {
  width: 130px;
  text-align: right;
  color: #666;
	background-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.csrSummaryRight {
  width: 190px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
	background-color: white;
	font-size: 8pt;
}

.services {
	clear: left;
	width: 1080px;
}

.service_group {
  float: left;
  width: 255px;
/*   border: 1px solid #bebbb4; */
  position: relative;
  top: 4px;
/*   background-color: #f6f6f6; */
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 8pt;
}

.service_info {
  float: left;
  width: 250px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 4px;
  margin-bottom: 0px;
}

.service_head {
	font-size: 12pt;
	font-weight: bold;
}

.description {
  font-size: 7.5pt;
  color: #666666;
  text-align: left;
  padding-top: 10px;
}

#rules{
    display:none;
}

.readonly{
    background-color: #dddddd;
}

.ui-datepicker-trigger{
    vertical-align: bottom;
}

.order_list{
    width:900px;
}

/* the overlayed element */
#overlay {
    background-color:#fff;
    display:none;
    width:122px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.ui-tabs{
    height: 1100px;
    width: 1100px;
}

input.plusminus{
    padding-left: 5px;
    padding-top: 5px;
}
