﻿div#main_top_links {
	margin-top: 4px;
}
div#main_top_content {
	margin-top: 5px;
}
#main_top_ecatalog img {
    max-height:none;
}
div#main_top_powered_by {
	margin-top: 10px;
}
#main_top_tab_container {
	text-align: right;
	padding-top: 38px;
}
.main_top_tab, .main_top_tab_right, .main_top_tab_left {
	position: relative;
	display: inline-block;
	width: 92px;
	height: 32px;
	text-align: center;
	overflow: visible;
}
.main_top_tab_right {
	width: 16px;
	background-image: url(../img/header_tab_end.png);
}
.main_top_tab_left {
	width: 16px;
	background-image: none;
	margin-left: -16px;
	z-index: 1;
}
.main_top_tab .tab_strip_text {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 9px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	z-index: 1;
}
.main_top_tab .tab_strip_image {
	display: block;
	position: absolute;
	left: -16px;
	width: 124px;
	height: 32px;
	background-image: url(../img/header_tab.png);
}
a.tab_strip_text:hover {
	text-decoration: none;
}
.main_top_tab_selected .tab_strip_image {
	background-image: url(../img/header_tab_selected.png);
}
.main_top_tab_selected .tab_strip_text {
	color: #008800;
}
.main_top_tab:hover .main_top_sub_tab {
    display:block;
}
.main_top_sub_tab {
    background-color:#c0c0c0;
    color:#000000;
    display:none;
    /*min-width:100px;*/
    padding:4px 4px 0px 4px;
    position:absolute;
    text-align:left;
    z-index:10;
}

#search div.row a {
	display: none;
}
#vendor1, #vendor2, #vendor3 {
	display: none;
}

.buy_now_button, .add_to_cart_button, .buy_now_small_button, .add_to_cart_small_button, .proceed_to_checkout_button {
	border: none;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
.buy_now_button, .add_to_cart_button {
	width: 80px;
	height: 24px;
	margin-top: 2px;
	padding-bottom: 4px;
	font-size: 13px;
}
.buy_now_small_button, .add_to_cart_small_button {
	width: 58px;
	height: 13px;
	padding-top: 5px;
	font-size: 8px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.buy_now_button {
	background: url(../img/green_left_button.png);
}
.add_to_cart_button {
	background: url(../img/blue_right_button.png);
}
.buy_now_small_button {
	background: url(../img/green_left_small_button.png);
}
.add_to_cart_small_button {
	background: url(../img/blue_right_small_button.png);
}
.search_result_in_cart .buy_now_small_button, .search_result_not_in_cart .add_to_cart_small_button {
	display: none;
}
#rug_image p {
	margin-top: 16px;
}

.shopping_cart_list {
	display: block;
}
.shopping_cart_item {
	display: block;
}
.shopping_cart_header_row, .shopping_cart_even_row, .shopping_cart_odd_row, .shopping_cart_total_row {
	color: #222222;
	position: relative;
	height: 3.4em;
	margin: 1px 0 0 0;
	overflow: hidden;
}
.shopping_cart_header_row {
	background-color: #aaaaaa;
	margin: 0;
	font-weight: bold;
	height: 1.8em;
}
.shopping_cart_even_row {
	background-color: #ffffff;
}
.shopping_cart_odd_row {
	background-color: #eeeeee;
}
.shopping_cart_quantity_exceeded_row {
	background-color: #ffaaaa;
}
.shopping_cart_modified_row {
	background-color: #ffffaa;
}
.shopping_cart_deleted_row {
	text-decoration: line-through;
}
.shopping_cart_total_row {
	background-color: #dddddd;
	font-weight: bold;
	height: 1.8em;
}
.shopping_cart_quantity, .shopping_cart_sku_code, .shopping_cart_description, .shopping_cart_unit_price, .shopping_cart_line_price,
.shopping_cart_update_button, .shopping_cart_total_label, .shopping_cart_total_price, .shopping_cart_thumb {
	display: inline-block;
	padding: .3em;
	position: absolute;
	border-left: 1px solid #ffffff;
	height: 3.4em;
}
.shopping_cart_quantity {
	border-left: none;
	left: 0;
	width: 7%;
	text-align: right;
}
.shopping_cart_quantity .quantity_edit_link {
	display: block;
	float: left;
	margin-top: .15em;
	font-size: 80%;
}
.shopping_cart_quantity input {
	text-align: right;
	width: 100%;
}
.shopping_cart_sku_code {
	left: 8%;
	width: 16%;
}
.shopping_cart_thumb{
	left: 25%;
	width: 14%;
}
.shopping_cart_description {
	left: 40%;
	width: 34%;
}

.shopping_cart_unit_price {
	left: 75%;
	width: 11%;
	text-align: right;
}
.shopping_cart_line_price {
	left: 87%;
	width: 12%;
	text-align: right;
}
.shopping_cart_modified_row .shopping_cart_line_price, .shopping_cart_modified_row .shopping_cart_total_price {
	font-weight: bold;
	color: #aaaaaa;
	background-color: #ffffaa;
}
.shopping_cart_update_button {
	border-left: none;
	padding: 0;
	left: 0;
	width: 8%;
	margin-top: 1px;
	text-align: center;
}
.shopping_cart_total_label {
	border-left: none;
	left: 8%;
	width: 78%;
	text-align: right;
}
.shopping_cart_total_price {
	left: 87%;
	width: 12%;
	text-align: right;
}

.shopping_cart_payment_row {
	margin-top: 8px;
	text-align: right;
}
.shopping_cart_quantity_exceeded_warning {
	float: left;
	width: 60%;
	text-align: left;
	font-style: italic;
	padding: 5px;
	color: #333333;
	background-color: #ffaaaa;
}
.shopping_cart_tax_fine_print {
	font-size: 90%;
	color: #555555;
	font-style: italic;
	text-align: right;
}
.shopping_cart_tax_fine_print_mark {
	display: inline-block;
	vertical-align: top;
}
.shopping_cart_tax_fine_print_text {
	display: inline-block;
	width: 30%;
	text-align: left;
}
.checkout_separator {
	text-align: center;
	display: inline-block;
	width: 160px;
	font-weight: bold;
	font-size: 90%;
}
.continue_shopping_button {
	text-align: center;
	display: inline-block;
	width: 160px;
}
.proceed_to_checkout_button {
	background: url(../img/green_single_button.png);
	width: 160px;
	height: 18px;
	padding-top: 6px;
	font-size: 10px;
	/*margin-bottom: -7px;*/
}
.google_checkout_button {
	display: inline-block;
	background: url(https://sandbox.google.com/buttons/checkout.gif?merchant_id=&w=160&h=43&style=white&variant=text&loc=en_US);
	width: 160px;
	height: 43px;
}
.search_results_item {
    width:85px;
}
/*
.search_results_item img.google_buy_now_button_small {
	margin: 0;
	width: 121px;
	height: 44px;
}
*/
.google_buy_now_button {
	vertical-align: top;
}
.paypal_checkout_button {
	display: inline-block;
	background: url(https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif);
	margin-left: 7px;
	margin-right: 7px;
	width: 145px;
	height: 42px;
}
.paypal_buy_now_button {
	display: inline-block;
	margin-top: 2px;
	margin-right: 5px;
	vertical-align: top;
}
a.google_checkout_button:hover, a.paypal_checkout_button:hover {
	text-decoration: none;
}
a.em_link {
	text-decoration: underline;
	color: #801020;
}
.review_order_header {
	font-size: 120%;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 16px;
}

.checkout_container {
	display: inline-block;
	padding: 8px;
	border: 1px solid #888888;
	/*margin-left: 133px;*/
	color: #ffffff; /*#882222;*/
}
.checkout_table {
	font-size: 12px;
	width: 479px;
}
.checkout_table thead tr th {
	border-bottom: 1px solid #888888;
	font-weight: bold;
	text-align: left;
}
.checkout_label {
	width: 140px;
	text-align: right;
}
.checkout_input {
	height: 15px;
	width: 280px;
}
.checkout_name_row .checkout_input {
	width: 100px;
}
.checkout_state_cell .checkout_input {
	width: 40px;
}
.checkout_zip_cell .checkout_input {
	width: 82px;
}
.checkout_bottom_row td {
	border-top: 1px solid #888888;
	margin-top: 8px;
	padding-top: 8px;
	text-align: right;
}
.checkout_bottom_row a {
    vertical-align:top;
}
.confirm_order_table {
	width: 300px;
}
.confirm_order_table th {
	width: 42%;
}
.confirm_order_table th {
	padding-right: 8px;
	font-weight: normal;
	text-align: left;
}
.confirm_order_table td {
	font-weight: bold;
	text-align: left;
}
.confirm_order_table td.confirm_order_links {
	font-weight: normal;
	padding-top: 24px;
	font-size: 80%;
	text-align: center;
}
#confirm_order_email_input_row th, #confirm_order_email_input_row td {
	padding-top: 24px;
}
.confirm_order_table tr#confirm_order_email_message_row td {
	font-style: italic;
	font-size: 90%;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
}

.info_title {
	font-size: 32px;
	color: #5B0D0D;
}
.info_hr {
	margin-top: 16px;
	height: 2px;
	background-color: #5b0d0d;
	background: #5b0d0d url(../img/hr_right.png) repeat-y right;
	margin-bottom: 32px;
}
.info_spacer {
	height: 32px;
}
.info_content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #5b0d0d;
	padding-left: 8px;
	margin-top: 32px;
	margin-bottom: 16px;
}
.info_content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3b1f17;
	margin-top: 16px;
	margin-bottom: 8px;
}
.info_content h3 {
	font-size: 17px;
	font-weight: bold;
	color: #5b0d0d;
	margin-top: 8px;
	margin-bottom: 8px;
}
.info_content h4 {
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
}
.info_content p {
	color: #333333;
	font-size: 14px;
	margin-bottom: 0.5em;
}

.book_expand_collapse_icon {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../img/expand_collapse.png);
}

.book_nav {
	float: left;
	width: 180px;
	border: 1px solid #888888;
	margin-bottom: 24px;
}
#book_nav {
	position: relative;
	top: 0px;
}
.book_nav_heading {
	text-align: center;
	font-weight: bold;
	min-height: 16px;
}
.book_nav_tree {
	overflow: auto;
	padding: 4px;
}
.book_nav_title {
	min-height: 16px;
}
.book_nav_title_content {
	margin-left: 20px;
	border-bottom: 1px solid #dddddd;
}
.book_nav_title_text {
	/*cursor: pointer;*/
}
.book_nav_children {
	padding-left: 20px;
}
.book_nav_title_selected {
	font-weight: bold;
	color: #000000;
}
.book_content {
	margin-left: 200px;
}

.site_map_section {
	display: block;
	float: left;
	width: 27%;
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
}

#sales_tax_popup_template {
	display: none;
}
#sales_tax_popup {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 128px;
	padding: 12px;
	border: 1px solid #333333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #333333;
	background-color: #ffffff;
	z-index: 5;
}
.sales_tax_popup_container {
	overflow: auto;
	width: 100%;
	height: 128px;
}
.sales_tax_popup_text {
	text-align: left;
	margin-bottom: 12px;
}
.sales_tax_popup_buttons {
	text-align: center;
	margin-top: 12px;
}

