/* Generic Styles */
.scribble, .page_column_header, #category_header, #cart_header, #login_header, #address_header, #login_header, #checkout_receipt_header, #new_account_header, #checkout_header {
	width: 474px;
	height: 30px;
	background: url(/images/red_header_bg.png) no-repeat bottom left;
	margin-bottom: 10px;
}

.scribble h2, .page_column_header h2, #category_header h2, #cart_header h2, #login_header h2, #address_header h2, #login_header h2, #checkout_receipt_header h2, #new_account_header h2, #checkout_header h2 {
	line-height: 30px;	
	color: #FFFFFF;
	margin: 0 0 0 7px;
}
/* End Generic Styles */

/* News Items */
div#news div.scribble {
	margin: 0;
}

.news_item {
	float: left;
	width: 475px;
	background: url(/images/news_box.gif) no-repeat;
	margin: 10px 0 0 0;
}

.news_item_title {
	float: left;
	margin: 10px;
	color: #ff0000;
	font-weight: bold;
	font-size: 10pt;
}

.news_item_details {
	float: left;
	margin: 10px 0;
	color: #666666;
	font-size: 8pt;
}

.news_item_copy {
	float: left;
	clear: left;
	margin: 0 10px 10px 18px;
	font-size: 8.5pt;
	width: 435px;
}
/* End News Items */

/* Category Display */
#category {
	float: left;
	width: 500px;
}

div#category_subcategories {
	float: left;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

div.category_subcat {
	float: left;
	width: 200px;
	font-size: 13px;
	margin: 2px 5px;
}

.category_page_links {
	float: left;
	clear: both;
	width: 100%;
	margin: 8px 0 8px 14px;
}

.category_page_links img {
	float: left;
	margin: 0 3px 0 0;
}

.category_page_links a {
	float: left;
	color: #999999;
}

.category_page_links a:hover {
	text-decoration: underline;
}

.category_page_links a.category_page_active {
	color: #ff0000;
}

.category_page_link {
	margin: 3px 3px 0 0;
}

.category_item {
	float: left;
	width: 500px;
}

.category_item_row_b {
	background: #f5f5f5;
}

.category_item_image {
	float: left;
	width: 125px;
	height: 95px;
	margin: 5px 0 0 0;
	text-align: center;
}

.category_item_details {
	float: left;
	width: 345px;
	height: 85px;
	padding: 7px 15px 0 15px;
	overflow: hidden;
	background: url(/images/long_shadow.png);
}

.category_item_details div {
	float: left;
	clear: both;
}

.category_item_name {
	padding: 10px 10px 10px 5px;
	font-weight: bold;
}

.category_item_price {
	padding: 0 0 0 5px;
}

.category_item_page_link {
	float: left;
	clear: both;
	margin: 7px 0 0 5px;
}
/* End Category Display */

/* Item Details */
#item_details {
	float: left;
	clear: left;
	width: 500px;
}

#item_details_number { font-size: 8pt; }

div#item_details_images {
	float: left;
	width: 150px;
	text-align: center;
}

div#item_details_image,
div#item_details_more_images,
div#item_details_more_images div {
	float: left;
	width: 100%;
}

div#item_details_more_images { margin: 7px 0; }
div#item_details_more_images div { width: 75px; }

#item_details_elements {
	float: left;
	width: 350px;
}

#item_details_elements div, table#item_details_options_sets, input#item_details_add { 
	float: left; 
	clear: both;
}

#item_details_name {
	color: #ff0000;
	font-weight: bold;
}

#item_details_price { padding: 5px 0 10px 0; }
#item_details_price span {
	float: left;
	padding: 0 4px 0 0;
	font-weight: bold;
}

#item_details_options_error {
	color: red;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#item_details_description span, #item_details_options span { font-weight: bold; }
#item_details_description { padding: 0 0 10px 0; width: 350px; }
#item_details_quantity { display:none; }

#item_details_options { margin: 0 0 10px 0; }

#item_details_options_sets td.item_details_option_name { 
	text-align: right; 
	padding: 0 5px 0 5px;
}
/* End Item Details */

/* Shopping Cart */
#cart_content {
	float: left;
	width: 527px;
}

#cart div#cart_headers div { 
	color: #ff0000; 
	font-weight: bold;
	margin: 0 0 5px 0;
}

#cart div { float: left; }
#cart div.cart_row_a div, #checkout_confirm_items div.row_a div { background: #e7ecef; }

div.cart_item {
	margin: 0 0 12px 0;
}

div.cart_item div { 
	height: 92px;
	margin: 0 1px 0 0;
}

div.cart_qty { width: 105px; }
div.cart_order_item { width: 293px; }
div.cart_unit_price { width: 65px; }
div.cart_subtotal { width: 60px; }

div.cart_item div.cart_qty {
	text-align: center;
}

div.cart_item div.cart_qty span {
	display: block;
	margin: 12px 0 3px 0;
	font-size: 8pt;
}

input.cart_qty_input { width: 85px; }

div.cart_item div.cart_qty a {
	display: block;
	margin: 11px 0;
}

div.cart_item div.cart_order_item_image {
	float: left;
	margin: 4px 0 0 4px;
	width: 100px;
	height: auto;
	text-align: center;
}

span.cart_order_item_name, #cart ul.cart_order_item_options {
	float: left;
	width: 170px;
	margin: 6px 0 0 8px;
}

#cart ul.cart_order_item_options {
	margin: 2px 0 0 4px;
	padding-left: 15px;
	list-style: disc;
	font-size: 8pt;
	width: 166px;
}

#cart ul.cart_order_item_options li {
	padding: 0;
	margin: 0;
}

div.cart_item div.cart_unit_price, div.cart_item div.cart_subtotal {
	position: relative;
}

div.cart_item div.cart_unit_price span, div.cart_item div.cart_subtotal span {
	position: absolute;
	top: 50%;
	left: 6px;
	margin: -6px auto;
	font-size: 8.5pt;
}

div#cart_details {
	width: 100%;
	border-top: 1px solid #ff0000;
	float: left;
	clear: both;
	padding: 3px 0 0 0;
}

#cart_details .submit {
	position: relative;
	top: 3px;
	left: 6px;
}

#cart_totals_subtotal {
	float: left;
	margin: 5px 0 5px 400px;
}

#cart_totals_subtotal, #cart_shipping_cost {
	width: 125px;
	float: right;
	text-align: right;
}

#cart_totals_subtotal span, #cart_shipping_cost span {
	float: left;
	margin: 0 10px 0 0;
	color: #ff0000;
	font-weight: bold;
}

#cart_shipping {
	float: left;
	clear: both;
	margin: 2px 0 0 0;
}

#cart_shipping_copy {
	float: left;
	font-weight: bold;
	margin: 5px 20px 0 5px;
}

#cart_shipping_zip {
	float: left;
	width: 180px;
}

#cart_shipping_zip span {
	float: left;
	margin: 5px 5px 0 5px;
	font-weight: bold;
	color: #ff0000;
}

#cart_shipping_zip input {
	float: left;
	width: 50px;
}

#cart_shipping_select {
	float: left;
	width: 220px;
}

#cart_shipping_select select {
	display: none;
	width: 165px;
}

#cart_shipping_cost {
	float: left;
	margin: 5px 0 0 0;
}

#cart_shopping_links {
	float: right;
	clear: both;
	margin: 5px 2px 0 0;
}

div#cart_shopping_links strong {
	float: right;
	width: 400px; 
}

#header_message {
	width: 527;
	border: 5px solid #e7ecef;
	padding: 10px;
	margin: 10px;
}

div#header_message h3 { white-space: nowrap; }

#header_message td { padding: 3px 8px; }

strong#cart_send_email_order {
	float: left;
	width: 100%;
}

/* End Shopping Cart */

/* Login */
#login {
	float: left;
	clear: both;
	width: 100%;
}

#login div {
	float: left;
	clear: both;
}

#login div#login_email, #login div#login_password {
	width: 100%;
}

#login div#login_copy {
	float: left;
	margin: 2px 0 2px 0;
	padding: 0 0 0 130px;
	font-weight: bold;
	color: #ff0000;
}

#login div#login_password { margin: 7px 0 0 0; }

#login div span {
	display: block;
	float: left;
	width: 120px;
	margin: 6px 7px 0 0;
	text-align: right;
}

#login input.login_fields {
	width: 240px;
}

#login div#login_submit {
	margin: 4px 0 0 128px;
}

#login_registration_blurb {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ff0000;
}

#login_registration_blurb {
	font-weight: bold;
}

#login_registration_blurb_reg {
	float: left;
	clear: both;
	margin: 10px 10px 10px 20px;
}

#login_registration_blurb_proceed {
	float: left;
	margin: 50px 0 0 60px;
}
/* End Login */

/* Shipping and Billing Checkout */
#address {
	width: 527px;
	float: left;
	clear: both;
}

#address_user_previous {
	float: left;
	clear: both;
	width: 100%;
	font-size: 8.5pt;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ff0000;
}

.address_previous {
	float: left;
	width: 130px;
	border-right: 1px solid #cccccc;
	margin: 0 15px 15px 0;
	padding: 0 10px 0 0;
}

.address_previous address {
	font-style: normal;
}

span.address_display_name {
	font-weight: bold;
}

.address_previous_address {
	margin: 3px;
}

#address_form {
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
}

#address_form #errorExplanation {
	float: left;
	margin: 0 0 10px 130px;
}

#address_form #errorExplanation h2 {
	font-size: 10pt;
	text-transform: none;
}

#address_form #errorExplanation ul {
	padding: 0 0 0 15px;
	list-style: disc;
}

#address_form div.fieldWithErrors {
	padding: 1px;
	border: 1px solid #ff0000;
}

#address_form span div.fieldWithErrors {
	border: none;
	margin: 0;
}

#address_form div {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 5px 0;
}

#address_form span {
	display: block;
	float: left;
	width: 120px;
	margin: 6px 5px 0 0;
	text-align: right;
}

#address_form span div.fieldWithErrors {
	display: inline;
	float: none;
	width: auto;
}

#address_form div.fieldWithErrors {
	float: left;
	clear: none;
	width: auto;
}

#address_form span.address_form_required {
	display: inline;
	float: none;
	margin: 0;
	width: auto;
}

#address_form .submit {
	float: left;
	clear: both;
	margin: 0 0 0 130px;
}
/* End Shipping and Billing Checkout */

/* Confirm Order */
#checkout_confirm_shipping_address, #checkout_confirm_billing_address, #checkout_confirm_items, #checkout_confirm_totals {
	float: left;
	clear: both;
	width: 527px;
}

#checkout_confirm_shipping_address h3, #checkout_confirm_billing_address h3 {
	font-weight: normal;
	color: #ff0000;
	padding: 0 0 5px 0;
}

#checkout_confirm_shipping_address address, #checkout_confirm_billing_address address { font-style: normal; }

#checkout_confirm_shipping_address, #checkout_confirm_billing_address {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ff0000;
}

#checkout_confirm_billing_address {
	border-bottom: 4px solid #ff0000;
}

#checkout_confirm_items {
	float: left;
	width: 527px;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ff0000;
}

#checkout_confirm_items div {
	float: left;
	text-align: center;
}

#checkout_confirm_items div.checkout_confirm_item_product {
	text-align: left;
}

div.checkout_confirm_item div { 
	height: 85px;
	margin: 0 1px 0 0;
}

div.checkout_confirm_item_quantity { width: 65px; }
div.checkout_confirm_item_product { width: 333px; }
div.checkout_confirm_item_unit { width: 65px; }
div.checkout_confirm_item_total { width: 60px; }

#checkout_confirm_item_header div {
	font-weight: bold;
	color: #ff0000;
}

div.checkout_confirm_item div.checkout_confirm_item_image {
	float: left;
	margin: 4px 0 0 4px;
	width: 100px;
	height: auto;
	text-align: center;
}

div.checkout_confirm_item div.checkout_confirm_item_name {
	float: left;
	margin: 4px 0 0 4px;
	width: 100px;
	height: auto;
	text-align: center;
}

span.checkout_confirm_item_name, #cart ul.checkout_confirm_options {
	float: left;
	width: 170px;
	margin: 6px 0 0 8px;
}

#checkout_confirm_items ul.cart_order_item_options {
	margin: 2px 0 0 4px;
	padding-left: 15px;
	list-style: disc;
	font-size: 8pt;
	float: left;
}

#checkout_confirm_items ul.cart_order_item_options li {
	padding: 0;
	margin: 0;
}

div.checkout_confirm_item div.checkout_confirm_item_quantity, div.checkout_confirm_item div.checkout_confirm_item_unit, div.checkout_confirm_item div.checkout_confirm_item_total {
	position: relative;
}

div.checkout_confirm_item div.checkout_confirm_item_quantity span, div.checkout_confirm_item div.checkout_confirm_item_unit span, div.checkout_confirm_item div.checkout_confirm_item_total span {
	position: absolute;
	top: 50%;
	left: 6px;
	margin: -6px auto;
	font-size: 8.5pt;
}

div.checkout_confirm_item div.checkout_confirm_item_quantity span { left: 30px; }

div#checkout_coupon {
	float: left;
	width: 527px;
	margin: 0 0 5px;
}

div#checkout_coupon span#checkout_coupon_detail {
	font-size: 8.5pt;
}

div#checkout_coupon div {
	float: left;
	margin: 3px 0 5px;
}

#checkout_final {
	float: left;
	clear: none;
	width: 527px;
}

#checkout_confirm_credit_card {
	float: left;
	clear: none;
	width: 340px;
}

#checkout_confirm_credit_card input { width: 180px; }

#checkout_confirm_credit_card div {
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
}

#checkout_confirm_credit_card div span {
	display: block;
	float: left;
	width: 125px;
	margin: 5px 5px 0 0;
	text-align: right;
}

#checkout_confirm_credit_card_detail {
	font-size: 8.5pt;
}

#checkout_confirm_totals, div#checkout_coupon div#checkout_coupon_total {
	float: right;
	clear: none;
	width: 140px;
}

#checkout_confirm_totals div, div#checkout_coupon div#checkout_coupon_total div {
	float: left;
	text-align: right;
	margin: 0 0 5px 0;
}

#checkout_confirm_totals div span, div#checkout_coupon div#checkout_coupon_total span {
	float: left;
	width: 75px;
	font-weight: bold;
	color: #ff0000;
}

#checkout_confirm_totals div div, div#checkout_coupon div#checkout_coupon_total div div {
	float: left;
	width: 65px;
}

#checkout_confirm_totals_total {
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #ff0000;
	font-weight: bold;
	font-size: 11pt;
}

#checkout_confirm_totals #checkout_confirm_totals_total span {
	color: #ff0000;
}

#checkout_confirm_totals #checkout_confirm_totals_total div {
	font-size: 10pt;
}

#checkout_confirm_totals a, #checkout_confirm_totals input {
	float: right;
	margin: 0 0 7px 0;
}
/* End Confirm Order */

/* Receipt Page */
#checkout_receipt {
	float: left;
	width: 527px;
}

#checkout_receipt_print_header {
	width: 527px;
	float: left;
	clear: both;
	color: #999999;
	margin: 0 0 10px 0;
}

#checkout_receipt_print_header p {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

#checkout_receipt_print_header a {
	float: left;
	margin: 0 0 0 8px;
}

#checkout_receipt_print_header span { color: #ff0000; }

#checkout_receipt_details {
	float: left;
	width: 527px;
	margin: 0 0 4px 0;
	padding: 0 0 8px 0;
	border-bottom: 5px solid #666666;
}

#checkout_receipt_details_header {
	margin: 0 0 7px 0;
	padding: 0 0 4px 0;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

div#checkout_receipt_details_header div {
	float: left;
	width: 50%;
}

div#checkout_receipt_details_order_date {
	text-align: right;
	font-weight: bold;
}

div#checkout_receipt_details_order_date span { color: #ff0000; }

#checkout_receipt_details div {
	float: left;
	width: 527px;
}

#checkout_receipt_details_address div {
	width: 50%;
}

#checkout_receipt_details_address div span.checkout_receipt_details_address_header {
	display: block;
	color: #ff0000;
	font-weight: bold;
}

div#checkout_receipt_details_address div {
	line-height: 9.5pt;
}

div#checkout_receipt_details_address div span {
	font-weight: normal;
}

h2#checkout_receipt_items_header {
	float: left;
	clear: both;
	width: 100%;
	text-transform: none;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}

#checkout_confirm_totals a.checkout_receipt_print_page {
	float: right;
	margin: 10px 0 0 0;
}
/* End Receipt Page */

/* Signup */
#new_account_form {
	float: left;
	clear: both;
	width: 527px;
}

#new_account_form div {
	float: left;
	clear: both;
	width: 100%;
	margin: 2px 0 2px 0;
}

#new_account_form div span {
	float: left;
	width: 120px;
	margin: 6px 6px 0 0;
	text-align: right;
}

#new_account_form .submit {
	float: left;
	position: relative;
	top: 5px;
	left: 125px;
}

#new_account_form div.fieldWithErrors {
	clear: none;
	width: 150px;
}
/* End Signup */

/* Locations */
#lax_locations, .lax_location {
	float: left;
	clear: both;
	width: 527px;
	font-size: 8.5pt;
}

.lax_location_photo {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}

.lax_location_info {
	float: left;
	width: 300px;
}

.lax_location_info_hours span {
	float: left;
	margin: 0 5px 0 0;
}

.lax_location address {
	float: left;
	clear: left;
	margin: 10px 0 0 0;
}

.lax_location span.lax_location_info_phone {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	font-weight: bold;
}

.lax_location span.lax_location_info_fax {
	float: left;
	margin: 10px 0 0 10px;
}

.lax_location_copy {
	float: left;
	clear: both;
	width: 527px;
	margin: 10px 0 0 0;
	font-style: italic;
	color: #ff0000;
	line-height: 9pt;
}

.lax_location_spacer {
	float: left;
	clear: both;
	margin: 5px 0 5px 0;
	width: 527px;
	height: 1px;
	font-size: 1px;
	background: #cccccc;
}
/* End Locations */

/* Help */
#help {
	float: left;
	clear: both;
	width: 527px;
}

#help h3 {
	color: #ff0000;
}

#help_order {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* End Help */

/* About Us */
#about_us {
	float: left;
	clear: both;
}

#about_us p {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
}
/* End About Us */

/* Contact Us */
#contact_us #contact_us_info {
	margin: 0 0 10px 0;
}
/* End Contact Us */