/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* html tag settings */
body {
	background: #fff;
	color: #224337;
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	margin: 4px;
	padding: 6px;
}
h3 {
	margin: 4px 0;
}
h4 {
	margin: 4px 0;
}
a {
	color: #224337;
}
a:hover, a:active {
	color: #902C13;
}
img {
	border: 0px;
	vertical-align: middle;
}
input, select, option, textarea {
}
form {
	margin: 0px;
}
td, th {
	_font-size: .8em;
}
/* end html tag settings */

/* special text */
.smalltext {
	font-size: .9em;
}
.strongtext {
	font-weight: bold;
}
.strong_center_red {
	color: #902C13;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
.error_msg {
	color: red;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0 0;
}
.red_text {
	color: #902C13;
}
.price {
	font-size: 1.4em;
	font-weight: bold;
}
.buttonStyle2 {
	background: #FDF4C9;
	border: 1px solid #224337;
	_line-height: 2em;
	margin: 0 0 0 20px;
	_margin: 0 0 0 20px;
	padding: 5px;
	_padding: 4px 4px 3px 4px;
	text-decoration: none;
}
a.no_dec {
	text-decoration: none;
}
/* end special text */

/* special div's */
.center {
	padding: 10px 0;
	text-align: center;
}
.center_nopad {
	text-align: center;
}
/* end special div's */	

/* overall settings */
#container {
	background: url(../images/sideBarFiller.gif) repeat-y;
	margin: 0 auto; /* auto LR to center for FF */
	padding: 0px;
	text-align: left;
	width: 780px; /* fixed width: 800px;*/
}
#page { 
	float: left;
	margin: 0;
	margin-right: -20px; /* ie fix */
	padding: 0;
    width: 691px;
}
#content { 
	_float: left;
	font-size: 1.1em;
	margin: 0;
	_margin: 0 0 0 0;  /*fix ie float repeat text bug*/ 
	padding: 0;
	text-align: left;
	_width: 522px;
}
#content img {
}
#content img#home {
	margin: -1px 0 0 10px;
}
#content div.center_nopad img#first {
	margin: 0 0 0 10px;
}
#content p#home {
	line-height: 2em;
	margin: 20px 30px 0 210px;
	_margin: 20px 30px 0 30px;
}
#content_top {
	border-bottom: 4px solid #902C13;
	margin-left: 180px;
	_margin-left: 10px;
}
#content_top h1 {
	font-size: 1.6em;
	margin: 20px 0 0 20px;
}
#content_top p {
	margin: 10px 0 20px 20px;
}
#content_top p#sign_up {
	margin: 0 0 15px 20px;
}
#content_top img {
	display: inline;
	float: left;
	margin: -20px 20px -20px 0px;
	_margin: 0 20px 0 0;
}
#content_top li {
	margin-bottom: 10px;
}
#content_top_text {
}
#content_bottom {
	_margin-left: 20px;
}
#content_bottom table {
	margin: 20px 0 40px 30px;
	_margin: 20px 0 0 10px;
}
#content_bottom td img {
	margin-left: 20px;
}
#content_bottom p {
	margin-left: 210px;
	_margin-left: 30px
}
#static {
	_float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 200px;
	_padding: 15px 0 0 20px;
	text-align: left;
}
#static td {
	font-size: 1em;
}
#static p {
	line-height: 1.2em;
	margin: 10px 0px;
}
#static h1 {
	font-size: 1.8em;
}
#static h2 {
	font-size: 1em;
}
#static ol li {
	margin-bottom: 10px;
}
#static h3 {
	_font-size: 1.2em;
	margin-top: 20px;
}
/* end overall settings */

/* header settings */
#header {
	background: #fff;
	font-size: 11px;
	_margin: -30px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	vertical-align: middle;
    width: 100%;
}
#welcome {
	font-weight: bold;
	left: 200px;
	_margin: 0;
	position: relative;
	top: 25;
	_top: 25px;
	width: 491px;
}
#welcome_text {
	float: left;
	margin: 10px 0 0 50px;
}
#login_text {
	float: right;
}
#headerMain {
	float: left;
	margin: -26px 0 0 0;
	_margin: 0;
	padding: 0px;
	width: 691px;
}
#headerMain h2 {
	background: #224337;
	display: inline;
	font-size: 10px;
	margin-left: -4px;
	padding-bottom: 5px; /*firefox*/
	padding-right: 18px;
}
#headerMain h2 a {
	color: #F3C548;
	text-decoration: none;
}
#headerMain h2 a:hover {
	text-decoration: underline;
}
#mainNav {
	float: right;
	margin: 10px 0 0 0;
	_margin: 40px 0 0 0;
	padding: 0 0 0 5px;
	width: 7em;
}
#mainNav a {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
#subNav {
	display: inline;
	margin: 0 0 0 -8px;
	_margin: 0 0 0 -4px;
	padding: 2px 0 0 0;
	_padding: 3px 0px;
}
#subNav ul {
	background: #902C13;
	display: inline;
	font-size: 9px;
	_margin: 0px;
	padding: 2px 4px 5px 3px;
	_padding: 3px 2px 3px 2px;
}
#subNav li {
	border-right: 2px solid #F3C548;
	display: inline;
	padding: 0 24px;
}
#last_li {
	border-right: 0px !important;
}
#subNav a {
	color: #fff;
	text-decoration: none;
}
/* end header settings */

/* footer settings */
#footer {
	clear: both;
	font-size: .8em;
	margin: 0 0 0 130px;
	padding: 50px 0 30px 0;
	position: relative;
    width: 601px;
	text-align: center;
	z-index: 5;
}
#footer a {
	margin-left: 20px;
}
#footer div#footer_bottom {
	margin: 15px 0 0 0;
}
#footer div#footer_bottom a {
	margin-left: 0;
}
#footer a#copyright {
	margin: 0 210px 0 20px !important;
	text-decoration: none;
}
/* end footer settings */

/* sidebar navigation settings */
#sidebar {
	background: #FDF4C9 url(../images/casper_circle.gif) 0% 90% no-repeat;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 0 625px 0;
	width: 169px;
}
#search {
	background: #F3C548;
	margin: 0 0 0 9px;
	padding: 0 0 10px 5px;
}
#search h2 {
	background: #902C13;
	color: #fff;
	display: inline;
	font-size: 10px;
	margin: 0 -4px 0 -4px;
	_margin: 0 0 0 -4px;
	padding: 3px 53px 6px 5px;
	_padding: 5px 53px 4px 5px;
}
#search input {
	margin: 5px 0 0 0;
	vertical-align: middle;
}
#search select {
	font-size: 12px;
	vertical-align: middle;
}
#catalogNav {
	background: #fff;
	color: #224337;
	margin: 0 0 0 9px;
	padding: 8px;
}
#catalogNav a {
	display: block;
	margin-bottom: 10px;
}
/* end sidebar navigation settings */

/* catalog - subcategory listings */
#cat_content {
	_float: left; 
	margin: 0;
	padding: 0;
	text-align: left;
	_width: 522px;
}
#cat_content td {
	font-size: 1.2em;
}
#cat_content td h1 {
	font-size: 1.2em;
	_font-size: 1.2em;
}
#cat_content td p {
	font-size: 1em;
	_font-size: 1em;
}
#breadcrumb {
	background: #FDF4C9;
	padding: 8px 8px 8px 200px;
	_padding: 8px 8px 8px 20px;
}
div#online_text {
	float: right;
	text-align: right;
	margin: 20px 0 0 0;
	vertical-align: bottom;
	width: 25%;
	_width: 28%;
}
div#online_text p {
	margin: 5px 0;
}
div#online_text span#online_cat {
	background: #F3C548;
	font-weight: bold;
	padding: 2px;
}
div#online_text span#retail_cat {
	background: #FDF4C9;
	font-weight: bold;
	padding: 2px;
}
#cat_content h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	_font-size: 1.7em;
	font-weight:  bold;
	margin: 20px 0 0 200px;
	_margin: 20px 0 0 20px;
}
#cat_content h2 {
	_font-size: 1.5em;
	margin: 20px 0 0 200px;
	_margin: 20px 0 0 20px;
}
#cat_content p {
	font-size: 1.2em;
	margin: 0 0 10px 200px;
	_margin: 0 0 10px 20px;
}
#cat_content a.buttonStyle2 {
	margin-left: 200px;
}
#cat_content table#subCategory_listing {
	margin: 0 0 0 20px;
}
#cat_content table#subCategory_listing td {
	vertical-align: top;
}
#cat_content table#subCategory_listing td.light {
	background: #FDF4C9;
}
#cat_content table#subCategory_listing td.dark {
	background: #F7D577;
}
#cat_content table#subCategory_listing h1 {
	margin: 0;
	padding: 5px 3px 3px 3px;
	text-transform: uppercase;
	height: 50px;
}
#cat_content table#subCategory_listing h1.online {
}
#cat_content table#subCategory_listing h1 a {
	text-decoration: none;
}
#cat_content table#subCategory_listing p {
	color: #000;
	margin: 0;
	padding: 0px 3px 8px 3px;
}
#cat_content table#subCategory_listing img {
	float: left;
	margin: 4px;
	vertical-align: middle;
}
#cat_content hr {
	background-color: #902C13;
	color: #902C13;
	height: 3px;
	margin: 0 0 5px 20px;
}
#bundle {
	_height: 250px;
	margin: 0 0 0 200px;
	_margin: 0 0 0 20px;
	min-height: 250px;
}
#bundle table {
	font-size: 1em;
}
#bundle img {
}
#bundle div.bundle_image {
	float: left;
}
#bundle h1 {
	margin: 0;
	padding: 0;
}
#bundle h1 a {
	text-decoration: none;
	text-transform: uppercase;
}
#bundle div.bundle_details {
	color: #000;
	padding: 0 0 0 0;
	text-align: left;

}
#bundle ul {
	line-height: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cat_cart_bundle {
	margin: 20px 0 0 0px;
	text-align: left;
	width: 100px;
}
.cat_cart_bundle a {
	text-decoration: none;
}
.cat_cart_bundle img {
	display: block;
	margin: 0 0 0 20px;
}
#pagination_wrapper {
	border-top: 3px solid #902C13;
	margin: 0 0 0 200px;
	_margin: 0 0 0 20px;
	text-align: right;
}
#pagination {
	background: #FDF4C9;
	padding: 5px 0 30px 0;
}
#pagination_new {
	background: #FDF4C9;
	padding: 0 0 30px 0;
}
#pagination_left {
	border: 0px solid green;
	float: left;
	margin: 0 0 0 3px;
}
#pagination_left_new {
	float: left;
	margin: 7px 0 0 3px;
	_margin: 0 0 0 3px;
}
#page_numbers {
	float: left;
	margin: 10px 0 0 0;
	_margin: 12px 0 0 0;
}
#pagination_right {
	float: right;
	margin: -2px 3px 0 0;
}
#pagination_right_new {
	float: right;
	margin: 5px 3px 0 0;
}
#pagination span {
	margin: 0 0 0 15px;
}
#pagination select {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#pagination select#state {
	width: 85px;
	_width: 90px;
}
#products_listing {
	margin: 0 0 20px 169px;
	_margin: 0 0 20px 20px;
	table-layout: fixed;
	width: 71%;
	_width: 94%;
}
#products_listing p {
	margin: 0;
	padding: 0;
}
#products_listing td {
	border: 0px solid red;
	color: #000;
	font-size: 12px;
	_font-size: .8em;
}
#products_listing td table{
	border: 0px solid blue;
}
#products_listing img {
	float: left;
	margin: 0 10px 15px 0;
}
#products_listing img.mapit {
	float: none;
	margin: 0;
}
#products_listing .mapit {
	color: #902C13;
	display: inline;
	text-decoration: none;
}
#products_listing a {
	display: block;
}
#products_listing a#series {
	display: inline;
}
#products_listing a.product_name {
	color: #902C13;
	font-weight: bold;
	margin-top: 0px;
}
/* end sub-category listings */

/* advanced search */
#cat_content table#adv_search {
	_font-size: 1em;
	margin: 20px;
}
#cat_content table#adv_search td#td1 {
	width: 20%;
}
p#empty_online {
	margin: 10px 0 10px 20px;
}
/* end advanced search */

/* product detail */
#prod_detail_top {
	margin: 15px 0 0 200px;
	_margin: 15px 0 0 30px;
}
#prod_detail_top table {
	width: 100%;
	_width: 94%
}
#prod_detail_top table td {
	_font-size: .8em;
	vertical-align: middle;
}
#prod_detail_top img {
	margin: 0 10px 0 0;
}
#prod_detail_top h1 {
	margin: 10px 0 0 0;
}
#prod_detail_top li {
	line-height: 1.3em;
	margin: 0 0 0 30px;
}
#prod_detail_top p {
	margin: 10px 0 0 0;
	padding: 0;
}
.add_to_cart_lrg {
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.add_to_cart_lrg span.price {
	font-size: 1.1em;
}
.cat_cart {
	margin-top: 10px;
	text-align: center;
	width: 90px;
}
.cat_cart a {
	text-decoration: none;
}
.cat_cart_sml a {
	text-decoration: none;
}
#prod_detail_bottom {
	background: #FDF4C9;
	border: 3px solid #902C13;
	margin: 40px 0 0 200px;
	_margin: 20px 0 0 30px;
	padding: 10px;
	position: relative;
}
#prod_detail_bottom table {
	_font-size: 1em;
	width: 100%;
	_width: 80%;
}
#prod_detail_bottom h1 {
	_font-size: 1.8em;
	margin: 0 0 8px 0;
}
#prod_detail_bottom table td img {
	float: left;
	padding-right: 5px;
}
#prod_detail_bottom table td a {
	text-decoration: none;
}
.add_to_cart_sml {
	margin: 0;
	vertical-align: middle;
}
.add_to_cart_sml span.price {
	display: block;
	float: left;
	font-size: 1em;
	margin: 20px 10px 0px 0;
}
.cat_cart_sml {
	float: left;
	margin-top: 10px;
	padding: 0 0 0 0;
	text-align: center;
	width: 30%;
	_width: 30%;
}
.cat_cart_sml img {
	float: none;
	margin: 0 0 0 10px;
}
/* end product detail */

/* shopping cart */
table#shopping_cart {
	_font-size: 1em;
	margin: 0 0 0 20px;
	width: 71%;
	_width: 96%;
}
table#shopping_cart a {
	color: #902C13;
}
table#shopping_cart th {
	background: #FDF4C9;
	border-bottom: 2px solid #224337;
	border-top: 2px solid #224337;
}
table#shopping_cart tr.top_bot_bords td {
	border-bottom: 2px solid #224337;
	border-top: 2px solid #224337;
}
table#shopping_cart a.buttonStyle2 {
	margin: 0;
}
p#empty_cart {
	margin: 20px 0 20px 200px;
	_margin: 20px;
}
/* end shopping cart */

/* checkout */
#checkout {
	_float: left; 
	margin: 0 0 0 180px;
	_margin: 0;
	padding: 20px 0 0 20px;
	text-align: left;
}
#checkout table {
	width: 100%;
}
#checkout td {
	_font-size: 12px;
}
#checkout h1 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
#checkout h2 {
	background: #FDF4C9;
	_font-size: 1.2em;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#checkout h3 {
	color: #902C13;
	_font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.addressName, .address {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
p.address {
	margin: 0 20px;
}
/* end checkout pages */

/* my account */
div#my_account {
	margin: 20px 0 0 200px;
	_margin: 0 0 0 20px;
}
div#my_account div {
	margin: 0 0 40px 0;
}
/* end my account */

/* order status  */
table#order_status th {
	text-decoration: underline;
}
table#order_status a {
	text-decoration: none;
}
/* end order status */

/* collector's club */
#collectors_top {
	text-align: center;
}
#collectors_top img {
	margin-top: 10px;
}
#collectors_club {
	background: #E9D5D0;
	display: inline;
	float: right;
	font-size: 12px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	text-align: left;
	width: 9em;
}
#collectors_club a {
	display: block;
	margin-bottom: 8px;
}
div#static div#collectors_club {
	margin: -5px 0 10px 10px;
}
#collectors_bottom {
	margin-left: 180px;
	_margin-left: 0px;
	padding: 20px;
}
#collectors_bottom h1 {
	font-size: 1.5em;
}
#collectors_bottom h2 {
	font-size: 1em;
	padding: 0;
	margin: 15px 0 0 0;
}
#collectors_bottom img {
	float: right;
}
table#group_tours {
	border: 0px solid blue;
	margin-top: -80px;
}
/* end collector's club */

/* club benefits */
#static_subnav {
	background: #E9D5D0;
	float: right;
	margin: -17px 0 0 10px;
	_margin: -15px 0 0 0;
	padding: 10px;
	text-align: left;
	width: 10em;
	_width: 12em;
}
#static_subnav a {
	display: block;
	margin-bottom: 8px;
}
/* end club benefits */

/* cat's meow village */
#village_top {
	margin-bottom: 40px;
	_margin-bottom: -40px;
	width: 100%;
	z-index: 5;
}
#village_top h1 {
	font-size: 1.5em;
	margin: 0px 0 0 200px;
	_margin: 20px 0 0 20px;
}
#village_top p {
	margin: 10px 140px 0 200px;
	_margin: 10px 120px 20px 20px;
}
#village_top li {
	margin: 0 1px 5px 0;
}
h1#header1 {
	margin-bottom: 0;
	padding-top: 20px;
	_padding: 0;
}
h1#header2 {
	margin: -5px auto 10px 260px;
	_margin: -5px auto 10px 80px;
}
img#shoppers {
	display: inline;
	float: left;
	margin: 10px 20px 0 0;
	padding: 0;
}
#village_middle {
	border: 0px solid blue;
	margin: 0 0 0 200px;
}
#village_middle_left {
	border: 0px solid red;
	margin-left: 120px;
	_margin-left: -20px;
	z-index: 20;
}
#village_middle_left div {
	border: 0px solid green;
	float: left;
	margin: 0 8px 0 0;
	_margin: 0 8px 4px 0;
	position: relative;
}
#village_middle img {
	float: right;
	margin-top: -17px;
	_margin-top: -88px;
	z-index: 10;
}
#village_middle_left div img {
	float: none;
	margin: 0;
}
#village_bottom {
	background: #FDF4C9;
	border-top: 4px solid #902C13;
	margin: 54px 0 0 200px;
	_margin: -20px 0 0 20px;
}
#village_bottom h1 {
	color: #000;
	font-size: 1.5em;
	margin: 0px 0 5px 15px;
	padding: 20px 0 0 0;
}
#village_bottom p {
	margin: 15px 0 50px 0;
	padding: 0 45px 75px 0;
	_padding: 0 75px 75px 0;
}
img#cat_balloon {
	float: right;
	margin: 5px 20px 0 5px;
}
img#portrait {
	float: left;
	margin: 0 15px 0 15px;
}
/* end cat's meow village */

/* village subpages */
#village_subnav {
	text-align: center;
}
#village_subnav a{
	text-decoration: none;
}
/* end village subpages */

/* faline message */
div#static img#message_portrait {
	float: left;
	margin: 0 10px 10px 0;
}
div#static p#bottom_image {
	text-align: center;
}
/* end faline message */

/* logon page */
div#login {
	margin: 10px 0 0 190px;
	_margin: 10px 0 0 10px;
}
div#login div {
	padding: 10px;
}
div#login a {
	text-decoration: none;
}
div#login h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
div#new_customer {
	float: left;
	width: 45%;
}
div#new_customer p {
	margin: 20px 0;
}
div#return_customer {
	border-left: 2px solid #224337;
	float: right;
	width: 45%;
}
div#return_customer table {
	margin: 15px 0;
}
table#forgot_password {
	margin: 0;
}
/* end logon page */

/* club benefits page */
.pic_right, .pic_left {
	//clear: both;
	margin: 50px 0;
}
.pic_right img {
	float: right;
	margin: 10px;
}
.pic_left img {
	float: left;
	margin: 10px;
}
/* end club benefits page */

/* marketplace exclusives page */
div#static ul {
	list-style-image: url(../images/bullet_paw.gif);
}
div#static ul li {
	line-height: 175%;
}
div#static ul a {
	text-decoration: none;
}
/* end marketplace exclusives page */

/* caspers cafe page */
img#cafe {
	margin-bottom: 10px;
}
/* end caspers cafe page */
 
/* events page */
div#static img#events {
	float: right;
}
/* events page */

/* about us page */
#about_us h2 {
	margin: 0;
	padding: 0;
}
#about_us h3 {
	padding: 10px 0 0 0;
}
/* end about us page */

/* help page */
#help h2 {
	margin: 0;
	padding: 0;
}
#help p {
	margin-left: 2em;
}
/* end help page */

/* fundraising opps page */
#fundraising img#first {
	margin-right: 20px;
}
#fundraising img {
	margin-top: 20px;
}
#fundraising p{
	margin-bottom: 20px;
}
#fundraising ul {
	margin: 30px 0 0 0;
	_margin-left: 20px;
}
#fundraising table {
	margin: 20px 0 20px 0;
}
#fundraising table.micro {
	margin: 0;
}
/* end fundraising opps page */

/* purrsonalized products */
table.purrsonalized {
	margin-top: 10px;
}
table.purrsonalized p {
	padding: 0 8px;
}
/* end purrsonalized products */

/* search retailers */
#search_retailer h1 {
	_font-size: 2em;
	margin: 25px 0 0px 200px;
	_margin: 25px 0 15px 20px;
}
#search_retailer div#become_retailer {
	float: right;
	margin: -25px 0 0 0;
	_margin: 0;
	width: 15%;
	_width: 25%;
}
#search_retailer table {
	width: 73%;
	_width: 96%;
}
#search_retailer table tr td{
	padding-bottom: 20px;
}
#search_retailer table td {
	vertical-align: top;
}
#search_retailer div#pagination_wrapper {
	border-top: 3px solid #902C13;
	margin: 17px 0 0 200px;
	_margin: 18px 0 0 20px;
	padding: 2px 0;
	_padding: 3px 0;
	text-align: right;
}
#search_retailer div#pagination {
	background: #FDF4C9;
	display: inline;
	line-height: 1.8em;
	_line-height: 1.2em;
	padding: 6px;
	_padding: 3px;
}
#search_retailer div#pagination span {
	margin: 0 0 0 5px;
}
#search_retailer div#pagination select {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
/* end search retailers */

/* email retailer form */
h1#email_retailer {
	margin-bottom: 118px;
}
/* end email retailer form */

/* send catalog form */
h1#send_catalog {
	margin-bottom: 27px;
	_margin-bottom: 29px;
}
/* end send catalog form */

/* forward friend form */
h1#forward_friend {
	margin-bottom: 84px;
	_margin-bottom: 85px;
}
/* end forward friend form */

/* newest products */
img#feat_prod_button {
	margin: -7px 5px 0 0;
	_margin: -1px 5px 0 0;
}
div#view_by {
	background: #FDF4C9;
	display: inline;
	float: right;
	padding: 5px;
}
div#view_by select {
	font-size: .9em;
}
/* end newest products */


#retailers {
	float: right;
	width: 17%;
	_width: 23%;
}
#become_retailer {
	background: #FDF4C9;
	margin-bottom: 3px;
	padding: 4px 4px 8px 12px;
}
#become_retailer img {
	margin-left: 25px;
}
#refer_retailer {
	background: #DADFDD;
	padding: 4px 4px 8px 12px;
}
#refer_retailer img {
	margin-left: 25px;
}
#additional_items {
	background: #FDF4C9;
	border: 2px solid #AF6446;
	padding: 8px;
}
#special_announcement {
	background: #FDF4C9;
	border-top: 2px solid #AF6446;
}
#village_nav {
	background: #F3E8E5;
	padding: 8px;
}
