/*
    This style sheet will be included on every aspx page the CMS produces. Its intent is to 
    allow each region to add styles as needed without editing the global css files.
*/


  /* Where to Buy Page / Buy Now  */
#wtb {color:#666666;}  /*0.95em = 11pt*/
#wtb {min-height:500px;height:auto !important;height:500px;}
#wtb h2.pageTitle span{color: #666666;}
#wtb .formTable{background:url(../../assets/images/products/product_wheretobuy_bg.jpg) no-repeat;height:79px;width:629px;}
#wtb td, #wtb div {font-family:Arial; text-align:left;}
#wtb a {text-decoration:none;}
#wtb .indent{padding: 0 50px 0 100px; height:79px;}
#wtb .footnote{padding: 10px 20px 0 20px;}
#wtb .changeZip{display:block; background: url(/app/assets/images/arrow_left.jpg) 0px 4px no-repeat; padding: 0 0 0 10px;margin: 0 0 20px 0;font-size:100%; color:#003466; text-decoration:none; width: 100px;}
#wtb .results{height:400px; width:580px; overflow-y: auto; overflow-x:hidden;padding:15px;}
#wtb .t {background: url(/app/assets/images/filter/dot.gif) 0 0 repeat-x; }
#wtb .b {background: url(/app/assets/images/filter/dot.gif) 0 100% repeat-x}
#wtb .l {background: url(/app/assets/images/filter/dot.gif) 0 0 repeat-y}
#wtb .r {background: url(/app/assets/images/filter/dot.gif) 100% 0 repeat-y}
#wtb .bl {background: url(/app/assets/images/filter/bl.gif) 0 100% no-repeat}
#wtb .br {background: url(/app/assets/images/filter/br.gif) 100% 100% no-repeat}
#wtb .tl {background: url(/app/assets/images/filter/tl.gif) 0 0 no-repeat}
#wtb .tr {background: url(/app/assets/images/filter/tr.gif) 100% 0 no-repeat; padding:5px;}
#wtb .disclaimer{color:#666666;font-size:0.8em;}
#wtb .pad{padding-top:20px;}


#wtb input.zipCode
{
width:86px;
height:15px;
margin-right:8px;
padding: 3px 7px 0px 7px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

