/* FORMS
========================================== */
form {
	width: auto;
}

form input {
    clear:none !important;
    color:#666;
    float:left !important;
    font-size:11px;
    padding:5px;
    width:150px;
}
table form input {
	margin: 3px 0;
}

form table {
	margin: 12px 0 20px;
}
form table th,
form table td {
	border: 0;
	border-collapse: collapse;
	padding: 6px 12px;
	text-align: left;
}
form table input {
	margin: 0;
}
form table td textarea,
form table td select {
	width: 100%;
	margin: 0;
}

fieldset {
	width: auto;
	border: 0;
}
label {
    display:block;
    float:left;
    font-size:100%;
    text-align:left;
    
    width:100px;
	margin:0;
	padding:0;
}




form p {
	line-height: 150%;
	clear: both;
}
form p input {
	display: inline;
	float: left;
	clear: both;
	margin: 0;
	margin-right: 6px;
}
form p label {
	display: inline;
	clear: none;
	padding: 0;
	margin: 0;
	white-space: normal;
}

input, textarea, select, button {
	margin: 0 0 12px 0;
}

input.text, textarea.text {
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
	width:160px;
}

input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}

textarea.text {
	width: 345px;
	height: 60px;
	padding: 5px;
	margin-bottom: 6px;
}

input.button {
	float: none;
	clear: both;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	font-size: 100%;
	font-weight: normal;
}
textarea.text:focus,
input.text:focus { outline: none; border-color: #666; }

/* TABLES
========================================== */
table {
	width: auto;
	margin: 0 0 20px 0;
}

table caption,
table tfoot {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #000;
}

table th {
	text-align: left;
	padding: 6px;
	font-weight: bold !important;
	color: #666;
}

table tr {
	text-align: center;
}

table tr.alt th,
table tr.alt td {
	background-color: #F7F7F7;
}

table td {
	text-align: left;
	font-size: 1.0em;
	line-height: 100%;
	padding: 6px;
	vertical-align: middle;
}
.wpsc_checkout_forms h2
{
	font-size:20px;
color:#811E00;
padding:15px 0;
}
.wpsc_checkout_forms h4
{
	padding:15px 0;
font-size:14px;
color:#811E00;
}
/* Checkout Product Table
========================================== */
#wpsc_shopping_cart_container .productcart {
	border-color: #E1DAB7;
	margin-top: 10px;
	border: 1px solid #DCC49A;
}
#wpsc_shopping_cart_container .productcart {
	width: 100%;
	margin: 10px 0 15px;
	border-width: 1px;
}
#wpsc_shopping_cart_container .productcart,
#wpsc_shopping_cart_container .productcart td {
	border-color: #E1DAB7;
	text-align: left;
}
#wpsc_shopping_cart_container .productcart td {
	padding-left: 12px;
}
#wpsc_shopping_cart_container .productcart tr.total_price td {
	padding: 12px 6px;
	background-color: #fff;
	border-top-color: #E1DAB7 !important;
	border-bottom-color: #E1DAB7 !important;
border-left: 1px solid #E1DAB7 ;
}
#wpsc_shopping_cart_container .productcart tr.firstrow td {
	background-color: #F7F8E8;
}
#wpsc_shopping_cart_container .productcart td.firstcol {
	text-align: left;
	padding-left: 12px;
	border-bottom: 1px dotted #ccc;
}
/* Checkout Billing Table
========================================== */
.wpsc_checkout_table {
	width: 100%;
	margin: 20px 0 0;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #E1DAB7;
	border-collapse: collapse;
}
.wpsc_checkout_table strong {
	margin: 6px 0;
	padding-bottom: 6px;
	display: block;
	border-bottom: 1px dotted #E1DAB7;
}
table.wpsc_checkout_table td {
	border-color: #E1DAB7 !important;
}
.wpsc_checkout_table input {
	margin-right: 3px;
	font-size: 110%;
width: 260px;
}
.wpsc_checkout_table textarea {
	height: 40px;width: 260px;
}
.wpsc_checkout_forms textarea,
.wpsc_checkout_forms .wpsc_checkout_table select {
	width: 260px;
	margin-right: 0;
}
/* Verify your Order styling */
table.productcart{
 width: 100%;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 0px;
 border-collapse: collapse;
 padding-top: 3px;
 border: none;
 font-size: inherit;
 }

table.productcart tr td{
 padding-bottom: 5px;
 font-size: 11px;
 font-size: inherit;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }


form.adjustform{
 display: inline;
 }

table.productcart tr.firstrow td{
 font-weight:bold;
 background-color: #e5e5e5;
 border-left: 2px solid white;
 }

table.productcart tr.firstrow td.firstcol{
 border-left: none;
 }

table.productcart tr.product_shipping td{
 vertical-align: middle;
/*  border-top: 1px solid #E1DAB7 !important; */
 padding-top: 4px;
 }

button.remove_button {
	margin: 0px !important;
	border: 1px solid #CCC;
}
button.updatebutton {
	width:100px;
	margin: 0px !important;
	border: 1px solid #CCC;
}

#coupon_num{
  width: 134px !important;
 }

table.productcart tr.total_price td{
 border-top: 1px solid #999999 !important;
 border-bottom: 1px solid #999999 !important;
 font-weight: bold;
 padding-top: 4px;
 }
 
ul.checkout_links{
  list-style-type: none;
  padding-left: 0px;
 }
 
 
ul.checkout_links li{
  list-style-type: none;
  margin-left: 0px;
 }
 
ul.checkout_links li a{
 color: #555555 !important;
 font-weight: normal !important;
 }
 
ul.checkout_links li a:hover{
 color: #000000 !important;
 }
 
a.termsandconds
 {
 text-decoration: underline;
 }
 
 .validation-error input, .validation-error textarea {
   border: 1px solid red;
 }
 
 p.validation-error {
  color: red;
  margin-bottom: 0px;
 }
 
/* end Verify your Order styling */
.wpsc_checkout_forms td label
{
padding-left:60px;
}
.wpsc_checkout_forms input.make_purchase
{
	border: 0px solid #FFFFFF;

	cursor: pointer;
	border:none;
	display:block;
	width:294px;
	height:104px;
	margin-left:150px;
	background-image: url(images/order.png);
}
#shippingSameBilling
{
	width:20px;
	margin-left:200px;
	padding:0;
}
.shoppingcart th
{
	font-size: 14px;
height:20px;	
color:#811E00;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.shoppingcart #product
{
	width:200px;	
	
}
.shoppingcart #quantity
{
	width:40px;	
	
	text-align:center;
}
.shoppingcart #price
{
	width:40px;	
	
	text-align:center;
}
.shoppingcart td
{
color:#000;
}
.items, .total, .emptycart
{
	color:#000;

}
.emptycart
{
	display:block;
 margin:10px 0 0 0;
}
a.wpsc_product_title{
	display: block;
	float: left;
	font-size:14px;
	margin-bottom:5px;
	font-weight: normal;
	color: #930;
 }