@import url(reset.css);

html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 850px;
    border: none;
    font-family: Verdana, Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: #333;
    background-color: #d2d2d2;
    background-attachment: fixed;
    background-image: url(images/backgrounds/body_bg.jpg);
    background-repeat: repeat-x;
    line-height: 1.4em;
}

body {
    font: 14px Verdana, Arial, Sans-Serif;
    /*
     background: #FFF;
     background-image: url(../imgs/backgrounds/body_bg.jpg);
     color: #000;
     font-family: Verdana, Arial, Sans-Serif;
     font-size: 10pt;
     line-height: 1.4em;
    */
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #666;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 11px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

p {
    font-size: 14px;
    line-height: 16px;
}

sup {
    font-size: smaller;
}

.ttd {
    border-top: 1px solid #ddd;
}

.ttd td {
    padding: 2px 6px;
}

.ttd tr {
    border-bottom: 1px solid #ddd;
    padding: 2px 6px;
}

.ttd td.info {
    border-bottom: 1px solid #999;
    border-top: 1px solid #fff;
    padding: 2px 6px 10px 6px;
}

.ttd td.title {
    background-color: #C2DEF0;
}

.ttd tr.trhide {
    display: none;
}

.ttd2 {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ttd2 td {
    padding: 2px 6px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ttd2 tr {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 2px 6px;
}

.ttd2 td.title {
    background-color: #C2DEF0;
}

.ajax-loading {
    background: url("../imgs/ajax.gif") no-repeat;
    margin: 0 1em;
}

ul.checkbox {
    padding: 2px 1em;
}

ul.checkbox div {
    padding: 1.5em 0 .5em 0;
}

ul.checkbox li {
    padding: 0 0.5em 0 0.5em;
    margin: 0px;
    border: 1px solid #fff;
}

.ulli {
    list-style: disc;
    padding: 0 2em 1em 4em;
}

.ulli li {
    padding: 1px 0;
    list-style: url(../imgs/checkbox_checked.gif);
    line-height: 1.4em;
}

.ulli2 {
    padding: 0 2em 1em 0em;
}

.ulli2 li {
    padding: 0 0 10px 0;
    line-height: 1.4em;
}

th {
    text-align: center;
    background-color: #fff;
}

td.info {
    color: #000;
    vertical-align: middle;
    padding: 2px 1em;
}

td.label {
    text-align: right;
    vertical-align: middle;
    padding: 2px 1em;
}

table.code {
    margin: 0;
    padding: 0;
}

table.code tr td {
    background: transparent;
    padding: 0 1em;
}

table.promo {
    width: 100%;
}

table.promo, table.promo td, table.promo th {
    border: 1px solid #ddd;
}

table.promo td, table.promo th {
    padding: 10px;
}

table.promo th {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.promo th {
    text-align: center;
    font-size: large;
    font-weight: bold;
    background-color: #C2DEF0;
}

table.promo-main {
    width: 100%;
    border: 0;
}

table.promo-main tr {
    height: 120px;
}

table.promo-main td {
    width: 33%;
    text-align: center;
}

table.promo-main, table.promo-main a {
    color: #666666;
    font-size: 14px;
    /*    font-weight: bold;*/
}

table.promo-main a:hover {
    color: #666666;
    font-size: 14px;
    /*    font-weight: bold;*/
}

/* FORMS */
textarea, input, select, file {
    border: 1px solid #E0E0E0;
    background: #FFF;
    margin: 4px 0;
    padding: 2px;
}

#submit {
    border: 0px solid #E0E0E0;
    background: #FFF;
    margin: 0;
    padding: 0;
}

label {
    white-space: nowrap;
}

/* ERRORS */
.error {
    border: 1px solid #FF0000;
    font-size: 9pt;
}

.error legend {
    color: #F7590A;
}

.warning {
    color: #f00;
    font-weight: bold;
}

.newsletterBar {
    height: 30px;
    background: url(../imgs/backgrounds/nav_bg.png) no-repeat scroll 5px -86px #FFFFFF;
    /*    background-repeat: no-repeat;*/
    color: #333;
    line-height: 1em;
}

.newsletterBar tr td {
    padding: 5px 15px;
}

.menu-top {
    padding: 0;
    margin: 0;
}

.menu-top li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #005FA9;
}

.menu-top li a, .menu-top li a:link, .menu-top li a:visited {
    font-weight: bold;
    text-decoration: none;
}

.menu-top li a:hover, .menu-top li a:visited:hover {
    font-weight: bold;
    text-decoration: none;
}

.tdmain {
    background-color: #fff;
    text-align: left;
}

a:link, a:visited, a:link:active, a:link:hover, a:visited:hover {
    color: #005FA9;
    font-weight: normal;
    text-decoration: none;
}

a:link:active {
    color: #005FA9;
    text-decoration: underline;
}

a:link:hover, a:visited:hover {
    text-decoration: underline;
    color: Navy;
}

#containerBottom {
    background-image: url(../imgs/backgrounds/column_6_full_bttm.png);
    clear: both;
    margin-left: -8px;
    padding-left: -22px;
    height: 12px;
    background-color: #fff;
}

/* ==== Left-side Elements ==== */
#left {
    float: left;
    width: 624px;
}

.left6col, .left8col {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: 1px 2px; /* adjusted downward to line up with body bubble */
}

.left6col {
    width: 736px;
    padding-bottom: 15px;
    background-position: top right;
}

.left8col {
    width: 832px;
}

.align_center {
    text-align: center;
}

.alignTop {
    vertical-align: top;
}

.backgroundBottom {
    background-position: bottom;
}

#detailWide6, #detailWide8 {
    width: 707px;
    margin: 10px 0px 10px 12px;
    padding: 0px 0px 15px 0px;
}

#right2col {
    display: block;
    float: right;
    width: 208px;
    margin: 0px 0px 10px -12px; /* bottom value is to prevent overlap with container curve */
    padding: 0px 0px 0px 0px;
}

#marginSubNav {
    width: 208px;
    margin: 0px 0px -2px 0px;
    padding: 0px 0px 0px 0px;
}

.marginBubble2Col, .marginLinkBubble, #marginSubNav {
    background-image: url("../imgs/backgrounds/column_2_bg_with_head.gif");
    border-bottom: solid 1px #fff; /* firefox hack */
}

#marginSubNav {
    background-image: url("../imgs/backgrounds/subnav_top.gif") !important;
}

.SubNav {
    padding: 10px 0px 0px 8px;
}

.pillBottom2Col, .pillBottomSubNav, .pillBottomHomeMarkets, .pillBottom200, .pillBottom400, .pillBottom600, .pillBottomContent {
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 208px;
    height: 8px;
    margin: 0px;
    padding: 0px;
}

.pillBottomSubNav {
    background-image: url("../imgs/backgrounds/subnav_bttm.gif");
    height: 16px;
}

.marginBubble2Col, #marginWhereToBuy, .marginLinkBubble {
    width: 208px;
    margin: 2px 0px -2px 0px;
    padding: 2px 0px 0px 0px;
}

.marginBubble2Col, .marginLinkBubble, #marginSubNav {
    background-image: url("../imgs/backgrounds/column_2_bg_with_head.gif");
    border-bottom: solid 1px #fff; /* firefox hack */
}

.marginLinkBubble b, .marginBubble2Col b {
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: bold;
    color: #FDAD33;
    padding-top: 8px;
    letter-spacing: 1px;
}

.marginBubble2Col img {
    margin-left: 10px;
    /*margin-bottom: 5px;*/
}

.marginBubble2Col h4, .marginBubble2Col p, .marginWhereToBuy2Col h4, .marginWhereToBuy2Col p, .marginLinkBubble h4, .marginLinkBubble p {
    width: 184px;
    margin: 8px 0px 8px 0px;
    padding: 2px 0px 0px 10px;
}

.pillBottom2Col, .pillBottomSubNav, .pillBottomHomeMarkets, .pillBottom200, .pillBottom400, .pillBottom600, .pillBottomContent {
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 208px;
    height: 8px;
    margin: 0px;
    padding: 0px;
}

.pillBottom2Col {
    background-image: url(/imgs/backgrounds/column_2_bttm.gif/);
}

#wrapper {
    background-image: url(/imgs/backgrounds/column_6_bg_with_head_.png);
    background-position: top;
    background-repeat: repeat-y;
    position: relative;
    left: 0px;
    text-align: left;
    width: 960px;
    margin: 0 auto;
}

div.main6col {
    background-image: url(/imgs/backgrounds/column_6_bg_with_head.png);
    background-position: top;
    background-repeat: no-repeat;
}

#breadcrumbs {
    float: left;
    margin: 5px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 10px;
    color: #FDAD33;
}

#breadcrumbs b {
    color: #999;
}

#utilities {
    float: right;
    text-align: center;
    margin: 5px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 10px;
}

#utilities img {
    vertical-align: middle;
}

.cover:after {
    content: '.';
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

#descriptive, #descriptive2 {
    /* 848 (#main) - 16 (margins) = 832 */
    width: 944px;
    margin: 1px 7px 0px 8px;
    padding: 0px 0px 0px 0px;
}

.sIFR-hasFlash .sIFR-Me, .sIFR-hasFlash .sIFR-Model {
    /* padding: -10px -10px -10px -10px; */
    letter-spacing: 0px;
    visibility: hidden;
}

.sIFR-hasFlash .sIFR-ModelName {
    /* margin: -10px 0px 0px 10px;
     padding: -22px 0px 0px 0px; */
    visibility: hidden;
}

h1.sIFR-h1, h1.sIFR-ModelName {
    font-weight: normal;
    font-size: 18px !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1.sIFR-ModelName {
    font-family: Arial Narrow, Arial, Sans-Serif; /* Arial Narrow? Yes. sIFR can scale Arial Narrow better. - Do NOT Remove. */
    font-weight: bold;
}

h1.nosIFR-Yellow {
    color: #FDAD33;
    font-family: Arial Narrow, Arial, Sans-Serif; /* Arial Narrow? Yes. sIFR can scale Arial Narrow better. - Do NOT Remove. */
    font-weight: bold;
    font-size: 20px !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*
 ==============================================
 These are standard sIFR styles... do not modify
 ==============================================
*/
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}

.sIFR-replaced {
    visibility: visible !important;
}

span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

/*stock classes*/
.stock_lines, .tranzit_lines {
    height: 10px;
    float: left;
}

.stock_lines {
    background: url(/imgs/line_b.gif) repeat-x;
}

.tranzit_lines {
    background: url(/imgs/line_o.gif) repeat-x;
}

.link_span {
    color: #005FA9;
    cursor: pointer;
}

.distr_photo_outer {
    border: 1px solid #ccc;
    width: 150px;
    height: 100px;
    margin: auto;
}

.distr_photo_inner {
    border: 2px solid #fff;
    width: 146px;
    height: 96px;
    cursor: pointer;
    padding: 0pt;
    background: no-repeat center;
}

.listDistributors {
    text-align: center;
}

.registration {
    font-family: Arial, serif;
    width: 720px !important;
}

.registration h1 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 384px;
    padding-left: 77px;
}

.registration h2 {
    color: #330066;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-left: 94px;
}

.registration p {
    /*color: #999;*/
    font-size: 14px;
    /*font-weight: bold;*/
    /*font-style: italic;*/
    padding: 0 10px 10px 77px;
    margin-bottom: 20px;
}

/*.registration form {*/
/*background: url(/imgs/reg_form_bg_s.jpg) 50% 0 repeat-y;*/
/*text-align: center;*/
/*padding: 10px;*/
/*}*/
.registration .form-bg {
    background: url(/imgs/reg_form_bg_s.jpg) 50% 0 repeat-y;
    text-align: center;
    padding: 10px;
    position: relative;
}

form .tb,
form .bb {
    width: 100%;
    height: 1px;
    font-size: 1px;
    position: absolute;
    background: url("/imgs/reg_form_border.jpg") 0 0 no-repeat;
    left: 0;
}

form .tb {
margin: -10px;
}

form .bb {
     margin: 10px 0 0 0;
}

.registration dl {
    width: 500px;
    margin: 0 auto;
    padding-left: 73px;
}

.registration label {
    position: absolute;
    float: left;
    margin: 0.15em 0 -2em 10px;
    /*    margin:0.25em 0 -2em 0.2em;*/
    cursor: text;
    color: #999;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    z-index: 10;
    display: block;
}

.registration input {
    border: 0;
    background: none;
    margin: auto;

}

.registration dt {
    margin: 20px 0 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
}

.registration dd {
    margin: 4px 0;
}

.registration dd input {
    background: url(/imgs/reg_input.png) 0 0 no-repeat;
    width: 500px;
    height: 35px;
    line-height: 100%;
    padding: 0 10px;
    font-size: 16px;
    font: 100%/35px Arial, sans-serif;
    margin: 0;
}

.registration select {
    width: 500px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font: 100% Arial, sans-serif;
    border: 1px solid #aeaeae;
}

.registration .footer {
    position: relative;
    background: url("/imgs/reg_botton_bg.jpg") 100% 127px no-repeat;
    height: 215px;
    padding: 12px 0 0 154px;
    font-size: 12px;
    font-style: italic;
    margin-bottom: -30px;
}

.registration .footer #logos {
    background: url("/imgs/logos-hor.png") 0 0 no-repeat;
    position: absolute;
    width: 377px;
    height: 48px;
    left: 85px;
    top: 98px;
}

.registration .footer p {
    text-align: right;
    font-size: 22px;
    padding-top: 56px;
    color: #306;
}

.errors {
    color: red;
    list-style: none;
    font-weight: bold;
}

.success {
    color: green;
    font-weight: bold;
}

.note, .note p {
    font-size: 10px !important;
}
