/***************************/
/***** GLOBAL FORM RULES ***/
/***************************/
.label-value,
.radio,
.checkbox {
  margin: 3px 0px;
  position: relative;
  height: 22px;
  z-index: 1;
}

.checkbox {
  margin-left: 140px;
}

.checkbox .custom {
  margin-top: -16px;
  margin-left: 80px;
}

BUTTON {
  width: auto;
  overflow: visible;
  padding: 2px 5px;
}

LI.checkbox {
  list-style: none;
}

LABEL, .label {
  font-weight: bold;
  display: block;
  width: 150px;
  text-align: right;
}

INPUT, SELECT, .input {
  position: absolute;
  left: 160px;
  top: 0px;
  width: 160px;
}

SELECT {
  width: 164px;
}

.radio INPUT,
.checkbox INPUT {
  position: static;
  width: auto;
  display: block;
  border: 0px;
}

.radio .radio-option {
  float: left;
  position: relative;
  padding-right: 50px;
}

.radio LABEL,
.checkbox LABEL {
  width: auto;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 25px;
}

.condensed {
  position: relative;
  margin-left: 200px;
  padding: 0px;
  border: 0px;
}

.condensed LEGEND SPAN {
  display: block;
  width: 100%;
  position: absolute;
  left: -200px;
}


.textarea {
  height: auto;
  width: 100%;
  text-align: center;
}

.textarea LABEL {
  width: auto;
  position: static;
  text-align: center;
}

.textarea TEXTAREA {
  margin-top: 5px;
  width: 90%;
}

#wrapper FIELDSET {
  padding: 10px;
  margin: 10px 5px;
  position: relative;
  clear: both;
  height: auto;
}

LEGEND {
  padding: 0px 5px;
}

.buttons {
  text-align: center;
  clear: both;
}

.input-group {
  height: 22px;
  clear: both;
  margin-bottom: 10px;
  position: relative;
}

.input-group .label-value {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.input-group LABEL {
  width: auto;
  display: inline;
}

.input-group INPUT,
.input-group SELECT {
  position: static;
}

.month-input, .year-input {
  width: 30px;
}

.month-year {
	margin-left: 93px;
}
.month-year LABEL {
	margin-right: 4px;
}


.warning {
  background: url(/images/alert.png) no-repeat 20px;
  padding: 10px 50px;
  margin: 10px 0px;
  border: 1px solid #F7BC30;
}

/********************************/
/*********** WIZARDS ***********/
/******************************/

.wizard {
  margin: 10px;
}

.wizard-steps {
  margin-bottom: 4px;
  position: relative;
  text-align: center;
  width: 520px;
}

.wizard-nav {
  cursor: pointer;
  position: absolute;
}

.wizard-nav-next {
  right: 0px;
}

.wizard-nav-back {
  left: 0px;
}

.wizard .wizard-canvas {
  border: 1px solid #000;
  padding: 10px;
  width: 500px;
  height: 250px;
}

.wizard .wizard-step {
  position: absolute;
  width: 500px;
}

/**********************************/
/********* search form ************/
/**********************************/
.search-form {
	 width: 400px;
}

.pending .search-form {
  background: url(/images/throbber.gif) top right no-repeat;
}

.search-form INPUT {
	position: static;
}

.search-form A {
  cursor:pointer;
}

.search-results-canvas TABLE {
  border-collapse: collapse;
}

.search-results-canvas TD {
  border: 1px solid #ccc;
  padding: 2px 15px;
  white-space: nowrap;
}

/*********************************/
/** add / edit row popup form ****/
/*********************************/
TD.add-edit {
  width: 36px;
}

TD.add-edit A {
  float: left;
  margin-left: 3px;
}

/********************************/
/** flat-forms ******************/
/********************************/
.flat-form .add-link,
.flat-form .edit-link,
.flat-form .save-link,
.flat-form .cancel-link {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}

.flat-form .cancel-link {
  right: 50px;
}

/*******************************/
/** newsletter *****************/
/*******************************/
#newsletter {
	position: relative;
	width: 95%;
}

#newsletter FORM {
  position: relative;
  width: 360px;
}

#newsletter BUTTON {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -3px;
  width: 30px;
}

/**************************/
/** add to cart ***********/
/**************************/
.item-wrapper {
	position: relative;
	min-height: 120px;
	padding-left: 80px;
	width: 100%;
}
	
.item-wrapper .item-image {
  position: absolute;
  top: 0px;
  left: 0px;
}

.item-wrapper H4 {
  font-size: 12px;
}

.item-wrapper .price {
  margin-bottom: 10px;
  font-weight: bold;
}

.item-wrapper .club-price {
  margin: 0px 20px;
}

.item-wrapper .quantity {
  position: static;
  width: 20px;
}

.item-wrapper .pending {
  background-image: url(/images/throbber.gif);
  background-repeat: no-repeat; 
}

/** zen cart **/
.label-value .forward {
  float: right;
}

/**** END FORM RULES ****/


FIELDSET LEGEND {
  font-weight: bold;
}

FIELDSET LEGEND IMG {
  display: none;
}

#form-wrapper {
  width: 600px;
  margin: 10px auto;
}

