/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author:
 */







h1 {
    color: #0863b1;
    font-size: 14pt;
    font-weight: normal;
}
h2 {
    font-size: 11pt;
    color: #0863b1;
}
h3 {
    color: #0863b1;
    font-size: 9pt;
}
.clear {
    clear: both;
}
#mcontainer {
    width: 995px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
}
#head {
    position: relative;
    padding: 86px 0 0 0;
}
#logo {
    display: block;
    width: 263px;
    height: 72px;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/images/logo.jpg);
}
#phone {
    display: block;
    width: 225px;
    height: 50px;
    top: 30px;
    right: 0;
    position: absolute;
    background: url(/images/phone_bg.gif) no-repeat 0 0;
}
#phone span {
    margin: 0;
    padding: 0;
}
#phone span.namber {
    color: #0863b1;
    font-size: 10pt;
    font-weight: bold;
    margin: 0 0 0 45px;
    text-align: left;
}
#menu {
    border-bottom: solid 1px #b9bfc4;
    height: 26px;
    font-size: 10pt;
    font-weight: bold;
    position: relative;
}
#page {
    margin: 18px 0 0 0;
}
#content {
    width: 67%;
    float: left;
    margin: 15px 0 50px 0;
}
.content_en{
    width: 680px !important;
}

#right {
    width: 29%;
    margin: 0 0 0 70%;
}
#foot {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #B9BFC4;
}
/*menu*/
#menu .button {
    height: 26px;
    _height: 21px;
    position: relative;
    float: left;
    margin: 0 1px;
    padding: 5px 0 0 0;
    background: url(/images/menu_button_bg.gif) repeat-x;
}
#menu a {
    color: #3d6e98;
    padding: 0 10px;
    text-decoration: none;

}
#menu a:hover {
    color: #1f8f02;
}
#menu a.act {
    color: #1f8f02;
}
#menu span {
    width: 6px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
}
#menu span.menu_button_bg_left {
    background: url(/images/menu_button_bg_left.gif) no-repeat;
    left: 0;
}
#menu span.menu_button_bg_right {
    background: url(/images/menu_button_bg_right.gif) no-repeat;
    right: 0;
    _right: -1px;
}
#submenu {
    border-bottom: dashed 1px #939aa0;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    color: #6f6f6f;
}
#submenu a {
    color: #6f6f6f;
    text-decoration: none;
    margin: 0 5px;
}
#submenu a.act {
    color: #1f8f02;
    text-decoration: underline;
}
/*/menu*/
/*page*/
#page_top {
    clear: both;
    height: 226px;
    position: relative;
    margin: 18px 0 24px 0;
    background: url(/images/page_top_bg.jpg) repeat-x;
    z-index: 200;
}
#page_top .page_top_left_bg {
    width: 7px;
    height: 226px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/page_top_left_bg.gif) no-repeat;
    z-index: 200;
}
#page_top .page_top_right_bg {
    width: 33px;
    height: 226px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/page_top_right_bg.gif) no-repeat;
}
#page_top .page_top_photo {
    width: 284px;
    /*width: 600px;*/
    height: 224px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(/images/page_top_photo.jpg) no-repeat;
    /* background: url(/images/auctions.jpg) no-repeat;*/
    z-index: 1;
}
#page_top .page_top_left {
    width: 600px;
    height: 226px;
    float: left;
}
#page_top .page_top_left h1 {
    margin: 15px 0 0 300px;
    color: #000;
}
#page_top .page_top_left h1 span {
    color: #d70303;
}
#page_top .page_top_left div.links {
    margin: 20px 0 0 300px;
}
#page_top .page_top_left div.links a {
    background: url(/images/page_top_left_links_bg.gif) no-repeat 0 50%;
    height: 25px;
    display: block;
    color: #0863b1;
    font-weight: bold;
    margin: 0 20px 15px 0;
    padding: 0 0 0 30px
}
#page_top .page_top_right{
    height: 74px;
    margin: 0 1px 0 600px;
    border-bottom: dashed 1px #939aa0;
    border-left: solid 1px #939aa0;
}
#page_top .page_top_right div.img {
    width: 96px;
    height: 74px;
    margin: 0 30px;
    _margin: 0 30px 0 15px;
    position: relative;
    float: left;
}
#page_top .page_top_right div.img img {
    margin: 5px 0 0 0;
    z-index: 100;
}
#page_top .page_top_right div.img div.img_border {
    background: url(/images/content_header_right_in_border.gif) no-repeat 0 5px;
    position: absolute;
    width: 96px;
    height: 74px;
    top: 0;
    left: 0;
    z-index: 200;
}
#page_top .page_top_right h2 {
    margin: 0;
    padding: 5px 0 8px 0;
}
#page_top .page_top_right a {
    background: url(/images/content_header_right_links_bg.gif) no-repeat 0 3px;
    display: block;
    color: #0863b1;
    margin: 0 10px 5px 156px;
    _margin: 0 10px 0 156px;
    padding: 0 0 0 13px;
    text-decoration: none;
    font-size: 12px;

}
#page_top #page_top_right_bottom{
    border-bottom: none;
}
#page_top #page_top_right_bottom div.img div.img_border {
    background: url(/images/content_header_right_in_border_green.gif) no-repeat 0 5px;
}
#page_top #page_top_right_bottom h2 {
    color: #208d03;
}
/*/page*/
/*content*/
#content .content_header_index.inner {
    width: 420px;
    margin: 1px auto;
}
#content .content_header_index {
    position: relative;
    background: #9aa8b7;
    height: 23px;
    margin: 0 0 5px 0;
}
#content .content_header_index span {
    position: absolute;
    width: 7px;
    height: 23px;
    top: 0;
}
#content .content_header_index span.content_header_bg_left {
    left: 0;
    background: url(/images/content_header_left.gif) no-repeat;
}
#content .content_header_index span.content_header {
    position: relative;
    margin: 0 0 0 15px;
    line-height: 21px;
    font-size: 9pt;
    color: white;
}
#content .content_header_index span.content_header_bg_right {
    right: -1px;
    background: url(/images/content_header_right.gif) no-repeat;
}
#content .content_index {
    position: relative;
    border: solid 1px #939aa0;
}
#content .content_index .content_bg_top_left {
    width: 7px;
    height: 7px;
    position: absolute;
    top: -1px;
    _top: 0px;
    left: -1px;
    font-size: 1pt;
    background: url(/images/content_bg_top_left.gif) no-repeat;
}
#content .content_index .content_bg_top_right {
    width: 7px;
    height: 7px;
    position: absolute;
    top: -1px;
    _top: 0px;
    right: -1px;
    font-size: 1pt;
    background: url(/images/content_bg_top_right.gif) no-repeat;
}
#content .content_index .content_bg_bottom_left {
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: -1px;
    _bottom: 28px;
    left: -1px;
    font-size: 1pt;
    background: url(/images/content_bg_bottom_left.gif) no-repeat;
}
#content .content_index .content_bg_bottom_right {
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: -1px;
    _bottom: 28px;
    right: -1px;
    font-size: 1pt;
    background: url(/images/content_bg_bottom_right.gif) no-repeat;
}
#content .content_index h1 {
    margin-top: 0;
    text-indent: 15px;
    background: #e1e5e9;
    border-top: solid 1px #61a3db;
    border-bottom: solid 1px #61a3db;
}
#content .content_index .index_text {
    clear: both;
}
#content .content_index .index_text h1.first {
    color: #208d03;
    background: #cdedc4;
    border-top: none;
    border-bottom: solid 1px #2fa70f;
}
#content .content_index .index_text_left {
    width: 60%;
    float: left;
    margin: 0 0 15px 15px;
    _margin: 0 0 7px 7px;
}
#content .content_index .index_text_left p{
    margin: 10px;
    padding:  0;
}

#content .content_index .index_text_left strong {
    display: block;
}
#content .content_index .index_text_right {
    margin: 0 0 15px 65%;
    _margin: 0 0 15px 40%;
}
#content .content_index .index_text_right div {
    width: 49%;
    *width: 110px;
    _width: 40%;
    float: left;
    font-weight: bold;
}
#content .content_index .index_text_right div span {
    display: block;
    margin: 5px 0 10px 0;
    color: #0863b1;
    font-size: 10pt;
}
#content .content_index .index_text_right div span.first {
    color: #208d03;
}
#content #content_index .index_text_right div img {
    margin: 0 0 5px 20px;
}
#content {
    font-size: 10pt;
}
#content a {
    color: #0863b1;
}
#content p {
    margin: 15px 0 30px 0;
}
#content .price {
    background: url(/images/price_bg.gif) no-repeat;
    width: 423px;
    height: 83px;
    margin: 1px auto;
    position: relative;
    text-align: center;
}
#content .select {
    background: url(/images/select.gif) no-repeat;
    width: 50px;
    height: 50px;
    top: 18px;
    left: 80px;
    position: absolute;
}
#content .select_en {
    background: url(/images/select_en.png) no-repeat;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 80px;
    position: absolute;
}

#content .price .price_left {
    width: 100px;
    top: 33px;
    left: 0;
    position: absolute;
}
#content .price .price_center {
    width: 223px;
    top: 17px;
    left: 145px;
    position: absolute;
    text-align: left;
}
.price_center .vat{
    margin:  0 !important;
    padding:  0;
    color: #777;
    font-size: 12px;
}
#content .price .price_right {
    width: 100px;
    top: 31px;
    right: 10px;
    position: absolute;
}
#content .price .price_center span {
    display: block;
    color: #0863b1;
}
#content ul li {
    width: 40%;
    float: left;
    margin: 0 20px 5px 0;
    padding: 0 0 0 20px;
    list-style: none;
    background: url(/images/content_header_right_links_bg.gif) no-repeat 0 5px;
}
#content #inner_content_header {
    min-width: 666px;
    min-height: 90px;
    /*background: url(/images/inner_content_head_bg.gif);*/
    border:  1px solid #939aa0;
    border-radius: 5px;
    padding:  10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,255,255)),
        color-stop(1, rgb(230,240,250))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(255,255,255) 0%,
        rgb(230,240,250) 100%
    );
}
#content #inner_content_header h1 {
    margin: 0 0 10px 13px;
    padding: 0;
}
#content #inner_content_header div {
    margin: 0 0 0 13px;
    padding: 0 0 0 35px;
    font-weight: bold;
    background: url(/images/page_top_left_links_bg.gif) no-repeat 0 50%;
}
/*/content*/
/*right*/
#right #online-consult { border-bottom: dashed 1px #939aa0; padding: 5px;}
#right #online-consult div { margin-left: 10px; position: relative !important; }

#right #partner {
    background: url(/images/flag.jpg) no-repeat 10px 10px;
    padding: 10px 0 25px 0;
    border-bottom: dashed 1px #939aa0;
}
#right #partner h3 {
    margin: 0 0 20px 45px;
}
#right #partner img {
    margin: 0 0 0 20px;
}
#right #info {
    background: url(/images/info.jpg) no-repeat 5px 15px;
    border-bottom: dashed 1px #939aa0;
    padding: 20px 0;
}
#right #info h3 {
    color: #208d03;
    margin: 0 0 20px 45px;
}
#right #info p {
    margin: 0 0 0 15px;
}
#right #info  a {
    text-align: left;
    color: #208d03;
}
#right #info > a {
    display: block;
    text-align: right;
    color: #208d03;
    margin: 0 10px 0 0;
}
#right #info #links a {
    display: block;
    text-align: left;
    color: #208d03;
    margin: 0 5px 0 0;
}


#right #news {
    background: url(/images/news.jpg) no-repeat 5px 23px;
    padding: 25px 0 20px 0;
}
#right #news h3 {
    margin: 0 0 20px 45px;
}
#right #news .news_item {
    margin: 0 0 20px 17px;
}
#right #news .news_item a {
    font-weight: bold;
    text-decoration: none;
    color: #0863b1;
    display: block;
    margin: 0 0 5px 0;
}
#right #news .news_item a span {
    color: black;
}
#right #news .news_item span {
    color: #0863b1;
}

#right #news #all_news a {
    color: #0863b1;
    text-align: right;
    display: block;
    margin: 0 10px 0 0;
}

#links {
    margin: 0 0 20px 0;
    text-align: center;
}
/*/right*/
/*foot*/
#foot #contacts {
    width: 50%;
    float: left;
    margin: 0 0 30px 0;
}
#foot #contacts a {
    color: #0863b1;
}
#foot #copy {
    margin: 10px 0 0 0;
}
/*/foot*/

#errorExplanation {
    width: 580px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
    text-align: left;
    background: none;
    float:none;
    width: 100%;
}


#clients div.logos {
    height: 60px;
    overflow:hidden;
    position: relative;
    top:0;

}
#clients div.logos img{
    border: none;
}

.megastoki{
    border-top: dashed 1px #939AA0;
    float: right;
    width: 285px;
    padding: 20px 0 0 20px;
}
.my_buttons{
    display: block;
    min-width: 95px;
    max-width: 100px;
    min-height: 10px;
    text-align: center;
    padding: 3px 0 3px 0;
    margin:  0 0 5px 0;
    font-size: 11px;
    text-decoration: none;
    color: #2d5076 !important;
    font-weight: normal;
    border-radius: 5px;
    border:  1px solid #99a0a6;

}
.my_buttons:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

}

.my_buttons:after{
    content: " »";
}

.more_info{
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(228,251,255)),
        color-stop(0.45, rgb(155,184,204)),
        color-stop(0.55, rgb(155,184,204)),
        color-stop(1, rgb(228,251,255))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(218,251,255) 0%,
        rgb(155,184,204) 45%,
        rgb(155,184,204) 55%,
        rgb(206,231,242) 100%
    );
    border-color: #99a0a6;

}

.buy_me{
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(187,254,151)),
        color-stop(0.45, rgb(133,211,105)),
        color-stop(0.55, rgb(133,211,105)),
        color-stop(1, rgb(187,254,151))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(187,254,151) 0%,
        rgb(133,211,105) 45%,
        rgb(133,211,105) 55%,
        rgb(187,254,151) 100%
    );
    border-color: #3f973f;
}
.more_buttons{
    /*padding: 10px 0 10px 20px;*/
    padding: 10px 0 10px 0;
    margin-left: 10px;
    max-width: 30%;
}
.ru .more_buttons{
    /*padding: 10px 0 10px 20px;*/
    padding: 10px 0 10px 0;
    margin-left: 10px;
    max-width: 20%;
}
cite{
    font-style: italic;
    text-decoration: underline;
}


.copy_en{
    float: right;
}
.comodo_trust_logo{
    float: right;
    margin-right: 130px;
    width: 140px;
}
.contacts_en{
    width: 410px;
    margin:  0;
    float: left;
}
.instantsslbiz{
    display: block;
    width: 263px;
    height: 72px;
    top: 0;
    left: 0;
    position: absolute;
}
.mail_us{
    top: 25px;
    right: 0;
    position: absolute;
    font-size: 16px;
}
.price_header{
    background-color: #9aa8b7;
    border: 1px solid #9aa8b7;
    border-radius: 7px;
    color: #fff;
    width: 403px;
    margin:  0 0 0 122px;
    padding:  2px 2px 2px 15px;
}
.regular_li ul li{
    float: none !important;
    width: 90% !important;
}

.zebra tr:nth-child(even) {
    background-color: #fff;
}
.zebra tr:nth-child(odd) {
    background-color: #f0f5fe;
}
.izebra tr:nth-child(odd) {
    background-color: #fff;
}
.izebra tr:nth-child(even) {
    background-color: #f0f5fe;
}

.better_padding tr th{
    padding: 10px;
}
.better_padding tr td{
    padding: 10px;
}

em{
    font-style: italic;
}
.index_text > h1 > a{
    text-decoration: none;
}
.free_call_rf{
    margin-left: 45px !important;
    font-size: 11px;
    color: #aaa;
}

 .contest2 > li {
    font-weight: bold;
  }
  .contest2 > li > ol{
    list-style-type: lower-alpha;
    font-weight: normal;

  }

.promo_block{
    border: 1px solid #939AA0;
    border-radius: 5px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(230,240,250)) );
    background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 0%, rgb(230,240,250) 100% );
    margin:  30px 0 0 0;
    padding: 0 0 20px 20px;
}
.promo_block h1{
   margin: 15px 0 4px 0 !important;
}
.promo_block h1 span{
    color: #D70303;
}
.promo_block p{
    margin: 4px 0 4px 0 !important;
}
.promo_block sup{
    color: #f55;
}
.promo_block sup a{
    color: #f55 !important;
    text-decoration: none;
}
.promo_block .greyout{
    color: #888;
    font-size: 11px;
}
.greyout{
    color: #888;
}
.classic_ul li{
    float: none !important;
    width: 90% !important;
    margin: 0 0 5px 0 !important;
}

.call_us {
    font-weight: bold;
    margin-left: 17px;
    color: #0863b1;
    font-size: 15px;
}
.en #right{
    padding-top: 15px;
}
#right ul{
    margin:  0 0 0 10px;
    padding: 0;
}
#right ul li {
    margin: 10px 20px 5px 0;
    padding: 0 0 0 20px;
    list-style: none;
    background: url(/images/content_header_right_links_bg.gif) no-repeat 0 5px;
}
.official_partner{
    margin: 20px 0 0 0;
}
.huge{
    font-size: 22px;
}
.lang{
    position: absolute;
    top: 25px;
    left: 660px;
    text-align: right;
    font-weight: bold;
    color: #0863B1;
}
.asterisk{
    color: #e35;
    font-size: 12px;
}

.form input[type="text"], .form input[type="email"], .form select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  width: 384px;
}

.form input[type="submit"] {
    float: right;
    margin: 5px;
    width: 150px;
}
.form select { width: 400px; }
.form textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 5px;
  min-width: 380px !important;
  padding: 5px 5px 5px 10px;
}
.form input[type="checkbox"] {
    margin: 5px;
}
.form input[type="file"] {
    margin: 5px;
}

.form input[type="radio"] {
  margin: 5px;
}

.form input.date_field {
 width: 176px;
}

.form table{
  width: 100%;
  margin: 0 0 0 40px;
}
.form table tr td:first-child {
  width: 200px;
  vertical-align: middle;
}

.form table tr td:last-child {
  padding: 5px;
}
#feedback_form{
    margin-top: 40px;
}






.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; }
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}

.campaign {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #939AA0;
  padding: 10px;
  background: url(/images/page_top_bg.jpg) repeat-x 0 -10px;
}

.campaign img {
  float: left;
  margin-left: 7px;
  margin-right: 50px;
  }

.campaign .message { font-size: 16px; }

.red { color: red; }

