/* FEATURED PRODUCT */
#featured-title {
	margin: 5px 0px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.featured-price {
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.featured-list-price {
	text-decoration: line-through;
}
.featured-sale-price {
	color: #FF0000;
	font-weight: bold;
}

/****************/
/* GENERAL     */
/****************/
/*The way all link/submit images should look*/
.continueshopping, .add-to-cart, .checkout, .update-total, .submit-order {
	background-repeat: no-repeat;
	display:block;
	width: 175px;
	height: 30px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Each individual image for links and submit - ended up making images since divs won't work and look consistent in IE when using forms and links */
.learnmore:hover {
}
.continueshopping {
	
}
.continueshopping:hover {
	background-color: #1F422E;
}
.add-to-cart {
	background: url(images/btn_add_to_cart.gif) top left no-repeat;
}
.add-to-cart:hover {
	background-color: #1F422E;
}
.update-total {
	background: url(images/update_cart.gif) top left no-repeat;
}
.update-total:hover {
	background-color: #1F422E;
}
.submit-order {
	background: url(images/submit.gif) top left no-repeat;
}
.submit-order:hover {
	background-color: #1F422E;
}
.checkout {
}
.checkout:hover {
	background-color: #1F422E;
}
.update-total {
}
.update-total:hover {
	background-color: #1F422E;
}
.submit-order {
}
.submit-order:hover {
	background-color: #1F422E;
}

/***************************************/
/* PRODUCTS PAGE - BROWSE PRODUCTS     */
/***************************************/
/* sort drop down */
.products-sort {
	float: right;
	padding: 15px;
	display: none;
}
/* container for a single product on the page */
.products-container {
	border-bottom: 1px solid #CCCCCC;
	width: 676px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.products-title {
	width: 500px;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.products-title a {
	text-decoration:none;
	color:#333;
}
.products-title a:hover {
	color:#bb161c;
}
.products-price {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding-right: 1px;
}
.products-photo {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 140px;
}
.products-photo img {
	width: 140px;
	border: 1px solid #666666;
}
#products-description {
	width: 500px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
}
/* learn more link */
.products-more-info {
	float: right;
	width: 80px;
	padding: 2px;
	clear: both;
}

/* Container for product */
#product-container {
}
/* Section containing name, description, photos, and embedded HTML */
#product-left {
	float: left;
	margin-right: 10px;
	width: 100%;
}
/* Container for all photos (main photo and thumbnails) */
#product-images {
	float: left;
	width: 154px;
	margin: 5px 20px 20px 0px;
}
#product-photo {
	width: 150px;
}
/* Main image */
#product-photo img {
	width:148px;
	overflow: hidden;
	border: 1px solid #666666;
}
#product-thumbnail-container {
	width: 154px;
	height: 35px;
}
/* Thumbnail images */
.product-thumbnail {
	float: left;
	margin: 5px 5px 0px 0px;
}
.product-thumbnail img {
	overflow: hidden;
	width: 148px;
}
#product-description {
	float: left;
}
/* Section containing price, shipping info, options for purchasing, and add to cart */
#product-right {
	float: left;
	width: 185px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.product-price {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 1px 0px;
}
.product-list-price {
	text-decoration: line-through;
}
.product-sale-price {
	color: #FF0000;
	font-weight: bold;
}
/* Purchasing options such as size, color, etc. */
.product-option {
	float: left;
	margin: 10px 10px 10px 0px;	
}
.product-option label {
	margin: 1px 0px;
}
#colors {
	margin-left: 50px;
}
.color-swatch {
	width: 20px;
	height: 20px;
	margin: 5px 5px 5px 0px;
	float: left;
	border: solid 1px #000000;
	cursor: default;
}
.product-headline {
	font-size: 16px;
	font-weight: bold;
	color: #13235E;
	padding-bottom: 10px;
	display: block;
}
.product-option-title {
	font-weight: bold;
}

.product-required {
	font-weight: bold;
	color: #FF0000;
}

.cart-add {
	background: url(images/addtocart.png) no-repeat;
	width: 92px;
	height: 18px;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

.cart-add:hover {
	background: url(images/addtocart_roll.png) no-repeat;
	width: 92px;
	height: 18px;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

/***************************************/
/* SHOPPING CART                       */
/***************************************/
/* Links to continue shopping, update cart, and check out */
#cart-links {
	margin: 0px 10px 20px 10px;
}
#cart {
	margin: 5px;
}
#cart table {
	width: 100%;
}
#cart th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#cart th, {
	spacing: 2px;
	padding: 5px;
	background-color: #EEEEEE;
}
#cart img {
	border: none;
	width: 15px;
	height: 20px;
}
.cart-input {
	width: 30px;
}
/* Total price */
#cart #total {
	font-weight: bold;
}
#cart #total-text {
	text-align: right;
}
/* Error messages */
#message {
	color: #FF0000;
	font-weight: bold;
}

/***************************************/
/* CHECK OUT                           */
/***************************************/
#order-container {
}
/* Container for all ordered items */
#order-box {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}
/* Individual item in order */
.order-item {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding: 3px 0px;
}
/* Total price */
#order-total {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
/* Text specifying what information user must fill out */
.order-text {
	float: left;
	width: 100px;
}
/* Input boxes for user information */
.order-input {
	float: left;
}
.order-input input[type=text] {
	width: 250px;
}
.order-input textarea {
	width: 400px; 
	height: 100px
}

/***************************************************/

/* Checkout */
/*.order-item {
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#order-total {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.order-text {
	float: left;
	width: 100px;
	margin: 5px 0px;
}

.order-input {
	float: left;
	margin: 5px 0px;
}

.order-input input[type=text] {
	width: 200px;
}

.order-input textarea {
	width: 250px;
	height: 100px;
}*/

/* End Checkout */

/****************** TESTIMONIALS & DEPARTMENTS & FAQs *******************/
.inner-container {
	margin: 25px 0px;
}

.inner-container h3 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.all-photos {
	width: 250px;
	float: left;
	margin: 0px 10px 5px 0px;
}

img.primary-image {
	float: left;
	width: 245px;
	margin-right:10px;
	padding-bottom: 3px;
}

.thumbnail-image img {
	float: left;
	width: 60px;	
	margin-right: 2px;
}

.quote {
	margin-bottom: 10px;
	font-style: italic;
}

#question {
	color: #162662;
	font-weight: bold;
}

/***************************************************/

/****************** VENDORS *******************/
.vendor-container {
	margin: 25px 0px;
}

.vendor-text h3 {
	margin: 0px;
	padding: 0px;
}

.vendor-logo {
	width: 100px;
	float: left;
	margin: 0px 10px 25px 0px;
}

/***************************************************/

/****************** HISTORY *******************/
#history-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#history-photos {
	width: 615px;
}

.history-image-row {
	margin-top:10px; 
	margin-bottom: 10px; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.history-image {
	float: left;
	padding: 0px 10px 10px 0px;
}

#history-container h3 {
	text-align: center;
}

#history-container ul li {
	text-align: left;
	padding-bottom: 8px;
}

/***************************************************/

.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}
.float-left {
	float: left;
}

.float-right {
	float: right;
	width: 175px;
}
img.float-right {
		margin:0 0 20px 20px;
		float: right;
		width: 175px;
}
.previous {
	float: left;
	margin: 8px 0px;
	font-weight: bold;
	border: 1px solid #cc181f;
	padding: 8px;
}

.next {
	float: right;
	padding: 8px;
	margin: 8px 0px;
	font-weight: bold;
	border: 1px solid #cc181f;
}
.previous:hover {
	background-color:#CCC;
}

.next:hover {
	background-color:#CCC;
}


.padding20 {
	padding-right: 20px;
	padding-left: 20px;
}
.products-more-info a {
	margin: 0px;
	padding: 0px;
}

.boxart {
	width:213px;
}
#order-container {
	width: 618px;
}
#product-container {
	margin: 0px;
	padding: 0px;
	width: 676px;
}
#box {
}
#product_left {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#product_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 185px;
	background-color: #CCC;
}
#price_pad {
	padding: 5px;
}
.learnmore {
	background: url(images/btn_learn_more.gif) top left no-repeat;
	height: 30px;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
.learnmore a {
	display:block;
	height:30px;
	width:175px;
	margin:0px;
}
		
.learnmore span {
		display:none;
}
.checkout {
	background: url(images/checkout.gif) top left no-repeat;
	height: 30px;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
.checkout a {
	display:block;
	height:30px;
	width:175px;
	margin:0px;
}
		
.checkout span {
		display:none;
}

.continueshopping {
	background: url(images/shopping.gif) top left no-repeat;
	height: 30px;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
.continueshopping a {
	display:block;
	height:30px;
	width:175px;
	margin:0px;
}
		
.continueshopping span {
		display:none;
}
.add-to-cart, .update-total, .submit-order {
		border:none;
}
#product-left p {
	font-size: 12px;
}
