#store-main-content {
	width: 660px;
	float: left;
	margin-left: 20px;
	line-height: 18px;
}
#store-bar {
	height: 38px;
	position: relative;
	line-height: 38px;
	background: #337ebd;
	color: #fff;
}
#store-bar .new-products, #store-bar .sort {
	float: left;
	margin-left: 20px;
	font-size: 14px;
}
#store-bar .sort {
	font-size: 12px;
}
del {
	margin-right: 5px;
	font-weight: normal;
}
#store-bar .view-all-new-products {
	float: right;
	font-size: 11px;
	font-style: italic;
	margin-right: 20px;
}
#store-bar .new-products a, #store-bar .view-all-new-products a, #store-bar .sort a {
	color: #fff;
}
#store-bar a:hover {
	color: #fff;
}
#store-bar .corner {
	position: absolute;
	height: 7px;
	width: 7px;
}
#store-bar .tl {
	top: 0px;
	left: 0px;
	background: url('../images/tl_hot_tub_specs.gif');
}
#store-bar .tr {
	top: 0px;
	right: 0px;
	background: url('../images/tr_hot_tub_specs.gif');
}
#product-list {
	margin-bottom: 20px;
}
#manufacturers-list .pic {
	text-align: center;
	border-bottom: 1px solid #dae6ed;
}
#product-list .product {
	float: left;
	margin: 17px 8px 0;
	text-align: center;
	width: 200px;
	height: 200px;
}
#product-list .product .pic img {
	height: 119px;
	border: 3px solid #8bccf4;
	margin: 0 auto;
}
#product-list .product .product-name a {
	display: block;
	color: #f45f0f;
	padding: 4px 0;
	font-weight: bold;
}
#product-list .product .add-to-cart {
	margin: 0 auto;
}
#product-info {

}
#product-info .pic-container {
	float: left;
	text-align: center;
}
#product-info .pic img {
	border: 3px solid #8bccf4;
	width: 180px;
}
#product-info .info-container {
	float: left;
	margin-left: 20px;
	width: 350px;
}
.info-container fieldset {
	clear: both;
	margin-bottom: 5px;
}
.info-container label {
	float: left;
	width: 45px;
	display: block;
	padding: 3px;
}
.info-container div {
	float: left;
}
.info-container div select {
	border: 1px solid #ccc;
	padding: 3px;
}
#product-info .cart-bar {
	list-style-type: none;
	height: 26px;
	padding: 6px 6px 0;
	background: #2d78cc;
	color: #fff;
	font-weight: bold;
}
#product-info .cart-bar li {
	float: left;
}
#product-info .cart-bar li.add-to-cart-container {
	float: right;
}
#product-info .cart-bar li form {
}
#product-info .info-container img {
}
#credit-cards {
	margin: 10px 15px;
}
.shipping-disclaimer {
	color: #dd2c19;
}

/*CART STYLES*/
.messageStackWarning {
	display: none;
}
.td-heading {
	background: #2d78cc;
	color: #fff;
	padding: 8px;
}
.productListing .td-heading {
	padding: 2px 8px;
}
.login-table .infoBox {
	background: #fbfbfb;
}
table input, table select, .login-box input, table textarea {  /*STYLE FOR OSCOMMERCE INPUT FIELDS */
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
table input[type=radio], table input[type=checkbox] {
	border: none;
}
table .header {
	background: #0c71dc;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
}
table .header a {
	color: #FFF8AA !important;
}
.login-box {
	float: left;
	width: 47%;
	margin-right: 2%;
	border: 1px solid #ccc;
}
.login-box .header {
	background: #0c71dc;
	color: #fff;
	font-weight: bold;
	padding: 6px;
}
.login-box .body {
	padding: 5px 15px;
	background: #fefefe;
	height: 120px;
}
.login-box .button {
	text-align: right;
	padding: 0 15px;
	float: right;
}
.login-box label, .login-box input {
	float: left;
}
.login-box label {
	width: 90px !important;
}
.login-box input {
}
.login-box .right {
	text-align: right;
}
/*9-25-09 Update*/
.product .pic {
	position: relative;
}
.sold-out {
	position: absolute;
	top: 0;
	left: 0;
	height: 119px;
	width: 200px;
	background: url('../images/sold-out.png') top center no-repeat;
	text-indent: -9999px;
}
/*End 9-25-09 Update*/