/*
*****************************************************

All Well Being - Screen
Created by Karl Brightman

*****************************************************
*/

@import "reset.css";

/* Basic Selectors
-------------------------------------------------------------- */
body {
	background: #fff url('../images/core/body_bg.jpg') repeat-x 0 0;
	font: 62.5% Verdana, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 890px;
}

.clear { clear: both; display: block; height: 0; line-height: 0; }

/* Header
-------------------------------------------------------------- */
#header {
	height: 126px;
	position: relative;
	width: 890px;
}

/* typography */
#header {
	color: #807F7B;
	font-size: 1.2em;
}

#header a { color: #8acef3; text-decoration: none; }
#header a:hover { color: #84a529; }
#header a:focus { border-bottom: 1px dotted #8acef3; }

a#header-logo,
#header-phone_number,
#header-secure_site { 
	display: block;
	position: absolute;
}

a#header-logo {
	background: url('../images/core/header-logo.jpg') no-repeat 0 0;
	height: 105px;
	left: 8px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 225px;
}
a#header-logo:hover, a#header-logo:focus { background-position: 0 -105px; border: 0; }

#header-phone_number {
	background: url('../images/core/header-phone_number.jpg') no-repeat 0 0;
	height: 28px;
	left: 401px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 62px;
	width: 155px;
}

#header-secure_site {
	background: url('../images/core/header-secure_site.jpg') no-repeat 0 0;
	height: 51px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	text-indent: -9999px;
	top: 0;
	width: 150px;
}

/* navigation */
#header-navigation {
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 6px;
	top: 65px;
}
#header-navigation li { display: inline; margin-left: 14px; }
#header-navigation li a { font-weight: bold; text-transform: lowercase; }

/* Content Container
-------------------------------------------------------------- */
#content_container { margin-bottom: 2em; }

/* Content Left
-------------------------------------------------------------- */
#content_left {
	float: left;
	width: 210px;
}

/* typography */
#content_left {
	color: #807F7B;
	font-size: 1.2em;
	line-height: 1.4;
}

/* search products */
#left-search_products {
	background: url('../images/core/search_products_box.gif') no-repeat top left;
	margin-bottom: 1em;
	padding-top: 48px;
	position: relative;
	top: -9px;
	width: 210px;
}
#left-search_products.search_results_active { margin-bottom: -9px; }
#left-search_products.search_results_active .inner { padding-bottom: 30px; }

#left-search_products .inner {
	background: #d7d4c0 url('../images/core/search_products_box.gif') no-repeat right bottom;
	padding: 10px 10px;
}

#left-search_products fieldset legend { display: none; }

#left-search_products form ol li { margin-bottom: .5em; width: 185px; }
#left-search_products form ol li.submit { text-align: right; }

#left-search_products form input, #left-search_products form select {
	border: 0;
	color: #6a6965;
	padding: 1px;
	text-transform: lowercase;
	width: 183px; 
}
#left-search_products form input { padding: 1px 3px; width: 176px; }
#left-search_products form select { margin-right: -5px; }

#left-search_products form button.search_button {
	background: url('../images/core/button-search.jpg') no-repeat 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	float: right;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	width: 71px;
}

/* left light box */
.left-light_box {
	background: url('../images/core/left_box_bg.gif') no-repeat left top;
	color: #939079;
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1em;
	padding-top: 18px;
}

.left-light_box .inner {
	background: #f4f3ec url('../images/core/left_box_bg.gif') no-repeat right bottom;
	padding: 0 10px 18px;
}

.left-light_box h1,
.left-light_box h2,
.left-light_box h3,
.left-light_box h4,
.left-light_box h5,
.left-light_box p {
	margin-bottom: 1em;
}

.left-light_box h3 {
	color: #b0d351;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 1em;
}

.left-light_box a {
	color: #939079;
	text-decoration: underline;
}
.left-light_box a:hover, .left-light_box a:focus { color: #ff891e; }

/* left content on white */
.left-content {
	font-size: .9em;
	padding: 0 10px;
}

.left-content h1,
.left-content h2,
.left-content h3,
.left-content h4,
.left-content h5,
.left-content p,
.left-content ul,
.left-content ol,
.left-content table,
.left-content blockquote,
.left-content pre,
.left-content img {
	margin-bottom: 1em;
}

.left-content strong { font-weight: bold; }
.left-content em { font-style: italic; }

/* shop by category */
.left-light_box#left-shop_by_category h3 {
	background: url('../images/core/lt-shop_by_category.jpg') no-repeat 0 0;
	display: block;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	width: 131px;
}

.left-light_box#left-shop_by_category ul.shop_by_category_list li {
	border-top: 1px solid #fff;
}

.left-light_box#left-shop_by_category ul.shop_by_category_list li a {
	display: block;
	height: 1%;
	padding: 4px 5px;
	text-decoration: none;
}
.left-light_box#left-shop_by_category ul.shop_by_category_list li a:focus { text-decoration: underline; }
.left-light_box#left-shop_by_category ul.shop_by_category_list li a:hover {
	background-color: #faf9f3;
}


/* Content Right
-------------------------------------------------------------- */
#content_right {
	float: right;
	position: relative;
	width: 670px;
}
#content_right_deal {
	float: left;
	position: relative;
	width: 670px;
}

/* typography */
#content_right {
	color: #807F7B;
	font-size: 1.2em;
	line-height: 1.4;
}

/* banner */
#banner {
	background: url('../images/core/banner_inner_bg.jpg') no-repeat 0 0;
	height: 100px;
	margin-bottom: 1em;
	position: relative;
}

#p-home #banner { background: url('../images/core/banner-flash_placeholder.jpg') no-repeat 0 0; height: 170px; }
#p-profile #banner { background: url('../images/core/banner-profile.jpg') no-repeat 0 0; }
#p-products #banner { background: url('../images/core/banner-products.jpg') no-repeat 0 0; }
#p-contact #banner { background: url('../images/core/banner-contact.jpg') no-repeat 0 0; }
#p-privacy #banner { background: url('../images/core/banner-privacy.jpg') no-repeat 0 0; }
#p-terms_conditions #banner { background: url('../images/core/banner-terms_conditions.jpg') no-repeat 0 0; }
#p-search_results #banner { background: url('../images/core/banner-search_results.jpg') no-repeat 0 0; }
#p-your_cart #banner { background: url('../images/core/banner-your_cart.jpg') no-repeat 0 0; }
#p-checkout #banner { background: url('../images/core/banner-checkout.jpg') no-repeat 0 0; }

#banner h3 { overflow: hidden; text-indent: -9999px; }
#p-home #banner h3 { overflow: visible; text-indent: 0; }
#banner h3.all_well_priced span {
	background: url('../images/core/banner-flash_text.jpg') no-repeat 0 0;
	display: block;
	height: 56px;
	left: 272px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 45px;
	width: 315px;
}

#banner h3.all_well_priced a {
	background: url('../images/core/banner-flash_button.jpg') no-repeat 0 0;
	bottom: 0;
	display: block;
	height: 39px;
	overflow: hidden;
	position: absolute;
	right: 62px;
	text-indent: -9999px;
	width: 211px;
}
#banner h3.all_well_priced a:hover, #banner h3.all_well_priced a:focus { background-position: 0 -39px; }

/* content right curve outline */
.curve_container {
	background-color: #fff;
	margin-bottom: 1em;
	padding-top: 31px;
	position: relative;
	width: 670px;
}
.curve_container .top-half_curve, .curve_container .top-full_curve { padding-top: 19px; }
.curve_container .bottom-half_curve, .curve_container .bottom-full_curve { padding-bottom: 19px; }
.curve_container .top-half_curve { background: url('../images/core/curve_outline.jpg') no-repeat 0 0; }
.curve_container .bottom-half_curve { background: url('../images/core/curve_outline.jpg') no-repeat -2010px bottom; }
.curve_container .top-full_curve { background: url('../images/core/curve_outline.jpg') no-repeat -670px 0; }
.curve_container .bottom-full_curve { background: url('../images/core/curve_outline.jpg') no-repeat -1340px bottom; }
.curve_container .curve_outline_content { background: url('../images/core/curve_bg.jpg') repeat-y 0 0; padding: 0 10px; width: 650px; }

.curve_container .curve_tab {
	display: block;
	height: 31px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 0;
}
.curve_container .curve_tab#ct-featured_products { background: url('../images/core/ct-featured_products.jpg') no-repeat 0 0; width: 211px; }
.curve_container .curve_tab#ct-related_products { background: url('../images/core/ct-related_products.jpg') no-repeat 0 0; width: 211px; }
.curve_container .curve_tab#ct-product_categories { background: url('../images/core/ct-product_categories.jpg') no-repeat 0 0; width: 211px; }
.curve_container .curve_tab#ct-search_results { background: url('../images/core/ct-search_results.jpg') no-repeat 0 0; width: 211px; }

/* product listing */
.product_listing_list li {
	border-top: 1px dashed #ccc9b5;
	border-right: 1px dashed #ccc9b5;
	display: block;
	float: left;
	font-size: .9em;
	height: 144px;
	overflow: hidden;
	padding: 8px;
	width: 200px;
}

.product_listing_list li h1,
.product_listing_list li h2,
.product_listing_list li h3 { font-weight: bold; }
.product_listing_list li h1,
.product_listing_list li h2,
.product_listing_list li h3,
.product_listing_list li h4 { font-size: 1em; font-weight: normal; }

.product_listing_list li a { color: #84a529; text-decoration: underline; }
.product_listing_list li a:focus, .product_listing_list li a:hover { color: #ff891e; }

.product_listing_list li p { margin-bottom: 1em; }
.product_listing_list li p.each_or_size { color: #9d9e9b; font-size: .9em; margin-bottom: 0; }

.product_listing_list li .price { float: left; font-size: 1em; height: 23px; }
.product_listing_list li .price p { margin-bottom: 0; }
.product_listing_list li .price .rrp span { text-decoration: line-through; }
.product_listing_list li .price .our_price span { color: #ff891e; font-weight: bold; }

.product_listing_list li .item_image,
.product_listing_list li .item_details { height: 100px; }
.product_listing_list li .item_image { float: left; text-align: center; width: 80px; }

.product_listing_list li a.buy_now_button {
	 background: url('../images/core/listing-buy_now_button.jpg') no-repeat 0 0;
	 display: block;
	 float: right;
	 height: 23px;
	 margin-top: 4px;
	 overflow: hidden;
	 text-indent: -9999px;
	 width: 64px;
}
.product_listing_list li a.buy_now_button:hover, .product_listing_list li a.buy_now_button:focus { background-position: 0 -23px; }

/* category listing */
.category_listing_list li {
	border-top: 1px dashed #ccc9b5;
	border-right: 1px dashed #ccc9b5;
	display: block;
	float: left;
	font-size: .9em;
	height: 144px;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	width: 199px;
}

.category_listing_list li h1,
.category_listing_list li h2,
.category_listing_list li h3 { font-weight: bold; }
.category_listing_list li h1,
.category_listing_list li h2,
.category_listing_list li h3,
.category_listing_list li h4 { font-size: 1em; font-weight: normal; }

.category_listing_list li a { color: #84a529; text-decoration: underline; }
.category_listing_list li a:focus, .category_listing_list li a:hover { color: #ff891e; }

.category_listing_list li p { margin-bottom: 0; }

/* right text content */

.right_text_content { padding: 0 15px; }

.right_text_content h1,
.right_text_content h2,
.right_text_content h3,
.right_text_content h4,
.right_text_content h5,
.right_text_content table,
.right_text_content ul,
.right_text_content ol,
.right_text_content dl,
.right_text_content blockquote,
.right_text_content p { margin-bottom: 1em; }

.right_text_content strong { font-weight: bold; }
.right_text_content em { font-style: italic; }

.right_text_content h1,
.right_text_content h2 {
	font-size: 1.5em;
}

.right_text_content h3 {
	font-size: 1.3em;
}

.right_text_content h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.right_text_content h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.right_text_content h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}

.right_text_content ol,
.right_text_content ul {
	margin-left: 2em;
}

.right_text_content ol { list-style: decimal; }
.right_text_content ul { list-style: url('../images/core/list_bullet.gif'); }

.right_text_content table { border-collapse: collapse; }
.right_text_content table.table-center { margin: 0 auto 1em; }

.right_text_content table tr th,
.right_text_content table tr td {
	border: 1px solid #c5c4c1;
	padding: 8px;
}

.right_text_content table tr th { background: #a9cc3c; border: 1px solid #b5d848; border-bottom: 0; border-top: 0; color: #fff; }
.right_text_content table tr.zebra td { background:#f6fae7; }

.right_text_content fieldset legend {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
}


.right_text_box {
	background: url('../images/core/important_green_bg.jpg') no-repeat 0 0;
	color: #869a4f;
	padding-top: 18px;
	width: 670px;
}

.right_text_box .inner {
	background: #f3f9e4 url('../images/core/important_green_bg.jpg') no-repeat right bottom;
	padding: 0 15px 18px;
}

.right_text_box h1,
.right_text_box h2,
.right_text_box h3,
.right_text_box h4,
.right_text_box h5,
.right_text_box table,
.right_text_box ul,
.right_text_box ol,
.right_text_box dl,
.right_text_box blockquote,
.right_text_box p { margin-bottom: 1em; }

.right_text_box h1,
.right_text_box h2 {
	font-size: 1.5em;
}

.right_text_box h3 {
	font-size: 1.3em;
}

.right_text_box h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.right_text_box h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.right_text_box h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}

.right_text_box ol,
.right_text_box ul {
	margin-left: 2em;
}

.right_text_box a { color: #60742a; text-decoration: underline; }
.right_text_box a:focus { color: #546722; }
.right_text_box a:hover { color: #34420e; }

/* alphabet tabs */

#alphabet_tabs {
	left: 0;
	position: absolute;
	top: 12px;
}
k
#alphabet_tabs ul { background: #e9e7d7; }

#alphabet_tabs ul li { float: left; }
#alphabet_tabs ul li a {
	background-image: url('../images/core/alphabet_tabs.jpg');
	display: block;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	width: 22px;
}

#alphabet_tabs ul li.active_alphabet_tab a, #alphabet_tabs ul li a:hover { padding-bottom: 5px;position: relative; top: -5px; }

#alphabet_tabs ul li#alphabet-all a { background: url('../images/core/alphabet_all.jpg') no-repeat 0 0; width: 22px; }
#alphabet_tabs ul li#alphabet-a a { background-position: 0 0; }
#alphabet_tabs ul li#alphabet-b a { background-position: -22px 0; }
#alphabet_tabs ul li#alphabet-c a { background-position: -44px 0; }
#alphabet_tabs ul li#alphabet-d a { background-position: -66px 0; }
#alphabet_tabs ul li#alphabet-e a { background-position: -88px 0; }
#alphabet_tabs ul li#alphabet-f a { background-position: -110px 0; }
#alphabet_tabs ul li#alphabet-g a { background-position: -132px 0; }
#alphabet_tabs ul li#alphabet-h a { background-position: -154px 0; }
#alphabet_tabs ul li#alphabet-i a { background-position: -176px 0; }
#alphabet_tabs ul li#alphabet-j a { background-position: -198px 0; }
#alphabet_tabs ul li#alphabet-k a { background-position: -220px 0; }
#alphabet_tabs ul li#alphabet-l a { background-position: -242px 0; }
#alphabet_tabs ul li#alphabet-m a { background-position: -264px 0; }
#alphabet_tabs ul li#alphabet-n a { background-position: -286px 0; }
#alphabet_tabs ul li#alphabet-o a { background-position: -308px 0; }
#alphabet_tabs ul li#alphabet-p a { background-position: -330px 0; }
#alphabet_tabs ul li#alphabet-q a { background-position: -352px 0; }
#alphabet_tabs ul li#alphabet-r a { background-position: -374px 0; }
#alphabet_tabs ul li#alphabet-s a { background-position: -396px 0; }
#alphabet_tabs ul li#alphabet-t a { background-position: -418px 0; }
#alphabet_tabs ul li#alphabet-u a { background-position: -440px 0; }
#alphabet_tabs ul li#alphabet-v a { background-position: -462px 0; }
#alphabet_tabs ul li#alphabet-w a { background-position: -484px 0; }
#alphabet_tabs ul li#alphabet-x a { background-position: -506px 0; }
#alphabet_tabs ul li#alphabet-y a { background-position: -528px 0; }
#alphabet_tabs ul li#alphabet-z a { background-position: -550px 0; }


#alphabet_tabs ul li.active_alphabet_tab#alphabet-all a { background-position: 0 -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-a a { background-position: 0 -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-b a { background-position: -22px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-c a { background-position: -44px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-d a { background-position: -66px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-e a { background-position: -88px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-f a { background-position: -110px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-g a { background-position: -132px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-h a { background-position: -154px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-i a { background-position: -176px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-j a { background-position: -198px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-k a { background-position: -220px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-l a { background-position: -242px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-m a { background-position: -264px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-n a { background-position: -286px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-o a { background-position: -308px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-p a { background-position: -330px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-q a { background-position: -352px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-r a { background-position: -374px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-s a { background-position: -396px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-t a { background-position: -418px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-u a { background-position: -440px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-v a { background-position: -462px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-w a { background-position: -484px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-x a { background-position: -506px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-y a { background-position: -528px -24px; }
#alphabet_tabs ul li.active_alphabet_tab#alphabet-z a { background-position: -550px -24px; }

/* right headers */
#right_header h2 {
	color: #A4CE3A;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	padding-left: 15px;
}

/* right breadcrumbs */
#right_breadcrumbs_cart {
	border-bottom: 1px dashed #c8ccb3;
	margin-bottom: 1em;
	padding: 0 15px 12px;
}

#right_breadcrumbs_cart strong { font-weight: bold; }

#right_breadcrumbs { float: left; }

#right_breadcrumbs a {
	background: url('../images/core/breadcrumbs_arrow.gif') no-repeat 10px 5px;
	color: #a3a49c;
	padding-left: 20px;
	text-decoration: underline;
}

#right_breadcrumbs a:hover, #right_breadcrumbs a:focus { color: #FF8319; }

/* cart status */
#right_cart {
	background: url('../images/core/cart_icon.jpg') no-repeat 0 0;
	float: right;
	font-size: .9em;
	padding-left: 20px;
}

#right_cart a { color: #88CDF7; font-weight: bold; margin-left: 10px; }
#right_cart a:hover { color: #FF8319; }

/* right product content */
.right_product_content {
	margin-bottom: 1em;
	padding: 0 15px;
}

.right_product_content h1,
.right_product_content h2,
.right_product_content h3,
.right_product_content h4,
.right_product_content p,
.right_product_content table,
.right_product_content ol,
.right_product_content ul,
.right_product_content dl {
	margin-bottom: 1em;
}
.right_product_content h1,
.right_product_content h2 {
	color: #84a529;
	font-weight: bold;
}
.right_product_content h5 {
	margin-bottom: .5em;
}
.right_product_content h6 {
	margin-bottom: 0;
}

.right_product_content ol { list-style: decimal; }
.right_product_content ul { list-style: url('../images/core/list_bullet.gif'); }

.right_product_content dl dt {
	color: #C6C6AE;
	float: left;
	width: 100px;
}
.right_product_content dl dd {
	display: block;
	padding-left: 110px;
}

.right_product_content .rrp_strike { text-decoration: line-through; }
.right_product_content .price_color { color: #FF8319; font-weight: bold; }

.right_product_content .product_image {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 210px;
}

.right_product_content .product_image a#enlarge_image_link {
	background: url('../images/core/enlarge_icon.gif') no-repeat left center;
	color: #807F7B;
	display: block;
	margin-bottom: 1em;
	padding: 4px 0 4px 20px;
	text-align: left;
	text-decoration: none;
}
.right_product_content .product_image a#enlarge_image_link:hover { color: #FF8319; }

.right_product_content .product_content {
	float: right;
	margin-left: -220px;
	width: 100%;
}
.right_product_content .product_content .inner { padding-left: 220px; }

.right_product_content .product_promo {
	background: url('../images/core/product_promo.jpg') no-repeat 0 0;
	color: #fff;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	height: 80px;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	right: -15px;
	text-align: center;
	width: 100px;
}

/* cart */
.button-update_cart,
.button-continue_shopping,
.button-delete_cart,
.button-checkout {
	border: 0;
	display: block;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	width: 96px;
}

.button-update_cart { background: url('../images/core/update_cart.jpg') no-repeat 0 0; display: inline; }
.button-continue_shopping { background: url('../images/core/continue_shopping.jpg') no-repeat 0 0; width: 108px; }
.button-delete_cart { background: url('../images/core/delete_cart.jpg') no-repeat 0 0; }
.button-checkout { background: url('../images/core/checkout.jpg') no-repeat 0 0; }

.cart_buttons { height: 22px; margin-bottom: 1em; }
.cart_buttons button { float: left; margin-right: 5px; }

/* checkout */
.button-order {
	background: url('../images/core/order.jpg') no-repeat 0 0;
	border: 0;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	width: 48px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	border-top: 1px solid #d7d4c0;
	color: #807F7B;
	clear: both;
	font-size: 1.1em;
	line-height: 1.4;
	padding: 10px 15px;
}

#footer table,
#footer ul,
#footer ol,
#footer dl,
#footer blockquote,
#footer p { margin-bottom: 1em; }

#footer a { color: #807F7B; text-decoration: underline; }
#footer a:hover, #footer a:focus { color: #ff891e; }

#footer p span#footer_navigation { margin-right: 10px; }
#footer p span#footer_copyright { margin-left: 10px; }

#footer p a#site_created_by_webfirm {
	background: url('../images/core/site_created_by_webfirm.jpg') no-repeat 0 0;
	display: block;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	width: 201px;
}

#footer .accepted_credit_cards {
	float: right;
}

#noInfo {
	border:0px;
	width:90%;
}

/* PAGING */
div.paging {
	width: 500px;
}
div.paging strong, div.paging a {
	text-align: center; 
	height: 25px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 10px; 
	display:block; 
	float: left; 
	font-weight: bold;
	margin: 1px;
}
div.paging a { 
	color: #FFF; 
	text-decoration: underline; 
	background: #D5D3BF; 
	border: 1px solid #D5D3BF;
}
div.paging a:focus, div.paging a:hover { 
	color: #FFF; 
	background: #B5B090; 
	border: 1px solid #B5B090;
}
div.paging strong {
	background: #FFF; 
	display:block; 
	border: 1px solid #D5D3BF;
}

