/*---------------------------------------------------------------------------*/
/* HOOKS
/*---------------------------------------------------------------------------*/
.hook-left {
    float: left;
    width: 280px;
    margin-right: 40px;
}
.hook-center {
    float: left;
    width: 620px;
}
.hook-center2 {
    width: 100%;
}

/*---------------------------------------------------------------------------*/
/* LOGO
/*---------------------------------------------------------------------------*/
.logo {
    height: 101px;
    left: 16px;
    overflow: hidden;
    top: 30px;
    width: 234px;
    z-index: 51001;    
    position: absolute;
}
.logo-text {
    height: 27px;
    left: 97px;
    top: 27px;
    width: 218px;
    z-index: 51002;
    position: absolute;
    display: none;
}
.logo-text a {
    font-family: 'Open Sans';
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
}

/*---------------------------------------------------------------------------*/
/* TOP MENU
/*---------------------------------------------------------------------------*/
.top-menu {
    height: 50px;
    left: 300px;
    top: 49px;
    width: 700px;
    z-index: 51000;
    position: absolute;
}
ul.menu-level-0 {
    left: 0;
    top: 0;
}
ul.menu-level-0 > li > .menu-style > a.menu-styles {
    display: table;
    height: 50px;
}
ul.menu-level-1 > li > .menu-style > a.menu-styles, 
ul.menu-level-2 > li > .menu-style > a.menu-styles {
    display: table;
    height: 25px;
}
ul.menu-level-0 > li.sub > .menu-style > a.menu-styles .menu-text {
    color: #D8D8D8;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: -1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
ul.menu-level-0 > li.sub > .menu-style:hover > a.menu-styles .menu-text, 
ul.menu-level-0 > li.active > .menu-style > a.menu-styles .menu-text {
    color: #D8D8D8;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: -1px;
    text-align: center;
    text-decoration: none;
}
ul.menu-level-0 li .menu-align {
    vertical-align: middle;
}
ul.menu-level-0 li.menu-delimiter {
    background: url("../img/delimitr.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 50px;
    vertical-align: middle;
    width: 2px;
}
ul.menu-level-1 li.menu-delimiter {
    display: none;
}
ul.menu-level-0 > li.sub > .menu-style {
    background: linear-gradient(to bottom, #28323A, #1F262C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #32414E;
    border-style: solid;
    border-width: 1px 0 0;
    display: inline-block;
    padding: 0 17px;
    text-align: center;

    background-color: #28323A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28323A), to(#1F262C));
    background-image: -webkit-linear-gradient(top, #28323A, #1F262C);
    background-image:    -moz-linear-gradient(top, #28323A, #1F262C);
    background-image:      -o-linear-gradient(top, #28323A, #1F262C);
    background-image:         linear-gradient(to bottom, #28323A, #1F262C);     
}

ul.menu-level-0 > li.item-first > .menu-style {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

ul.menu-level-0 > li.item-last > .menu-style {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.menu-level-0 > li.sub > .menu-style:hover, 
ul.menu-level-0 > li.sub.active > .menu-style {
    background: linear-gradient(to bottom, #1F262C, #28323A) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background-color: #1F262C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1F262C), to(#28323A));
    background-image: -webkit-linear-gradient(top, #1F262C, #28323A);
    background-image:    -moz-linear-gradient(top, #1F262C, #28323A);
    background-image:      -o-linear-gradient(top, #1F262C, #28323A);
    background-image:         linear-gradient(to bottom, #1F262C, #28323A);    
}
ul.menu-level-1 li.sub > .menu-style, 
ul.menu-level-2 li.sub > .menu-style {
    background: none repeat scroll 0 0 #273139;
    border-color: #191F24;
    border-style: solid;
    border-width: 0 1px 1px;
    display: inline-block;
    text-align: center;
}
ul.menu-level-1 li.sub > .menu-style:hover, 
ul.menu-level-1 li.sub.active > .menu-style {
    background: linear-gradient(to bottom, #273139, #21282F) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background-color: #273139;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#273139), to(#21282F));
    background-image: -webkit-linear-gradient(top, #273139, #21282F);
    background-image:    -moz-linear-gradient(top, #273139, #21282F);
    background-image:      -o-linear-gradient(top, #273139, #21282F);
    background-image:         linear-gradient(to bottom, #273139, #21282F);       
}
ul.menu-level-0 li .menu-text {
    display: table-cell;
    vertical-align: middle;
}
ul.menu-level-0 ul {
    border-color: #273139;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 7px 0 0;
}
ul.menu-level-1 li > .menu-style > a.menu-styles .menu-align .menu-text {
    color: #6C8396;
    font-family: 'Arial';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: -1px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    text-decoration: none;
}
ul.menu-level-1 li > .menu-style:hover > a.menu-styles .menu-align .menu-text, 
ul.menu-level-1 li.active > .menu-style > a.menu-styles .menu-align .menu-text {
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: -1px;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
}
ul.menu-level-0 li {
    font-size: 0;
    line-height: 0;
    position: relative;
}
ul.menu-level-0 > li {
    float: left;
}
.menu-level-0 > li > span > a .menu-text {
    box-sizing: border-box;
}
ul.menu-level-0 > li ul.menu {
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
ul.menu-level-0 li a.menu-styles {
    display: block;
    overflow: hidden;
}
.menu-minWidth {
    min-width: 220px;
}
ul.menu-level-0 li .menu-align {
    display: table-cell;
    font-weight: inherit;
    width: 100%;
}
ul.menu-level-0 > li.hover > .menu-style > ul.menu-level-1 {
    display: block;
}
ul.menu-level-1 > li.hover > .menu-style > ul.menu-level-2 {
    display: block;
}
ul.menu-level-0 li a.menu-styles .menu-delimiter {
    background-color: #FFFFFF;
    display: block;
    float: left;
    width: auto;
}
.delimiter-position-last {
    display: none !important;
}

/*---------------------------------------------------------------------------*/
/* TOP PHONE
/*---------------------------------------------------------------------------*/
.top-phone {
    right: 0px;
    overflow: hidden;
    position: absolute;
    top: 14px;
    width: 375px;
    text-align: right;
    z-index: 51001;    
    
    font-size: 22px;
}

/*---------------------------------------------------------------------------*/
/* CONTENT
/*---------------------------------------------------------------------------*/
.content {
    padding: 231px 0px 25px 13px;
    color: #000;
    position: relative;     
}



/*---------------------------------------------------------------------------*/
/* MAIN PAGE
/*---------------------------------------------------------------------------*/
.content-main-page {
    padding-top: 726px;
    padding-left: 15px;
    color: #000;
    position: relative;
}
.main-page-top-texts {
    height: 52px;
    left: 12px;
    top: 171px;
    width: 700px;
    z-index: 20010;
    position: absolute;
}
.main-page-top-texts h1 {
    font-family: 'Open Sans';
    font-size: 34px;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 10px;
}
.main-page-top-texts h1 span {
    color: #a7c9f2;
}
.main-page-top-texts p {
    font-family: 'Arial';
    font-size: 15px;
    color: #ffffff;
    padding: 2px;
}
.main-page-bg-1-layer-1,
.other-pages-bg {
    background: none repeat scroll 0 0 #191f24;
    height: 594px;
    left: -475px;
    right: -475px;
    top: 0;
    z-index: 20001;
    position: absolute;
}
.other-pages-bg {
    height: 176px;
}
.main-page-bg-2-layer-1 {
    height: 700px;
    left: -117px;
    overflow: hidden;
    top: 0;
    width: 1215px;
    z-index: 20003;
    position: absolute;
}
.main-page-bg-2-layer-2 {
    height: 700px;
    overflow: hidden;
    position: relative;
    width: 1215px;
}
.main-page-bg-2-layer-3 {
    height: 700px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1215px;
}
.main-page-bg-3-layer-1 {
    height: 577px;
    left: -134px;
    overflow: hidden;
    top: 149px;
    width: 1248px;
    z-index: 20005;
    position: absolute;
}
.main-page-bg-4-layer-1, 
.other-pages-bg-shadow {
    background: url('../img/shadow.png') repeat-x scroll center center rgba(0, 0, 0, 0);
    height: 432px;
    left: -475px;
    right: -475px;
    top: 594px;
    overflow: hidden;
    position: absolute;
}
.other-pages-bg-shadow {
    top: 176px;
}
.main-page-blocks-container {
    color: #fff;
    z-index: 20006;
    float: left;
    margin-bottom: 50px;
}
.main-page-block {
    float: left;
    background: linear-gradient(to bottom, #28323A, #191F24) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #191F24;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    height: 145px;
    width: 308px;
    position: relative;
    margin-right: 10px;

    background-color: #28323A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28323A), to(#191F24));
    background-image: -webkit-linear-gradient(top, #28323A, #191F24);
    background-image:    -moz-linear-gradient(top, #28323A, #191F24);
    background-image:      -o-linear-gradient(top, #28323A, #191F24);
    background-image:         linear-gradient(to bottom, #28323A, #191F24);      
}
/*.main-page-block .block-numb {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 47px;
    height: 47px;    
    font-family: 'Open Sans';
    background: url('../img/circle-numb.png');
    font-size: 30px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: -2.5px;
    text-align: center;
    font-weight: bold;
}*/
.main-page-block .block-numb {
    /*color: #ffffff;*/
    color: #a7c9f2;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    height: 47px;
    left: 0;
    line-height: 1.5;
    margin-top: -2.5px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: 47px;
}
.main-page-block .block-titles {
    position: relative;
    line-height:1.5;
    text-align:left;
}
.main-page-block .block-title {
    margin-left: 55px;
    margin-top: 22px;
    color: #D8D8D8;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
}
.main-page-block .block-subtitle {
    /*color: #D8D8D8;*/
    color: #a7c9f2;
    font-family: 'Open Sans';
    font-size: 13px;
    margin-left: 20px;
    margin-top: 8px;   
}
/*.main-page-block .block-text {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 290px;
    height: 45px;
    color: #a7c9f2;
    overflow: hidden;
    font-size: 12px;
}*/


.main-page-block .block-text {
    color: #a7c9f2;
    font-size: 9px;
    height: 35px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 110px;
    width: 150px;
    line-height: 15px;
}

.main-page-block > .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.block-accreditation {
    background: url('../img/block-accreditation.png') no-repeat;
}
.block-declaration {
    background: url('../img/block-declaration.png') no-repeat;
}
.block-lawyer {
    background: url('../img/block-lawyer.png') no-repeat;
}

.main-page-left-hook-block {
    float: left;
    width: 275px;
    margin-bottom: 50px;    
    position: relative;
    font-size: 12px;
}
.left-hook-block-ico {
    width: 112px;
    height: 106px;
    float: left;
}
.left-hook-block-ico-calc {
    background: url('../img/calc.png') no-repeat;
}
.left-hook-block-ico-map {
    background: url('../img/map.png') no-repeat;
}
.left-hook-block-titles {
    float: left;
}
.left-hook-block-block-title {
    font-family: 'Open Sans';
    font-size: 31px;
    color: #2b3135;
    font-weight: bold;
    padding: 2px;
}
.left-hook-block-block-subtitle {
    font-family: 'Open Sans';
    font-size: 22px;
    color: #2b3135;
    letter-spacing:-1px;
    font-weight: bold;
    padding: 2px;
}
.main-page-left-hook-block > .button-2 {
    position: absolute;
    bottom: 5px;
    right: 10px;    
}
.main-page-center-hook-title {
    color: #191F24;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 35px;
    margin-bottom: 20px;
}
.main-page-center-hook-title > span {
    font-size: 22px;
}
.main-page-center-hook-text {
    color: #191F24;
    font-family: 'Arial';
    font-size: 17px;
    width: 600px;
    margin-bottom: 30px;
}

.column {
    float: left;
    width: 278px;
    margin-right: 30px;

    font-family:'Arial';
    font-size:12px; 
    color: #7d858c;
}

.column > .button-3 {
    margin-top: 20px;
}
.content .main-page-quick-order {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    height: 205px;
}
.content .main-page-quick-order .title {
    font-size: 20px;
}
.content .main-page-quick-order .close {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.main-page-quick-order {
    background: url("../img/bg-box-3.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #2F3B45;
    /*cursor: pointer;*/
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 20px;
    top: 380px;
    width: 310px;
    height: 240px;
    z-index: 30005;
}
.main-page-quick-order .padding {
    padding: 14px 19px 19px 20px;
}
.main-page-quick-order .title {
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid #A9ADB0;
    padding-bottom: 10px;
    font-size: 28px;
    margin-bottom: 10px;
}
.main-page-quick-order .title span.sent_ok {
    color: #2d96cb;
}
.main-page-quick-order ul {
    margin-bottom: 10px;
}
.main-page-quick-order li {
    display: inline;
    margin-right: 15px;
}
.main-page-quick-order li a {
    color: #000;
    text-decoration: underline;
}
.main-page-quick-order label {
    float: left;
    margin-bottom: 10px;
}
.main-page-quick-order input {
    border: 1px solid #A9ADB0;
    border-radius: 5px;
    padding: 7px;
    width: 180px;
}
.main-page-quick-order .send {
    float: right;
    margin-top: -2px;
    margin-left: 0px;
}
.main-page-quick-order .ico-phone {
    float: left;
    background: url('../img/phone.png') no-repeat;
    width: 53px;
    height: 53px;
    margin-right: 10px;
}
.main-page-quick-order .phone {
    float: left;
}
.main-page-quick-order .phone-text {
    font-weight: bold;
    margin-bottom: 7px;
}
.main-page-quick-order .phone-number {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
}
/*---------------------------------------------------------------------------*/
/* CONTACTS
/*---------------------------------------------------------------------------*/
.contact-info {
    float: left;
    width: 400px;
    margin-right: 40px;
    font-size: 12px;
}
.contact-form {
    float: left;
    width: 500px;
}
.contact-form label {
    display: block;
}
.contact-form input, 
.contact-form textarea {
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    padding: 5px 9px;
    font-size: 18px;
    width: 100%;
}
.contact-form textarea {
    font-size: 14px;
    font-family:'Arial';
    resize: none;
    height: 200px;
}

/*---------------------------------------------------------------------------*/
/* FOOTER
/*---------------------------------------------------------------------------*/
footer {
    color:#7f7f7f;
    border-top: 1px solid #000;
    padding: 25px 10px 25px 10px;
    margin-bottom: 20px;
}
footer .right a {
    color: #7f7f7f;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/* BUTTONS
/*---------------------------------------------------------------------------*/
.button {
    background: linear-gradient(to bottom, #FFFFFF, #C8C8C8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    height: 26px;
    width: 82px;

    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8C8C8));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #C8C8C8);
    background-image:    -moz-linear-gradient(top, #FFFFFF, #C8C8C8);
    background-image:      -o-linear-gradient(top, #FFFFFF, #C8C8C8);
    background-image:         linear-gradient(to bottom, #FFFFFF, #C8C8C8);      
}
.button:hover {
    background: linear-gradient(to bottom, #A7C9F2, #A7C9F2) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background-color: #A7C9F2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A7C9F2), to(#A7C9F2));
    background-image: -webkit-linear-gradient(top, #A7C9F2, #A7C9F2);
    background-image:    -moz-linear-gradient(top, #A7C9F2, #A7C9F2);
    background-image:      -o-linear-gradient(top, #A7C9F2, #A7C9F2);
    background-image:         linear-gradient(to bottom, #A7C9F2, #A7C9F2);    
}
.button a {
    display: table;
    height: 100%;
    width: 100%;
    color: #273038;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -1px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;    
}

.button-2 {
    background-color: #A7C9F2;
    border-radius: 3px;
    height: 38px;
    width: 149px;  
}
.button-2:hover {
    background-color: #1A2025;
}
.button-2 a {
    display: table;
    height: 100%;
    width: 100%;
    color: #fff;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -1px;
    padding-top: 12px;
    text-align: center;
    text-decoration: none;    
}

.button-3 {
    background: linear-gradient(to bottom, #273139, #1A2025) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    height: 26px;
    width: 82px;

    background-color: #273139;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#273139), to(#1A2025));
    background-image: -webkit-linear-gradient(top, #273139, #1A2025);
    background-image:    -moz-linear-gradient(top, #273139, #1A2025);
    background-image:      -o-linear-gradient(top, #273139, #1A2025);
    background-image:         linear-gradient(to bottom, #273139, #1A2025);      
}
.button-3:hover {
    background: linear-gradient(to bottom, #A7C9F2, #A7C9F2) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background-color: #A7C9F2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A7C9F2), to(#A7C9F2));
    background-image: -webkit-linear-gradient(top, #A7C9F2, #A7C9F2);
    background-image:    -moz-linear-gradient(top, #A7C9F2, #A7C9F2);
    background-image:      -o-linear-gradient(top, #A7C9F2, #A7C9F2);
    background-image:         linear-gradient(to bottom, #A7C9F2, #A7C9F2);     
}
.button-3 a {
    display: table;
    height: 100%;
    width: 100%;
    color: #fff;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -1px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;    
}

.button-4 {
    margin-top: 20px;
    width: 250px;
    padding-top: 0px;
}
.button-4 a {
    padding-top: 10px;
}

/*---------------------------------------------------------------------------*/
/* FLASH MESSAGE
/*---------------------------------------------------------------------------*/
.flash-message {
    float: left;
    width: 95%;
    padding: 15px;
    border: 1px solid;
    margin-bottom: 30px;
    font-weight: bold;
}
.flash-error {
    border-color: #d55b6c;
    color: #d55b6c;    
}
.flash-success {
    border-color: #46a6d4;
    color: #46a6d4;
}

/*---------------------------------------------------------------------------*/
/* OTHER (HACKS, FIX, etc)
/*---------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.title,
.title {
    font-family: 'Open Sans';
    font-size: 31px;
    color: #191f24;
    font-weight: bold;
    margin-bottom: 23px;
    padding: 2px;
    letter-spacing: -1px;
}
.title span,
.title i {
    font-size: 22px;
    font-style: normal;
}
.subtitle {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #191f24;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 11px;
}
.text {
    margin-top: -2.5px;
    margin-bottom: 15px;
    /*line-height: 1.4;*/
    text-align: left;
    /*color: #7d858c;*/
    padding: 2px;
    font-size: 14px;
}
.text .image {
    float: left;
    width: 260px; 
    height: 221px; 
    background-color: #EAEAEA; 
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 4px; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #C9C9C9; 
    overflow: hidden;
}
.box {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    background: none repeat scroll 0 0 #EAEAEA;
    border-color: #C9C9C9;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    height: 295px;
    overflow: hidden;
    padding: 19px;
    width: 260px;
}
.box .text {
    margin-bottom: 0;
}

table.price {
    width: 100%;
    border-color: #DEDEDE;
    border-style: solid;
    border-width: 0 1px 1px;
}

table.price thead td {
    background-color: #4a5056; 
    height: 45px;
    color: #fff;
    font-weight: bold;
}

table.price thead td {
    vertical-align: middle;
}
table.price thead td:first-child {
    padding-left: 10px; 
}
table.price tbody {
    color: #000;
}
table.price tbody td {
    padding: 5px;
}
table.price tbody tr > td:first-child {
    padding-right: 30px;
}
ul.price-download {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.price-download li {
    float: left;
    background: url('../img/doc.png') no-repeat;
    padding-left: 25px;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #666;*/
    margin-bottom: 15px;
    margin-right: 25px;
}
ul.price-download li a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
ul.price-download li a:hover {
    text-decoration: underline;
}