body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

ul.products {
	padding: 0;
	margin: 0;
	max-width: 100%;
	float: left;
	width: 100%;
}
ul.products li {
	display: inline-block;
	max-width: 29%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #3D3D3D;
	float: left;
	width: 100%;
	padding: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 420px;
}
.product-info{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
ul.products li h3 {
	padding: 2%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #000000;
	float: left;
	width: 90%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
ul.products li fieldset {
	border: none;
	padding: 5px 5px 5px 0px;
	margin: 0;
}
ul.products li fieldset label{
	display:block;
	margin-bottom: 4px;
}
ul.products li fieldset label span{
	width: 80px;
	float: left;
}
ul.products li fieldset label select{
	min-width: 100px;
}

button, .button{
	background-color: #202020;
	min-width: 100px;
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #C99E51;
	min-height: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
button:hover, .button:hover{
	background-color: #C99E51;
	color: #202020;
}

.product-thumb{
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 3%;
	height: 250px;
}
.product-desc {
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 4px;
	height: 200px;
	overflow: hidden;
	margin-top: 5px;
}

ul.shopping-cart{
	position: fixed;
	top: 100px;
	right: 0;
	background-color: #F9F9F9;
	padding: 10px;
	min-width: 250px;
	list-style: none;
	font-size: 0.8em;
	border: 1px solid #F0F0F0;
}
ul.shopping-cart .cart-itm {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
ul.shopping-cart .cart-itm:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
ul.shopping-cart .cart-itm .remove-itm{
	float: right;
	font-size: 1.5em;
}
ul.shopping-cart .cart-itm .remove-itm a{
	text-decoration:none;
	color:#000;
}
.cart-total-text a{
	float:right;
}

.cart-view-table-front{
	font-size: 12px;
	position: fixed;
	right: 10px;
	max-width: 39%;
	font-family: Arial;
	font-weight: normal;
	color: #666;
	padding: 2%;
	float: left;
	z-index:20;
}
.cart-view-table-front h3{
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	width: 100%;
}

.cart-view-table-back {
	float:left;
	width:100%;
}

.cart-view-table-front, .cart-view-table-back {
	max-width: 25%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
	border: 1px solid #E4E4E4;
}
.cart-view-table-front table th, .cart-view-table-back table th{
	text-align: left;
}
.cart-view-table-front table thead, .cart-view-table-back table thead{
	background-color: #9CCDFD;
}
.cart-view-table-front table tbody tr.even, .cart-view-table-back table tbody tr.even{
	padding-bottom: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #202020;
	float: left;
}
.cart-view-table-front table tbody tr.odd, .cart-view-table-back table tbody tr.odd{
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #202020;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.cart-view-table-front button, .cart-view-table-front .button, .cart-view-table-back button, .cart-view-table-back .button{
	margin: 10px 1px;
	float: right;
}
