h3#product-subtitle,
.terms-list h2#main-header {
	border-bottom:1px solid #FFF;
	font-size:20px;
	margin-top:20px;
	padding-bottom:15px;
}
h3#product-subtitle {
	margin-bottom:27px;
}
.product {

}
img.product-main-img {
	max-width:25%;
	float:right;
	margin-left:15px;
}
.product .product-cont {
	margin:0 20px 20px 20px;
	background-color:#555;
	padding:20px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:100%;
}
.product img {
	margin-bottom:10px;
}
.product h3 {
	font-size:20px;
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:27px;
}
.product p
.product-text,
.terms-list p,
p.product-text {
	font-size:13px;
	line-height:23px;
}
.product .btn.btn-white {
	background-color: #3875D7;
	color:#FFF;
}
.product .btn.btn-white:hover {
	background-color:#999;
}

table.listTable {
	margin-bottom:20px;
}
table.listTable th,
table.listTable td {
	vertical-align:top;
	padding:10px 0;
}
table.listTable th {
	padding-right:10px;
}
table.listTable td {
	background-color:#EEE;
	padding:10px;
	border-bottom:1px solid #FFF;
}

.cartIcon {
	text-align:right;
	padding:5px 20px;
}
.cartIcon .fa {
	font-size:28px;
	position:relative;
	top:5px;
	margin-right:5px;
}
.cartIcon a:hover {
	text-decoration:none;
	color:#FFF;
}
.cartIcon .badge {
	margin-left:3px;
	position:relative;
	top:-9px;
}
.cartAddy {
	float:right;
	border:1px solid #FFF;
	padding:4px 20px 20px 20px;
	background-color:#000;
}
.cartAddyTitle {
	font-size:20px;
	font-weight:bold;
}
input.cartAddyQty {
	background-color:#FFF !important;
	width:90px;
	color:#000 !important;
	font:15px Arial !important;
	border:1px solid #000;
	padding:10px;
	text-align:center;
	margin-right:10px;
}
table.table-striped th {
	background-color:#FFF;
	color:#3875D7;
	font-weight:bold;	
}
table.table-striped td {
	background-color:#EFEFEF;
}
table.table-striped tr:nth-child(even) td {
	background-color:#FFF;
}
fieldset.f {
	background-color:#FFF;
	padding:50px 20px 20px 20px;
}
fieldset.f legend {
	color:#3875D7;
	position:relative;
	top:40px;
	font-size:30px;
}
input.sameAs {
	height:14px;
	width:14px;
	margin-top:13px;
}

@media (max-width: 600px) {
	.product .product-cont {
		margin:0;
		padding:10px;
	}
	img.product-main-img {
		max-width:100%;
		float:none;
		margin-left:0;
	}
}