@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------------- */
/* PAGE STRUCTURE */
/* -------------------------------------------------------------------------------- */
html { height: 101%; background: #ddd; }

body { font-family: Verdana, Arial, Helvetica, sans-serif; width: 960px; text-align: center; margin: 0 auto; background: #fff; font-size: 1em; position: relative; }

#container { width: 930px; margin: 0; padding: 0 0 0 30px; text-align: left; background: #fff; }

#content-wrapper { background: url(/assets/images/content-wrapper-bg.png) 750px bottom no-repeat; overflow: hidden; }
#body-home #content-wrapper {  margin-top: 7px; }

#sidebar1 { float: left; width: 179px; margin: 0 6px 0 0; }
#content { float: left; width: 560px; margin: 0 6px 0 0; }
#sidebar2 { float: left; width: 151px; } /*additional styling in SIDEBAR 2 section*/

/* -------------------------------------------------------------------------------- */
/* HTML SELECTORS */
/* -------------------------------------------------------------------------------- */
h1, h2, h3, h4 {  }
h1 { font-size: 1.5em; }
h2 { font-size: 1.25em; margin: 0 0 .75em 0 }
h3 { font-size: .8em; line-height: 1.0em; }
h4 { font-size: .75em; }
p { font-size: .75em; margin: 0 0 .75em 0; line-height: 1.2em; }
sup {font-size: .5em; position: relative; top: -.75em; }

/* -------------------------------------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------------------------------------- */

/* HEADER */
#header { margin: 0 0 0 0; padding: 47px 0 0 0; position: relative; }

/* LOGO */
#logo { margin: 0 0 15px 0; }

/* SURVEY */
#survey { position: absolute; right: 30px; top: 53px; background: url(/assets/images/survey-button.png) left top no-repeat; width: 151px; height: 51px; 
		  font-family:Verdana, Arial, Helvetica, sans-serif; padding: 5px 0 0 0; }
#survey p { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #d70f17; text-align: center; margin: 0;  line-height: 13px;}
#survey p a { font-size: 10px; text-transform: none; text-decoration: underline; color: #000; font-weight: normal; }

/* NAV */
#nav-wrapper { overflow: auto; }

#nav { width: 745px; height: 35px; float: left; }
#nav ul { margin: 0 0 0 0; padding: 0; font-size: 10px; font-weight: normal; }
#nav li { float: left; margin: 0 0 0 0; color: #fff; line-height: 35px; letter-spacing: 1px; }
#nav a { color: #fff; text-decoration: none; background: url(/assets/images/nav-bg.png) no-repeat; display: block; height: 35px; }
#nav a:hover { color: #f2bd01; text-decoration: none; background-position: bottom; }
#nav li span, #nav a span { display: none; }

#nav #nav-products a { width: 90px;  background-position: left   top; }
#nav #nav-where a    { width: 107px; background-position: -90px  top; }
#nav #nav-news a     { width: 99px;  background-position: -197px top; }
#nav #nav-resource a { width: 132px; background-position: -296px top; }
#nav #nav-custserv a { width: 134px; background-position: -428px top; }
#nav #nav-about a    { width: 80px;  background-position: -562px top; }
#nav #nav-contact a  { width: 103px; background-position: right  top; }

#nav #nav-products a:hover { background-position: left bottom; }
#nav #nav-where a:hover    { background-position: -90px  bottom; }
#nav #nav-news a:hover     { background-position: -197px bottom; }
#nav #nav-resource a:hover { background-position: -296px bottom; }
#nav #nav-custserv a:hover { background-position: -428px bottom; }
#nav #nav-about a:hover    { background-position: -562px bottom; }
#nav #nav-contact a:hover  { background-position: right  bottom; }

.body-products #nav #nav-products a { background-position: left bottom; }
.body-where #nav #nav-where a    	{ background-position: -90px  bottom; }
.body-news #nav #nav-news a 		{ background-position: -197px bottom; }
.body-resource #nav #nav-resource a { background-position: -296px bottom; }
.body-custserv #nav #nav-custserv a { background-position: -428px bottom; }
.body-about #nav #nav-about a 		{ background-position: -562px bottom; }
.body-contact #nav #nav-contact a 	{ background-position: right bottom; }

/* SEARCH */
#search { float: left; height: 35px; margin: 0 0 0 5px; background: url(/assets/images/search-bg.png) left top no-repeat; }
#search form { height: 35px; }
#search input { border: none; background: none; float: left; }
/*#search input#search-input { margin: 11px 3px 0 0; padding: 0px 16px 0 32px; color: #929292; width: 60px; }*/
#search input#search-input { margin: 11px 21px 0 30px; padding: 0px; color: #929292; width: 60px; }

/* BREADCRUMBS */
#breadcrumbs { margin: 10px 0 10px 18px; }
#breadcrumbs p { margin: 0; color: #d70f17; font-size: 11px; text-transform: uppercase; }
#breadcrumbs a { color: #858585; font-weight: bold; text-decoration: none; }
#breadcrumbs a:hover { color: #333; }

/* -------------------------------------------------------------------------------- */
/* SIDEBAR 1 */
/* -------------------------------------------------------------------------------- */
/* Level 1 */
#sidebar1 ul { font-size: 12px; font-weight: bold; }
ul.level1 { margin: 0; padding: 0; text-transform: uppercase; font-size: 12px; }
ul.level1 li { width: 154px; margin: 0 0 6px 0; }
ul.level1 li a { width: 154px; height: 32px; display: block; background-position: top; background-repeat: no-repeat; }
ul.level1 li a:hover { background-position: bottom; }
ul.level1 li a span { margin-left: -1000em; }

ul.level1 li#sidebar1-dogs a { background-image: url(/assets/images/dogs-button.png); }
ul.level1 li#sidebar1-cats a { background-image: url(/assets/images/cats-button.png); }
ul.level1 li#sidebar1-equine a { background-image: url(/assets/images/equine-button.png); }
ul.level1 li#sidebar1-back a { background-image: url(/assets/images/back-button.png); }

#body-dogs #sidebar1 ul.level1 li#sidebar1-dogs a, 
#body-cats #sidebar1 ul.level1 li#sidebar1-cats a, 
#body-equine #sidebar1 ul.level1 li#sidebar1-equine a { background-position: bottom; }

ul.level1 li#sidebar1-where1 a { background-image: url(/assets/images/where-button1.png); }
ul.level1 li#sidebar1-where2 a { background-image: url(/assets/images/where-button2.png); }
ul.level1 li#sidebar1-where3 a { background-image: url(/assets/images/where-button3.png); }
#body-find-retailer #sidebar1 ul.level1 li#sidebar1-where1 a, 
#body-search-product #sidebar1 ul.level1 li#sidebar1-where2 a, 
#body-online-retailers #sidebar1 ul.level1 li#sidebar1-where3 a { background-position: bottom; }

ul.level1 li#sidebar1-media-coverage a { background-image: url(/assets/images/media-coverage-button.png); }
ul.level1 li#sidebar1-press-releases a { background-image: url(/assets/images/press-releases-button.png); }
#body-media #sidebar1 ul.level1 li#sidebar1-media-coverage a, 
#body-press #sidebar1 ul.level1 li#sidebar1-press-releases a { background-position: bottom; }

ul.level1 li#sidebar1-resource-1 a { background-image: url(/assets/images/resource-button-1.png); }
ul.level1 li#sidebar1-resource-2 a { background-image: url(/assets/images/resource-button-2.png); }
ul.level1 li#sidebar1-resource-3 a { background-image: url(/assets/images/resource-button-3.png); }
ul.level1 li#sidebar1-resource-4 a { background-image: url(/assets/images/resource-button-4.png); }
ul.level1 li#sidebar1-resource-5 a { background-image: url(/assets/images/resource-button-5.png); }
#body-tips #sidebar1 ul.level1 li#sidebar1-resource-1 a, 
body.gift-ideas #sidebar1 ul.level1 li#sidebar1-resource-2 a, 
#body-promotions #sidebar1 ul.level1 li#sidebar1-resource-3 a, 
#body-newsletter #sidebar1 ul.level1 li#sidebar1-resource-4 a, 
#body-events #sidebar1 ul.level1 li#sidebar1-resource-5 a,
#body-faq.Company-faq #sidebar1 ul.level1 li#sidebar1-custserv-1 a, 
#body-faq.Product-faq #sidebar1 ul.level1 li#sidebar1-custserv-2 a { background-position: bottom; }

ul.level1 li#sidebar1-custserv-1 a { background-image: url(/assets/images/custserv-button-1.png); }
ul.level1 li#sidebar1-custserv-2 a { background-image: url(/assets/images/custserv-button-2.png); }
ul.level1 li#sidebar1-custserv-3 a { background-image: url(/assets/images/custserv-button-3.png); }
ul.level1 li#sidebar1-custserv-4 a { background-image: url(/assets/images/custserv-button-4.png); }
ul.level1 li#sidebar1-custserv-5 a { background-image: url(/assets/images/custserv-button-5.png); }
#body-tips #sidebar1 ul.level1 li#sidebar1-custserv-1 a, 
body.gift-ideas #sidebar1 ul.level1 li#sidebar1-custserv-2 a, 
#body-promotions #sidebar1 ul.level1 li#sidebar1-custserv-3 a, 
#body-newsletter #sidebar1 ul.level1 li#sidebar1-custserv-4 a, 
#body-events #sidebar1 ul.level1 li#sidebar1-custserv-5 a,
body.contact #sidebar1 ul.level1 li#sidebar1-custserv-5 a,
#body-videos #sidebar1 ul.level1 li#sidebar1-custserv-4 a { background-position: bottom; }

ul.level1 li#sidebar1-about-1 a { background-image: url(/assets/images/about-button-1.png); }
ul.level1 li#sidebar1-about-2 a { background-image: url(/assets/images/about-button-2.png); }
#body-management #sidebar1 ul.level1 li#sidebar1-about-1 a { background-position: bottom; }
#body-jobs #sidebar1 ul.level1 li#sidebar1-about-2 a { background-position: bottom; }

ul.level1 li#sidebar1-contact-1 a { background-image: url(/assets/images/contact-button-1.png); }
ul.level1 li#sidebar1-contact-2 a { background-image: url(/assets/images/contact-button-2.png); }
#body-contact #sidebar1 ul.level1 li#sidebar1-contact-1 a { background-position: bottom; }
#body-email #sidebar1 ul.level1 li#sidebar1-contact-2 a { background-position: bottom; }

ul.level1 li#sidebar1-retailer-1 a { background-image: url(/assets/images/retailer-button-1.png); }
ul.level1 li#sidebar1-retailer-2 a { background-image: url(/assets/images/retailer-button-2.png); }
ul.level1 li#sidebar1-retailer-3 a { background-image: url(/assets/images/retailer-button-3.png); }
ul.level1 li#sidebar1-retailer-4 a { background-image: url(/assets/images/retailer-button-4.png); height: 38px; }
#body-catalog #sidebar1 ul.level1 li#sidebar1-retailer-3 a { background-position: bottom; }
body.retailer.international #sidebar1 ul.level1 li#sidebar1-retailer-4 a { background-position: bottom; }

ul.level1 li#sidebar1-what-1 a { background-image: url(/assets/images/what-button-1.png); height: 38px; }
ul.level1 li#sidebar1-what-2 a { background-image: url(/assets/images/what-button-2.png); height: 38px; }
ul.level1 li#sidebar1-what-3 a { background-image: url(/assets/images/what-button-3.png); height: 38px; }
#body-what #sidebar1 ul.level1 li#sidebar1-what-1 a { background-position: bottom; }
#body-what-submit #sidebar1 ul.level1 li#sidebar1-what-2 a { background-position: bottom; }
#body-video-clips #sidebar1 ul.level1 li#sidebar1-what-3 a { background-position: bottom; }

ul.level1 li#sidebar1-newsletter-1 a { background-image: url(/assets/images/newsletter-button-1.png); }
ul.level1 li#sidebar1-newsletter-2 a { background-image: url(/assets/images/newsletter-button-2.png); }
#body-newsletter-signup #sidebar1 ul.level1 li#sidebar1-newsletter-1 a { background-position: bottom; }
#body-newsletter-submit #sidebar1 ul.level1 li#sidebar1-newsletter-2 a { background-position: bottom; }

/* Level 2*/
#sidebar1 ul.level2 { margin: 10px 0; padding: 0; }
#sidebar1 ul.level2 li a { height: 1em; margin: 0 0 0 0; padding: 0; background-image: none; text-decoration: none; color: #d70f17; font-weight: bold; }
#sidebar1 ul.level2 li a:hover { color: #000; }
#sidebar1 ul.level2 li a span { margin: 0; }

body.body-custserv #sidebar1 ul.level2 li { font-size: 90%; white-space: nowrap; }
body.body-retailer #sidebar1 ul.level2 li { font-size: 90%; white-space: nowrap; }

body.dog-gifts #sidebar1 ul.level2 li#sidebar1-dog-gifts a { color: #000; }
body.cat-gifts #sidebar1 ul.level2 li#sidebar1-cat-gifts a { color: #000; }
body.gift-baskets #sidebar1 ul.level2 li#sidebar1-gift-baskets a { color: #000; }
body.ecards #sidebar1 ul.level2 li#sidebar1-ecards a { color: #000; }
body.guides.us #sidebar1 ul.level2 li#sidebar1-us-guides a { color: #000; }
body.guides.intl #sidebar1 ul.level2 li#sidebar1-intl-guides a { color: #000; }
body.contact.contact-us #sidebar1 ul.level2 li#sidebar1-contact-us a { color: #000; }
body.contact.email #sidebar1 ul.level2 li#sidebar1-email-us2 a { color: #000; }
#body-intl-dist #sidebar1 ul.level2 li#sidebar1-intl-dist a { color: #000; }

/* Level 3*/
#sidebar1 ul.level3 { list-style: url(/assets/images/sidebar1-bullet.png); margin: 5px 0 0 0; padding: 0 0 0 12px; text-transform: none; }
#sidebar1 ul.level3 li { margin: 0 0 6px 0; line-height: 1.2em; }
#sidebar1 ul.level3 li a { height: auto; margin: 0; padding: 0; background: none; text-decoration: none; color: #8a8787; }
#sidebar1 ul.level3 li a:hover { color: #000; }
#sidebar1 ul.level3 li.on a { color: #000; }
#sidebar1 ul.level3 li a span { margin: 0; }

/* -------------------------------------------------------------------------------- */
/* SIDEBAR 2 */
/* -------------------------------------------------------------------------------- */
#sidebar2 { background: url(/assets/images/sidebar2-bg.png) left top repeat-x; }

/* Menu */
#sidebar2 .menu ul li { width: 151px; height: 37px; margin: 0 0 4px 0; }
#sidebar2 .menu ul li a { width: 151px; height: 37px; display: block; background-repeat: no-repeat; background-position: top; }
#sidebar2 .menu ul li a:hover { background-position: bottom; }
#sidebar2 .menu ul li a span { margin-left: -1000em; }
#sidebar2 .menu ul li#sidebar2-must-haves a { background-image: url(/assets/images/must-haves-button.png); }
#sidebar2 .menu ul li#sidebar2-gift-ideas a { background-image: url(/assets/images/gift-ideas-ecards-button.png); }
#sidebar2 .menu ul li#sidebar2-retailer-corner a { background-image: url(/assets/images/retailer-corner-button.png); }
#sidebar2 .menu ul li#sidebar2-newsletter-signup a { background-image: url(/assets/images/newsletter-signup-button.png); }

/* Ad Space */
#sidebar2 .ad { width: 151px; margin: 5px auto 8px auto; padding: 0 0 0 0; text-align: left; background: url(/assets/images/testimonial-ad-bg.png) 1px top no-repeat; }
#sidebar2 .ad .testimonial { width: 121px; margin: 0 auto; padding: 10px 0 0 0; }
#sidebar2 .ad .testimonial p { color: #63594e; font-weight: bold; margin: 0 0 6px 0; padding: 0; line-height: 1.5em; }
#sidebar2 .ad p { margin: 0; }
#sidebar2 .ad p a { width: 151px; height: 51px; text-align: left; margin: 0 0 0 1px; display: block; background: url(/assets/images/testimonial-ad-button.png) left top no-repeat; }
#sidebar2 .ad p a:hover { background-position: left bottom; }
#sidebar2 .ad p a span { margin-left: -1000em; }

/* Home Page */
#body-home #sidebar2 { width: 151px; height: 492px; background-color: #f3e9d7; background-image: none; }
#body-home #sidebar2 #video-viewer { width: 151px; height: 125px; padding: 5px 0 0 0; background: #a79d9d; text-align: center; border-bottom: 5px solid #fff; }
#body-home #sidebar2 #video-viewer #player { position: relative; }
#body-home #sidebar2 #video-viewer #player .video-icon { position: absolute; left: 45px; top: 30px; }
/*#sidebar2 #video-viewer #container1 { height: 105px; overflow: hidden; }*/
/*#sidebar2 #video-viewer #player { height: 105px; overflow: hidden; }*/
#sidebar2 #video-viewer p { margin: 0 auto 0 auto; }
#sidebar2 #video-viewer p a { color: #fff; font-weight: bold; font-size: 10px; text-decoration: none; }
#sidebar2 #video-viewer p a:hover { color: #333; }
#body-home #sidebar2 .wh-ad { margin: 8px auto 5px auto; text-align: center; }
#body-home #sidebar2 .wh-ad p { width: 135px; height: 205px; margin: 0 auto; padding: 0; text-align: center; }
#body-home #sidebar2 .wh-ad p a { width: 135px; height: 205px; background: url(/assets/images/whats-happenin-ad.png) center top no-repeat; display: block; }
#body-home #sidebar2 .wh-ad p a:hover { background-position: center bottom; }
#body-home #sidebar2 .wh-ad p a span { margin-left: -1000em; }

/* -------------------------------------------------------------------------------- */
/* HOME PAGE */
/* -------------------------------------------------------------------------------- */
#body-home #lifestyle { float: left; margin-right: 7px; }
#body-home #content { width: 368px; height: 492px; background: url(/assets/images/home-content-bg.png) left top no-repeat; text-align: center; }
#body-home #content .maincopy { margin: 32px auto 0 auto; padding: 52px 0 0 0; width: 334px; height: 202px; background: url(/assets/images/home-copy-bg.png) no-repeat; text-align: left; }
#body-home #content .maincopy p { margin: 0 36px 0 45px; font-size: 12px; line-height: 21px; }
#body-home #content #rotator { margin: 42px auto 0 auto; padding: 3px; width: 330px; height: 145px; background: url(/assets/images/home-rotator-bg.png) no-repeat; }
#body-home #content #rotator a:hover { cursor: pointer; }

/* -------------------------------------------------------------------------------- */
/* PRODUCTS */
/* -------------------------------------------------------------------------------- */
/* Products Page */
#body-products #lifestyle { float: left; margin-right: 5px; position: relative; width: 300px; text-align: left; }
#body-products #lifestyle .maincopy { position: absolute; left: 10px; bottom: 8px; margin: 0; padding: 10px 10px 0 10px; width: 264px; height: 104px; background: url(/assets/images/copy-bg-1.png) no-repeat; text-align: left; }
#body-products #lifestyle .maincopy h1 { margin: 0 0 0 0; font-size: 12px; font-weight: bold; line-height: normal; color: #d70f17; }
#body-products #lifestyle .maincopy p { margin: 0 0 0 0; font-size: 12px; line-height: normal; }
#body-products #featured-products { float: left; width: 255px; height: 488px; background: url(/assets/images/content-bg-1.png) left top no-repeat; text-align: center; }
.featured-product { background: url(/assets/images/featured-product-bg.png) left top no-repeat; width: 238px; height: 187px; margin: 23px auto 0 auto; padding: 30px 0 0 0; position: relative; }
.featured-product a.as-seen { position: absolute; top: 0; left: 17px; width: 98px; height: 30px; display: block; background: url(/assets/images/as-seen-button.png) left top no-repeat; }
.featured-product a.as-seen:hover { background-position: left bottom; }
.featured-product a.as-seen span { margin-left: -1000em; }
.featured-product .image-holder { margin: 0 auto 10px auto; height: 115px; text-align: center; }
.featured-product .image-holder img { max-width: 150px; max-height: 115px; }
.featured-product h3 { font-weight: normal; color: #d70f17; text-align: left; margin: 0 10px 0 15px; font-size: 15px; line-height: 1.25em; }
.featured-product h3 a { color: #d70f17; text-decoration: none; }
.featured-product a.details { position: absolute; bottom: 4px; right: 4px; width: 85px; height: 19px; display: block; background: url(/assets/images/more-details-button.png) left top no-repeat; }
.featured-product a.details:hover { background-position: left bottom; }
.featured-product a.details span { margin-left: -1000em; }

/* Dogs, Cats Pages */
.body-pet-type #lifestyle { float: left; margin-right: 5px; position: relative; width: 300px; text-align: left; }
.body-pet-type #lifestyle .maincopy { position: absolute; left: 10px; bottom: 8px; margin: 0; padding: 10px 10px 0 10px; width: 264px; height: 104px; background: url(/assets/images/copy-bg-1.png) no-repeat; text-align: left; }
.body-pet-type #lifestyle .maincopy h1 { margin: 0 0 0 0; font-size: 12px; font-weight: bold; line-height: normal; color: #d70f17; }
.body-pet-type #lifestyle .maincopy p { margin: 0 0 0 0; font-size: 12px; line-height: normal; }
.body-pet-type #featured-products { float: left; width: 255px; height: 488px; background: url(/assets/images/content-bg-1.png) left top no-repeat; text-align: center; }
/*.body-pet-type .featured-product .image-holder img { max-height: 120px; }*/

/* Category Pages */
#body-category #lifestyle { float: none; margin: 0 0 6px 0; position: relative; width: 560px; height: 240px; text-align: left; }
#body-category #lifestyle .maincopy { position: absolute; left: 7px; top: 7px; margin: 0; padding: 10px 10px 0 10px; width: 99px; height: 228px; background: url(/assets/images/copy-bg-2a.png) no-repeat; text-align: left; }
#body-category #lifestyle .maincopy.care { /*background-image: url(/assets/images/copy-bg-2a.png);*/ }
#body-category #lifestyle .maincopy h1 { margin: 0 0 0 0; font-size: 12px; font-weight: bold; line-height: 1.2em; color: #d70f17; }
#body-category #lifestyle .maincopy p { margin: 0 0 0 0; font-size: 11px; line-height: normal; }
#body-category #lifestyle .ad { position: absolute; top: 0; right: -4px; width: 144px; height: 240px; }
#body-category #lifestyle .ad a { display: block; width: 144px; height: 240px; background: url(/assets/images/grooming-ad-bg.png) left top no-repeat; }
#body-category #lifestyle .ad a:hover { background-position: right top; }
#body-category #lifestyle .ad span { margin-left: -1000em; }
#body-category #featured-products { float: none; width: 560px; height: 245px; background: url(/assets/images/content-bg-2.png) left top no-repeat; text-align: left; }
#body-category .featured-product { float: left; width: 259px; height: 187px; margin: 15px 0 0 14px; padding: 30px 0 0 0; position: relative; background-image: url(/assets/images/featured-product-bg-2.png) }
#body-category .featured-product .image-holder { margin: 0 auto 5px auto; height: 100px; text-align: center; }
#body-category .featured-product .image-holder img { max-width: 150px; max-height: 105px; }
#body-category .featured-product h3 { font-size: 12px; line-height: 1.2em; }
#body-category .featured-product p { color: #0d304c; font-size: 11px; line-height: 1.2em; margin: 0 10px 0 15px; }
#body-category .featured-product p a { color: #0d304c; text-decoration: none; }

/* Subategory Pages */
#body-subcategory #featured-products { float: none; width: 560px; height: auto; background: url(/assets/images/content-bg-3-mid.png) left top repeat-y; text-align: left; overflow: auto; }
#body-subcategory #featured-products img.cap { display: block; border: none; }
#body-subcategory .featured-product { float: left; width: 251px; height: 141px; margin: 13px 0 0 18px; padding: 0 0 0 0; position: relative; background-image: url(/assets/images/featured-product-bg-3.png) }
#body-subcategory .featured-product .image-holder { float: right; margin: 3px 3px 0 0; height: 65px; text-align: center; }
#body-subcategory .featured-product img { max-height: 68px; width: auto; }
#body-subcategory .featured-product h3 { font-size: 12px; line-height: 1.2em; margin-top: 28px; }
#body-subcategory .featured-product p { color: #0d304c; font-size: 11px; line-height: 1.2em; margin: 0 10px 0 15px; }
#body-subcategory .featured-product p a { color: #0d304c; text-decoration: none; }

/* Detail Pages */
#body-detail .slideshow { width: 285px; height: 368px; background: #fff; overflow: hidden; float: left; margin: 0 19px 0 0; position: relative; }
#body-detail .slideshow .jCarouselLite { height: 340px; overflow: hidden; }
#body-detail .slideshow li {  width: 285px; height: 340px; overflow: hidden; float: left; text-align: center; }
#body-detail .slideshow img { max-width: 285px; max-height: 340px; }
#body-detail .slideshow p { font-size: 11px; text-align: left; white-space: nowrap; color: #0d304c; }
#body-detail .slideshow p span:hover { text-decoration: underline; cursor: pointer; }

#body-detail #product-details { width: 255px; background: #f3e9d7 url(/assets/images/detail-bg-top.png) center 10px no-repeat; float: left; text-align: center; padding-top: 24px; }
.detail-text { width: 209px; margin: 0 auto 0 auto; padding: 0 12px; background: url(/assets/images/detail-bg-mid.png) center repeat-y; text-align: left; }
.detail-text h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; }
.detail-text h2 { font-size: 11px; font-weight: bold; color: #000; margin: 0; }
.detail-text p { font-size: 11px; }
.detail-text ul { list-style: disc; margin: 0; padding: 0 0 12px 18px; }
.detail-text li { font-size: 11px; line-height: 1.2em; }
.detail-text li span { display: block; margin: 0 0 6px 0; }

.detail-buttons { width: 233px; height: 96px; background: url(/assets/images/detail-bg-bot.png) center bottom no-repeat; margin: 0 auto; }
.detail-buttons ul { margin 12px 0 0 0; padding: 0 0 0 12px; }
.detail-buttons li { float: left; margin: 0 12px 7px 0; width: 96px; height: 23px; }
.detail-buttons li a { background-position: left top; background-repeat: no-repeat; display: block; width: 96px; height: 23px; }
.detail-buttons li#detail-button-1 a { background-image: url(/assets/images/detail-button-1.png); }
.detail-buttons li#detail-button-2 a { background-image: url(/assets/images/detail-button-2.png); }
.detail-buttons li#detail-button-3 a { background-image: url(/assets/images/detail-button-3.png); }
.detail-buttons li#detail-button-4 a { background-image: url(/assets/images/detail-button-4.png); }
.detail-buttons li#detail-button-5 a { background-image: url(/assets/images/detail-button-5.png); }
.detail-buttons li a:hover { background-position: left bottom; }
.detail-buttons a span { margin-left: -1000em; }

.prod-testimonial { margin: 10px 0 6px 0; padding: 0 10px; }
.prod-testimonial p { font-size: 10px; font-style: italic; text-align: left; padding: 0 5px; }

#related-products { width: 557px; height: 137px; margin: 7px 0 0 0; background: url(/assets/images/related-products-bg.png) left top no-repeat; }
#related-products .addthis { float: right; margin-right: 65px; }
#related-products h3 { color: #0d304c; padding: 0 0 0 10px; line-height: 36px; }
.related-product { float: left; width: 265px; height: 93px; margin: 0 0 0 10px; position: relative; }
.related-product .image-holder { float: left; height: 93px; margin: 0 10px 0 0; }
.related-product .image-holder img { max-height: 93px; width: auto; }
.related-product h4 { margin: 10px 0 0 5px; font-size: 12px; font-weight: normal; line-height: 1.2em; color: #d70f17; }
.related-product h4 a { color: #d70f17; text-decoration: none; }
.related-product a.details { position: absolute; bottom: 4px; right: 4px; width: 85px; height: 19px; display: block; background: url(/assets/images/more-details-button.png) left top no-repeat; }
.related-product a.details:hover { background-position: left bottom; }
.related-product a.details span { margin-left: -1000em; }

/* -------------------------------------------------------------------------------- */
/* WHERE TO BUY */
/* -------------------------------------------------------------------------------- */
/* Where to buy */
#body-where #content { width: 558px; }
#body-where #lifestyle { float: left; }
#body-where .maincopy { width: 148px; height: 428px; float: left; margin: 0 6px 0 0; padding: 30px; background: url(/assets/images/where-bg-1.png) }
#body-where .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-where .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }

/* Find a Retailer */
#body-find-retailer #content { width: 560px; background: #f3e9d7; text-align: center; padding: 18px 0 15px 0; }
#body-find-retailer #lifestyle { margin: 0 auto 14px auto; }
form#retailer1 { background: url(/assets/images/form-bg-1.png) left top no-repeat; width: 409px; height: 212px; margin: 0 auto; padding: 5px 0 0 115px; }
form#retailer1 fieldset { padding: 10px 0 0 0; text-align: left; }
form#retailer1 input, label, select { display: block; text-align: left; margin: 0; padding: 0; color: #0d304c; }
form#retailer1 label { font-size: 11px; margin: 4px 0 8px 0; }
form#retailer1 input[type="text"] { padding: 3px 0 0 6px; }
form#retailer1 input#zip { background: url(/assets/images/form-zip-bg.png) left top no-repeat; width: 104px; height: 19px; border: none; }
form#retailer1 input#city { background: url(/assets/images/form-city-bg.png) left top no-repeat; width: 324px; height: 19px; border: none; }
form#retailer1 select { /*background: url(/assets/images/form-select-bg.png) left center no-repeat; width: 104px; height: 19px; border: none; */}
form#retailer1 input#submit { margin: 0 0 15px 108px; }

/* Find a Retailer */
#body-find-retailer.retailer-results #content { width: 558px; background: #fff; text-align: center; padding: 18px 0 15px 0; }
#body-find-retailer.retailer-results #content-wrapper { background: none; }

/* Search by Product */
#body-search-product #content { width: 560px; background: #f3e9d7; text-align: center; padding: 18px 0 15px 0; }
#body-search-product.product-results #content-wrapper { background: none; }
#body-search-product #lifestyle { margin: 0 auto 14px auto; }

/* Online Retailers */
#body-online-retailers #content { width: 560px; background: #f3e9d7; text-align: center; padding: 15px 0; text-align: center; }
#body-online-retailers #content img.cap { display: block; border: none; margin: 0 auto; }
#body-online-retailers .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; }
ul.retailer-list { margin: 0; padding: 50px 0 0 20px; }
ul.retailer-list li { margin: 0; padding: 0 0 50px 0; }
ul.retailer-list li img { float: left; }
ul.retailer-list li p { margin: 3px 0 3px 160px; font-size: 11px; }
ul.retailer-list li p a { color: #000; }

/* -------------------------------------------------------------------------------- */
/* IN THE NEWS */
/* -------------------------------------------------------------------------------- */
/* Media Coverage */
#body-media #content { width: 558px; background: #f3e9d7; padding: 0; }
#body-media #content img.cap { display: block; }
#body-media .maincopy { width: 558px; float: left; margin: 0; padding: 0 0 18px 0; background: url(/assets/images/content-bg-3-mid.png) left top repeat-y; overflow: auto; }
#body-media .maincopy h1 { color: #d70f17; font-size: 14px; margin: 24px 0 16px 13px; }
ul.media-items { overflow: auto; padding: 0 0 12px 0; }
.media-items li { width: 122px; height: 157px; background: url(/assets/images/media-item-bg.png) left top no-repeat; margin: 0 0 14px 14px; float: left; text-align: center; }
.media-items li.on { background-position: left bottom; }
.media-items li .image-holder { width: 103px; height: 105px; margin: 11px auto 5px auto; }
.media-items li a { width: 103px; line-height: 105px; display: block; }
.media-items li img { margin: 0; max-width: 103px; max-height: 105px; }
.media-items li p { font-size: 11px; line-height: 1.25em; color: #d70f17; padding: 0 3px; }

/* Press Releases */
#body-press #content { width: 560px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-press #content img.cap { display: block; border: none; margin: 0 auto; }
#body-press .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 36px 0 12px 0; }
#body-press .maincopy h1 { color: #d70f17; font-size: 14px; margin: 0 0 0 40px; }
ul.press-list { margin: 0; padding: 24px 0 0 40px; }
ul.press-list li { margin: 0; padding: 0 10px 10px 0; font-size: 11px; overflow: auto; }
ul.press-list li span.pr-date { display: block; float: left; width: 7em; }
ul.press-list li span.pr-title { display: block; margin-left: 7em; }
ul.press-list li img { float: left; }
ul.press-list li a { color: #d70f17; }

/* -------------------------------------------------------------------------------- */
/* RESOURCE CENTER */
/* -------------------------------------------------------------------------------- */
/* Resource Center */
#body-resource #content { width: 560px; }
#body-resource #lifestyle { float: left; }
#body-resource .maincopy { float: left; width: 123px; height: 237px; margin: 0 7px 0 0; padding: 30px; background: url(/assets/images/content-bg-5.png) left top no-repeat; }
#body-resource .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-resource .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-resource .pet-month-ad { background: url(/assets/images/pom-ad-bg.png) left top no-repeat; width: 183px; height: 178px; margin: 14px 7px 0 0; float: left; text-align: center; }
#body-resource .pet-month-ad h2 { color: #d70f17; font-size: 14px; font-weight: normal; padding: 22px 16px 0 16px; }
#body-resource .pet-month-ad h2 a { color: #d70f17; text-decoration: none; }
#body-resource .pet-month-ad h2 a:hover { text-decoration: underline; }
#body-resource .pet-month-ad img { max-width: 150px; max-height: 88px; }
#body-resource .ecard-ad { background: url(/assets/images/ecard-ad-bg.png) left top no-repeat; width: 369px; height: 178px; margin: 14px 0 0 0; float: left; text-align: center; }
#body-resource .ecard-ad h2 { color: #d70f17; font-size: 14px; font-weight: normal; padding: 22px 10px 0 22px; float: left; width: 88px; }
#body-resource .ecard-ad h2 a { color: #d70f17; text-decoration: none; }
#body-resource .ecard-ad h2 a:hover { text-decoration: underline; }
#body-resource .ecard-ad img { float: left; border: 1px solid #4c5a63; margin: 22px 10px 0 0; max-width: 106px; max-height: 134px; }

/* Tips */
#body-tips #content { width: 560px; }
#body-tips #lifestyle { float: left; }
#body-tips .maincopy { float: left; width: 123px; height: 189px; float: left; margin: 0 7px 7px 0; padding: 30px; background: url(/assets/images/content-bg-6.png) left top no-repeat; }
#body-tips .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-tips .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-tips img.cap { display: block; }
#body-tips .tips-list { background: url(/assets/images/tips-bg-mid.png) left top repeat-y; padding: 6px 0; }
#body-tips .tips-list hr { margin: 6px 23px; border: none; border-top: 1px solid #d70f17; }
#body-tips .tip { margin: 0 0 0 0; padding: 0 14px 0 23px; overflow: auto; }
#body-tips .tip img { float: left; margin: 0 13px 0 0; max-width: 137px; }
#body-tips .tip h2 { font-size: 14px; font-weight: bold; color: #d70f17; }

/* Gift Ideas & E-Cards */
#body-gift-ideas #content { width: 558px; }
#body-gift-ideas .column { float: left; width: 340px; }
#body-gift-ideas .maincopy { width: 278px; height: 106px; float: left; margin: 0 7px 7px 0; padding: 24px 24px 0 30px; background: url(/assets/images/gift-ideas-copy-bg.png) left top no-repeat; }
#body-gift-ideas .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-gift-ideas .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-gift-ideas .top10 { width: 278px; height: 128px; float: left; margin: 0 7px 7px 0; padding: 25px 24px 0 30px; background: url(/assets/images/gift-ideas-top10-bg.png) left top no-repeat; }
#body-gift-ideas .top10 img { float: right; margin-left: 18px; }
#body-gift-ideas .top10 h2 { font-size: 14px; font-weight: normal; color: #d70f17; margin-bottom: 7px; padding-top: 27px; line-height: 1.2em; }
#body-gift-ideas .top10 p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
	#body-gift-ideas .gift-baskets-ad { width: 178px; height: 103px; float: left; margin: 0 0 7px 0; padding: 18px 18px 0 21px; background: url(/assets/images/gift-baskets-ad-bg.png) left top no-repeat; }
#body-gift-ideas .gift-baskets-ad img { float: right; margin-left: 3px; max-width: 80px; max-height: 86px; }
#body-gift-ideas .gift-baskets-ad h2 { font-size: 14px; font-weight: normal; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-gift-ideas .gift-baskets-ad p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-gift-ideas .gift-baskets-ad p.coming-soon { font-size: 11px; line-height: 16px; color: #fff; background: #d70f17; text-align: center; width: 94px; padding: 2px 0; }
#body-gift-ideas .ecards-ad { float: left; width: 183px; height: 296px; padding: 24px 10px 0 24px; background: url(/assets/images/gift-ideas-ecard-bg.png) left top no-repeat; }
#body-gift-ideas .ecards-ad h2 { font-size: 14px; font-weight: normal; color: #d70f17; margin-bottom: 12px; line-height: 1.2em; }
#body-gift-ideas .ecards-ad p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-gift-ideas .ecards-ad p a { color: #0d304c; }
#body-gift-ideas .ecards-ad ul { font-size: 11px; line-height: 1.5em; color: #0d304c; margin: 0 0 8px 0; list-style: url(/assets/images/bullet-1.png); padding-left: 14px; }
#body-gift-ideas .ecards-ad img { float: left; border: 1px solid #d70f17; margin: 24px 9px 0 0; }
#body-gift-ideas .external-link { clear: both; margin-top: 13px; text-align: center; }
#body-gift-ideas .external-link { clear: both; padding-top: 6px; text-align: center; }

/* Gift Ideas for Dogs & Cats */
#body-gifts-pet-type #content { width: 558px; }
#body-gifts-pet-type #content img.cap { display: block; border: none; }
#body-gifts-pet-type .column { float: left; width: 340px; }
#body-gifts-pet-type .maincopy { width: 538px; padding: 0 0 0 18px; background: #f3e9d7; border-left: 1px solid #ee8784; border-right: 1px solid #ee8784; overflow: auto; }
#body-gifts-pet-type .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; text-transform: uppercase; }
#body-gifts-pet-type .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; margin-bottom: 15px; padding-right: 18px; }
.gift { width: 251px; height: 96px; background: #fff; float: left; margin: 0 18px 13px 0; position: relative; }
.gift img { float: right; margin: 2px 4px 0 4px; max-width: 150px; max-height: 75px; }
.gift h2 { font-size: 14px; font-weight: normal; color: #d70f17; padding: 30px 0 0 14px; }
.gift a.details { position: absolute; bottom: 3px; right: 3px; width: 76px; height: 17px; display: block; background: url(/assets/images/more-details-button2.png) left top no-repeat; }
.gift a.details:hover { background-position: left bottom; }
.gift a.details span { margin-left: -1000em; }

/* Gift Baskets */
#body-gift-baskets #content { width: 530px; background: #f3e9d7; padding: 14px 10px 6px 18px; }
#body-gift-baskets img.cap { display: block; }
#body-gift-baskets .maincopy { margin: 0; padding: 0; }
#body-gift-baskets .maincopy h1 { font-size: 16px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 0; line-height: 1.2em; }
#body-gift-baskets .maincopy p { font-size: 11px; padding: 0; line-height: 1.25em; color: #0d304c; }
#body-gift-baskets .featured-product { float: left; width: 259px; height: 162px; padding: 0; margin: 0 6px 8px 0; padding: 6px 0 0 0; text-align: center; background: url(/assets/images/featured-gift-basket-bg.png); }
#body-gift-baskets .featured-product img { max-height: 113px; }
#body-gift-baskets .featured-product h2 { font-size: 14px; font-weight: normal; color: #d70f17; margin-top: 6px; }
#body-gift-baskets .featured-product h2 a { color: #d70f17; text-decoration: none; }
#body-gift-baskets .featured-product h2 a:hover { color: #0d304c; }

/* Gift Basket Detail */
#body-gift-basket-detail #content { width: 558px; }
#body-gift-basket-detail #lifestyle { float: left; margin-right: 5px; }
#body-gift-basket-detail #lifestyle img { max-width: 298px; }
#body-gift-basket-detail .detail-wrap { width: 255px; float: left; background: url(/assets/images/gift-basket-detail-bg-mid.png) right top repeat-y; }
#body-gift-basket-detail img.cap { display: block; }
#body-gift-basket-detail .details { width: 201px; height: auto; margin: 0; padding: 12px 27px 27px 27px; background: url(/assets/images/gift-basket-detail-bg-bot.png) left bottom no-repeat; }
#body-gift-basket-detail .details h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 0; line-height: 1.2em; }
#body-gift-basket-detail .details h2 { font-size: 11px; padding: 0; line-height: 1.25em; color: #0d304c; font-weight: bold; margin: 0; }
#body-gift-basket-detail .details p { font-size: 11px; padding: 0; line-height: 1.25em; color: #0d304c; }
#body-gift-basket-detail .details ul { color: #0d304c; }
#body-gift-basket-detail .details a.button { width: 96px; height: 23px; background: url(/assets/images/detail-button-4.png) left top no-repeat; display: block; }
#body-gift-basket-detail .details a.button:hover { background-position: left bottom; }
#body-gift-basket-detail .details a.button span { margin: -1000em; }

/* E-Cards */
#body-ecards #content { width: 558px; }
#body-ecards img.cap { display: block; }
#body-ecards .maincopy { width: 558px; margin: 0; padding: 18px 0 0 0; background: url(/assets/images/content-bg-8-mid.png) left top repeat-y; overflow: auto; }
#body-ecards .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 0 42px; line-height: 1.2em; }
#body-ecards .maincopy p { font-size: 11px; padding: 0 42px; line-height: 1.25em; color: #0d304c; }
#body-ecards .ecards-wrapper { background: url(/assets/images/content-bg-8-bot.png) left bottom no-repeat; padding: 12px 0 30px 42px; overflow: auto;  }
#body-ecards .ecards-list { clear: both; overflow: auto; }
#body-ecards .ecards-list h2 { font-size: 16px; font-weight: bold; color: #d70f17; }
#body-ecards .ecards-list img { float: left; margin: 0 10px 10px 0; width: 110px; height: 88px; border: 1px solid #d70f17; background: #fff; }
#body-ecards hr { margin: 6px 38px 14px 0; border: none; border-top: 1px solid #d70f17; }
	
/* Send an E-Card */
#body-send-ecard #content { width: 558px; }
#body-send-ecard img.cap { display: block; }
#body-send-ecard .maincopy { width: 558px; margin: 0; padding: 18px 0 0 0; background: url(/assets/images/content-bg-8-mid.png) left top repeat-y;}
#body-send-ecard .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 0 42px; line-height: 1.2em; }
#body-send-ecard .maincopy p { font-size: 11px; padding: 0 42px; line-height: 1.25em; color: #0d304c; }
#body-send-ecard .ecards-wrapper { background: url(/assets/images/content-bg-8-bot.png) left bottom no-repeat; padding: 12px 0 30px 0; text-align: center;  }
#body-send-ecard .ecards-list { clear: both; overflow: auto; }
#body-send-ecard .ecards-list h2 { font-size: 16px; font-weight: bold; color: #d70f17; }
#body-send-ecard .ecards-list img { float: left; margin: 0 10px 10px 0; width: 110px; height: 88px; border: 1px solid #d70f17; background: #fff; }
#body-send-ecard hr { margin: 6px 38px 14px 0; border: none; border-top: 1px solid #d70f17; }
#body-send-ecard .maincopy form { margin: 0 auto; text-align: center; }
#body-send-ecard fieldset.the_card { background-position: left top; background-repeat: no-repeat; width: 483px; height: 383px; margin: 0 auto; text-align: right; border: 1px solid #d70f17; }
#body-send-ecard fieldset.the_card textarea { margin: 110px 5px 0 0; width: 170px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.4em; border: 1px solid #ccc; }
#body-send-ecard fieldset.ecard-user { text-align: center; margin: 16px 21px; }
#body-send-ecard fieldset.ecard-user div { float: left; text-align: center; width: 172px; }
#body-send-ecard fieldset.ecard-user div label { text-align: center; margin: 0 0 3px 0; font-size: 12px; color: #0d304c; }
#body-send-ecard fieldset.ecard-user div input { background: url(/assets/images/form-ecard-input-bg.png) left center no-repeat; border: none; width: 161px; height: 19px; padding: 2px 0 0 6px; }

/* Your E-Card has been sent */
#body-ecard-sent #content { width: 558px; }
#body-ecard-sent img.cap { display: block; }
#body-ecard-sent .maincopy { width: 558px; margin: 0; padding: 18px 0 0 0; background: url(/assets/images/content-bg-8-mid.png) left top repeat-y;}
#body-ecard-sent .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 100px 42px; line-height: 1.2em; }
#body-ecard-sent .ecards-wrapper { height: 350px; background: url(/assets/images/content-bg-8-bot.png) left bottom no-repeat; padding: 12px 0 30px 0; text-align: center;  }

/* View E-Card */
#body-view-ecard #content { width: 558px; }
#body-view-ecard img.cap { display: block; }
#body-view-ecard .maincopy { width: 558px; margin: 0; padding: 18px 0 0 0; background: url(/assets/images/content-bg-8-mid.png) left top repeat-y;}
#body-view-ecard .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 10px; padding: 0; line-height: 1.2em; }
#body-view-ecard .ecards-wrapper { background: url(/assets/images/content-bg-8-bot.png) left bottom no-repeat; padding: 0 0 30px 0; text-align: center;  }
#body-view-ecard .the_card { width: 483px; height: 383px; margin: 0 auto; border: 1px solid #d70f17; position: relative; }
#body-view-ecard .the_card .message { position: absolute; right: 5px; top: 110px; width: 170px; }
#body-view-ecard .the_card .message p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.4em; }

/* Promotions */
#body-promotions #content { width: 560px; }
#body-promotions #lifestyle { float: left; }
#body-promotions .maincopy { float: left; width: 123px; height: 189px; float: left; margin: 0 7px 7px 0; padding: 30px; background: url(/assets/images/content-bg-6.png) left top no-repeat; }
#body-promotions .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-promotions .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-promotions .promo-list { background: #f3e9d7; padding: 10px 0 10px 9px; width: 548px; clear: both; overflow: hidden; }
#body-promotions .promo-holder { width: 268px; height: 104px; margin: 0 6px 7px 0; padding: 0; float: left; }
#body-promotions .promo { width: 268px; height: 104px; padding: 0; overflow: hidden; background: url(/assets/images/promotion-ad-bg.png) left top no-repeat; }
#body-promotions .promo img { margin: 10px 10px 10px 10px; float: right; max-width: 127px; max-height: 87px; }
#body-promotions .promo h2 { float: left; font-size: 14px; font-weight: normal; color: #d70f17; width: 149px; text-align: center; margin: 0 auto; padding: 24px 2px 0 10px; }
#body-promotions .promo h2 a { color: #d70f17; text-decoration: none; }

/* Promotion Details */
#body-promotion-detail #content { width: 558px; background: #f3e9d7; overflow: hidden; }
#body-promotion-detail img.cap { display: block; margin: 0 0 0 0; }
#body-promotion-detail .maincopy { width: 533px; height: auto; margin: 0 auto; padding: 12px 0 0 0; overflow: hidden; }
#body-promotion-detail .maincopy .copy-wrapper1 { background: url(/assets/images/promo-copy-bg-mid.png) left top repeat-y; margin-bottom: 9px; }
#body-promotion-detail .maincopy .copy-wrapper { margin: 0 auto; padding: 24px 24px 0 24px; background: url(/assets/images/promo-copy-bg-bot.png) left bottom no-repeat; overflow: auto; }
#body-promotion-detail .maincopy h1.error-message { font-size: 16px; color: #d70f17; width: 392px; margin-bottom: 12px; padding: 18px; border: 1px solid #d70f17; background: #f3e9d7; line-height: 1.2em; }
#body-promotion-detail .maincopy h1 { font-size: 14px; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-promotion-detail .maincopy p { font-size: 13px; line-height: 1.25em; color: #000; }
#body-promotion-detail #lifestyle { float: right; width: 160px; height: auto; margin: 0 0 0 18px; }
#body-promotion-detail #lifestyle img { max-width: 158px; height: auto; margin: 0 0 12px 0; }
#body-promotion-detail .maincopy form { clear: both; width: 467px; background: #fff; border-left: 1px solid #d70f17; border-right: 1px solid #d70f17; margin: 0; padding: 24px 32px; text-align: left; font-size: 11px; }
#body-promotion-detail .maincopy form p { margin: 0; padding: 0; }
#body-promotion-detail .maincopy fieldset { padding: 6px 0 6px 0; }
#body-promotion-detail .maincopy li { margin: 10px 0; }
#body-promotion-detail .maincopy label { display: inline-block; width: 139px; }
#body-promotion-detail .maincopy label.error { width: 300px; color: #d70f17; margin: 3px 0 0 144px; }
#body-promotion-detail .maincopy form input[type="text"] { background: url(/assets/images/form-newsletter-input-1.png) left top no-repeat; width: 314px; height: 19px; border: none; padding: 0 5px; }
#body-promotion-detail .maincopy form select { width: auto; float: left; margin-left: 5px; }
#body-promotion-detail .maincopy form li.state { overflow: hidden; }
#body-promotion-detail .maincopy form li.state label { float: left; }
#body-promotion-detail .maincopy form li.state select { float: left; width: auto; }
#body-promotion-detail .maincopy form li.zip input { width: 156px; background: url(/assets/images/form-input-156.png) left top no-repeat; }
#body-promotion-detail .maincopy a.button { margin: 5px 0 10px 0; background: url(/assets/images/upload-image-button.png) center center no-repeat; width: 103px; height: 19px; display: block; }
#body-promotion-detail .maincopy form li.birthday { overflow: hidden; margin-bottom: 1em; }
#body-promotion-detail .maincopy form li.birthday label { float: left; }
#body-promotion-detail .maincopy form li.birthday select { margin-right: 10px; }
#body-promotion-detail .maincopy form li.pet_type { position: relative; margin-bottom: 20px; }
#body-promotion-detail .maincopy form li.pet_type label.error { position: absolute; left: 0px; top: 18px;  }
#body-promotion-detail .maincopy a.button span { margin-left: -1000em; width: 103px; height: 19px; display: block; }
#body-promotion-detail form p.showhide { text-decoration: underline; color: #000; }
#body-promotion-detail form p.showhide:hover { color: #d70f17; }
#body-promotion-detail .maincopy fieldset.submit { text-align: center; padding: 0; }
#body-promotion-detail .maincopy fieldset.submit p { text-align: left; padding: 12px 0; }
#body-promotion-detail input#submit {  }
#body-promotion-detail #rules { margin: 15px 0; }
#body-promotion-detail #rules p { font-size: 11px; }
#body-promotion-detail .text2 { clear: both; width: 446px; margin: 24px auto; padding: 12px; border: 1px solid #d70f17; }
		
/* Newsletter */
#body-newsletter #content { width: 537px; background: #f3e9d7; padding: 10px; }
#body-newsletter #lifestyle { float: left; }
#body-newsletter .maincopy { float: left; width: 251px; height: auto; margin: 0 10px 0 0; padding: 5px 0 0 0; }
#body-newsletter .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; padding-left: 10px; line-height: 1.2em; }
#body-newsletter .maincopy p { font-size: 11px; line-height: 1.25em; padding-left: 10px; color: #0d304c; }
#body-newsletter img.cap { display: block; }
#body-newsletter .newsletter-list { background: url(/assets/images/newsletters-bg-mid.png) left top repeat-y; width: 221px; padding: 36px 0 12px 30px; }
#body-newsletter .newsletter-list h2 { font-size: 14px; font-weight: bold; color: #d70f17; }
#body-newsletter .newsletter-list ul { margin: 0 0 24px 0; padding: 0; }
#body-newsletter .newsletter-list li { font-size: 11px; line-height: 2em; padding: 0; }

/* Events */
#body-events #content { width: 560px; }
#body-events #lifestyle { float: left; }
#body-events .maincopy { float: left; width: 123px; height: 189px; margin: 0 7px 7px 0; padding: 30px; background: url(/assets/images/content-bg-6.png) left top no-repeat; }
#body-events .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-events .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-events .events-wrapper { background: url(/assets/images/content-bg-7-mid.png) left top repeat-y; padding: 0; clear: both; }
#body-events img.cap { display: block; }
#body-events .events-list { background: url(/assets/images/content-bg-7-bot.png) left bottom no-repeat; padding: 24px 0 48px 60px; }
#body-events .events-list h2 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 2em; }
#body-events .events-list td, #body-events .events-list p { font-size: 11px; line-height: 1.25em; }
#body-events .events-list table { width: 100%; }
#body-events .events-list td { padding-bottom: 12px; }

/* -------------------------------------------------------------------------------- */
/* CUSTOMER SERVICE */
/* -------------------------------------------------------------------------------- */
/* Customer Service */
#body-custserv #content { width: 558px; }
#body-custserv .column { float: left; width: 252px; }
#body-custserv .maincopy { width: 195px; height: 250px; margin: 0 0 9px 0; padding: 24px; background: url(/assets/images/custserv-copy-bg.png) left top no-repeat; }
#body-custserv .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-custserv .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-custserv .newsletter-signup { width: 245px; height: 98px; background: url(/assets/images/custserv-newsletter-signup-bg.png) left top no-repeat; text-align: center; }
#body-custserv .newsletter-signup fieldset { padding: 10px 0 0 0; }
#body-custserv .newsletter-signup fieldset.submit { padding: 8px 0 0 0; }
#body-custserv .newsletter-signup h2 { text-transform: uppercase; font-size: 13px; font-weight: normal; color: #0d304c; margin-bottom: 3px; }
#body-custserv .newsletter-signup label { font-size: 10px; color: #0d304c; text-align: center; margin-bottom: 4px; }
#body-custserv .newsletter-signup input#email { background: url(/assets/images/custserv-newsletter-signup-input.png) left center no-repeat; border: none; width: 223px; height: 17px; padding: 2px 0 0 6px; text-align: center; }
#body-custserv .video-ad { background:url(/assets/images/custserv-video-ad-bg.png) left top no-repeat; width: 303px; height: 233px; float: left; margin: 0 0 9px 0; text-align: center; position: relative; }
#body-custserv .video-ad img { margin: 36px auto 0 auto; max-width: 202px; max-height: 141px; }
#body-custserv .video-ad h2 { text-transform: uppercase; font-size: 13px; font-weight: normal; position: absolute; left: 0; bottom: 14px; width: 303px; text-align: center; }
#body-custserv .video-ad h2 a { text-decoration: none; color: #0d304c; }
#body-custserv .video-ad h2 a:hover { text-decoration: underline; }
#body-custserv #lifestyle { float: left; }

/* FAQ */
#body-faq #content { width: 558px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-faq #content img.cap { display: block; border: none; margin: 0 auto; }
#body-faq .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 12px 0 12px 0; }
#body-faq .maincopy h1 { color: #d70f17; font-size: 14px; margin: 0 0 9px 24px; }
#body-faq .maincopy h1 span { width: 12px; }
ol.faq-list { margin: 0 0 15px 0; padding: 0 15px 0 60px; list-style: decimal; }
ol.faq-list li { margin: 0; padding: 0 0 4px 0; font-size: 11px; }
ol.faq-list li a { color: #d70f17; text-decoration: none; }
ol.faq-list li a:hover { text-decoration: underline; }

/* US Instruction Guides */
#body-guides #content { width: 558px; }
#body-guides .column { float: left; width: 208px; height: 488px; margin: 0 6px 0 0; background: url(/assets/images/us-guides-copy-bg.png) left top no-repeat; }
#body-guides .maincopy { width: 150px; height: 280px; margin: 0 0 7px 0; padding: 30px; }
#body-guides .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-guides .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-guides .guide-list { padding: 12px 0 0 30px; }
#body-guides .guide-list ul { font-size: 12px; }
#body-guides .guide-list li { margin: 0 0 9px 0; padding: 0 0 0 10px; background: url(/assets/images/bullet-2.png) left 3px no-repeat; }
#body-guides .guide-list li a { text-decoration: none; color: #0d304c; }
#body-guides .guide-list li a:hover { font-weight: bold; }
#body-guides #lifestyle { float: left; }
	
/* International Instruction Guides */
#body-guides-intl #content { width: 558px; }
#body-guides-intl .maincopy { float: left; width: 148px; height: 139px; margin: 0 6px 7px 0; padding: 30px; background: url(/assets/images/intl-guides-copy-bg.png) left top no-repeat; }
#body-guides-intl .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-guides-intl .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-guides-intl .guide-wrapper { clear: both; width: 558px; height: 363px; background: url(/assets/images/intl-guides-list-bg.png) left top no-repeat; position: relative; }
#body-guides-intl .guide-list { padding: 30px 0 0 30px; position: absolute; }
#body-guides-intl .guide-list#British { left: 98px; top: 0; }
#body-guides-intl .guide-list#French { left: 347px; top: 0; }
#body-guides-intl .guide-list#German { left: 98px; top: 108px; }
#body-guides-intl .guide-list#Italian { left: 347px; top: 108px; }
#body-guides-intl .guide-list#Spanish { left: 98px; top: 222px; }
#body-guides-intl .guide-list h2 { font-size: 11px; font-weight: bold; color: #d70f17; margin-bottom: 4px; line-height: 1.2em; }
#body-guides-intl .guide-list ul { font-size: 10px; }
#body-guides-intl .guide-list li { margin: 0 0 0 0; padding: 0 0 0 10px; background: url(/assets/images/bullet-2.png) left center no-repeat; line-height: 1.6em; }
#body-guides-intl .guide-list li a { text-decoration: none; color: #0d304c; }
#body-guides-intl .guide-list li a:hover { font-weight: bold; }
#body-guides-intl #lifestyle { float: left; margin-bottom: 6px; }

/* Product Videos */
#body-videos #content { width: 558px; }
#body-videos .maincopy { float: left; width: 123px; height: 189px; margin: 0 7px 7px 0; padding: 30px; background: url(/assets/images/product-videos-copy-bg.png) left top no-repeat; }
#body-videos .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-videos .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-videos #lifestyle { float: left; margin-bottom: 6px; }
#body-videos img.cap { display: block; }
#body-videos .video-wrapper { width: 558px; background: url(/assets/images/content-bg-7-mid.png) left top repeat-y; padding: 0; clear: both; }
#body-videos .video-wrapper2 { background: url(/assets/images/content-bg-7-bot.png) left bottom no-repeat; padding: 0 0 13px 0; }
#body-videos .video-grid { width: 510px; background: url(/assets/images/video-grid-bg.png) left top repeat-y; margin: 12px 0 13px 48px; padding: 0; overflow: hidden; }
#body-videos .video { float: left; width: 203px; height: 190px; margin: 0 50px 20px 0; padding: 0; position: relative; }
#body-videos .video.last { margin-bottom: -9px; }
#body-videos .video h2 { font-size: 14px; font-weight: normal; color: #d70f17; margin: 0 0 6px 0; }
#body-videos .video p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-videos .video .image-holder { width: 203px; height: 116px; position: absolute; left: 0; bottom: 0; text-align: center; }
#body-videos .video .image-holder img { max-width: 203px; max-height: 116px; }
#body-videos .video .image-holder .video-icon { width: 67px; height: 52px; position: absolute; left: 70px; bottom: 36px; }

/* -------------------------------------------------------------------------------- */
/* ABOUT US */
/* -------------------------------------------------------------------------------- */
/* About Us */
#body-about #content { width: 558px; }
#body-about .maincopy { float: left; width: 160px; height: 428px; margin: 0 6px 0 0; padding: 30px 24px; background: url(/assets/images/about-us-copy-bg.png) left top no-repeat; }
#body-about .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-about .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-about #lifestyle { float: left; }

/* Management */
#body-management #content { width: 560px; }
#body-management #lifestyle { float: left; }
#body-management .maincopy { float: left; width: 123px; height: 189px; margin: 0 7px 7px 0; padding: 30px; background: url(/assets/images/content-bg-6.png) left top no-repeat; }
#body-management .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-management .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-management .management-wrapper { background: url(/assets/images/content-bg-7-mid.png) left top repeat-y; padding: 0; clear: both; }
#body-management .management-wrapper2 { background: url(/assets/images/content-bg-7-bot.png) left bottom no-repeat; padding: 0 0 24px 0; }
#body-management img.cap { display: block; }
#body-management .manager { padding: 18px 45px 0px 36px; overflow: auto; }
#body-management .manager .image-holder { float: left; margin: 0 16px 0 0; }
#body-management .manager img { border: 1px solid #5c686f; width: 105px; height: auto; }
#body-management .manager h2 { font-size: 14px; font-weight: bold; color: #d70f17; }
#body-management .manager p { font-size: 11px; line-height: 1.25em; }

/* Job Listings */
#body-jobs #content { width: 558px; }
#body-jobs #lifestyle { float: left; }
#body-jobs .maincopy { float: left; width: 135px; height: 201px; margin: 0 7px 7px 0; padding: 24px; background: url(/assets/images/content-bg-6.png) left top no-repeat; }
#body-jobs .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-jobs .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-jobs img.cap { display: block; }
#body-jobs .jobs-wrapper { background: url(/assets/images/content-bg-9-mid.png) left top repeat-y; padding: 0; clear: both; text-align: center; }
#body-jobs .jobs-wrapper h2 { font-size: 16px; font-weight: bold; color: #d70f17; text-align: left; padding: 24px 0 12px 88px; }
#body-jobs .jobs-wrapper p { font-size: 12px; padding: 0 0 36px 88px; text-align: left; }
#body-jobs .jobs-wrapper p a { color: #0d304c; }
#body-jobs .jobs-wrapper table { width: 396px; margin: 0 auto 30px auto; font-size: 12px; }
#body-jobs .jobs-wrapper td.odd { background: #fff; }
#body-jobs .jobs-wrapper td.even { background: #f7efe2; }
#body-jobs .jobs-wrapper th, td { text-align: left; color: #0d304c; padding: 8px; }
#body-jobs .jobs-wrapper th { font-size: 14px; }
#body-jobs .jobs-wrapper td a { font-weight: bold; color: #0d304c; }

/* Job Details */
#body-job-detail #content { width: 558px; }
#body-job-detail img.cap { display: block; }
#body-job-detail .maincopy { padding: 18px 24px 24px 36px; background: url(/assets/images/content-bg-9-mid.png) left top repeat-y; overflow: auto; }
#body-job-detail .maincopy ul.job-title { font-size: 13px; font-weight: bold; }
#body-job-detail .maincopy ul.job-title li { line-height: 1.5em; color: #d70f17; }
#body-job-detail .maincopy ul.job-title li span { width: 145px; color: #000; display: inline-block; }
#body-job-detail .maincopy img.button { margin: 22px 0; }
#body-job-detail .job-details h2 { font-size: 12px; margin-bottom: 4px; }
#body-job-detail .job-details p { font-size: 11px; line-height: 1.25em; margin-top: 0; }
#body-job-detail .job-details ul { font-size: 11px; list-style: disc; margin-bottom: 10px; padding-left: 1.5em; }
#body-job-detail .job-details li { line-height: 1.25em; }
	
/* -------------------------------------------------------------------------------- */
/* CONTACT US */
/* -------------------------------------------------------------------------------- */
/* Contact Us */
#body-contact #content { width: 534px; background: #f3e9d7; padding: 13px 12px; overflow: hidden; }
#body-contact #lifestyle { float: left; }
#body-contact .maincopy { float: left; width: 211px; height: 415px; margin: 0 7px 0 0; padding: 24px 21px; background: url(/assets/images/contact-copy-bg.png) left top no-repeat; text-align: left; }
#body-contact .maincopy h1 { font-size: 11px; font-weight: bold; color: #d70f17; margin: 18px 0 2px 0; line-height: 1.2em; }
#body-contact .maincopy p { font-size: 11px; line-height: 1.6em; color: #0d304c; }
#body-contact .maincopy p a { color: #0d304c; }

/* Email Us */
#body-email #content { width: 558px; background: #f3e9d7; padding: 13px 0; }
#body-email form#email-us { float: left; width: 253px; height: 445px; margin: 0 8px 0 12px; padding: 18px 0 0 0; background: url(/assets/images/email-form-bg.png) left top no-repeat; text-align: center; }
#body-email .maincopy label { margin: 10px 0 4px 15px; font-size: 11px; color: #0d304c; }
#body-email .maincopy input[type="text"], #body-email form#email-us textarea { width: 211px; padding: 3px 6px 0 6px; border: none; }
#body-email .maincopy input[type="text"] { height: 17px; background: url(/assets/images/email-us-input.png) left top no-repeat; }
#body-email .maincopy textarea { height: 178px; margin: 17px 0 24px 0; background: url(/assets/images/email-us-textarea.png) left top no-repeat; }

#body-email .maincopy form span { width: width: 500px; display: inline-block; position: relative; }
#body-email .maincopy form span label { margin-left: 0; }
#body-email .maincopy h1.error-message { font-size: 16px; color: #d70f17; width: 392px; margin: 20px 12px 0 30px; padding: 18px; border: 1px solid #d70f17; background: #f3e9d7; line-height: 1.2em; }
#body-email .maincopy label.error { width: 200px; color: #fff; background: #d70f17; margin: 3px 0 0 104px; position: absolute; left: 0; top: 4px; padding: 3px; }

/* -------------------------------------------------------------------------------- */
/* MUST HAVES */
/* -------------------------------------------------------------------------------- */
/* Must Haves */
#body-must-haves #content { width: 742px; }
#body-must-haves .column { width: 483px; height: 460px; margin: 0 7px 0 0; padding: 15px 0 15px 15px; float: left; background: #f3e9d7; }
#body-must-haves .maincopy { width: 417px; height: 199px; margin: 0 8px 0 0; padding: 27px 20px 16px 30px; background: url(/assets/images/must-haves-copy-bg.png) left top no-repeat; }
#body-must-haves .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-must-haves .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-must-haves .maincopy form { text-align: center; margin-top: 24px; }
#body-must-haves .maincopy fieldset { overflow: auto; }
#body-must-haves .maincopy label { display: inline; font-size: 12px; }
#body-must-haves .maincopy input.button { margin-top: 30px; }
#body-must-haves .featured-product { float: left; width: 229px; height: 201px; margin-right: 8px; padding: 0; background: url(/assets/images/musthaves-featured-bg.png) left top no-repeat; }
#body-must-haves .featured-product .image-holder { margin: 0 auto; }
#body-must-haves .featured-product .image-holder img { max-height: 105px; }
#body-must-haves .featured-product h3 { font-size: 14px; line-height: 1em; }
#body-must-haves .featured-product p { font-size: 11px; color: #0d304c; margin: 0 10px 0 15px; }
#body-must-haves .featured-product p a { color: #0d304c; text-decoration: none; }
#body-must-haves #lifestyle { float: left; }

/* Must Haves List */
#body-must-haves-list #content { width: 558px; margin: 0 7px 0 0; }
#body-must-haves-list img.cap { display: block; }
#body-must-haves-list .maincopy { background: url(/assets/images/content-bg-3a-mid.png) left top repeat-y; overflow: auto; margin-bottom: -16px; }
#body-must-haves-list .maincopy ul { width: 125px; float: left; margin: 0 10px 0 0; padding: 0; }
#body-must-haves-list .maincopy ul#must-haves-care { margin-left: 16px; }
#body-must-haves-list .maincopy ul h1 { font-size: 16px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; text-transform: uppercase; text-align: center; }
#body-must-haves-list .maincopy ul h2 { font-size: 10px; font-weight: normal; color: #d70f17; margin-bottom: 7px; padding: 0 6px; line-height: 1.2em; }
#body-must-haves-list .maincopy ul h2 a { color: #d70f17; text-decoration: none; }
#body-must-haves-list li.featured-product { width: 125px; height: 142px; margin: 0 0 16px 0; padding: 0; background: url(/assets/images/musthave-bg.png) left top no-repeat; }
#body-must-haves-list li.featured-product .image-holder { margin: 0 auto; height: 80px; }
#body-must-haves-list li.featured-product .image-holder img { max-width: 125px; max-height: 80px; }
#body-must-haves-list li.featured-product h3 { font-size: 14px; line-height: 1em; }
#body-must-haves-list li.featured-product a.details { right: 3px; bottom: 3px; }
#body-must-haves #lifestyle { float: left; }

/* -------------------------------------------------------------------------------- */
/* RETAILER CORNER */
/* -------------------------------------------------------------------------------- */
/* Retailer Corner */
#body-retailer #content { width: 558px; }
#body-retailer img.cap { display: block; }
#body-retailer .maincopy { width: 558px; margin: 0; padding: 18px 0 0 0; background: url(/assets/images/content-bg-8-mid.png) left top repeat-y; overflow: auto; }
#body-retailer .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 0 42px; line-height: 1.2em; }
#body-retailer .maincopy p { font-size: 11px; padding: 0 42px; line-height: 1.25em; color: #0d304c; }
#body-retailer .maincopy ul { font-size: 11px; margin: 0 0 12px 0; padding: 0 0 0 56px; line-height: 1.25em; color: #0d304c; list-style: disc outside; }
#body-retailer .retailer-wrapper { background: url(/assets/images/content-bg-8-bot.png) left bottom no-repeat; padding: 0 0 24px 0; overflow: auto;  }
#body-retailer #lifestyle { float: right; margin: 0 24px; }

/* Product Catalog */
#body-catalog #content { width: 558px; }
#body-catalog .maincopy { width: 294px; height: 199px; margin: 0 7px 7px 0; padding: 0 0 0 0; background: url(/assets/images/retailer-catalog-copy-bg.png) left top no-repeat; float: left; }
#body-catalog .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 3px; padding: 24px 36px 0 36px; line-height: 1.2em; }
#body-catalog .maincopy p { font-size: 11px; padding: 0 36px; line-height: 1.25em; color: #0d304c; }
#body-catalog #lifestyle { float: left; }
#body-catalog .catalog-wrapper { width: 486px; height: 322px; background: url(/assets/images/retailer-catalog-bg.png) left bottom no-repeat; padding: 0 0 0 72px; overflow: auto; }
#body-catalog .catalog { float: left; margin: 30px 53px 0 0; width: 181px; }
#body-catalog .catalog h2 { font-size: 14px; font-weight: normal; color: #d70f17; }
#body-catalog .catalog h2 a { color: #d70f17; text-decoration: none; }
#body-catalog .catalog h2 a:hover { color: #0d304c; }
#body-catalog .catalog img { max-width: 181px; max-height: 228px; }

/* International Customers */
#body-intl-cust #content { width: 558px; }
#body-intl-cust .maincopy { float: left; width: 234px; height: 139px; margin: 0 6px 7px 0; padding: 30px; background: url(/assets/images/intl-cust-copy-bg.png) left top no-repeat; }
#body-intl-cust .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-intl-cust .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-intl-cust #lifestyle { float: left; margin-bottom: 6px; }
#body-intl-cust .guide-wrapper { clear: both; width: 558px; height: 406px; background: url(/assets/images/intl-guides-list-bg2.png) left top no-repeat; position: relative; }
#body-intl-cust .guide-list { padding: 30px 0 0 30px; position: absolute; }
#body-intl-cust .guide-list#British { left: 98px; top: 0; }
#body-intl-cust .guide-list#French { left: 347px; top: 0; }
#body-intl-cust .guide-list#German { left: 98px; top: 108px; }
#body-intl-cust .guide-list#Italian { left: 347px; top: 108px; }
#body-intl-cust .guide-list#Spanish { left: 98px; top: 222px; }
#body-intl-cust .guide-list h2 { font-size: 11px; font-weight: bold; color: #d70f17; margin-bottom: 4px; line-height: 1.2em; }
#body-intl-cust .guide-list ul { font-size: 10px; }
#body-intl-cust .guide-list li { margin: 0 0 0 0; padding: 0 0 0 10px; background: url(/assets/images/bullet-2.png) left center no-repeat; line-height: 1.6em; }
#body-intl-cust .guide-list li a { text-decoration: none; color: #0d304c; }
#body-intl-cust .guide-list li a:hover { font-weight: bold; }
#body-intl-cust .guide-wrapper p { padding-top: 350px; text-align: center; font-size: 11px; line-height: 1.25em; color: #0d304c;}
#body-intl-cust .guide-wrapper p a { color: #0d304c;}

/* International Distributors */
#body-intl-dist #content { width: 558px; }
#body-intl-dist .maincopy { float: left; width: 234px; height: 139px; margin: 0 6px 7px 0; padding: 30px; background: url(/assets/images/intl-cust-copy-bg.png) left top no-repeat; }
#body-intl-dist .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; line-height: 1.2em; }
#body-intl-dist .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; }
#body-intl-dist #lifestyle { float: left; margin-bottom: 6px; }
#body-intl-dist img.cap { display: block; }
#body-intl-dist .list-wrapper { background: url(/assets/images/content-bg-9-mid.png) left top repeat-y; padding: 0; clear: both; text-align: center; }
#body-intl-dist .list-wrapper h2 { font-size: 16px; font-weight: bold; color: #d70f17; text-align: left; padding: 24px 0 12px 88px; }
#body-intl-dist .list-wrapper p { font-size: 12px; padding: 0 0 36px 88px; text-align: left; }
#body-intl-dist .list-wrapper p a { color: #0d304c; }
#body-intl-dist .list-wrapper table { width: 461px; margin: 12px auto 12px auto; font-size: 10px; }
#body-intl-dist .list-wrapper tr.odd { background: #fff; }
#body-intl-dist .list-wrapper tr.even { background: #f7efe2; }
#body-intl-dist .list-wrapper th, td { text-align: left; color: #0d304c; padding: 6px 12px 6px 24px; white-space: nowrap; }
#body-intl-dist .list-wrapper th { font-size: 11px; color: #d70f17; text-transform: uppercase; padding-bottom: 9px; }
#body-intl-dist .list-wrapper td a { font-weight: normal; color: #0d304c; text-decoration: none; }
#body-intl-dist .list-wrapper td a:hover { text-decoration: underline; }

/* -------------------------------------------------------------------------------- */
/* WHAT'S HAPPENIN' */
/* -------------------------------------------------------------------------------- */
/* What's Happenin' */
#body-what #content { width: 558px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-what #content img.cap { display: block; border: none; margin: 0 auto; }
#body-what .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: center; margin: 0 auto -1px auto; padding: 1px 0 0 0; }
#body-what .post { width: 480px; margin: 15px auto 0 auto; padding: 0 0 15px 0; text-align: left; border-bottom: 1px solid #d70f17; }
#body-what .post p.dateline { font-weight: bold; color: #858585; line-height: 1em; }
#body-what .post h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 12px; }
#body-what .post div.text { font-size: 11px; color: #0d304c; margin: 0 0 15px 0; }
#body-what .post div.text p { font-size: 11px; }
#body-what .post img.post-image { max-width: 480px; height: auto; }

/* Submit Your Story */
#body-what-submit #content { width: 560px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-what-submit #content img.cap { display: block; border: none; margin: 0 auto; }
#body-what-submit .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 24px 0 12px 0; }
#body-what-submit .maincopy h1 { color: #d70f17; font-size: 14px; margin: 0 40px 7px 40px; }
#body-what-submit .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; margin: 0 40px; }
#body-what-submit .maincopy form { text-align: left; font-size: 11px; padding: 6px 40px 0 40px; }
#body-what-submit .maincopy form p { margin: 0; }
#body-what-submit .maincopy fieldset { padding: 6px 0 24px 0; }
#body-what-submit .maincopy fieldset.submit { text-align: center; padding: 0; }
#body-what-submit .maincopy li { margin: 5px 0; }
#body-what-submit .maincopy label { display: inline-block; width: 100px; }
#body-what-submit .maincopy form input[type="text"] { background: url(/assets/images/form-newsletter-input-1.png) left top no-repeat; width: 314px; height: 19px; border: none; padding: 0 5px; }
#body-what-submit .maincopy li.agree { margin-bottom: 0; }
#body-what-submit .maincopy li.agree input[type="checkbox"] { float: left; margin: 0 4px 0 0; }
#body-what-submit .maincopy li.agree p { margin-bottom: 6px; font-size: 10px; }
#body-what-submit .maincopy form textarea { background: url(/assets/images/form-textarea.png) left top no-repeat; width: 416px; height: 101px; border: none; padding: 0 5px; }
#body-what-submit .maincopy a.button { margin: 5px 0 10px 0; background: url(/assets/images/upload-image-button.png) center center no-repeat; width: 133px; height: 19px; display: block; }
#body-what-submit .maincopy a.button span { margin-left: -1000em; width: 133px; height: 19px; display: block; }

#body-what-submit .maincopy h1.error-message { font-size: 16px; color: #d70f17; width: 392px; margin-bottom: 12px; padding: 18px; border: 1px solid #d70f17; background: #f3e9d7; line-height: 1.2em; }
#body-what-submit .maincopy label.error { width: 300px; color: #d70f17; margin: 3px 0 0 104px; }
#body-what-submit .maincopy form li.agree label.error { margin-left: 0; }

/* Video Clips */
#body-video-clips #content { width: 558px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-video-clips #content img.cap { display: block; border: none; margin: 0 auto; }
#body-video-clips .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: center; margin: 0 auto; padding: 0 0 0 0; }
#body-video-clips .intro h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; padding: 18px 30px 0 30px; line-height: 1.2em; text-align: left; }
#body-video-clips .intro p { font-size: 11px; line-height: 1.25em; color: #0d304c; text-align: left; padding: 0 30px; }
#body-video-clips .post { width: 480px; margin: 15px auto 0 auto; padding: 0 0 15px 0; text-align: center; }
#body-video-clips .post p.dateline { font-weight: bold; color: #858585; line-height: 1em; }
#body-video-clips .post h2 { font-size: 12px; font-weight: bold; color: #d70f17; margin-bottom: 3px; }
#body-video-clips .post div.text { font-size: 11px; color: #0d304c; margin: 0 0 15px 0; }
#body-video-clips .post div.text p { font-size: 11px; }

/* -------------------------------------------------------------------------------- */
/* NEWSLETTER */
/* -------------------------------------------------------------------------------- */
/* Newsletter Sign Up */
#body-newsletter-signup #content { width: 558px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-newsletter-signup #content img.cap { display: block; border: none; margin: 0 auto; }
#body-newsletter-signup .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; padding: 18px 30px 0 30px; line-height: 1.2em; text-align: left; }
#body-newsletter-signup .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; text-align: left; padding: 0 30px; }
#body-newsletter-signup .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: center; margin: 0 auto -1px auto; padding: 1px 0 0 0; }
#body-newsletter-signup .maincopy form { text-align: left; font-size: 11px; padding: 6px 40px 0 40px; }
#body-newsletter-signup .maincopy form p { margin: 0; padding: 0; }
#body-newsletter-signup .maincopy fieldset { padding: 6px 0 24px 0; }
#body-newsletter-signup .maincopy fieldset.submit { text-align: center; padding: 0; }
#body-newsletter-signup .maincopy li { margin: 5px 0; }
#body-newsletter-signup .maincopy label { display: inline-block; width: 100px; }
#body-newsletter-signup .maincopy li.radio label { width: auto; }
#body-newsletter-signup .maincopy form input[type="text"] { background: url(/assets/images/form-newsletter-input-1.png) left top no-repeat; width: 314px; height: 19px; border: none; padding: 0 5px; }
#body-newsletter-signup .maincopy form input#pet_age { background: url(/assets/images/form-newsletter-input-3.png) left top no-repeat; width: 28px; height: 19px; border: none; padding: 0 5px; }
#body-newsletter-signup .maincopy li.agree { margin-bottom: 0; }
#body-newsletter-signup .maincopy li.agree input[type="checkbox"] { float: left; margin: 0 4px 0 0; }
#body-newsletter-signup .maincopy li.agree p { margin-bottom: 6px; font-size: 10px; }
#body-newsletter-signup .maincopy form textarea { background: url(/assets/images/form-textarea.png) left top no-repeat; width: 416px; height: 101px; border: none; padding: 0 5px; }
#body-newsletter-signup .maincopy a.button { margin: 5px 0 10px 0; background: url(/assets/images/upload-image-button.png) center center no-repeat; width: 133px; height: 19px; display: block; }
#body-newsletter-signup .maincopy a.button span { margin-left: -1000em; width: 133px; height: 19px; display: block; }

#body-newsletter-signup .maincopy h1.error-message { font-size: 16px; color: #d70f17; width: 392px; margin: 20px 12px 0 30px; padding: 18px; border: 1px solid #d70f17; background: #f3e9d7; line-height: 1.2em; }
#body-newsletter-signup .maincopy label.error { width: 300px; color: #d70f17; margin: 3px 0 0 104px; }
#body-newsletter-signup .maincopy form li.agree label.error { margin-left: 0; }

/* Newsletter Submit */
#body-newsletter-submit #content { width: 558px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-newsletter-submit #content img.cap { display: block; border: none; margin: 0 auto; }
#body-newsletter-submit .maincopy h1 { font-size: 14px; font-weight: bold; color: #d70f17; margin-bottom: 7px; padding: 18px 30px 0 30px; line-height: 1.2em; text-align: left; }
#body-newsletter-submit .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; text-align: left; padding: 0 30px; }
#body-newsletter-submit .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: center; margin: 0 auto -1px auto; padding: 1px 0 0 0; }
#body-newsletter-submit .maincopy form { text-align: left; font-size: 11px; padding: 6px 40px 0 40px; }
#body-newsletter-submit .maincopy form p { margin: 0; padding: 0; }
#body-newsletter-submit .maincopy fieldset { padding: 6px 0 24px 0; }
#body-newsletter-submit .maincopy fieldset.submit { text-align: center; padding: 0; }
#body-newsletter-submit .maincopy li { margin: 5px 0; }
#body-newsletter-submit .maincopy label { display: inline-block; width: 100px; }
#body-newsletter-submit .maincopy form input[type="text"] { background: url(/assets/images/form-newsletter-input-1.png) left top no-repeat; width: 314px; height: 19px; border: none; padding: 0 5px; }
#body-newsletter-submit .maincopy li.agree { margin-bottom: 0; }
#body-newsletter-submit .maincopy li.agree input[type="checkbox"] { float: left; margin: 0 4px 0 0; }
#body-newsletter-submit .maincopy li.agree p { margin-bottom: 6px; font-size: 10px; }
#body-newsletter-submit .maincopy form textarea { background: url(/assets/images/form-textarea.png) left top no-repeat; width: 416px; height: 101px; border: none; padding: 0 5px; }
#body-newsletter-submit .maincopy a.button { margin: 5px 0 10px 0; background: url(/assets/images/upload-image-button.png) center center no-repeat; width: 133px; height: 19px; display: block; }
#body-newsletter-submit .maincopy a.button span { margin-left: -1000em; width: 133px; height: 19px; display: block; }

#body-newsletter-submit .maincopy h1.error-message { font-size: 16px; color: #d70f17; width: 392px; margin: 20px 12px 0 30px; padding: 18px; border: 1px solid #d70f17; background: #f3e9d7; line-height: 1.2em; }
#body-newsletter-submit .maincopy label.error { width: 300px; color: #d70f17; margin: 3px 0 0 104px; }
#body-newsletter-submit .maincopy form li.agree label.error { margin-left: 0; }

/* -------------------------------------------------------------------------------- */
/* OTHER PAGES */
/* -------------------------------------------------------------------------------- */
/* Legal */
#body-legal #content { width: 558px; background: #f3e9d7; padding: 15px 0; }
#body-legal #content img.cap { display: block; border: none; margin: 0 auto; }
#body-legal .maincopy { width: 486px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 15px 36px; }
#body-legal .maincopy h1 { color: #d70f17; font-size: 18px; margin-bottom: 1em; }
#body-legal .maincopy h2 { color: #000; font-size: 12px; margin: 0; }
#body-legal .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; text-align: left; }
#body-legal .maincopy p a { color: #0d304c; }

/* Site Map */
#body-site-map #content-wrapper { background: none; }
#body-site-map #content { width: 717px; background: #f3e9d7; padding: 12px 0; text-align: center; }
#body-site-map #content img.cap { display: block; border: none; margin: 0 auto; }
#body-site-map #content .maincopy { background: #fff; border-left: 1px solid #d70f17; border-right: 1px solid #d70f17; width: 691px; height: auto; margin: 0 auto; padding: 36px 0; overflow: auto; text-align: left; }
#body-site-map #content .maincopy ul { float: left; margin: 0 0 0 60px; padding: 0 0 0 1em; font-size: 11px; font-weight: bold; text-transform: uppercase; }
#body-site-map #content .maincopy ul li { margin: 6px 0 14px 0; }
#body-site-map #content .maincopy ul li#portal { margin: 6px 0 6px 0; }
#body-site-map #content .maincopy ul li.alt a { color: #d70f17; }
#body-site-map #content .maincopy ul li.alt a:hover { color: #0d304c; }
#body-site-map #content .maincopy ul a { color: #0d304c; }
#body-site-map #content .maincopy ul a:hover { color: #d70f17; }
#body-site-map #content .maincopy ul ul { float: none; margin: 0; font-weight: normal; text-transform: none; }
#body-site-map #content .maincopy ul ul li { margin: 6px 0 8px 0; }

/* Grooming Search */
#body-grooming-search #content { width: 558px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-grooming-search #content img.cap { display: block; border: none; margin: 0 auto; }
#body-grooming-search .maincopy { width: 486px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 24px 36px; }
#body-grooming-search .maincopy h1 { color: #d70f17; font-size: 14px; margin: 0 0 0 40px; }
#body-grooming-search .maincopy form { text-align: left; font-size: 11px; padding: 24px 40px 0 40px; }
#body-grooming-search .maincopy fieldset { padding: 6px 0 24px 0; border-top: 1px solid #ee8784; }
#body-grooming-search .maincopy form h2 { font-weight: bold; position: relative; font-size: 11px; color: #0d304c; }

/* Grooming Search Results */
#body-grooming-results #content { width: 558px; background: #f3e9d7; padding: 15px 0; }
#body-grooming-results .maincopy { overflow: auto; padding: 0 0 15px 0; }
#body-grooming-results .maincopy h1 { font-size: 16px; font-weight: bold; color: #d70f17; margin-bottom: 7px; padding-left: 9px; line-height: 1.2em; }
#body-grooming-results .related-product { background: #fff; margin: 0 0 9px 10px; }
#body-grooming-results .no-results { background: #fff; margin: 9px; padding: 12px; height: 350px; }
#body-grooming-results .no-results h2 { font-size: 12px; }
#body-grooming-results .no-results p { font-size: 11px; line-height: 1.25em; color: #0d304c; text-align: left; }
#body-grooming-results .no-results a { color: #0d304c; }

/* Send Your Testimonial */
#body-testimonial #content { width: 560px; background: #f3e9d7; text-align: center; padding: 15px 0; }
#body-testimonial #content img.cap { display: block; border: none; margin: 0 auto; }
#body-testimonial .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 24px 0 12px 0; }
#body-testimonial .maincopy h1 { color: #d70f17; font-size: 14px; margin: 0 40px 7px 40px; }
#body-testimonial .maincopy p { font-size: 11px; line-height: 1.25em; color: #0d304c; margin: 0 40px; }
#body-testimonial .maincopy form { text-align: left; font-size: 11px; padding: 6px 40px 0 40px; }
#body-testimonial .maincopy form p { margin: 0; }
#body-testimonial .maincopy fieldset { padding: 6px 0 24px 0; }
#body-testimonial .maincopy fieldset.submit { text-align: center; padding: 0; }
#body-testimonial .maincopy li { margin: 5px 0; }
#body-testimonial .maincopy label { display: inline-block; width: 100px; }
#body-testimonial .maincopy form input[type="text"] { background: url(/assets/images/form-newsletter-input-1.png) left top no-repeat; width: 314px; height: 19px; border: none; padding: 0 5px; }
#body-testimonial .maincopy form input.i156 { background-image: url(/assets/images/form-input-156.png); width: 156px; height: 19px; }
#body-testimonial .maincopy form input.i240 { background-image: url(/assets/images/form-input-240.png); width: 240px; height: 19px; }
#body-testimonial .maincopy li.agree { margin-bottom: 0; }
#body-testimonial .maincopy li.agree input[type="checkbox"] { float: left; margin: 0 4px 0 0; }
#body-testimonial .maincopy li.agree p { margin-bottom: 6px; font-size: 10px; }
#body-testimonial .maincopy form textarea { background: url(/assets/images/form-textarea.png) left top no-repeat; width: 416px; height: 101px; border: none; padding: 0 5px; }
#body-testimonial .maincopy a.button { margin: 5px 0 10px 0; background: url(/assets/images/upload-image-button.png) center center no-repeat; width: 133px; height: 19px; display: block; }
#body-testimonial .maincopy a.button span { margin-left: -1000em; width: 133px; height: 19px; display: block; }

#body-testimonial .maincopy h1.error-message { font-size: 16px; color: #d70f17; width: 392px; margin-bottom: 12px; padding: 18px; border: 1px solid #d70f17; background: #f3e9d7; line-height: 1.2em; }
#body-testimonial .maincopy label.error { width: 300px; color: #d70f17; margin: 3px 0 0 104px; }
#body-testimonial .maincopy form li.pet_type { position: relative; margin-bottom: 20px; }
#body-testimonial .maincopy form li.pet_type label.error { position: absolute; left: 0px; top: 18px;  }
#body-testimonial .maincopy form li.agree label.error { margin-left: 0; }


/* Site Search Results */
#body-search #content img.cap { display: block; border: none; margin: 0 auto; }
#body-search #content { width: 558px; background: #f3e9d7; padding: 15px 0; }
#body-search .maincopy { width: 524px; background: url(/assets/images/content-bg-4-mid.png) top repeat-y; text-align: left; margin: 0 auto; padding: 18px 0 12px 0; }
#body-search .maincopy h1 { color: #d70f17; font-size: 14px; margin: 0 0 0 30px; }
#body-search .maincopy h1 em { color: #000; }

/* reset styles */
ul.search-results-list li html, 
ul.search-results-list li body, 
ul.search-results-list li div, 
ul.search-results-list li span, 
ul.search-results-list li applet, 
ul.search-results-list li object, 
ul.search-results-list li iframe,
ul.search-results-list li h1, 
ul.search-results-list li h2, 
ul.search-results-list li h3, 
ul.search-results-list li h4, 
ul.search-results-list li h5, 
ul.search-results-list li h6, 
ul.search-results-list li p, 
ul.search-results-list li blockquote, 
ul.search-results-list li pre,
ul.search-results-list li a, 
ul.search-results-list li abbr, 
ul.search-results-list li acronym, 
ul.search-results-list li address, 
ul.search-results-list li big, 
ul.search-results-list li cite, 
ul.search-results-list li code,
ul.search-results-list li del, 
ul.search-results-list li dfn, 
ul.search-results-list li em, 
ul.search-results-list li font, 
ul.search-results-list li img, 
ul.search-results-list li ins, 
ul.search-results-list li kbd, 
ul.search-results-list li q, 
ul.search-results-list li s, 
ul.search-results-list li samp,
ul.search-results-list li small, 
ul.search-results-list li strike, 
ul.search-results-list li strong, 
ul.search-results-list li sub, 
ul.search-results-list li sup, 
ul.search-results-list li tt, 
ul.search-results-list li var,
ul.search-results-list li b, 
ul.search-results-list li u, 
ul.search-results-list li i, 
ul.search-results-list li center,
ul.search-results-list li dl, 
ul.search-results-list li dt, 
ul.search-results-list li dd, 
ul.search-results-list li ol, 
ul.search-results-list li ul, 
ul.search-results-list li li,
ul.search-results-list li fieldset, 
ul.search-results-list li form, 
ul.search-results-list li label, 
ul.search-results-list li legend,
ul.search-results-list li table, 
ul.search-results-list li caption, 
ul.search-results-list li tbody, 
ul.search-results-list li tfoot, 
ul.search-results-list li thead, 
ul.search-results-list li tr, 
ul.search-results-list li th, 
ul.search-results-list li td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ul.search-results-list li body { line-height: 1; }
ul.search-results-list li ol, ul.search-results-list li ul { list-style: none; }
ul.search-results-list li blockquote, ul.search-results-list li q { quotes: none; }
ul.search-results-list li ins { text-decoration: none; }
ul.search-results-list li del { text-decoration: line-through; }
ul.search-results-list li table { border-collapse: collapse; border-spacing: 0; }
/* end reset styles */	
ul.search-results-list { margin: 0; padding: 24px 12px 0 30px; }
ul.search-results-list li { margin: 0 0 10px 0; padding: 0 10px 10px 0; font-size: 11px; overflow: auto; }
ul.search-results-list li span.search-term { font-weight: bold; }
ul.search-results-list li a { color: #d70f17; font-size: 10px; }
ul.search-results-list li a:hover { color: #0d304c; }
	
/* Thanks for your submission */
#body-thanks #content { background: #f3e9d7; }
#body-thanks .maincopy { margin: 36px 0; height: 375px; }
#body-thanks .maincopy h1 { font-size: 16px; color: #d70f17; margin: 0 0 7px 0; line-height: 1.2em; padding: 0 40px; text-align: left; }
#body-thanks .maincopy p { font-size: 11px; line-height: 1.25em; color: #000; text-align: left; padding: 0 40px; }

/* -------------------------------------------------------------------------------- */
/* GOOGLE MAPS */
/* -------------------------------------------------------------------------------- */
/* Find a Retailer Results */
#body-find-retailer.where-results #content { padding: 0; background: none; }
#body-find-retailer #map { width: 400px; margin-right: 10px; }
#body-find-retailer #sidebar { width: 150px; float: left; overflow: auto; }
.map-marker-info { font-size: 11px; }
.map-result-listing { text-align: left; font-size: 11px; line-height: 1.2em; }

/* Search by Product Results */
#body-search-product.where-results #content { padding: 0; background: none; }
#body-search-product #map { width: 400px; margin-right: 10px; }
#body-search-product #sidebar { width: 150px; float: left; overflow: auto; }

/* -------------------------------------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------------------------------------- */
#footer { margin: 19px 30px 24px 0; overflow: auto; }
#footer p { color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: right; }
#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
/*#footer a#fatcat { color: #621464; text-transform: uppercase; font-weight: bold; }*/
#footer span.addthis { position: relative; top: 4px; width: 125px; }

/* -------------------------------------------------------------------------------- */
/* MISC CLASSES */
/* -------------------------------------------------------------------------------- */
.brand      { color: #d70f17; }
.floatleft  { float: left; }
.floatright { float: right; }
.clearleft  { clear: left; }
.clearright { clear: right; }
.clearboth  { clear: both; }
