#bodyContent li
{
  list-style-type:none;
}

.hidden
{
  display: none;
}

.float_right
{
  float: right;
}

.float_left
{
  float: left;
}

span.mini_cart
{
  font-weight: normal;
  color: #828282;
	font-size: 12px;
}

/*
 * Progress
 */

ul.progress
{
  margin-left: -10px;
	padding: 0 !important;
	margin: 0 !important;
}

ul.progress li
{
  font-size: 1.2em;
  height: 27px;
  padding: 0 0 8px 10px;
  color: #999999;
  margin-left: 0 !important;
}

ul.progress li.current
{
  background: #CFCFCF;
  color: #333333;
}

ul.progress li span
{
  display: block;
  padding-top: 7px;
}

/*
 * Forms
 */

ul.form {
	margin: 0 !important;
	padding: 0 !important;
}

ul.form li
{
  clear: both;
}

ul.form li.float_left
{
  float: left;
  width: 43%;
}

ul.form li.float_right
{
  width: 43%;
  clear: right;
  float: right;
}

ul.form label
{
  font-size: 1.2em;
  display: block;
  color: #666;
  font-weight: bold;
  margin-bottom: 0.2em;
}

ul.form li.form_header
{
  font-size: 12px;
  color: #333;
  font-weight: bold;
  margin-bottom:0.5em;
  margin-top:1.5em;
}

ul.form span.comment
{
  display: block;
  margin-top: 2px;
  color: #666;
  font-size: 11px;
  font-weight:normal;
}

ul.form input.text,
ul.form textarea
{
  width: 200px;
  border: 1px solid #bfbfbf;
  background: white url(../images/input_bg.gif) no-repeat left top;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  padding: 0.4em;
  color: #333;
}

ul.form input.text:focus,
ul.form textarea:focus
{
  background: #ffffcc url(../images/input_bg_active.gif) no-repeat left top;
  border: 1px solid #aaa;
}

ul.form textarea
{
  line-height: 150%;
}

ul.form li.text div
{
  padding-right: 1.2em;
}

ul.form select
{
  width: auto;
}

ul.form li
{
  margin-bottom: 1em;
}

ul.form li.checkbox div
{
  float: left;
}

ul.form li.checkbox input
{
  margin: 0;
  padding: 0;
}

ul.form li.checkbox label
{
  color: #333;
  margin-left: 20px;
  font-weight: normal;
}

ul.form li.radio_horizontal label
{
  margin-bottom: 0.5em;
}

ul.form li.radio_horizontal div
{
  float: left;
  margin-bottom: 0.5em;
}

ul.form li.radio_horizontal input
{
  margin: 0;
  padding: 0;
  float: left;
}

ul.form li.radio_horizontal div span
{
  display:block;
  margin-left: 20px;
  margin-right: 1.5em;
}

ul.form li.radio_horizontal div label
{
  color: #333;
  font-weight: normal;
}

ul.form li.radio_horizontal img
{
  display: block;
  margin-bottom: 0.3em;
}

/*
 * Pagination
 */

div.pagination
{
  padding-top: 2em;
}

div.pagination p
{
  padding-bottom: 0.2em;
  color: #666666;
}

div.pagination strong
{
  color: #333;
}

div.pagination p.pages
{
  color: #ccc;
}

div.pagination a
{
  text-decoration: none;
}

div.pagination span.numbers
{
  color: #333;
}

/*
 * Messages
 */

p.flash
{
  margin-bottom: 1em;
  padding: 0.5em;
}

p.success
{
  color: #000;
  background: #fcf3ba;
	border: 3px solid #fff491;
}

p.error
{
  background:#FFFFCC none repeat scroll 0 0;
  border: 2px solid #FFCC66;
  color:#333333;
  padding-left: 1em;
}

p strong
{
  color: #333;
}

/*
 * Simple table
 */

table.simple_table
{
  border-collapse: collapse;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 1em;
}

table.simple_table thead
{
  color: #666666;
}


table.simple_table th {
	font-weight: bold;
	background-color: #d5d5d5;
	margin: 0 !important;
	padding: 8px 10px !important;
	font-size: .83em;
}

table.simple_table th h4 {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

table.simple_table th, table.simple_table td
{
  text-align: left;
}

table.simple_table td {
	padding: 4px 4px 6px 4px;
	font-size: 1em;
}

table.simple_table th.align_right,
table.simple_table td.align_right
{
  text-align: right;
}

table.simple_table td.align_right input
{
  text-align: right;
}

table.simple_table thead th
{
  border-bottom: 1px solid #bfbfbf;
}

table.simple_table tbody td,
table.simple_table tbody th
{
  padding-top: 0.6em !important;
  border-bottom: 1px solid #afafaf;
  color: #333;
}

table.simple_table tbody tr.image td,
table.simple_table tbody tr.image th
{
  padding-top: 1.3em !important;
}

table.simple_table img.product_image
{
  float: left;
  margin: -0.3em 1em 0.4em 0;
}

table.simple_table tr.image div.product_description
{
  margin-left: 75px;
}

table.simple_table tr.nodata td
{
  padding: 1em 0;
  text-align: center;
  color: #333;
}

table.simple_table th.last,
table.simple_table td.last
{
  padding-right: 0;
}

table.simple_table input.text
{
  padding: 1px;
  border: 1px solid #ccc;
  margin-top: -1px;
}

table.simple_table input.checkbox
{
  margin: 0;
  padding: 0;
}

table.simple_table tr.even td,
table.simple_table tr.even th
{
  background-color: #f4f4f4;
}

table.simple_table a
{
  color: #333;
}


table.heavy th,
table.heavy td
{
  padding-left: 5px;
}

table.heavy th.align_right,
table.heavy td.align_right
{
  padding-right: 5px;
}

table.simple_table th.order_status, td.order_status
{
  width: 18px;
  padding-left: 0!important;
}

table.simple_table td.order_status span
{
  line-height: 0;
  width: 11px;
  height: 11px;
  float: right;
  border: 1px solid #888888;
}

/*
 * Totals table
 */

table.totals
{
  width: auto;
  float: right;
  margin-bottom: 2em;
}

table.totals td,
table.totals th
{
  text-align: right;
}

/*
 * Controls
 */

input.short
{
  width: 30px;
}

/*
 * Scoreboard reports
 */

.scoreboard
{
	
  padding: 0 0 1em 0 !important;
	margin-left: 0 !important;
}

.scoreboard li
{
  float: left;
  padding: 0 1em 0.3em 0 !important;
  margin-left: 0 !important;
  margin-right: 1em;
  border-right: 1px solid #cccccc;
}

.scoreboard li.last
{
  border-right: none;
}

.scoreboard h3
{
  font: normal 1.3em/150% Arial,Helvetica,sans-serif;
  color: #000;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none;
}

.scoreboard p
{
  font: bold 2.4em Arial,Helvetica,sans-serif;
  color: #333;
  padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.scoreboard p.description
{
  font: normal 1.2em Arial,Helvetica,sans-serif;
  color: #666666;
  padding-top: 0.2em;
  padding-bottom: 0 !important;
  line-height: 140%;
}

.scoreboard p.description a
{
  text-decoration: underline;
}

.scoreboard.align_right li
{
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.scoreboard.align_right h3,
.scoreboard.align_right p
{
  text-align: right;
}

.compact h4
{
	margin: 1em 0 .1em 0 !important;
}

.compact p
{
  font-size: 1.1em;
}

/*
 * Slider
 */

div.slider
{
  height: 12px;
  background: transparent url(http://s3.amazonaws.com/edgewareproducts/images/slider_left.gif) no-repeat left center;
  position: relative;
}

div.slider .align_right
{
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(http://s3.amazonaws.com/edgewareproducts/images/slider_right.gif) no-repeat right center;
}

div.slider .knob
{
  width: 12px;
  height: 12px;
  background: transparent url(http://s3.amazonaws.com/edgewareproducts/images/slider_knob.gif) no-repeat left top;
  z-index: 100;
  cursor: pointer;
}

/*
 * Checkout block
 */
 
div.checkout_block
{
  padding: 10px;
  background: #eee;
  margin-bottom: 20px;
}

div.checkout_block label
{
  color:#666666;
  font-size:1.2em;
  margin-right: 10px;
}

div.checkout_block input.coupon_code
{
  width: 80px;
}

div.checkout_block input.checkout_btn
{
  float: right;
  margin-top: 1px;
}

div.checkout_block input.apply_btn
{
  float: right;
  margin-top: 1px;
  margin-right: 10px;
}


/*
 * Shipping cost estimator 
 */

.shipping_cost_estimator
{
  margin-bottom: 5px;
}

.shipping_cost_estimator .controls
{
  padding: 5px;
  background-color: #eee !important;
}

.shipping_cost_estimator h4
{
  margin-bottom: 5px;
}

.shipping_cost_estimator #estimator_link h4
{
  margin-bottom: 0;
}

.shipping_cost_estimator select
{
  margin-right: 10px;
}

.shipping_cost_estimator .zip
{
  width: 50px;
}

.shipping_cost_estimator .submit
{
  float: right;
  margin-top: 3px;
  outline: none;
}

.shipping_cost_estimator label 
{
  color:#666666;
  font-size:1.2em;
  margin-right:10px;
}

.shipping_cost_estimator .shipping_options
{
  border-top: 1px dotted #666666;
  padding: 10px !important;
  font-size: 12px;
  color: #333;
  line-height: 150%;
  background: #f6f6f6;
}

.shipping_cost_estimator li
{
  margin-bottom: 5px;
}

.shipping_cost_estimator li:last-child
{
  margin-bottom: 0;
}

.shipping_cost_estimator .comment,
.shipping_cost_estimator li p
{
  display: block;
  font-size: 11px;
  color: #666666;
  margin-top: -3px;
}

.shipping_cost_estimator li p
{
  padding-bottom: 2px;
}

.shipping_cost_estimator li.multi_option h4
{
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.shipping_cost_estimator li li
{
  padding-left: 10px;
}

/*
 * Columns
 */

div.lemon_column
{
  float: left;
  width: 200px;
  margin-right: 2em;
  padding-right: 2em;
}

div.lemon_column_300
{
  width: 300px;
}

div.login_columns div.float_left
{
  width: 250px;
	padding-right: 25px;
  background: transparent url(http://s3.amazonaws.com/edgewareproducts/images/vert_border.gif) repeat-y right top;
}

div.login_columns div.float_right
{
	float: left !important;
	margin-left: 25px;
  width: 250px;
}

div.checkout_columns div.float_left
{
  width: 135px;
}

div.checkout_columns div.middle
{
  width: 400px;
  margin-right: 0;
  padding-right: 0;
}

div.checkout_columns div.float_right
{
  width: 185px;
  float: right;
  margin-right: 40px;
  padding-right: 0;
}

div.payment_form div.align_left
{
  width: 300px;
}

div.signup_columns div.float_left
{
  width: left;
  background: transparent url(http://s3.amazonaws.com/edgewareproducts/images/vert_border.gif) repeat-y right top;
}

div.signup_columns div.float_right
{
  width: 320px;
  margin-right: 0;
  padding-right: 0;
}

