/* CSS Document */
#checkout  {
margin:10px 0 0 1px;
width:680px;

}
#checkout form  {
	clear: both;
}
#checkout input[type=submit],  #checkout input.button, #checkout button {
	padding: 3px 5px;

	border: none;
	font-weight: normal;
	font-size: 1.1em;
	cursor:pointer;
	color: #eee;
	line-height: 1.6em;
	text-transform: lowercase;
	width: auto;
    overflow: visible;
	background: transparent url(/images/global/side-nav-bg-level1.png) no-repeat 0px 0px top;

}
#checkout .item form div input{
	margin:0px;
	padding: 0px;
}
#checkout .item form div input.wishlist{
	margin-top: 10px;
	
}
#checkout input {
	padding: 2px;
	border: 1px solid #ccc;
}
#checkout select, #checkout input, #checkout textarea{
		border: 1px solid #b3afa6;
		background: #f5f1e5 url('/images/global/bg_input.png') repeat;
}
#checkout input, #checkout textarea, #checkout option {
	padding: 3px;
	}
#checkout option {
	padding: 0px;
	margin-bottom:4px;
	}

#checkout input, #checkout select, #checkout textarea, #checkout label, #checkout li {
	font-size: 1.1em;
}
#checkout td.functions{

}
#checkout .porductDescription {
	white-space: normal;

}
#checkout .porductDescription a{
font-size: 1.0em;

}
#checkout .porductDescription dl{
width: auto;
}
#checkout .porductDescription dl dt{
clear:right;
display:block;
float:left;
font-weight:bold;
padding-right:8px;

}
#checkout .porductDescription dl dd{
clear:right;
display:block;
text-transform:lowercase;
}
#checkout strong  {

	padding-bottom: .3em;
}
#checkout table.cart{
	width: 100%;
}
#checkout table {
	margin-bottom: 0;
}
#checkout table, #checkout tr, #checkout td, #checkout th {
  	vertical-align: top;
}
#checkout tr.item{
	border-bottom: 1px solid #D1C29B;
}
#checkout tr td, #checkout tr th {
	padding-top: 10px;
}
#checkout fieldset { 
	border:1px solid #D1C29B;
	background:#DED3AC;
	padding: 10px;
	margin-bottom: 10px;
}

#checkout fieldset td, #checkout fieldset th { 
	border: none;
	padding:0.5em;
	padding-right: 10px;
		font-size: 1.1em;
}
#checkout fieldset th { 
	border:0px solid #cccccc;
	font-size: 1.1em;
	text-transform: lowercase;
}

#checkout .hint{
	font-style:italic;
	display: block;
}
#checkout .required{
	color: #db6c00;
	font-weight: bold;
	padding-left: 5px;
}
#checkout legend {
	color: #a4340a;	
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 10px 0 3px;
}
#checkout legend .summary{
	padding-left: 10px;
}
#checkout label{
	text-transform: lowercase;
}
#checkout fieldset p {
	padding-left: 0px;
}
#checkout p {
	padding-top: 5px;
}
#checkout fieldset em{ 
	font-weight: bold;
	padding-left: 5px;
}
#checkout input[type=submit].carted, #checkout input[type=submit].button, #checkout input[type=button].button, #item_submit {
	background:transparent url(/images/global/side-nav-bg-level1.png) no-repeat scroll 0 top;
	
}

#checkout input[type=submit].danger{
	color: #846c40;
	background: transparent;
	margin-top: 5px;
}

#checkout input[type=submit].wishlist, #checkout input[type=submit].continue{
	color: #4c6200;
	background: #C6CFA8;
	text-decoration: underline;
	border: 1px solid #B4BF8F;
	
}

#checkout select:focus, #checkout input:focus {
	background: #f6f0d9 url();
}
#address_company, #address_email, #address_first_name, #address_last_name, #address_phone, #address_city, #address_postal_code, #address_state{
	width: 150px;
}
#address_street_1, #address_street_2{
	width: 200px;
}


#item_submit {
	
}

#checkout input.button:hover, #checkout input.danger:hover, #checkout input.button.sfhover {
	cursor:pointer;
	filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}
#checkout input[disabled] {
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
  	color: #fff;
}
#checkout .total{
	font-size:  1.2em;
	color: #A4340A;
}
.coupons ul{
	padding: 0 0 10px 20px;

}
.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;
	text-transform: lowercase;
	margin-bottom:10px;
}

#checkout .checkout-progress-indicator li {
  display: inline;
  padding: 5px 8px;
	margin-right:3px;
	border: 1px solid #d1c29b;
}

#checkout .checkout-progress-indicator .before {
  background: #f1eacf;
}

#checkout .checkout-progress-indicator .current {
  font-weight: bold;
  background: #7c882f;
	color: #fff;
	margin-right:3px;
	border: 1px solid #656e2c;
}

#checkout .checkout-progress-indicator .after {
  background: #e3dfd0;
margin-right:3px;
	
}

#checkout .label{
	text-align:right;
}
#checkout .button, .button{
	width: auto;
	overflow: visible;
}
#checkout .login{
	float: left;
	width: 47%;
}
#checkout .skip{
	float: left;
	margin-left: 15px;
	width: 48%;
}
.coupons {
	width: 650px;
}
