@CHARSET "UTF-8";

/** RESET.CSS **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* **************************** */
/* Common structure & style     */
/* **************************** */

/*
 * Основные цвета:
 *     #f2f9ff - светло голубой, фон окон
 *     #2c87c4 - темно голобуй, фон заголовков, кнопок
 *     #151940 - обычный шрифт на светлом
 *     #d4d4d4 - обычный шрифт на темном
 *     #64c8ff - голубой шрифт (ссылки) на темном
 *     #126ad6 - голубой шрифт (ссылки) на белом
 * 
 * Шрифты
 *     19px Georgia bold - заголовки
 *     17px Georgia bold - подзаголовки
 *     19px Georgia normal
 *     13px Arial normal - стандартный
 *     11px Arial normal - малый
 * 
 */

body, html {
    height: 100%;
    width: 100%;
    background: #060a35 url("/images/bg_main.jpg") top center;
    font: 13px Arial;
    color: #d4d4d4;
    line-height: 1.4;
}

a {
    color: #64c8ff;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.dark {
    font-weight: bold;
    color: #126ad6;
}

a.dark:hover {
    color: #126ad6;
    text-decoration: none;
}

h1 {
    font: 19px Georgia;
    font-weight: bold;
    color: #ffffff;
}

h2 {
    font: 19px Georgia;
    font-weight: bold;
    color: #ffffff;
}

h3 {
    font: 19px Georgia;
    font-weight: normal;
    color: #ffffff;
    margin-top: 0px;
}

/* **************************** */
/* Blocks                       */
/* **************************** */

#outer-wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#header {
    height: 130px;
    overflow: hidden;
}

#banner {
    padding-bottom: 15px;
}

#footer {
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: hidden;
}

#main {
    padding-bottom: 10px;
    overflow: hidden;
}

#sidebar {
    width: 318px;
    float: left;
}

div.column {
    margin-top: 20px;
    margin-left: 190px;
    margin-right: 150px;
}

#content {
    margin-left: 340px;
    margin-top: 20px;
}

#main-menu {
    overflow: hidden;
}

a.video-product {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/**
* Сердце
*/

div#heart {
    display: block;
    position: absolute;
    background: url("/images/heart.png") no-repeat;
    width: 48px;
    height: 48px;
    right: 180px;
    top: 10px;
    cursor: pointer;
}

div#heart.off {
    background: url("/images/heart_off.png") no-repeat;
}

/* ******************************** */
/* HEADER.CSS                       */
/* ******************************** */

#logo {
    position: absolute;
    left: 35px;
    top: 15px;
}

/* ******************************** */
/* Offices                          */
/* ******************************** */

#offices {
    position: absolute;
    left: 150px;
    top: 40px;
    color: #ffffff;
}

#offices ul {
    
}

#offices li {
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#offices a {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

/* ******************************** */
/* Main menu                        */
/* ******************************** */

#menu {
    position: absolute;
    right: 0px;
    top: 15px;
}

#menu a {
    display: block;
    margin-bottom: 6px;
    width: 125px;
    height: 24px;
    color: #ffffff;
    padding-left: 40px;
    padding-top: 5px;
}

#menu a.info {
    background: #246eb3 url("/images/main_menu_bg_info.gif") no-repeat;    
}

#menu a.delivery {
    background: #246eb3 url("/images/main_menu_bg_delivery.gif") no-repeat;        
}

#menu a.about {
    background: #246eb3 url("/images/main_menu_bg_about.gif") no-repeat;    
}

#menu a.buy {
    background: url("/images/main_menu_bg_buy.png") no-repeat;  
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    width: 165px;  
}

a.buyme {
    background: url("/images/main_menu_bg_buy.png") no-repeat;  
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    width: 165px;
     display: block;
    height: 24px;
    color: #ffffff;
    padding-top: 5px;
    font-size: 13px;
    margin-top: 8px;
}

/* ******************************** */
/* Banner                           */
/* ******************************** */


.container {
    width:100%;
    
}

.container ul{
    list-style-type: none;
    margin: 0;
    padding:0;
}
.container li{
    display: inline;
    margin: 0px;
    padding:0px;
    position: relative;
}

.contentContainer {
    padding-left: 0px;    
    float: left;
    width: 0px;
    height: 250px;    
    overflow:hidden;
}

.contentWrapper{
    
}

.contentInnerWrapper{
    text-align: justify;
    padding: 0px;

}

.handle{
    float: left;
    width: 55px;
    height: 250px;
}

.handle img {
    cursor: pointer;
}

.banner-content {
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    height: 248px;
    margin-left: 5px;
    padding-right: -15px;
    cursor: hand;
}

.banner-right {
    background: url("/images/banner_tab_right.png") no-repeat right;
    width: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 250px;
}

/* **************************** */
/* Wizard steps                 */
/* **************************** */
#steps {
    position: absolute;
    left: 190px;
    top: 15px;
}

#steps h2 {
    margin-bottom: 15px;
}
#steps li {
    float: left;
    background: url("/images/step_bg_act_right.gif") no-repeat right;
    margin-right: 15px; 
}

#steps li.final {
    background: url("/images/step_bg_final_right.gif") no-repeat right;
    margin-right: 0px;
}

#steps li.current {
    background: url("/images/step_bg_active_right.gif") no-repeat right;    
}

#steps li div {
    background: url("/images/step_bg_act_left.gif") no-repeat left;
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 7px;
    height: 43px;
    font: 15px Georgia;
    font-weight: bold;
    color: #ffffff;
}

#steps li.current div {
    background: url("/images/step_bg_active_left.gif") no-repeat left;
    color: #050932;
}

#steps li.current-final div {
    background: url("/images/step_bg_active_left.gif") no-repeat left;
    color: #050932;
}

#steps li.current-final {
    background: url("/images/step_bg_active_final_right.gif") no-repeat right;
    margin-right: 0px;
}

#steps li.final div {
    padding-right: 10px;
}

#steps li.current-final div {
    padding-right: 10px;
}

/* **************************** */
/* Footer menu                  */
/* **************************** */

#footer .area {
    float: left;
    margin-bottom: 6px;
    height: 25px;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 5px; 
    text-align: left;
}

#footer .area a {
    color: #ffffff;
}

#footer .partners {
    background: url("/images/menu_bg_partners.gif") no-repeat;
    width: 232px;
}

#footer .copyright {
    background: url("/images/menu_bg_copyright.gif") no-repeat;  
    width: 219px;
}

#footer .about {
    background: url("/images/menu_bg_about.gif") no-repeat;
    width: 278px;
    margin-left: 100px;
    margin-right: 100px;
}

/* **************************** */
/* Стандартный текстовый блок   */
/* **************************** */

.text {

    font-size: 15px;
}

.text p {
    margin-top: 15px;
}

.text ul {
    list-style-type: disc;
    margin-left: 40px;
}

div.signature {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 15px;
}

div.text {
    margin-left: 15px;
    margin-bottom: 15px;
}

div.text h2 {
    margin-top: 15px;
}

div.text h3 {
    margin-top: 15px;
}
div.text dl {
    margin-top: 20px;
}
div.text dt {
    float: left;
    font-weight: bold;
    text-align: right;
    width: 160px;
}
div.text dd {
    margin-left: 170px;
    margin-bottom: 20px;
}

span.cost {
    font: 17px Georgia;
    font-weight: normal;
    font-style: italic;
    color: #f3f31f;
    padding-left: 15px;
}

span.cost-old {
    font: 17px Georgia;
    font-weight: normal;
    text-decoration:line-through;
    font-style: italic;
    padding-left: 15px;    
}

div.cost {
    font: 19px Georgia;
    font-weight: normal;
    font-style: italic;
    color: #000000;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 20px;
    
}

/* **************************** */
/* Ссылки с иконками            */
/* **************************** */

a.icon {
    padding-left: 20px;
    margin-top: 15px;
    height: 20px;
}

a.add {
    background: url("/images/icon_add.gif") 0px 0px no-repeat;
}

a.remove {
    background: url("/images/icon_remove.gif") 0px 0px no-repeat;
}

a.help {
    background: url("/images/icon_help.gif") 0px 0px no-repeat;
}

a.arrow {
    background: url("/images/icon_arrow.gif") 0px 0px no-repeat;
}

a.calendar {
    background: url("/images/icon_calendar.gif") 0px 0px no-repeat;    
}


/* **************************** */
/* Кнопки                       */
/* **************************** */
a.btn {
    display: block;
    font: 19px Tahoma;
    color: #ffffff;
    background-color: #2c87c4;
    text-decoration: underline;
    text-align: center;
}

a.btn:hover {
    font: 19px Tahoma;
    text-decoration: underline;
}


/* **************************** */
/* Контекстный банеры           */
/* **************************** */
div.context-banner {
    margin-top: 20px;
}

/* **************************** */
/* Main menu                    */
/* **************************** */

div.menu {
    width: 318px;
    background: url("/images/win_header_bg.gif") no-repeat;
    float: left;
    color: #2f3148;
}

div.sub-menu {
    color: #2f3148;
    width: 318px;    
}

div.menu .addition {

}

div.menu .addition p,
div.sub-menu .addition p {
    margin-left: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.middle {
    margin-left: 23px;
    margin-right: 23px;
}

div.menu div.header {
    height: 54px;
    color: #d0d0d0;
    font-size: 11px;
    padding-left: 15px;
    padding-top: 5px;
    cursor: pointer;
}

div.menu div.active-header {
    color: #03427c;
}

div.active {
    background: url("/images/win_header_selected_bg.gif") no-repeat;    
}

div.menu div.header h3 {
    color: #ffffff;
    font: 19px Georgia;
    margin-bottom: 3px;
    font-weight: bold;
}

div.menu div.active-header h3 {
    color: #03427c;
}

div.menu div.header a {
    color: #ffffff;
    text-decoration: none;
}

div.menu div.active-header a {
    color: #03427c;
}

div.menu div.header a:hover {
    color: #ffffff;
    text-decoration: none;
}

div.menu div.active-header a:hover {
    color: #03427c;
}

div.menu div.content,
div.sub-menu div.content {
    background: #ffffff url("/images/win_footer_bg.gif") bottom no-repeat;
    padding-bottom: 4px;
    width: 318px;
}

div.sub-menu div.content {
}


div.menu div.content a,
div.sub-menu div.content a,
div.sub-menu div.addition a {
    font-size: 12px;
    height: 25px;
    color: #1268d2;
    display: block;
    padding-left: 25px;
    padding-top: 5px;
    background: #ffffff url("/images/win_hline.gif") top repeat-x;
    font-weight: bold;
}

div.content li {
    position: relative;
}

div.sub-menu div.content a {
    background: #ffffff url("/images/win_hline.gif") bottom repeat-x;
}

div.sub-menu div.addition a {
    background: #ffffff url("/images/win_hline.gif") top repeat-x;
}

div.menu div.content a:hover,
div.sub-menu div.content a:hover {
    text-decoration: underline;
    background-color: #f2f9ff;
}

#content div.right {
    padding-left: 15px;
}

#menu-div-holidays {
    background: url("/images/menu_div_holidays.gif") no-repeat;
    height: 14px;
}

#menu-div-service {
    background: url("/images/menu_div_services.gif") no-repeat;
    height: 14px;
}



/* **************************** */
/* Star names                   */
/* **************************** */
#names {
    margin-left: 5px;
    margin-top: 20px;
}

#names ul {
    margin-left: 15px;
    margin-top: 10px;
}

#names li {
    padding-bottom: 10px;
    background: url("/images/icon_star_name.gif") 0px 5px no-repeat;
    padding-left: 20px;
}

/* **************************** */
/* Opinions                     */
/* **************************** */

dl.comments {

}

dl.comments dt {
    font-style: italic;
    margin-top: 15px;
    padding-bottom: 5px;
    float: left;
    width: 150px;
}

dl.comments dd {
    margin-left: 160px;
}

/* **************************** */
/* Offers                       */
/* **************************** */

#offers {
    margin-right: -25px;
}


#offers li {
    width: 295px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-right: 25px;
    zoom: 1;
    _overflow: hidden;
    *display: inline;
}

#offers em {
    font: 17px Georgia;
    font-style: italic;
    display: block;
    color: #ffffff;
    margin-bottom: 5px;    
}

#offers a {
    display: block;
    font: 19px Georgia;
    font-weight: bold;
    margin-bottom: 2px;
}

#offers a:hover {
    color: #ffffff;
}


/* **************************** */
/* Продукты - закладки          */
/* **************************** */

table.products {
    width: 100%;
    color: #151940;
}

table.products h2 {
    font: 17px Georgia;
    font-weight: bold;
    color: #151940;
}

table.products h2 span.cost {
    color: #151940;
} 

table.products th {
    background: #f2f9ff url("/images/tabs_bottom_th_bg.gif") repeat-x top;
    padding: 10px;
    padding-left: 15px;
    text-align: left;
    font-weight: normal;
}

table.products td {
    background: #ffffff url("/images/win_hline.gif") top repeat-x;
    padding: 10px;
    padding-left: 15px;
}

table.products td.order a {
    background: url("/images/btn_order_small.gif") no-repeat;
    width: 138px;
    height: 30px;
    padding-top: 3px;
    margin: 0 auto; 
}

/* Разделители */

table.three-col th {
    width: 190px;
}

table.three-col .delimiter {
    width: 14px;
    background: none;
    border: none;
    padding: 0px 0px 0px 0px;
}

table.two-col th {
    width: 48%;
}

table.two-col .delimiter {
    width: 24px;
    background: none;
    border: none;
    padding: 0px 0px 0px 0px;
}

/* Закладки */

table.tabs {
    font-size: 11px;
}

table.tabs th {
    background: #ffffff;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

table.tabs th span {
    padding-left: 5px;
}

table.tabs th p {

    margin-top: 5px;
}

table.tabs th a {
    color: #151940;
    text-decoration: none;
}

table.tabs td {
    background: #f2f9ff;
}

table.tabs td p {
    margin-top: 2px;
}

table.tabs tr.bottom td {
    background: none;
    padding: 0px;
}

table.tabs tr.bottom td.active {
    height: 10px;
    background: #f2f9ff;
}

/* **************************** */
/* Описание продукта            */
/* **************************** */

div.product {
    background: #f2f9ff;
    padding: 15px;
    color: #151940;
    overflow: hidden;    
}

.top-corners {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

div.product img {
    display: block;
    margin-bottom: 15px;
}

div.product h3 {
    color: #151940;
    margin-bottom: 10px;
}

div.product p {
    margin-top: 5px;
}

/* Ссылки */

div.product a {
    color: #126ad6;
}

div.product a:hover {
    color: #126ad6;
}

div.product a.ajax {
    text-decoration: none;
    border-bottom: #126ad6 1px dashed;
}

div.product a.ajax:hover {
    border-bottom: none;
}

/* Блок описания */

div.desc {
    float: left;
    width: 260px;
    margin-right: 10px;
}

/* Блок сувенирный комплект */

div.pack {
    overflow: hidden;
    padding-left: 20px;
}

div.pack ul {
    list-style-type: disc;
    margin-left: 0px;
}

div.pack ul li {
    margin-top: 5px;
}

/* **************************** */
/* Кнопка заказа                */
/* **************************** */

div.makeorder {
    background: #ffffff url("/images/hline.gif") repeat-x;
    padding: 20px;
    padding-top: 10px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

div.makeorder a {
    background: url("/images/btn_order_orange.png") no-repeat;
    width: 430px;
    height: 40px;
    padding-top: 10px;
    margin: 0 auto;
}

div.makeotherorder {
    padding: 20px;
}

div.makeotherorder a {
    background: url("/images/btn_order_vis.gif") no-repeat;
    width: 409px;
    height: 40px;
    padding-top: 10px;
    margin: 0 auto;
}



/* **************************** */
/* Window                       */
/* **************************** */
div.context-win {
    width: 318px;
    background: #ffffff url("/images/win_footer_bg.gif") no-repeat left bottom;
    padding-bottom: 5px;
}

div.full {
    width: 100%;
    background: #ffffff url("/images/win_footer_long_bg.gif") no-repeat left bottom;
}

div.context-win .header {
    background: url("/images/win_header_bg.gif") no-repeat left top;
    color: #ffffff;
    font: 19px Georgia;
    font-weight: bold;
    padding: 7px;
    padding-left: 15px;
}

div.full .header {
    background: url("/images/win_header_bg_long.gif") no-repeat left top;    
}

div.context-win .sub {
    background: url("/images/win_header_bg.gif") repeat-x left bottom;
}

div.context-win .content {
    background: #ffffff;
    color: #000000;
    padding: 10px;
    padding-left: 15px;
}

div.context-win .content p {
    margin-top: 5px;
}

div.context-win .content a {
    color: #126ad6;
}

div.signs {
    overflow: hidden;
    margin-left: -10px;
    margin-top: 10px;
    font: 11px Arial;
    width: 450px;
}

div.signs div {
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    text-align: center;
}

div.signs h4 {
    color: #126ad6;
    font-size: 13px;
}


div.signs img {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    padding: 1px;
    background: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
}

div.signs img.current {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 1px;
    border: #fcbe04 4px solid;
}

/* **************************** */
/* Stars list                 */
/* **************************** */
table.names {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

table.names td {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    border-bottom: #707070 1px solid;
}

table.names td.star {
    background: url("/images/icon_star_name.gif") 0px 7px no-repeat;
    width: 20px;
}

table.names td.name {
    text-align: left;
    width: 150px;
}
table.names th {
    padding: 5px;
    font: 11px Arial;
    vertical-align: bottom;
    text-align: right;
}

tr.hidden-star {
    display: none;
}

tr.selected td, tr.selected td.star {
    background: #ffffff;
    color: #303030;
}

/** Информация о звезде **/

div.starinfo {
    background: #f2f9ff;
    color: #151940;
    float: right;
    width: 270px;
    padding-top: 5px;
}

div.starinfo dl {
}

div.starinfo dt {
    font-weight: bold;
    margin-left: 15px;
    padding-top: 5px;
}

div.starinfo dd {
    font-weight: normal;
    padding-bottom: 5px;
    background: url("/images/hline.gif") bottom repeat-x;
    padding-left: 30px;
}

div.starinfo .action {
    background: #ffffff;
    padding: 20px;
}

div.starinfo .action a {
    background: url("/images/btn_order_sq.gif") no-repeat;
    width: 118px;
    height: 33px;
    padding-top: 6px;
    margin: 0 auto;    
}

div.starinfo p.person {
    background: url("/images/icon_person.gif") no-repeat;
    padding-left: 20px;
    margin-top: 5px;
}

ul.cart {
    color: #151940;
}

ul.cart li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 10px;
    font: 19px Georgia;

    background: url("/images/hline.gif") top repeat-x;
}

ul.cart li .param {
    padding-right: 0px;
    font: 11px Arial;
    color: #808080;
    font-weight: normal;
}

ul.cart li.summary {
    font: 19px Georgia;
}


ul.items {
    list-style-type: disc;
    margin-left: 35px;
}

ul.items li {
    font: 13px Arial;
    padding: 0 0 0 0;    
    margin: 0 0 0 0;
    background: none;
    margin-top: 5px;
}

img.action {
    cursor: pointer;
}

ul.accessories {
    color: #ffffff;
}

ul.accessories li {
    width: 202px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    text-align: center;
    margin-right: 15px;
    zoom: 1;
    *display: inline;
}

ul.accessories li div.action {
    margin-top: 5px;
    text-align: left;
    padding-left: 20px;
}

ul.accessories span.cost {
    display: block;
}

ul.accessories img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


ul.accessories .hide {
    display: none;
}

/* доставка */

#delivery, #payments {
       margin-bottom: 15px;
}

ul.delivery {
    margin-top: 20px;
    overflow: hidden;
}

ul.delivery li {
    float: left;
    margin-right: 11px;
    background: #ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top: 0px;
    color: #909090;
    font: 17px Georgia;
    text-align: center;
    font-style: italic;
    cursor: pointer;
}

ul.delivery li.selected {
    background: #f2f9ff;
    height: 110px;
    border: #f2f9ff 5px solid;
}

ul.delivery li span.name {
    color: #126ad6;
    display: block;
    font-style: normal;
    padding-top: 20px;

}

div.delivery-desc {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #f2f9ff;
    padding: 10px;
    color: #151940;
    margin-top: 10px;
    margin-left: 180px;
}

div.delivery-desc a {
    color: #126ad6;
}


div.actions {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

a.back {
    float: left;
    background: url("/images/btn_back.gif") no-repeat;
    width: 138px;
    height: 35px;
    padding-top: 5px;
    margin: 0 auto;     
}

a.next {
    background: url("/images/big_orang_button.png") no-repeat;
    width: 378px;
    height: 35px;
    padding-top: 5px;
    margin: 0 auto;    
}

div.submit {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #151940;
    margin-top: 20px;
}

div.submit a {
    color: #126ad6;
}

div.userinfo {
    color: #151940;
    background: #ffffff;
    margin-bottom: 20px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

div.userinfo h2 {
    color: #151940;
    background: #f2f9ff;
    padding: 5px;
    padding-left: 10px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

div.userinfo ul {
    color: #151940;
}

div.userinfo li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    background: url("/images/hline.gif") top repeat-x;
}

div.userinfo li h3 {
    font: 13px Arial;
    color: #151940;
    font-weight: bold;
    padding-right: 5px;
    display: block;
    margin-bottom: 5px;
}

div.userinfo li span.param {
    font: 11px Arial;
    color: #808080;
}


/* **************************** */
/* Меню пользователя            */
/* **************************** */
#user-menu {
    background: #404040;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    border: #ffffff 3px solid;
    margin-top: 20px;
}

#user-menu ul {
    margin-top: 10px;
    margin-left: 20px;
}

/* **************************** */
/* Вступительный текст о доставке */
/* **************************** */

div.product-info-msg {
    color: #ff8003;
    color: #f3f31f; 
    padding-left: 15px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font: 19px Georgia;
    
}

span.new {
    position: absolute;
    color: #fd7100;
    top: 6px;
    right: 20px;
    font-weight: bold;
}

/** FORM.CSS **/

.form {
    margin-top: 20px;
}

.form fieldset {
    margin-bottom: 10px;
}

.form legend {
    font: 18px Georgia;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 15px;
}

.form label {
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: right;
    width: 170px; 
}

.form label.inline {
    float: none;
    width: 70px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

.form label.error {
    color: #c50000;
}

.form div.row {
    margin-bottom: 7px;
    position: relative;
    overflow: hidden;
}

.form p.hint {
    clear: left;
    font: 11px Arial;
    color: #a0a0a0;
    margin-top: -5px;
    width: 170px;
    text-align: right;
}

.form .buttons {
    padding-left: 180px;
    
}

.form div.errorMessage {
       color: #c50000;
       font: 11px Arial;
       margin-top: 3px;
       margin-left: 180px;
       width: 285px;
}

div.errorAttention {
    background: #ffffff;
    padding: 10px;
    color: #c50000;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -moz-border-radius: 5px;
}

span.required {
    color: #c50000;
}

/* **************************** */
/* Элементы формы               */
/* **************************** */


.form input[type="text"] {
    width: 277px;
    height: 20px;
    border: #909090 1px solid;
    padding-left: 3px;
    background: #f2f9ff;
}

.form input[type="submit"] {
    border: none;
    background: url("/images/btn_submit.png") no-repeat;
    width: 280px;
    height: 40px;
    color: #ffffff;
    font: 20px Tahoma;
    text-decoration: underline;
    cursor: pointer;
}

.form textarea {
    height: 80px;
    width: 270px;
    background: #f2f9ff;
    border: #909090 1px solid;
    padding: 4px;
}

.form select {
    background: #f2f9ff;
    width: 140px;
    border: #909090 1px solid;    
}

.form input.error, .form select.error, .form textarea.error {
    background: #f8e4e6;
}

.form div.tooltip {
    position: absolute;
    top: 0px;
    left: 470px;
    background: url("/images/help.png") no-repeat;
    width: 22px;
    height: 22px;
    line-height: 0;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    font: 12px Arial;
    padding: 5px 10px 5px 10px;
    background: #ffffff;
    border: #246eb3 2px solid;
    -moz-border-radius: 10px;
    width: 200px;
}

#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
    font: 12px Arial;
    color: #1268d2;
}

/* **************************** */
/* Модификаторы размеров эл-ов  */
/* **************************** */

.form input.tiny {
    width: 30px;
}

.form input.small {
    width: 120px;
}

.form select.normal {
    width: 250px;
}

select.select_day {
    width: 70px;
}

select.select_month {
    width: 130px;
}

select.select_year {
    width: 75px;
}

/** Всплывающее окно **/

.popup {
    color: #151940;
    overflow:hidden;
    background: #ffffff;
    padding: 10px;
    padding-top: 0px;
}

.popup p {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 10px;
}

.popup p.center {
    margin-top: 20px;
    text-align: center;
}

.popup h2 {
    color: #151940;
    margin-top: 0px;
}


.popup span.cost {
    color: #151940;
    display: block;
    text-align: center;
}

.popup a.close {
    display: block;
    background: url("/images/btn_order_sq.gif") no-repeat;
    width: 118px;
    height: 33px;
    padding-top: 6px;
    text-decoration: none;
}

