/* CSS Checkout Steps Common (Repeating) Formating */


/* ******************************************************** */
/* *******************  STEPS  **************************** */
/* ******************************************************** */

#steps {
  margin: 0 0 20px 0;
  padding: 0;
  color: #666666;
  font-style: italic;
}

#steps li {
  display: inline;
  padding-right: 20px;
  background: url(../images/checkout-steps-separator.gif) no-repeat right;
}

#steps li strong {
  padding-right: 3px;
}


#steps li.passed {
	color: #000000;
}


#steps li.current {
  font-weight: bold;
  font-style: normal;
  color: #000000;
}


#steps li.current strong {
  font-style: italic;
}

#steps li.last {
  background: none;
  padding-right: 0;
}


#steps a {
  color: #000000;
  font-style: italic;
  /*text-decoration: none;*/
}

#steps a:hover {
  text-decoration: underline;
}

#steps span {
  color: #AD1488;
  /*color: #000000;*/
  font-style: normal;
}

/* ******************************************************************** */
/* ****************  "CONTINUE TO CHECKOUT" bottom form  ************** */
/* ******************************************************************** */


#checkout-form-submit { /* predefinovano pro IE */
	clear: both;
	width: 100%;
	padding: 30px 0 50px 0;
	border-bottom: 1px dashed;
}


#checkout-form-submit div.reset {
	width: 49%;
	float: left;
	text-align: right;
}


#checkout-form-submit div.submit {
	width: 49%;
	float: right;
}


#checkout-form-submit input {
	color: #ffffff;
	font-weight: bold;
}


#checkout-form-submit div.reset input {
	/*background: #A69581;*/
	background: #868686;
	width: 170px;
}


#checkout-form-submit div.submit input {
	background: #AD1488;
	width: 230px;
}



/* ******************************************************************** */
/* **************  "SHOP WITH CONFIDENCE" bottom footer  ************** */
/* ******************************************************************** */

#checkout-footer {
	text-align: center;
	padding: 30px 0 0 0;
}


/* ******************************************************************** */
/* **************  Block Of Error Messages  *************************** */
/* ******************************************************************** */

#checkout-form-error {
	color: Red;
	font-weight: bold;
	width: 100%;
}

