
.alert {
	background: #f6f8d3;
	border: 1px solid #c6d264;
	padding: 10px;
}



/* ------ CART BREADCRUMB ---------- */


table#cart_breadcrumb {
	width: 100%;
	margin: 0 0 1em 0;
}

table#cart_breadcrumb td{
	width: 25%;
	background: #f0f0f0;
	color: #656565;
	padding: 5px;
	font-size: .9em;
	text-align: center;
	border: 4px solid #FFF;
}


table#cart_breadcrumb td.current{
	background: #656565;
	color: #f0f0f0;
}



/* -------- FORM -------------- */


.hh_form legend {
/* 	background: #FFF; */
	padding: 0 10px;
	color: #0072BD;
	font-size: 2em;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	}



.hh_form fieldset {
	margin: 0 0 1em 0;
}

.hh_form fieldset input[type="radio"] {
	width: auto;
}

.hh_form input {
	width: 97%;
}

.hh_form label {
	margin: 1em 0 .25em 0;

}

fieldset#additional_info {
	clear: both;
}

.hh_form select {
	padding: 2px 0;
}


.hh_form fieldset {
	border: 1px solid #dcdcdc;
	padding: 0 10px 20px 10px;
	background: #fafafa;
}

/* ----------- STORE --------------- */






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

ul.store_departments ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}


.product_images {
	float:left;
/* 	margin: 0 10px 10px 0; */
	width: 300px
}



/* --------- MAIN STORE LISTING PAGE ---------- */


.main_product_listing_item p {
	line-height: 1em;
}

.product h4 {
	margin: 0;
}

.product_image_listing img {
	margin: 0 10px 10px 0px;
	float: left;
}

.product_thumbnails {
	margin-top: 10px;
}

.product_thumbnails img {
	margin-right: 4px;
	border: 1px solid #77848c;
	float: left;
}

img.thumb_4 {
	margin-right: 0px;
}

.product_info {
	margin-left: 310px;
}


.prices strong {
/* 	font-size: .8em; */
}

.regular_price {
	color: #741113;
/* 	font-weight: bold; */
	font-size: 1.5em;
}

.product_description {
}



/*---- CHECKOUT ------ */

#checkout_cart_totals {
	width: 100%;
	margin-bottom: 1em;
}

#checkout_cart_totals tr td {
	padding-top: 5px;
	border-bottom: 1px solid #e4e4e4;
}

#checkout_cart_totals tr#total td {
	border-bottom: none;
	font-size: 1.2em;
}

#checkout_cart_totals tr td.right {
	text-align: right;
}

.cart_total {
	color:#741113;
	font-weight: bold;
}


#login_form {

}


/*------ VIEW CART -------- */


.cart_quantity {
	text-align: center;
	width: 25px;
}



table#view_cart {
	width: 100%;
}


table#view_cart tr th {
	font-size: .8em;
	border-bottom: 1px solid #E1e1e1;
}

table#view_cart td {
	border-bottom: 1px solid #E1e1e1;
	padding: 10px 0;
}

table#view_cart td.cart_product_image {
	width: 140px;
}

table#view_cart td.cart_product_info {
	width: 680px;
	padding-left: 10px;
	padding-right: 10px;
}

table#view_cart td.cart_price {
	width: 50px;
}


table#view_cart td.cart_quantity {
	width: 140px;
	text-align: right;
}

table#view_cart tr.last_row td {
	border: 0px;
}



.store_sidebar_item {
	width: 130px;
	background: #fafafa;
	border: 1px solid #dedede;
	padding: 5px 5px 5px 5px;
	margin-bottom: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.store_sidebar_item h1 {
	font-size: 1.5em;

}


/*------ ORDER HISTORY -------- */

div.order {
	border: 1px solid #e1e1e1;
	margin-bottom: 1em;
	background: #fbfbfb;
}


div.order_details {
	float: left;
/* 	width: 160px; */
	padding: 10px 10px 0 10px;

}


div.order_items {
	padding: 10px;
	margin-left: 170px;
	border-left: 1px solid #e1e1e1;
}

div.order_item img {
	float: left;
	margin-right: 10px;
}

div.order_item {
	margin: 0 0 1em 0;
}

div.order_item p {
	margin-left: 70px;
}
