body {
    margin: 0;
    padding: 0;
    color: #181512;
    font-family: "Avenir LT W01 55 Roman", verdana, arial, sans-serif;
    font-size: 13px;

    background-color: white;
}

form {
    margin: 0;
    border: none;
}

.frm, input, text, textarea, select {
    font-size: 11px;
    font-family: "Avenir LT W01 55 Roman", verdana, arial, sans-serif;
}

img {
    border: none;
}

em {
    color: #181512;
    font-weight: normal;
}

td.blp {
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    height: 26px;
}

th {

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    text-align: right;
    font-size: 13px;
}

.default {
    color: #464646;
    text-decoration: none;
}

.nav {
    color: #369;
    font-size: 11px;
}

.navHi {
    color: #F05323;
    font-size: 11px;
}

.navLo {
    color: #b9b9b9;
    font-size: 11px;
}

.navClean {
    font-size: 11px;
    text-decoration: none;
}

.greeting {
    color: #F05323;
    font-size: 11px;
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

.error {
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;

    color: #f00 !important;
}

.errorNoBold {
    color: #f00;
}

.titleGray {
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;

    color: #9A9A9A;
    font-size: 15px;
}

.titleGrayLt {
    color: #9A9A9A;
    font-size: 15px;
}

.mbTitle {
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    color: #464646;
    font-size: 13px;
}

.poptitle {
    color: #F05323;
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;

    font-size: 15px;
}

.redText {
    color: #FF0000;
}

.strike {
    text-decoration: line-through;
}

.sm {
    font-size: 11px;
    line-height: 1.2
}

.smbld {
    color: #666666;
    font-size: 9px;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

.reg {
    font-size: 10px;
}

.star {
    color: #FF6600;
    font-size: 13px;
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

br.sm {
    font-size: 9px;
}

a {
    color: #369;
}

a:active {
    color: #F05323;
}

a.label {
    color: #F05323;
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;

    text-decoration: none;
}

a.default {
    color: #464646;
    text-decoration: none;
}

a.chkLnk {
    color: #464646;
    text-decoration: none;
    font-size: 11px;
}

/* help styles */
a.smLnk {
    color: #666699;
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;

    font-size: 11px;
    text-decoration: none;
}

a.smLnk:hover {
    color: #3333FF;
    text-decoration: underline;
}

.projLightbox {
    background-color: white;
}

.lightbox {
    background-color: #dddddd;
}

.shade {
    background-color: #E8E8E8;
}

.yellow {
    background-color: #FFCC33;
}

/* ? */
td.gray {
    background-color: #999999;
}

.free {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.nowrap {
    white-space: nowrap;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* old footers */

/* new footer */

div#ft.limit {
    margin-left: 30px;
    width: 665px;
    border-top: 3px solid #ddd;
}

#flow #ft, #flow #ft.limit {
    margin-left: 0;
}

div#ft #cpy {
    font-size: 10px;
    color: #999;
}

div#ft.limit #cpy {
    margin-top: 20px;
}

html > body div#ft.limit #cpy {
    margin-top: 13px;
}

div#ft a#prvcy {
    display: none;
    float: left;
    width: 1px;
    height: 1px;
    margin-top: 5px;
}

div#ftlnk {
    font-size: 10px;
    line-height: 14px;
    color: #369;
    margin: 0 10px 2px 131px;
}

div#ftlnk a {
    white-space: nowrap;
}

div#ft i {
    display: none;
}

/* end new footer */

/* nav tags */
/* topnav */
table#nv {
    width: 700px;
}

#nv td {
    padding: 0;
    border: none;
}

#nv td div {
    font-size: 11px;

    font-family: "Avenir LT W01 55 Roman", verdana, arial, sans-serif;
    color: #666;
    line-height: 22px;
}

#nv table td a {
    display: block;
    height: 31px;
}

#nv td div#wlcm {
    padding-left: 15px;
    color: #F05323;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;

    text-transform: capitalize;
    white-space: nowrap;
}

#nv td div#nvsmrt {
    padding-right: 11px;
    text-align: right;
}

#nv table {
    border-bottom: 4px solid white;
}

/*#nv table {margin-bottom: 4px;} this would be better but might not work on all browsers*/

/* heading */
h2 {
    font-size: 18px;
    margin: .5em 0;
    color: #565656;
}

h3, h4, h5 {
    margin: 1.2em 0 0 0;
    padding: 0;
}

h3, p.head, span.head {
    color: #D74012;
    font-size: 16px;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

h4 {
    font-size: 13px;
}

h4, strong, .label {
    color: #D74012;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

td.sec {
    padding: 0 0 0 .8em;
    background-color: #ddd;
    color: #666;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

h5, .sub, .instruct {
    color: #565656;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h5 {
    margin-top: 0;
    font-size: 13px;
}

/* forms */
.tier1 {
    margin: 0 0 1em 80px;
}

a.arrow_rt {
    float: left;
    display: inline;
    font-size: 11px;
    line-height: 14px;
    color: #666;
    text-decoration: none;
    padding-right: 16px;
    background: url(/img_/misc/arrow_gr.gif) 100% 1px no-repeat;
}

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

div.hln a.arrow_rt {
    margin-top: 4px;
    float: right;
}

/* Promo Wells */
.well {
    position: relative;
    display: block;
    width: 150px;
    height: 110px;
    margin: 0 0 5px 0;
}

div.pr {
    width: 150px;
    min-height: 110px;
    text-align: center;
    margin: 5px auto 0 auto;
}

div.well.first div.pr {
    margin-top: 0;
}

div.pr p {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
}

div.pr p.lft {
    margin-left: 8px;
    text-align: left;
}

div.pr strong {
    display: block;
    color: #565656;
    font-size: 9px;
    line-height: 13px;
}

.pop p, .pop td {
    color: #565656;
    font-size: 13px;
    margin-top: 0;
}

.pop .date, .pop strong {
    color: #666;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

.pop a.details:link {
    color: #666;
    text-decoration: underline;
}

.pink {
    color: #f69;
}

/* WL */
div.wl {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 225px;
    height: 135px;
}

div.swl {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 275px;
    height: 95px;
}

div.dwl {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 275px;
    height: 190px;
}

div.pr300 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    width: 300px;
    height: 135px;
}

div.pr300x67 {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 300px;
    height: 67px;
}

div.pr300x63 {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 300px;
    height: 63px;
}

div.pr186 {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 186px;
    height: 135px;
}

div.pr206 {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
}

div.cat200 {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 200px;
    height: 137px;
}

#pr2_promo_container {
    width: 186px;
    height: 135px;
    overflow: hidden;
    float: left;
}

div.wl table td {
    border: none;
    padding: 0;
    vertical-align: top;
}

div.wl td {
    padding: 0;
}

div.wl p {
    font-size: 10px;
    line-height: 12px;
    color: #666;
}

div.wl a {
    color: #666;
}

div.wl a:hover {
    color: #333;
}

div.wl img {
    display: block;
}

div.wl.color img {
    width: 225px;
    height: 135px;
}

div.wl td {
    padding: 0;
}

div.wl.top td.cpy {
    width: 110px;
    vertical-align: middle;
}

div.wl.top p {
    margin: 0 2px 5px 0;
    padding: 0;
}

div.wl.top a.arrow_rt {
    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
}

div.wl.bottom {
    background-color: #e9e9e9;
}

div.wl.bottom p {
    margin: 0;
    padding: 0;
    height: 27px;
}

div.wl.bottom p a.arrow_rt {
    display: block;
    float: none;
    width: 202px;
    margin: 0 5px 0 0;
    padding: 7px 13px 7px 5px;
    line-height: 13px;
    background-position: 100% 7px;
}

div.wl.list .listnav {
    margin-top: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 100px;
}

div.wl.list .listnav a {
    display: block;
    font-size: 11px;
    line-height: 12px;
    padding-left: 10px;
    text-decoration: none;
}

div.wl.list .listnav a:hover {
    background: url(/img_/store/new_wells/rollover_arrow.gif) 0 2px no-repeat;
}

div.top5 {
    padding-top: 5px;
}

/* tables */
table.ruled {
    margin-top: 1em;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

table.ruled td {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

/* tags */
p {
    margin: 9px 0;
    font-size: 13px; /*ie req*/
}

p.right {
    text-align: right;
}

td {
    font-size: 13px; /*ie req*/
}

h4 + p, p.t0 {
    margin-top: 0;
}

div.cleaner {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* healine */
div.hln {
    clear: both;
    padding: 8px 0 4px 1px;
}

div.hln h2 {
    display: inline;
    font: normal 18px/20px Arial, Helvetica;
    color: #9c3;
    padding-right: .7em;
}

div.hln h2 em {
    color: #999;
    font-weight: normal;
    font-style: normal;
}

div.hln h2 i {
    display: inline;
    /*border-left: 1px solid #999;*/
    padding: 0 .6em;
    font-size: 15px;
    line-height: 18px !important;
    color: #999;
    /*background-color: yellow;*/
    vertical-align: top;
}

div.line {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 1px;
    line-height: 0;
    border-top: 1px solid #9c3;
}

/* olive buttons */
ul.ob {
    list-style: none;
    padding: 0;
    margin: .2em 0 0 0;
}

ul.ob li {
    margin: 0 0 6px 0;
    padding: 0;
}

span.ob {
    white-space: nowrap;
}

div.ob a {
    display: block;
}

p.ob {
    line-height: 18px !important;
}

.ob a {
    padding: 0 0 2px 15px;
    background: url(/img_/misc/ob_ie.gif) no-repeat;
}

html > body .ob a {
    background: url(/img_/misc/ob.png) no-repeat;
}

.ob a.check {
    background-position: 0 0;
}

.ob a.check:hover {
    background-position: 0 -50px;
}

.ob a.a1 {
    background-position: 0 -100px;
}

.ob a.a1:hover {
    background-position: 0 -150px;
}

.ob a.a2 {
    background-position: 0 -200px;
}

.ob a.a2:hover {
    background-position: 0 -250px;
}

.ob a.a3 {
    background-position: 0 -300px;
}

.ob a.a3:hover {
    background-position: 0 -350px;
}

.ob a.bck {
    background-position: 0 -300px;
    font-size: 11px;
}

.ob a.bck:hover {
    background-position: 0 -350px;
}

.ob a.a4 {
    background-position: 0 -400px;
}

.ob a.a4:hover {
    background-position: 0 -450px;
}

.ob a.a5 {
    background-position: 0 -500px;
}

.ob a.a5:hover {
    background-position: 0 -550px;
}

.ob a.a6 {
    background-position: 0 -600px;
}

.ob a.a6:hover {
    background-position: 0 -650px;
}

.ob a.cross {
    background-position: 0 -700px;
}

.ob a.cross:hover {
    background-position: 0 -750px;
}

/* sub olives */
div.ob ul {
    font-size: 11px;
    list-style: disc;
    padding: 0;
    margin: 0 0 14px 0;
}

div.ob ul li {
    padding: 0 0 2px 0;
    font-size: 11px;
    line-height: 11px;
    margin-left: 30px;
    color: #369;
}

div.ob ul li a {
    background: none;
    line-height: 11px;
    margin: 0;
    padding: 0;
    display: inline;
}

div.ob ul li a:hover, div.ob ul li #sel {
    background: none;
    color: #F05323;
    padding-left: 0;
    text-decoration: none;
}

div.ob ul li #sel {

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    color: #F05323;
}

.selSubOlive {

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    color: #F05323;
    text-decoration: none;
    border-bottom: 1px dotted #F05323;
}

a.tips {
    text-align: right;
    float: right;
    display: block;
    padding-left: 18px;
    height: 17px;
    background: url(/img_/help/tips/tips_icon.gif) top left no-repeat;
}

/* floating promo popups */
.hideWell {
    display: none;
    visibility: hidden;
}

.wellAbs {
    display: block;
    width: 150px;
    height: 110px;
    clip: rect(0px 150px 110px 0);
}

#popArea {
    position: absolute;
    width: 540px;
    height: 276px;
    visibility: hidden;
}

html > body #popArea {
    background: url(/img_/misc/popshade.png) 0 0 no-repeat;
}

#popFrame {
    position: absolute;
    width: 511px;
    height: 267px;
    background: url(/img_/misc/popup_frame.gif) no-repeat;
}

#popHandle {
    height: 30px;
}

#popHandle input {
    font-size: 11px;
    width: 15px;
    margin: 4px 0 2px 491px;
    padding: 0;
}

#popFrame table.pop {
    padding: 0;
    margin: 0 1px 0 0;
    float: right;
}

#popShadeRt {
    position: absolute;
    margin-top: 123px;
    margin-left: 510px;
    padding: 0;
    width: 30px;
    height: 140px;
}

#popShadeBt {
    position: absolute;
    margin-top: 263px;
    padding: 0;
    width: 524px;
    height: 12px;
}

/* fix safari ob underline of olive */
.orgOliveImg {
    text-decoration: none;
}

/* Brand Colors - partner override in custom.css */
.title {
    color: #99CC33;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.accent {
    background-color: #99CC33;
}

.pageTitle {
    color: #F05323;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

/* classes for long stretchy header */
table#nvwide {
    width: 1000px;
}

#bar {
    font-size: 2px !important;
    line-height: 8px;
    height: 11px;
    background-color: #9c3;
}

#barlf {
    width: 15px;
    height: 11px;
    float: left;
    clear: left;
    background: #fff url(/img_/SFLY/caplfm.gif) 10px 0 no-repeat;
}

#barrt {
    width: 5px;
    height: 11px;
    float: right;
    clear: right;
    background: #fff url(/img_/SFLY/caprtm.gif) right 0 no-repeat;
}

/* and for long stretchy footer */
div#ftwide #ft {
    margin: 12px 0 0 15px;
    padding: .5em 0 1em 0;
    border-top: 3px solid #ddd;
    width: 985px !important;
}

div#ftwide #ft.limit {
    margin-left: 30px;
    width: 965px !important;
}

/* Begin 206x135, 225x135, 300x135, 484x280, 485x100, 507x233, 484x240, 980x135, 321x282, 670x135, 980x56, 320x320  HTML wells */
.pr206_table_outer {
    border: 1px solid #c6c7c9;
    width: 206px;
    height: 135px;
}

.pr206_table_inner {
    width: 186px;
    height: 115px;
}

.pr206_table_inner_td_main {
    text-align: center;
}

.pr206_main_text {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 18px;
}

.pr206_line_two {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 5px;
}

.pr206_table_inner_td_line3 {
    text-align: right;
    height: 10px;
}

#pr206_main_shopnow {
    font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 10px;
    position: relative;
    letter-spacing: 0.031em;
    top: 3px;
}

#pr206_main_shopnow a {
    text-decoration: none;
    color: #181512;
}

.pr225_table_outer {
    border: 1px solid #c6c7c9;
    width: 225px;
    height: 135px;
}

.pr225_table_inner {
    width: 205px;
    height: 115px;
}

.pr300_table_outer {
    border: 1px solid #c6c7c9;
    width: 300px;
    height: 135px;
}

.pr300_table_inner {
    width: 280px;
    height: 115px;
}

.pr484_table_outer {
    width: 484px;
    height: 280px;
}

.pr484_table_inner {
    width: 424px;
    height: 234px;
}

.pr484_main_text {
    font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 29px;
}

.pr484_line_two {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 15px;
    position: relative;
    top: 5px;
    line-height: 20px;
}

.pr484_85_heavy {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 15px;
    position: relative;
    top: 5px;
    line-height: 20px;
}

.pr485_table_outer {
    border: 1px solid #c6c7c9;
    width: 485px;
    margin-right: 5px;
    *margin-right: 2px;
    height: 100px;
}

.pr485_table_inner {
    width: 465px;
    height: 80px;
}

.pr507_table_outer {
    background-image: url('/i/landingpages/1083216_sitewide_pop_507x233_bkgrnd.gif');
    width: 507px;
    height: 233px;
}

.pr507_table_inner {
    width: 487px;
    height: 213px;
}

.pr507_table_inner_td_main {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #58595b;
    font-size: 12px;
}

#pr507_main_text {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 18px;
}

#pr507_text {
    margin-top: 10px;
}

#pr507_lto {
    margin-top: 19px;
}

#pr507_shop_now {
    font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 10px;
    margin-top: 10px;
}

#pr507_shop_now a {
    text-decoration: none;
    color: #f05323;
}

#pr507_tc {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #58595b;
    font-size: 9px;
}

.pr486x240_table {
    width: 484px;
    height: 240px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pr486x240_align {
    display: inline-block;
    text-align: left;
}

.pr486x240_line_bold {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    font-size: 13px;
    bottom: 9px
}

.pr486x240_line_two {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    font-size: 13px;
}

.pr486x240_disclaimer {
    position: relative;
    top: 50px;
}

.dod_980x135 {
    width: 980px;
    height: 135px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url(/i/landingpages/1121259_dotd_grid_980x135_bkgrnd.gif);
}

.dod_980x135_font_main {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 7px;
}

.dod_980x135_font_code {
    font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
}

.dod_980x135_font_cta {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 13px;
    line-height: 13px;
}

.dod_321x282 {
    width: 321px;
    height: 282px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url(/i/landingpages/1121259_dotd_grid_321x282_bkgrnd.gif);
}

.dod_321x282_font_main {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 7px;
}

.dod_321x282_font_code {
    font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
}

.dod_321x282_font_cta {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 13px;
    line-height: 13px;
}

.dod_670x135 {
    width: 670px;
    height: 135px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url(/i/landingpages/1121259_dotd_grid_670x135_bkgrnd.gif);
}

.dod_670x135_font_main {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 7px;
}

.dod_670x135_font_code {
    font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

.dod_670x135_font_cta {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 12px;
    line-height: 12px;
}
	#hdPromoOuter {
    background-color: #f6f6f6;
    width: 980px;
    height: 56px;
	text-align: center;
}
	#hdPromoOffer {
    font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
    color: #f05323;
    font-size: 14px;
    position: relative;
    top: 11px;
    line-height: 16px;
}
	#hdPromoDetails {
    font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    color: #181512;
    font-size: 11px;
    position: relative;
    top: 14px;
    line-height: 14px;
}
    #hdPromoDetails a {
	text-decoration: none;	
    color: #181512;
}

.hd_320x320 { 
 	width: 320px; 
	height: 320px; 
	display: table-cell; 
	vertical-align:middle; 
	text-align: center;
	background-color:#f1f1f1;
}

.hd_320x320_font_main {
	font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif; 
	color: #f05323; 
    font-size: 20px;
	line-height: 20px;
	margin-bottom: 2px;
}

.hd_320x320_font_cta {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif; 
	color: #181512; 
    font-size: 13px;
	line-height: 13px;
}

.hd_320x320_font_cta a { text-decoration: none; color: #181512; }
/* End 206x135, 225x135, 300x135, 484x280, 485x100, 507x233, 484x240, 980x135, 321x282, 670x135, 980x56, 320x320 HTML wells */


/* Marquee promo on /wall-art */
.promo-392x220-container {
	width: 392px; height: 220px;
	background-color: #efe9e5;
}

.promo-392x220-inner {
	width: 340px; height: 220px;
	margin: 0 auto;
	position: relative; 	
}
.promo-392x220-title {
	font: 26px "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	color: #F05323;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0; bottom: 115px;
}

.promo-392x220-copy {
	font: 16px "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0; top: 115px;
}

.promo-392x220-details {
	font: 11px "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	color: #181512;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0; bottom: 20px;
}

.promo-392x220-details a {
	text-decoration: none;	
	color: #181512;
}
/* END Marquee promo on /wall-art */


/* Begin Aprimo #1150979 HTML Marquee Promo Overlays 248 x 200 promo well overlay on 980 x 300 marqee*/
.innermarquee {
    position: relative;
}

.promowell_main {
    background-color: rgba(255, 255, 255, 0.8);
    height: 248px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.promowell_offer_txt {
    color: #f05323;
    font-size: 21px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 50px 8px 5px 8px;
	line-height: 25px;
}

.promowell_offer_txt02 {
    color: #f05323;
    font-size: 25px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 45px 8px 5px 8px;
	line-height: 29px;
}

.promowell_offer_txt03 {
    color: #f05323;
    font-size: 25px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 59px 8px 5px 8px;
	line-height: 29px;
}

.promowell_offer_txt04 {
    color: #f05323;
    font-size: 25px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 67px 8px 5px 8px;
	line-height: 29px;
}

.promowell_offer_txt05 {
    color: #f05323;
    font-size: 25px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 81px 8px 5px 8px;
	line-height: 29px;
}

.promowell_seeoffer_cta {
    color: #181512;
    font-size: 13px;	
    font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;	
	padding: 8px 5px 5px 5px;
}

.promowell_code_txt {
    color: #181512;
    font-size: 16px;	
	line-height: 18px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 8px 5px 5px 5px;
}

.promowell_seeoffer_txt {
    color: #181512;
    font-size: 12px;	
    font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;	
	padding: 2px 5px 5px 5px;
}

.promowell_seeoffer_txt04 {
    color: #181512;
    font-size: 12px;	
    font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;	
	padding: 12px 5px 5px 5px;
}

.promowell_offer_txt06 {
    color: #f05323;
    font-size: 25px;	
    font-family: "Avenir LT W01 35 Light",Verdana,Arial,sans-serif;	
	padding: 69px 8px 5px 8px;
	line-height: 29px;
}

.promowell_seeoffer_txt06 {
    color: #181512;
    font-size: 12px;	
    font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;	
	padding: 0px 5px 5px 5px;
}
/* End Aprimo #1150979 HTML Marquee Promo Overlays 248 x 200 promo well overlay on 980 x 300 marqee*/