
.price {
	text-align: right;
	padding-right: 10px;
	}

.product table {
	border-collapse: collapse;
	width: 100%;
}

.product th {
	background: #666;
	border-right: 1px solid black;
	color: white;
	}

.product td {
	padding: 5px;
	margin: 10px;
	border-bottom: 1px solid #ccc;
	}
	
.product tr:hover td {
	background: #FCEECD;
	}

.size option {
	border: 1px solid #ccc;
	vertical-align: bottom;
	}

	
.addtocart {
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: bottom;
	padding-left: 5px;
	}

.cart td {
	padding: 5px;
	}

.greenText {
	color: #037043;
	}
	
td.description {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	}
	
.showcart {
	/*padding: 3px;*/
	border-top: 1px solid #06613B;
	clear: both;
	background: #037043;
	text-align: right;
	padding-right: 5px;
	}

.faqs li {
	margin-bottom: 10px;
	}

.group {
	background: #ddd;
	}
