/* CSS Document */
#checkout  {
	margin: 40px 0 10px 0;
	padding: 0;
	font-size: 14px;
  clear: left;
}
#checkout p {
	color: #884035;
}
#checkout a, #checkout a:visited {
	color: #5CAABD ;
}
#checkout a:hover {
	color: #884035;
}
#checkout table {
	margin-bottom: 0;
}
#checkout table, #checkout tr, #checkout td, #checkout th {
	white-space: nowrap;
  vertical-align: top;
	color: #884035;
}
#checkout input {
	padding-left: 2px;
}
#checkout h1, #checkout input, #checkout select, #checkout textarea, #checkout label, #checkout li {
	color:#884035;
	font-size: 100%;
	background: white;
	line-height:12px;
}
#checkout textarea{ 
	border: 1px solid #DADADA;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:13px;
}

#checkout tr.item{
	border-bottom: 1px solid #F4F4F4;
	
}
#checkout tr.item td{
	padding-top: 10px;
}
#checkout fieldset { 
  margin: 1em;
	border:1px solid #cccccc;
	padding: 10px;
	width: 75%
	position: relative;
}

#checkout fieldset td { 
	padding: 3px;
	border:0px solid #cccccc;
	padding: 1px 10px 7px 0px;
}
#checkout fieldset th { 
	border:0px solid #cccccc;
	font-size: 90%;
	text-transform: lowercase;
}

#checkout .hint{
	font-size: 85%;
	font-style:italic;
	display: block;
}
#checkout .required{
	color: red;
	font-weight: bold;
	padding-left: 5px;
}
#checkout legend {
	color: #DB5C55;	
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	padding: 0 10px 0 3px;
}
#checkout legend .summary{
	font-size: 85%;
	font-style:italic;
	padding-left: 10px;
}
#checkout label{
	text-transform: lowercase;
}
#checkout fieldset p {
	font-size: 100%;
	color: #884035;
	padding-left: 0px;
}
#checkout p {
		padding-left: 15px;
}
#checkout fieldset em{ 
	font-weight: bold;
	color: #EF3A3A;
	padding-left: 5px;
}
#checkout .errorExplanation {
	background: #fff;
	margin: 10px 15px 10px 15px;
	padding: 5px 20px 10px;
	color: #e77d7d;
	font-size: 100%;
	width: 70%;
	border: 1px solid #ffacac;
	text-align: left;
}
#checkout .errorExplanation h2{
	font-weight: bold;
	margin-top: 5px;
	display: none;
}
#checkout .errorExplanation ul{
	padding: 0 0 0 20px;
}
#checkout .errorExplanation ul li{
	padding: 5px 0 0 5px;
}
#checkout .errorExplanation h2,#checkout .errorExplanation p,#checkout .errorExplanation ul,#checkout .errorExplanation li{
	color: #e77d7d;
}
#checkout .errorExplanation p{
	padding-left: 0px;
	font-size: 100%;
}
#checkout div.fieldWithErrors {
	display:inline;
}
#checkout div.fieldWithErrors > * {
	border:1px solid #ffacac !important;
	padding: 0 3px;
}
#checkout .button, .button {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	background: #5CAABD;
	border: 1px solid #5CAABD;
	cursor:pointer;
	color: #fff;
	padding: 2px 3px;
	margin-right: 0;
}
#checkout .danger{
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
	cursor:pointer;
	color: #fff;
	padding: 2px 3px;
	margin-right: 0;
}
input.button:hover, input.danger:hover, input.button.sfhover {
	cursor:pointer;
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  /* for Mozilla */
  -moz-opacity:0.7;
}
#checkout input[disabled] {
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
  color: #fff;
}
#checkout .total{
	font-size: 100%;
	color: #DB5C55;
}
.coupons ul{
	padding: 0 0 10px 20px;
	font-size: 85%;
}
.coupons ul li{
	padding: 5px 0 0 5px;
	
}
#seals{
	text-align: right;
	margin: 0 13px 10px 0;
	float: right;
}
/* Progress indicator */
#checkout .checkout-progress-indicator ul {
  padding: 1em;
	font-size: 85%;
	text-transform: lowercase;
}

#checkout .checkout-progress-indicator li {
  display: inline;
  padding: 3px 8px;
	margin-right:3px;
	border: 1px solid #BFBFBF;
}

#checkout .checkout-progress-indicator .before {
  background: #f5f5f5;
}

#checkout .checkout-progress-indicator .current {
  font-weight: bold;
  background: #B8B8B8;
	color: #fff;
	margin-right:3px;
}

#checkout .checkout-progress-indicator .after {
  background: #fff;
	margin-right:3px;
	
}
#checkout .label{
	text-align:right;
}

.ccv{
	float: right;
}