/*
Description: Afinerweb Javascript Cart Styles
Version: 0.1
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
*/


table.cart th {
  background: #bbb;
}

table.cart td {
	background: #eee;
}

input.qty {width: 33px;}

table.cart td.bottomrow {
  background: #ddd;
}

/* Begin Structure */
table.cart {
  border-collapse:collapse;
}

table.cart td, table.cart th {
  font-size: .8em;
	background: #eee;
  border: #888 1px solid; 
	padding: 5px;
}

table.cart td {
  font-weight: normal;
}

table.cart th {
  background: #bbb;
}

table.cart td input {
	padding: 0;
  margin: 0;
}

table.cart td.bottomrow {
  background: #ddd;
}

table.cart img {
  border: none;
	margin: 0px;
	vertical-align: -3px;
}

img.cart {
  border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

#cartResult {
  min-height: 270px; 
}
/* for Internet Explorer */
* html #cartResult {
 height: 270px; 
}

.spinner {
  visibility: hidden;
  border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

/* cart button generated by http://www.cssbuttongenerator.com/ */
td input.cart-button {
	-moz-box-shadow:inset 0px 0px 0px 0px #e6cafc;
	-webkit-box-shadow:inset 0px 0px 0px 0px #e6cafc;
	box-shadow:inset 0px 0px 0px 0px #e6cafc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee) );
	background:-moz-linear-gradient( center top, #c579ff 5%, #a341ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
	background-color:#c579ff;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #961bfa;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:24px;
	width:170px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8628ce;
}
td input.cart-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff) );
	background:-moz-linear-gradient( center top, #a341ee 5%, #c579ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
	background-color:#a341ee;
}
td input.cart-button:active {
	position:relative;
	top:1px;
}

/* End Structure */
