/* 
* Place your custom CSS styles in this file. 
* When upgrading the plugin just keep a backup copy of this file 
* so you don't lose the CSS changes you made during the upgrade.
*/


.eStore-button-form input[type='submit'] {
	margin:5px;
  font-family:”lucida grande”,”lucida sans unicode”,arial,sans-serif;
  /*font-family:Arial,Helvetica,sans-serif;*/
  font-weight:bold;
  font-size:14px;
  line-height:1;
  background: #fff url(http://awpcp.com/wp-content/uploads/2010/08/button-shadow.png) repeat-x;
  _background: #fff none;
  display: inline-block;
  color: #222;
  text-decoration: none;
  padding:.6em 1.3em .6em;
  *padding:.7em 1.4em 1em;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  border: none;
  position: relative;
  cursor: pointer;
  width: auto;
  overflow: visible;
  vertical-align:baseline;
  *vertical-align:middle;
	background-color:#ff6801;
}

.eStore-button-form input[type='submit']:hover {
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
  box-shadow: 0 1px 3px rgba(0,0,0,0.75);  
}

.eStore_remove_item_button {
	width:20px;
	height:20px;
	border: 0px;
	padding: 0px;
	padding-top: 10px;
	vertical-align: bottom;
	align:left;
}

.eStore_empty_cart_button {
	width:28px;
	height:20px;
	border: 0px;
	padding: 0px;
	padding-top: 20px;
	vertical-align: bottom;
	align:left;
}

.shopping_cart {
	font-size: 100%;
	text-align: left;
	align: left;
}

.shopping_cart table tbody tr td {
	vertical-align: bottom;
	align:left;
}

.shopping_cart input {
	border: 0px;
}