body {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
}

/* Tag Styles */

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

img {
    border: 0px;
}

form {
    margin: 0;
    padding: 0;
}

/* -------------- */

/* Helper Styles */
.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.clr,.cb {
    clear: both;
}

.w100 {
    width: 100%;
}

.ErrorText {
    color: red;
    font-weight: bold;
}

.InformationText {
    color: blue;
    font-weight: bold;
}

/* -------------- */

/* Template */
div#Container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
}

div#PageContent {
    padding: 0 15px;
	position:relative;
}

.a_thousand_cook_for_the_cure_content div#PageContent {
    padding: 0 15px;
    background: url("../assets/images/content.bg.png") no-repeat;
    position: static;
}

/* -------------- */

/* KA Style Guide */
h1 {
    font-family: ITC Garamond Light, Times;
    font-size: 25px;
    color: #900;
}

h2 {
    font-family: Futura, Arial;
    font-size: 10px;
    color: #000;
}

h2 a {
    color: #000;
    font-size: 10px;
}

h3 {
    font-family: Futura, Arial;
    font-size: 12px;
    color: #900;
}

h3 a {
    color: #900;
    font-size: 12px;
}

h4 {
    color: #900;
    font-size: 14px;
}

h4 a {
    text-decoration: none;
    font-size: 14px;
}

p {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #000;
}

a {
    font-family: Verdana, Arial;
    color: #2a74e4;
    font-size: 10px;
}

#PageContent h1, div#PageContent h2, div#PageContent h3 {
    margin-bottom: 5px;
    font-family: "Times New Roman", Arial, Verdana, Sans-Serif;
}

#PageContent h1 {
    font-size: 25px;
    font-weight: normal;
}

div#PageContent p {
    margin-bottom: 10px;
	margin-top:0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #333333;
    vertical-align: middle;
}

div#PageContent p.first_p {
    margin-top: 5px;
}

div#PageContent ul {
    margin-bottom: 10px;
}

/*div#PageContent ul li { list-style: disc; list-style-position: inside;}*/
div#PageContent form {
    margin-bottom: 10px;
}

/* ------------------ */

/* Header */
div#Header {
	height: 89px;
	background: url(/assets/images/bkg/bkg-header-left.gif) no-repeat 0 0;
    z-index: 201; /* one higher than div.categories */
    position: relative;
}

div#HeaderContent {
    width: 100%;
    height: 100%;
}

div#Header img#Logo {
    display: inline;
    float: left;
    margin: 8px 0 0 27px;
}

div#Header div#HeaderRight {
    height: 100%;
    width: 750px;
    display: inline;
    float: right;
    margin: 0;
    background: url(/assets/images/bkg/bg_header.gif) repeat-x 0 0;
}

div#HeaderRight span.nav_separater {
    margin-left: 5px;
    margin-right: 5px;
}

#top_global_header p img { margin-bottom:0; }

div#HeaderRight div#top_global_header {
    padding-right: 30px;
    position: absolute;
    top:8px;
}

div#HeaderRight div#top_global_header p {
	margin:2px 0 8px 0;
	color:#333;
}

div#HeaderRight div#top_global_header p a:link,
div#HeaderRight div#top_global_header p a {
    text-decoration: none;
}

div#HeaderRight div#top_global_header p a:hover {
    text-decoration: underline;
}

div#Header div#Search {
	margin-top:10px;
	 margin-left:25px;
	 margin-right:45px;
    color: #666666;
    font-size: 10px;
    width: 280px;
}

div#Header div#Search span {
    display: inline;
    float: right;
    margin-left: 2px;
}

div#Header div#Search span#SignupText {
    margin: 4px 10px 0 0;
}

div#Header div#Search span#SearchInput {
    margin-top: 2px;
    padding: 2px;
	width:213px;
	height:24px;
	background:#fff url(/assets/images/bkg/header_search.gif) 0 0 no-repeat;
	border-width:0;
}

div#Header div#Search span#SearchInput input {
    border: 0;
    height:12px;
	color:#3f3f3f;
	font-size:11px;
	font-family:"Humanist 521 BT", Arial, sans-serif;
	width:195px;
	margin:5px 0 0 9px;
	padding:0;
}

div#Header div#HeaderNav {
    width: 750px;
    position: absolute;
    top: 64px;
}

div#Header div#HeaderNav span {
    display: inline;
    float: right;
    margin: 25px 25px 0 0;
}

div#Header div#HeaderNav span#HeaderNavShop {
    margin: 22px 70px 0 0;
    padding-left: 20px;
    height: 16px;
    background: url( ../assets/images/bkg/bkg-nav-cart.gif ) no-repeat 0px 0px;
}

div#Header div#HeaderNav span#HeaderNavShop img {
    margin-top: 3px;
}

div#Header div#HeaderNav span img {
    display: block;
}

span.numReturnedItems {
    font-weight: bold;
}

div#HeaderNav ul {
    display: block; /*z-index:          6000;*/
}



div#HeaderNav li {
    padding: 0px;
}

div#HeaderNav ul li {
    display: inline;
    float: left;
    margin-right: 0px;

}

div#HeaderNav li a {
    white-space: nowrap;
    margin-right: 10px;
    font-weight: normal; /*display:          block;*/
    color: #fff;
    padding-bottom: 6px;
    width: auto;
    line-height: 14px;
    text-decoration: none;
    font-family: Futura, Arial;
    font-size: 10px;
}

div#HeaderNav li a:hover {
    text-decoration: none;
}

div#HeaderNav li.headerLink1 a:hover {
    text-decoration: none; /*color:             #cb8a8a;*/
}

div#HeaderNav li ul {
    position: absolute;
    display: none; /*top:              20px;*/
    margin: 0px;
    background: #fff;
    border: 1px solid #990000;
    width: auto; /*z-index:          80000;*/
}

div#HeaderNav li ul li {
    display: block;
    float: none;
    padding: 5px; /*line-height: 20px;*/
}

div#HeaderNav div.dropDown {
    padding: 0px 2px;
    margin-bottom: 4px;
}

div#HeaderNav li ul li a {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    margin-right: 0;
    color: #872434;
}

div#HeaderNav ul li ul li ul {
    position: absolute;
    left: 161px;

}

div#HeaderNav li.headerLink1 a {
    line-height: 20px;
}

div#HeaderNav ul li.headerLink1 a:hover { color:#FFF; }
div#HeaderNav li ul li a,
div#HeaderNav ul li.lhover a:hover { color:#872434; }

div#HeaderNav li.headerLink1 a .nav_cart {
    padding: 2px 2px 0 0;
}

div#HeaderNav ul li ul.firstTier.lastMenuItem {
    left: 467px;
    text-align: right;

}

/* ----------------------------- */

/* Footer */
div#Footer {
    height: 56px;
    color: #e9e9e9;
    font-size: 11px;
    text-align: center;
    background: #ffffff url( ../assets/images/bkg/bg_footer.jpg ) repeat-x 0px 0px;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif
}

div#Footer ul#FooterNav {
    padding: 15px 0 3px 0;
}

div#Footer ul#FooterNav li {
    display: inline;
    color: #fff;
}

div#Footer ul#FooterNav li a, div#Footer ul#FooterNav li a:link, div#Footer ul#FooterNav li a:visited {
    color: #fff;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

div#Footer ul#FooterNav li a:hover {
    text-decoration: underline;
}

div#Footer ul#FooterNav li span {
    padding: 0 5px 0 8px;
}

/* ------------------------------ */

/* Flash Loader */
div#Main {
}

/* ------------------------------ */

/* Search Results */

div#PageContent h1.searchResultsTitle {
    display: inline; /*margin-bottom: 15px;*/
}

div#PageContent span.searchResultsBlurb {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Verdana, Sans-Serif;
    color: #333333;
    padding-left: 10px;
}

div.searchResultsContainer div.productListing {
    border: 1px solid #cccccc;
    margin-top: 15px;
    width: 961px;
    height: auto;
}

div.searchResultsContainer p.MSRP {
    font-size: 9px !important;
    font-family: Verdana, Arial, Sans-Serif !important;
    color: #666666 !important;
    font-weight: bold !important;
}

div.searchResultsContainer div.productListing div.productImage {
    width: 146px;
    text-align: center;
    padding-top: 20px;
}

/*
div.searchResultsContainer div.productListing div.productDetails
{
   width: 810px;
}

div.searchResultsContainer div.productListing div.productDetails p.productDetailCallout
{
   font-weight: bold;
}

div.searchResultsContainer div.productListing div.productDetails div.info
{
   padding-left:  15px;
}


div.searchResultsContainer div.productListing div.productDetails div.info h4.productTitle
{
   padding-top:   5px;
}

div.searchResultsContainer div.productListing div.buyNowContainer
{
   border-top: 1px solid #eacaca;
   padding:  5px 0px 0px 13px;
}
*/

/****************************
   Product Detail page
****************************/
div#PageContent div.productContainer .printAndShare {
    margin: 0 0 20px 0;
}

div.productContainer .iconAlignMiddle {
    vertical-align: middle;
}

div#PageContent div.productContainer .printAndShare a {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    margin-left: 15px;
    text-decoration: none;
}

div#PageContent div.productContainer .printAndShare a input {
    vertical-align: middle;
    padding-right: 2px;
}

div#PageContent div.productContainer .printAndShare a img{
	margin-bottom:0;
}

div#PageContent div.productContainer {
    font-family: Arial, Verdana, Sans-Serif;
    margin-bottom: 15px;
    font-size: 11px;
}

div#PageContent div.productContainer div.container_group {
    margin-bottom: 30px;
    color: #333333;
}

div#PageContent div.productContainer div.container_group li {
    list-style: none;
    list-style-position: outside;
}

div#PageContent div.productContainer div.display_bullet ul {
    margin-left: 15px;
}

div#PageContent div.productContainer div.first_container_group {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 318px;
}

div#PageContent div.productContainer .explore_more_photos {
    border: none;
    margin: 0;
}

div.productContainer div.productblurb {
    margin-bottom: 30px;
}

div.productContainer div.productImage {
    width: 285px;
}

div#PageContent div.productContainer p.modelInfo {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

div#PageContent div.productContainer p.productTitle {
    font-family: "Times New Roman", Arial, Verdana, Sans-Serif;
    font-size: 25px;
    margin: 25px 0;
    font-weight: normal;
    color: #8e0000;
}

div#PageContent div.productContainer .subHead {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

div.productContainer div.productInfo {
    padding-left: 30px;
    width: 650px;
}

div.productContainer div.productInfo div.productInfoGroup {
    width: 450px;
}

div.productContainer div.energyStarInfo {
    width: 650px;
}

div.productContainer div.energyStarInfo div.energyStarInfoLeft {
    width: 320px;
    margin-right: 0px;
}

div.productContainer div.energyStarInfo div.energyStarInfoRight {
    border: solid 1px #d5d5d5;
    width: 320px;
    background: url( '../assets/images/bkg/bkg_energy_star.gif' ) repeat-x left top;
}

div.productContainer div.energyStarInfo div.energyStarInfoRight div.inner {
    padding: 10px;
}

div#PageContent div.productContainer div.energyStarInfo div.energyStarInfoRight p {
    color: #737373;
    margin: 10px 0;
}

div#PageContent div.productContainer div.energyStarInfo div.energyStarInfoRight h2 {
    font-size: 12px;
    font-weight: bold;
    color: #af1100;
    text-transform: none;
    margin: 0;
}

div#PageContent div.productContainer div.energyStarInfo div.energyStarInfoRight span.learnProgramLink a, div#PageContent div.productContainer div.energyStarInfo div.energyStarInfoRight span.learnProgramLink a:link {
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    color: #5280cd;
    text-decoration: underline;
    width: 120px;
}

div.productContainer div.energyStarInfo div.energyStarInfoRight span.learnProgramLink {
    border-left: solid 2px #a4a4a3;
    padding-left: 5px;
    margin-left: 4px;
    line-height: 22px;
    width: 120px;
}

div#PageContent div.productContainer div.energyStarInfo div.energyStarInfoRight input.txtZipCode {
    width: 100px;
    height: 22px;
    border: solid 1px #d6d6d6;
    color: #b2b2b2;
    font-weight: bold;
    margin-right: 4px;
    font-size: 10px;
    padding: 2px;
}

div.productInfo div.buyitnow {
    border: none;
    padding: 10px 0;
}

div.productContainer div.leftColumn {
    border: 1px solid #ccc;
    width: 590px;
}

div.productContainer div.leftColumn div.colorBlock {
    width: 115px;
}

div.colorBlock div.colorFill {
    height: 20px;
    margin-right: 4px;
}

div.colorBlock div.colorFill img {
    vertical-align: middle;
    width: 17px;
}

div.colorBlock div.colorFill span.variant_text {
    width: 88px;
    vertical-align: middle;
    text-align: justify;
}

div#PageContent div.productContainer h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #990000;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
}

div#PageContent div.productContainer div.leftColumn h2 {
    font-family: Arial, Verdana, Sans-Serif;
    background: transparent url( '../assets/images/bkg/bg_productH2.jpg' ) repeat-x;
    padding: 5px 0 0px 10px;
    margin-top: 0px;
    height: 27px;
    font-weight: normal;
}

div.leftColumn div.productDetails {
    width: inherit;
}

div#PageContent div.productContainer div.leftColumn ul {
    width: 550px;
    margin-left: 0px;
    padding-left: 15px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

div#PageContent div.productContainer div.leftColumn ul li {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

.display_bullet li {
    list-style-position: outside !important;
    list-style-type: none !important;
    list-style-image: url( '../assets/images/bullet_product.gif' ) !important;
}

div#PageContent div.productContainer h3 {
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

div.productContainer div.rightColumn span.separater {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #3366cc;
    padding: 0 0px 0 3px;
}

div.productContainer div.rightColumn {
    padding: 0 15px 0 15px;
    width: 314px;
    border: 1px solid #ccc;
    background-color: #f5f4f0;
}

div.productContainer div.rightColumn a {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
}

div#PageContent div.productContainer h1 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 7px;
}

div.productContainer div.colorPicker,
    div.productContainer div.productFeatures {
    margin: 3px 0 15px 10px;
}

/***********************
 Accessory Container
***********************/

div.accesoryBody {
    padding-bottom: 104px;
    margin-top: 0px;
}

div.accesoryBody p.accessory_body_nav {
    margin: 0 20px 20px 0 !important;
}

div.accesoryBody p.accessory_body_nav span.nav_separater {
    padding: 0 10px;
}

div.accesoryBody p.accessory_body_nav a, div.accesoryBody p.accessory_body_nav a:link, div.accesoryBody p.accessory_body_nav a:visited {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
}

div.accesoryBody p.accessory_body_nav a:hover {
    text-decoration: underline;
}

div.accesoryBody h1 {
    color: #3366cc; /*font-size:  20px;*/
}

div.accesoryBody div.accessoryImage {
    width: 310px;
    text-align: center;
}

div.accesoryBody div.accessoryDetails {
    width: 450px;
    margin-left: 15px;
}

div#PageContent div.accesoryBody div.accessoryDetails h1 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
}

div.accessoryDetails p.price {
    font-weight: bold;
    font-size: 12px !important;
}

/**************************
 Category Container
**************************/

div.categoryContainer {
    padding-top: 44px;
}

div.categoryContainerMain {
    background-repeat: no-repeat;
    background-position: 0 -87px;
    height: 531px;
}

div.categoryContainer div.filterTitle {
    margin: 0px 0 20px 0;
    position: relative;
    width: 970px;
}

div.categoryContainer div.filters {
    padding: 10px 0 0 0px;
    width: 210px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    background-color: #f5f4f0;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

#PageContent div.categoryContainer div.filters h2 {
    font-size: 14px;
    color: #990000;
    margin-left: 10px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    text-transform: uppercase;
}

div.categoryContainer div.filters form {
    margin: 0 0 0 10px;
}

div.categoryContainer div.filterTitle h1,
    div.categoryContainer div.filterTitle h3,
    div.categoryContainer div.compare {
    display: inline;
}

div.categoryContainer div.filterTitle h1 {
    font-family: "Times New Roman", Verdana, Sans-Serif;
    font-size: 25px;
    font-weight: normal;
}

div.categoryContainer div.filterTitle h3 {
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 15px;
    font-family: Arial, Verdana, Sans-Serif !important;
    font-size: 14px;
}

div.categoryContainer div.filterTitle h3 span {
    font-weight: bold;
}

div#PageContent div.filters p.design {
    color: #990000 !important;
    font-weight: normal;
    font-size: 10px !important;
    text-transform: uppercase;
	 margin-top: 10px;
}

.checkbox,
    .swatch {
    vertical-align: middle;
}

div.filters p.compareInput {
    margin-left: 0;
}

div.filters p.compareInput input {
    margin: 0 15px 0 0;
}

div.filters p.compareInput a {
    text-decoration: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    padding: 2px 10px 0 0;
}

div.categoryContainer div.compare {
    position: absolute;
    right: 0px;
    top: 5px;
}

div.categoryContainer div.unCompare {
    padding: 0 8px 14px 0;
}

html>body div.categoryContainer div.unCompare {
    padding: 0 5px 14px 0;
}

div.categoryContainer div.products {
    margin: 0px 0 0 0px;
    position: relative;
}

div.productListing {
    position: relative;
    width: 745px;
    border: 1px solid #ccc;
    margin: 0px 0 15px 0px;
    height: auto;
}

div.productListing div.containerRight {
    border-left: 1px solid #CCCCCC;
    width: 580px;
    display: inline;
}

div.searchResultsContainer div.productListing div.containerRight {
    border-left: 1px solid #CCCCCC;
    width: 800px;
    display: inline;
}

div.searchResultsContainer div.productListing div.containerRight h2 a {
    color: #3366cc;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
}

div.productImage {
    width: 155px;
    display: inline;
    text-align: center;
    padding-top: 20px;
}

div.productContain div.productImage {
    padding: 0;
}

div.productInfo {
    width: 100%; /*560px;*/
}

div.categoryContainer div.subcategory_comment {
    padding: 20px 100px 10px 0;
    font-size: 9px;
    font-weight: bold;
    color: #666666;
}

div.categoryContainer div.hero {
    position: absolute;
    top: 29px;
    left: -15px;
    z-index: 50;
    width: 1000px;
}

div.categoryContainer div.hero .text {
    margin-left: 40px;
    margin-top: 20px;
    width: 360px;
}

div.productInfo div.upperForm h2, div.productInfo div.upperForm h2 a {
    color: #3366cc;
    font-family: Arial, Verdana, Sans-Serif !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

div.productInfo div.upperForm p {
    color: #000000 !important;
}

div.productInfo div.upperForm p span.msrp{
	line-height:16px;
}

div.productInfo div.upperForm {
    padding: 10px;
}

div.compareBox {
    font-weight: bold;
    color: #990000;
    margin: 10px 10px 0 0;
}

div.buyItNow {
    width: 100%;
    border-top: solid 1px #efd7d7;
}

div.productListing div.containerRight div.buyItNow a {
    margin-left: 2px;
}

div.productListing div.containerRight div.buyItNow a img {
    margin-top: 2px;
}

p.productDetailCallout {
    margin: 0px;
}

div#PageContent p.colors {
    color: #000000 !important;
    display: inline;
}

div.categoryContainer .swatch {
    margin-right: 6px;
}

div.available_color {
    margin-top: 15px;
    height: 12px;
}

span.available_color_text {
    vertical-align: middle;
    padding-top: 1px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

img.available_color_image {
    width: 17px;
    margin: 0 2px;
}

div.available_color_cb {
    height: 1px;
}

/******************************
 Accessories Container
******************************/
div.categoryContainer div.categories {
    position: relative;
    left: 373px;
    width: 580px;
    margin: 0;
    z-index: 200;
    top: 0;
}

div.categoryContainer div.currentOffers {
    padding: 5px 5px 3px 3px;
    width: 205px;
    height: 81px;
    border: 1px solid #b7b7b7;
    background-color: #fdfcfa;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

html>body div.categoryContainer div.currentOffers {
    width: 190px;
}

div.categoryContainer div.currentOffers h2,
    div.categoryContainer div.currentOffers p,
    div.categoryContainer div.currentOffers a {
    margin-left: 5px;
}

div.categoryContainer div.currentOffers p {
    color: #666666;
}

div.categoryContainer div.currentOffers a.learnMore {
    float: right;
    text-decoration: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px
}

div.categoryContainer div.currentOffers h2 {
    color: #990000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}

div.categories div.section img {
    margin: 0 4px;
    max-height: 69px;
    max-width: 170px;
}

div.categories div.section {
    border: 1px solid #b7b7b7;
    width: 180px;
    height: 80px;
    margin: 10px 10px 0 0;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

div.categories div.section h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

div.categories div.section h1 a {
    color: #333333;
    text-decoration: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
}

/******************************
Compare Containter
******************************/
div.compareBody {
    margin-top: 30px;
}

div.compareBody table {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
    table-layout: fixed;
    overflow: hidden;
    word-wrap: break-word;
}

div.compareBody td {
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}

div.compareBody td a {
    text-decoration: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #3366d9;
}

div#PageContent div.compareBody td h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "MyriadPro Regular", Arial, Verdana, Sans-Serif;
    font-weight: normal;
}

div.compareBody td.attrName, div.compareBody tr.even td.attrName, div.compareBody tr.odd td.attrName {
    text-align: left;
    padding-left: 20px;
    font-family: "MyriadPro Regular", Arial, Verdana, Sans-Serif;
}

div#PageContent div.compareBody td.printSummary {
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    width: 208px;
    height: 200px;
}

div#PageContent div.compareBody td.printSummary h3 {
    font-size: 15px;
}

div.compareBody tr td.separator {
    width: 3px;
    padding: 0;
}

div.compareBody tr.detailSection td.separator {
    border-left: none;
    border-right: none;
    padding: 0;
}

div.compareBody tr.detailSection td {
    border: 1px solid #cccccc;
    text-align: left;
    color: #990000;
    padding: 8px 0 0 5px;
}

div.compareBody td.productMain div.productContain {
    padding: 5px 8px;
}

div.compareBody td.productMain {
    vertical-align: top;
    border: 1px solid #cccccc;
    border-bottom: none;
    width: 188px;
}

div.compareBody tr.even td {
    background-color: #eaeaea;
    padding: 8px 2px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}

div.compareBody tr.odd td {
    background-color: #fff;
    padding: 8px 0 8px 5px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}

div.compareBody tr.even td.separator, div.compareBody tr.odd td.separator {
    border: none;
    padding: 0;
}

div.compareBody div.productImage,
    div.compareBody div.productModel {
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}

div.compareBody div.productImage {
    height:82px;
    width:82px;
}

div.compareBody div.productModel {
    width: 85px;
    height: 82px;
}

div.compareBody div.productName {
    text-align: left;
    margin-top:3px;
}

div.compareBody div.modelOptions {
    background-color: #eaeaea;
    border-bottom: 1px solid #cccccc;
    padding: 2px 4px 0 4px;
    height: 20px;
    margin: 0;
}

div.compareBody div.modelOptions a {
    color: #990000;
    text-decoration: none;
}

/*****************************
Press Room
*****************************/

.punchLine {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
}

div.pageContainer {
    margin-top: 15px;
    font-family: Arial, Verdana, Sans-Serif;
}

div.pageContainer div.leftCol {
    width: 140px;
}

div#PageContent div#pressContainer div.centerCol h2 {
    font-size: 14px;
}

div#PageContent div.pageContainer div.centerCol h2 {
    font-size: 16px;
    color: #990000;
    margin-bottom: 2px;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
}

div.pageContainer div.centerCol div.groupContainer {
    border: solid 1px #e7e7e7;
    padding: 10px;
    margin: 0 0 10px 0;
    width: 538px;
    display: block;
}

html>body div.pageContainer div.centerCol div.groupContainer {
    width: 516px;
}

div.pageContainer div.centerCol {
    width: 540px;
    margin: 0 10px;
}

div.pageContainer div.centerCol  div.pressModule {
    margin-bottom: 10px;
}

div#PageContent div.pageContainer div.centerCol h3 {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
}

div#PageContent div.pageContainer p {
    margin: 0;
}

div.pageContainer div.centerCol p.headline {
    text-transform: uppercase;
}

div.pageContainer div.centerCol div.links {
    margin: 5px 0;
}

div.pageContainer div.centerCol a, div.pageContainer div.rightCol a {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
    color: #3366d9;
    padding-right: 20px;
}

span.viewLibrary {
    text-transform: capitalize;
}

div.pageContainer div.rightCol div.colModule {
    margin: 0 5px 30px 5px;
}

div.pageContainer div.rightCol div.pressColModule {
    background: url( '../assets/images/bkg/bg_col_module_separator.jpg' ) repeat-x left bottom;
    padding: 0 0 15px 0;
    margin: 0 5px 10px 5px;
}

div.pageContainer div.rightCol div.pressColModule p {
    padding-bottom: 6px;
}

div.pageContainer div.rightCol {
    width: 270px;
}

div.pageContainer div.upperRightCol {
    border: 1px solid #cccccc;
    padding: 5px;
    width: 270px;
    background-color: #f5f4f0;
}

html>body div.pageContainer div.upperRightCol {
    width: 258px;
}

div.pageContainer div.lowerRightCol {
    padding: 5px;
    width: 258px;
    font-size: 11px;
}

div.pageContainer div.lowerRightCol a {
    font-size: 11px;
}

div#PageContent div.pageContainer div.rightCol div.colModule ul.moreInfoList li {
    list-style-type: none;
    list-style-position: outside;
    padding: 2px 0;
    margin: 0;
}

div#PageContent div.pageContainer div.rightCol div.colModule ul.moreInfoList li a {
    text-decoration: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

div.pageContainer div.rightCol div.colModule h2 {
    font-family: Arial, Verdana, Sans-Serif !important;
    font-weight: normal;
    font-size: 14px;
    color: #990000;
    text-transform: uppercase;
}

div.pageContainer a.highlightedItem {
    background: url( ../assets/images/bkg/bg_left_nav_highlighted.jpg ) repeat-x left bottom !important;
}

div.pageContainer a.btPressRoom {
    padding: 10px 5px 0 5px !important;
    height: 36px !important;
}

html>body div.pageContainer a.btPressRoom {
    height: 28px !important;
}

div.pageContainer a.leftNav {
    border: solid 1px #cccccc;
    height: 30px;
    width: 139px;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #990000;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: Arial, Verdana, Sans-Serif;
    background: url( ../assets/images/bkg/bg_left_nav.jpg ) repeat-x left bottom;
}

html>body div.pageContainer a.leftNav {
    width: 127px;
}

div.pageContainer a.breastCancer {
    color: #b9598a;
}

/*****************************
Promotion
*****************************/
div#promotionContainer div.productImageCol {
    width: 162px;
    padding-top: 5px;
}

div#promotionContainer div.productInfoCol {
    width: 345px;
    padding-left: 5px;
}

div#promotionContainer .productDate {
    font-size: 12px;
}

div#promotionContainer .retailerList {
    color: #000000;
    padding: 10px 0;
}

div#promotionContainer .retailerList select {
    width: 250px;
}

/*slider*/
#sliderContent {
    width: 318px;
    padding: 8px 8px 8px 0;
    border: solid #d4d4d3 1px;
    height: 153px
}

html>body #sliderContent {
    width: 308px;
}

html>body #scroll-previous, html>body #scroll-next, html>body #scroll-equal, html>body #slider {
    float: left;
}

#scroll-previous, #scroll-next {
    width: 16px;
    height: 15px;
    cursor: pointer;
    display: inline;
}

#scroll-equal {
    width: 16px;
    height: 15px;
    display: inline;
}

#slider {
    display: inline;
}

.slider-viewer {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.image-list {
    position: relative;
}

.image-list img {
    float: left;
    padding-left: 8px;
}

.ui-slider {
    height: 15px;
    position: relative;
    width: 270px;
    background: #ffffff url( "../assets/images/bkg/slider_bg.jpg" ) no-repeat;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -3px;
    width: 24px;
    height: 14px;
    background-image: url( "../assets/images/bkg/slider_handle.png" );
    border: none;
    cursor: pointer;
}

.ui-slider-horizontal {
    height: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: 0px;
}

.rel-position {
    position: relative;
}

.evergy_description {
    padding: 15px 0 0 10px;
    width: 265px;
    color: #616161;
}

/*[Start] Share this page*/
div.share_email_back_area {
    width: 400px;
    margin: 3px 0 10px 20px;
}

div.share_email {
    width: 400px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
    line-height: 18px;
    margin: 3px 0 106px 20px;
}

div.share_email_success {
    width: 400px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
    margin: 10px 0 106px 20px;
}

div.share_email div.share_email_group {
    margin-top: 10px;
}

div.share_email div.share_email_title {
    font-family: "Times New Roman", Arial, Sans-Serif;
    font-size: 25px;
    color: #891112;
    line-height: 25px;
    margin: 18px 0 6px 0;
}

.text_000000 {
    color: #000000;
    font-family: "GaramonIECbyBT Light", Arial, Sans-Serif;
}

.text_990000 {
    color: #990000;
}

div.share_email input.textbox, div.share_email textarea {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
    border: 1px solid #cbcbcb;
}

div.share_email input.textbox {
    width: 163px;
    height: 17px;
}

div.share_email textarea {
    width: 376px;
    height: 96px;
}

div.share_email label.error_message {
    color: red;
    vertical-align: middle;
}

.hide {
    display: none;
}

/*[End] Share this page*/

/*Start Promo */

a.view_offer_detail_link:link, a.view_offer_detail_link:visited, a.view_offer_detail_link:active{
	color:#990000;
	margin-left:10px;
	text-decoration:none;
	font-family:Arial,Verdana,Sans-Serif;
}

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

div.upperForm img.offer_available_icon{
	margin-left:10px;
}

div.productContain img.offer_available_icon{
	margin:10px 0;
}

div#offer_detail_panel {
	background-color:transparent;
	border:none;
}

div#offer_detail_panel_mask {
	background-color: #ffffff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div#offer_detail_panel_mask  .panel .bd {
	padding:0;
}

div#offer_detail_panel .bd {
	padding:0;
	margin:0;
}

div#offer_detail_panel .close {
	border:none 0;
	background-image:none;
	background-color:transparent;
	height:24px;
	margin:8px 16px 0 0;
	width:24px;
}



div.offer_detail_container,
div.offer_detail_container div.offer_detail_content_outer,
div.offer_detail_container div.offer_detail_bottom{
	width:564px;
}

div.offer_detail_container div.offer_detail_content_outer{
	background:url("../assets/images/special_offer_container_top.png") no-repeat 0 0;
	padding-top:30px;
}

div.offer_detail_container div.offer_detail_content_inner{
	margin:10px 60px 0 50px;
	overflow: auto;
	max-height:590px;
}

* html div.offer_detail_container div.offer_detail_content_inner {
   height: expression( this.scrollHeight > 590 ? "590px" : "auto" ); /* sets max-height for IE */
}


div.offer_detail_container div.offer_detail_bottom{
	background:url("../assets/images/special_offer_container_bottom.png") no-repeat;
	height:24px;
}

div.offer_detail_container div.promo_group{
	border:1px solid #E7E7E7;
	display:block;
	margin:0 0 10px;
	padding:10px;
}

div.offer_detail_container p{
	text-align:left;
	font-family:Arial,Verdana,Sans-Serif;
	color:#434343;
	font-size:11px;
	margin:0;
}

div.offer_detail_container p.offer_title{
	font-size:16px;
	color:#af3236;
	margin:0 0 4px 0;
}

div.offer_detail_container p.offer_date{
	font-size:12px;
}

div.offer_detail_container p.offer_valid_date{
	font-size:10px;
}

div.offer_detail_container p.offer_desc{
	margin:30px 0;
	font-size:12px;
}

div.offer_detail_container div.offer_download{
	line-height:14px;
	margin-bottom:30px;
	text-align:left;
}

div.offer_detail_container div.offer_download li{
	margin-bottom:4px;
}

div.offer_detail_container div.offer_download a:link,
div.offer_detail_container div.offer_download a:active,
div.offer_detail_container div.offer_download a:visited{
	text-decoration:none;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:12px;
	line-height:14px;
	color:#3866d8;
	font-weight:bold;
	background: transparent url("../assets/images/icon_pdf.gif") no-repeat 0 0;
	padding-left:20px;
}

div.offer_detail_container div.offer_download a:hover{
	text-decoration:underline;
}
/*End Promo */

/* Start 1000 cooks for cure */

/*div.a_thousand_cook_for_the_cure_content{
	background: transparent url("../assets/images/a_thousand_cook/bkg_a_thousand_cook.jpg") repeat-x 0 0;
}*/

div.cookForCure .a_thousand_cook_for_the_cure { /*float: left;*/ }

div.a_thousand_cook_for_the_cure_content div#Header{
	height:94px;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col1{
	margin: 20px 0 0 0;
	width:180px;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li{
	font-size: 11pt;
	color:#929191;
	/*text-transform:uppercase;*/
	line-height:22px;
	margin-bottom:4px;
    border-bottom: 1px solid #d65d9b;
    font-family: Arial;
}
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li.current { background: url("../assets/images/nav.bg.png") repeat-x; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li:hover { background: url("../assets/images/nav.bg.png") repeat-x; }

div#PageContent div.a_thousand_cook_for_the_cure img{
	margin:0;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a.selected:link,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a.selected:active,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a.selected:visited,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a.selected:hover{
	color:#bd3017;
	cursor:default;
	text-decoration:none;
    color: #af5d8b;
}
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation { width: 170px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a:link,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a:active,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a:visited{
	text-decoration:none;
	font-family: Verdana, Arial;
	font-size:11px;
	line-height:14px;
	color:#660039;
	font-weight: bold;
	padding: 10px 6px 7px 0;
	/*background: transparent url("../assets/images/a_thousand_cook/icon_right_arrow.gif") no-repeat right 0;*/
	outline:none;
    display: block;
}
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li:hover a { color: #AF5D8B; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li span{
	color:#bd3017;
	font-family: Arial, Sans-Serif;
	font-weight:bold;
	font-size:11px;
}

/*div#PageContent div.a_thousand_cook_for_the_cure div.main_col1 ul.left_navigation li a:hover{
	text-decoration:underline;
}*/

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2{
	width: 500px;
    margin-top: 10px;
	/*border-left:solid 1px #d099c0;*/
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper{
	margin:10px 0 0 30px ;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper p{
	font-size:12px;
	color:#424040;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper p.download{
	margin:0;
}
div#PageContent div.a_thousand_cook_for_the_cure h1.hostAParty{ /*font-size:28px; color: #d35294; font-family: times New Roman; white-space: nowrap; position: absolute;margin-top: 19px; margin-left: 210px;*/}
div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper h1{
	font-size:28px;
    color: #d35294;
    font-family: times New Roman;
    white-space: nowrap;
}
div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper h2 { font-family: times New Roman; font-size: 17px; font-weight: normal; color: #D35294; }

/*div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper h2{
	font-size:15px;
	font-weight:bold;
	color:#6f6f6f;
	font-family: Arial, Sans-Serif;
}*/

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper div.content_inner_upper_left{
	width:450px;
    /*margin-bottom: 46px;*/
    margin-bottom: 0;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper div.content_inner_upper_right{
	width:290px;
	margin-left:10px;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_lower{
	margin:0 0 0 16px ;
}

div.content_inner_donation{
	margin:0 0 0 40px ;
	color:#8A8888;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:11px;
	margin-bottom:10px;
	margin-top:0;
	vertical-align:middle;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_lower p { font-family: "Futura Bold", Sans-Serif; font-weight: bold; margin:0 0 0 13px; float: left; }

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_lower img.share_list{
	/*margin-top:240px;*/
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_lower p.map_header span.number{
	color:#f6adcd;
	font-size:15px;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_lower p.map_header span.desc{
   color:#8a8888;
	font-size:15px;
}

p.map_header {
	display:inline;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 { width: 286px; margin-top: 33px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 img.party { margin-top: 11px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 h2 { color: #D35294; border-bottom: 1px solid #d35294; font-size: 16px; margin-bottom: 3px; padding: 8px 0; margin-top: 7px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 h3 { color: #424040; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 h3 span { padding-left: 6px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 p { color: #424040; margin-left: 44px; font-size: 11px; margin-bottom: 0; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 p.endDate { display:inline; margin-left: 0px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 p.register,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 p.facebook { font-size: 11px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 h3.stepthree { border-top: 1px solid #D35294; margin-top: 8px; padding-top: 3px; }
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 p.register a,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col3 p.facebook a{ color: #D35294; }

div#PageContent div.a_thousand_cook_for_the_cure div.footnote { color: #8A8888; font-size: 9px; padding: 0 0 6px; margin-top:30px;}
div#PageContent div.a_thousand_cook_for_the_cure div.footnote a { color: #8e3f6b; }

#overlay { background: url(../assets/images/header.background.png) repeat; position: absolute; top: 0; min-height: 100%; height: auto; width: 100%; z-index: 999; }
#overlay .content { height: auto; width: auto; background: #fff; margin: 20px auto 0; padding: 4px 20px 10px; }
#overlay h2.close { margin: 0; padding: 0; cursor: pointer; }

div#PageContent div.a_thousand_cook_for_the_cure ul.pdf_list { margin-bottom: 3px; padding-bottom: 10px; /*border-bottom: 1px solid #D35294; */}
div#PageContent div.a_thousand_cook_for_the_cure ul.pdf_list li{
	display:block;
	height: 14px;
	/*line-height:20px;*/
	padding-left:4px;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper div.content_inner_upper_left a:link,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper div.content_inner_upper_left a:active,
div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper div.content_inner_upper_left a:visited{
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	color:#6A94E6;
	font-family: Arial, Sans-Serif;
}

div#PageContent div.a_thousand_cook_for_the_cure div.main_col2 div.content_inner_upper div.content_inner_upper_left a:hover{
	text-decoration:underline;
}

div#PageContent div.a_thousand_cook_for_the_cure ul.pdf_list a:link,
div#PageContent div.a_thousand_cook_for_the_cure ul.pdf_list a:active,
div#PageContent div.a_thousand_cook_for_the_cure ul.pdf_list a:visited{
	text-decoration:none;
	font-size:11px;
	line-height:14px;
	/*color:#6A94E6;*/
    color: #D35294;
	/*background: transparent url("../assets/images/a_thousand_cook/small_pdf_icon.png") no-repeat 0 0;*/
	padding-left: 41px;
	font-family: Arial, Sans-Serif;
}


div#PageContent div.a_thousand_cook_for_the_cure ul.pdf_list a:hover{
	text-decoration:underline;
}

div#PageContent div.a_thousand_cook_for_the_cure p.photo_desc{
	margin:10px 0;
	font-weight:bold;
	font-size:10px;
	font-family: "FuturaBT Medium", Arial, Sans-Serif;
	color:#8a8888;
	text-align:center;
	text-transform:uppercase;
}


div#PageContent div.a_thousand_cook_for_the_cure div.map_container{
	width:469px;
	margin:0;
}

div#PageContent div.a_thousand_cook_for_the_cure div.map_container div.top{
	background: url(../assets/images/a_thousand_cook/map_container_top.png) no-repeat top;
	height:11px;
	width:100%;
        margin: 40px 0 0 0;
}

div#PageContent div.a_thousand_cook_for_the_cure div.map_container div.body{
   background: url(../assets/images/a_thousand_cook/map_container_body.png) repeat-y top;
	width:100%;
}

div#PageContent div.a_thousand_cook_for_the_cure div.map_container div.body_inner{
	margin-left:16px;
}

div#PageContent div.a_thousand_cook_for_the_cure div.map_container div.bottom{
	background: url(../assets/images/a_thousand_cook/map_container_bottom.png) no-repeat top;
	height:6px;
	width:100%;
}

/* End 1000 cooks for cure */

/* Start register 1000 cooks for cure */

div.register_cook_container,
div.register_cook_container div.register_cook_content_outer,
div.register_cook_container div.register_cook_bottom{
	width:787px;
}

div.register_cook_container div.register_cook_content_outer{
	/*background:url("../assets/images/a_thousand_cook/register_1000_cooks_container_top.png") no-repeat 0 0;*/
	padding-top:0;
}

div.register_cook_container div.register_cook_content_inner{
	margin:10px 35px 0 20px;
	overflow: hidden;
	height:590px;
}
div.register_cook_container div#register_area { text-align: left; }
div.register_cook_container div#register_area h1 { color: #D35294; }
div.register_cook_container div#register_area form ul { font-family: "FuturaBT Medium",Sans-Serif; }
div.register_cook_container div#register_area form ul li { clear: both; }
div.register_cook_container div#register_area form ul li.checkbox { padding: 5px 0; }
div.register_cook_container div#register_area form ul li label { font-size: 12px; color: #8A8888; }
div.register_cook_container div#register_area form ul li input[type="text"],
div.register_cook_container div#register_area form ul li textarea { border: 1px solid #f1a9ca; width: 170px; margin: 8px 0 5px; }
div.register_cook_container div#register_area form ul li textarea { width: 320px; }
div.register_cook_container div#register_area form div.formemail { float: left; padding-right: 20px; }
div.register_cook_container div#register_area form ul li input.submit_register_form { margin-top: 10px; }
div.register_cook_container div#register_area form ul li p.disclaimer { margin: 0; }

div.register_cook_container div.register_cook_bottom{
	/*background:url("../assets/images/a_thousand_cook/register_1000_cooks_container_bottom.png") no-repeat;*/
	height:21px;
}


div#register_cook_panel {
	background-color:transparent;
	border:none;
}

div#register_cook_panel_mask {
	/*background-color: #d65d9b;*/
	/*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
    background: url(../assets/images/overlay.bg.png) repeat;
    z-index: 205;
}

div#register_cook_panel_mask .panel .bd {
	padding:0;
}

div#register_cook_panel .bd {
	padding:0;
	margin:0;
}

div#register_cook_panel .close {
	border:none 0;
	background: url(../assets/images/close.button.jpg) no-repeat;
	height: 30px;
	margin: 8px 16px 0 0;
	width: 30px;
}

div.register_cook_container table tr td{
	font-family: Arial, Sans-Serif;
	font-size:12px;
	color:#020202;
}

div.register_cook_container table tr td.required{
	font-size:10px;
}

div.register_cook_container table tr td.title{
	width:180px;
	padding-right:20px;
	text-align:right;
}

div.register_cook_container table tr td input,
div.register_cook_container table tr td textarea{
	border-top:solid 1px #706f6f;
	border-right:solid 1px #b3b0b0;
	border-bottom:solid 1px #d7d5d5;
	border-left:solid 1px #b3b0b0;
	background:#fdfafa url("../assets/images/a_thousand_cook/bkg_input_text.gif") repeat-x 0 0;

}

div.register_cook_container table tr td input#firstname,
div.register_cook_container table tr td input#lastname,
div.register_cook_container table tr td input#email,
div.register_cook_container table tr td input#emailconfirm,
div.register_cook_container table tr td textarea#inspiration{
	width:280px;
}

div.register_cook_container table tr td input#zip{
	width:90px;
}

div.register_cook_container table tr td input#option,
div.register_cook_container table tr td input#agreeterms{
	border:0 none;
	background-image:none;
}

div.register_cook_container table tr td input.submit_register_form{
	border: 0 none;
	background:transparent;
	width:57px;
	height:20px;
}

div.register_cook_container table tr td label.lbl_agree{
	margin-top:2px;
	margin-left:2px;
}

div.register_cook_container p{
	color:#8a8888;
	margin: 6px 144px 6px 0;
	font-size:12px;
	font-family: "FuturaBT Medium", Sans-Serif;
	text-align:left;
}

div.register_cook_container #result_area{
	display:none;
}

div.register_cook_container #result_area p{
	font-size:14px;
}

div.register_cook_container #result_area p.header{
	font-weight:bold;
	font-size:17px;
	color:#8a8888;
	margin-top:150px;
}

div.register_cook_container #already_registered{
    display:none;
}

div.register_cook_container #not_registered{
    display:none;
}

div.register_cook_container #errordiv{
    display:none;
}

div.register_cook_container #result_area a.facebook_link:link,
div.register_cook_container #result_area a.facebook_link:active,
div.register_cook_container #result_area a.facebook_link:visited{
	text-decoration:none;
	font-family: "FuturaBT Medium", Sans-Serif;
	font-size:14px;
	line-height:18px;
	color:#5a75a4;
	font-weight:bold;
	background: transparent url("../assets/images/a_thousand_cook/icon_facebook.gif") no-repeat 0 0;
	padding-left:20px;
}

div.register_cook_container #result_area a.facebook_link:hover{
	text-decoration:underline;
}

div#PageContent div.map_container form{
	margin:0;
}
div.register_cook_container table tr td span.smallerrortext{
	font-size:11px;
}
.map-container {
    width: 441px;
    height:243px;
    margin-left:16px;
    border: 1px solid #d65d9b;
}
.map-container .map {
    width: 441px;
    height: 243px;
    position:relative;
    z-index:0;
    overflow: hidden;
}

div#PageContent div.a_thousand_cook_for_the_cure div.a_thousand_cooks_form {
   background-color:#FFFFFF;
   border:1px solid #E9E9E9;
   padding:10px;
}

/* End register 100 cooks for cure */

/* Start Footer */

div#Footer {
	position: relative;
	background: #929191;
}

div#Footer ul#FooterNav {
	text-align: left;
	margin-left: 20px;
	padding:15px 0 3px;
}

div#Footer ul#FooterNav a { font-weight:bold; }

div#Footer p {
	text-align: left; margin-left: 20px; font-size: 8px; color:#FFF; font-weight:bold; background-color:transparent; !important
}

	.follow{
		font: 100 9px Verdana, Arial, Sans-Serif;
		width: 80px;
		color: #fff;
		text-align: center;
		position: absolute;
		right: 0px;
		top: 5px;
	}

	.follow em{
		font-style: normal;
		padding: 2px;
	}
	.follow a{
		display: inline;

	}
	img{
		border: none;
		margin: 2px;
	}

p.google_name{
	color: #660039 !important;
	font-size: 15 !important;
	margin-left: 5px !important;
	margin-top: 10px !important;
}

p.google_inspiration{
	color: #F6ADCD !important;
	font-size: 10 !important;
	width: 300px;
	margin-left: 5px !important;
	margin-top: 10px !important;
}

lable.blur{
	color: #B9B9B9;
}

div.shopKa {
	background: url("/assets/images/category/bkgrd-spacer-line-shopka.gif") no-repeat scroll left top transparent;
    padding-top: 20px;
    position: absolute;
    left:22px;
    top:141px;
    width: 314px;
}

div.hero h1 {
    width:355px;
}

div.hero h2 {
    width: 382px;
    font: 13px Arial !important;
    font-weight: bold  !important;
}

div.shop{
	font-size: 20px !important;
	color: #af153a !important;
	font-weight: bold !important;
}

div.kitchenAid {
    color: #AF153A !important;
    font-size: 35px;
    left: 46px;
    position: absolute;
    top: 16px;
}

div.shopKa h2{
    font: 12px Arial !important;
    width:213px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 4px;
}

/* End Footer */
