.shop-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.shop-list li#odd {
	width: 220px;
	height: 190px;
	border: 1px solid #c8c8c8;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background:#f9f7f7;
	text-align: center;
}
.shop-list li:hover#odd {
	background: #e7e6e5;
}
.shop-list li#even {
	width: 220px;
	height: 190px;
	border: 1px solid #c8c8c8;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px;
	background:#f9f7f7;
	text-align: center;
}
.shop-list li:hover#even {
	background: #e7e6e5;
}
.shop-list li img {
	width: 210px;
	height: auto;
	/*margin: 5px 0 5px 0;*/
}
#list-title {
	color: #000;
	/*font-weight: bold;*/
}
#list-caption {
	color: #928785;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
#list-available {
	display: inline-block;
	margin-top: 8px;
	color: #928785;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
#list-buy-now {
	display: inline-block;
	margin-top: 8px;
	padding: 2px 8px;
	background: #353333;
	border-radius: 5px;
	color: #FFFFFF;
}
#list-buy-now:hover {
	background: #1B1B1B;

}
#list-coming-soon {
	display: inline-block;
	margin-top: 8px;
	padding: 2px 8px;
	background: #c8d8e3;
	border-radius: 5px;
	color: #3b5169;
}
#list-coming-soon:hover {
	background: #1B1B1B;
	color: #ffffff;

}
.product-image {
	width: 400px;
	float: left;
}
.product-image img {
	width: 380px;
	height: auto;
}
.product-description {
	width: 580px;
	float: left;
	
}
.list_image {
	width: 210px;
	height: 149px;
	margin: 5px auto 10px auto;
	overflow: hidden;
}
.coupon-selection {
	padding: 10px;
	height: 80px;
	min-width: 480px;
	background-color: #c8d8e3;
	border-radius: 8px;
	display: inline-block;
}	
.coupon-applied{
	padding: 10px;
	height: 31px;
	background-color: #a1c96d;
	color: #FFFFFF;
	border-radius: 8px;
	display: inline-block;
}
.coupon-applied img {
	float: left;
	margin-right: 8px;
}
.coupon-applied span {
	display: inline-block;
	padding: 2px 5px 0 0;
	float: left;
}
/* Cart */
.cart-table {
	width: 840px;
	border-spacing:0;
    border-collapse:collapse;
}
.cart-table th {
	background-color: #3b5169;
	color: white;
}
#cart-qty {
	width: 25px;
}
#right-align {
	text-align: right;
}
#left-align {
	text-align: left;
}
#center-align {
	text-align: center;
}
table#totals {
	padding: 10px;
	background-color: #c8d8e3;
	/*color: #3b5169;*/
	font-weight: bold;
	border-radius: 8px;
}
/* Wholesale Login Error */
.login-error{
	padding: 10px;
	height: 31px;
	margin-top: 10px;
	background-color: #ff5e65;
	color: #FFFFFF;
	border-radius: 8px;
	display: inline-block;
}
.login-error img {
	float: left;
	margin-right: 8px;
}
.login-error span {
	display: inline-block;
	padding: 2px 5px 0 0;
	float: left;
}

.hire-overview {
	width: 940px;
	height: 230px;
	background-color: #353333;
	color: #fff;
	padding: 5px;
}
.hire-overview h3 {
	color: #fff;
}
.hire-overview p {
	color: #fff;
}
.hire-overview-img {
	width: 290px;
	height: 230px;
	float: left;
	margin-right: 10px;
	background-color: #fff;
	overflow: hidden;
}
.hire-overview-img img {
	width: 290px;
	height: auto;
}