﻿/* ОБЩИЕ СТИЛИ */
html, body
{
    height: 100%;
    overflow-x: hidden;
}
form
{
    height: 100%;
}

body
{
    /* общий стиль, обнуляющий и задающий параметры по умолчанию для всего сайта */
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    //overflow-y: inherit;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, Helvetica,sans serif;
    color: #ccc;
    background:#000 url(../img/bg.jpg) repeat left top;
}
INPUT:focus
{
    /* стиль, обводку полей ввода в браузере Safari */
    outline: none;
}
img
{
    /* стиль, убирающий, по-умолчанию, рамки вокруг всех изображений на сайте */
    border: 0;
}
p, h1, h2, h3, td, div
{
    /* общий обнуляющий стиль для всех тегов p, h1, h2, h3, td, div на сайте */
    padding: 0px;
    margin: 0px;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica,sans serif;
    color: #ccc;
}
td, div
{
    line-height: 16px;
}
p
{
    margin: 10px 0;
    text-indent: 15px;
    line-height: 16px;
}
td
{
    /* общий стиль для всех ячеек таблиц на сайте */
    vertical-align: top;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica,sans serif;
    color: #ccc;
}
table
{
    /* общий стиль для таблиц на сайте */
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica,sans serif;
    color: #ccc;
}

h1
{
    /* общий стиль для всех заголовков h1 на сайте */
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin: 0px 0 10px 0;
}

.center h1:first-child
{
    margin: 0px 0 20px 0;
}

h2
{
    /* общий стиль для всех заголовков h2 на сайте */
    color: #4ccbeb;
    font-size: 18px;
    margin: 10px 0 10px 0;
    line-height: 21px;
}
h3
{
    /* общий стиль для всех заголовков h3 на сайте */
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    color: #fff;
    font-style: italic;
    line-height: 17px;
}
h4
{
    /* общий стиль для всех заголовков h4 на сайте */
    font-size: 15px;
    margin: 10px 0 10px 0;
    line-height: 18px;
    font-style: italic;
    font-weight: normal;
}

a:link, a:active, a:visited
{
    /* общий стиль для всех ссылок на сайте до наведения на них мышью */
    color: #5dc0d5;
    text-decoration: underline;
    outline: none;
}
a:hover
{
    /* общий стиль для всех ссылок на сайте при наведения на них мышью */
    text-decoration: none;
}

ul, ol
{
    margin: 10px 0;
    padding-left: 40px;
}
ul li
{
    padding-bottom: 7px;
    list-style-image: url(../img/li.gif);
}

.wrap
{
    /* общий блок всего сайта */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%;
}
* html .wrap
{
    height: 100%;
}

.content_wrap
{
    /* общий блок всего сайта */
    min-height: 100%; /* real browsers */
    margin-bottom: -150px;
    height: 100%;
}
.main_bg
{
    background: url(../img/moto_main.jpg) no-repeat center top;
}
.in_bg
{
    background: url(../img/moto_in.jpg) no-repeat center top;
}
.head
{
    padding-top: 20px;
    height:120px;
}

.content_wrap table
{
    width: 100%;
    margin: 15px 0;
}

.content_wrap table thead td, .content_wrap table th
{
    padding: 7px;
    border: 1px solid #999;
    background-color:#555;
    color:#fff;
}
.content_wrap table tbody td
{
    padding: 7px;
    border: 1px solid #999;
}



/* head column */

.head .left_column
{
    width: 19%;
    margin-left: 3%;
    height: 100%;
    float: left;
    min-width: 225px;
}
.head .center
{
    height: 100%;
    width: 52%;
    padding:0 0 0 2%;
    float: left;
}
.head .right_column
{
    height: 100%;
    width: 18%;
    margin-right: 2%;
    float: left;
}
.text_wrap
{
    height: 100%;
    clear: both;
}

/* wrap column */

.text_wrap .left_column
{
    width: 18%;
    margin-left: 3%;
    float: left;
}
.text_wrap .center
{
    width: 48%;
    margin:0 4%;
    float: left;
}
.text_wrap .right_column
{
    width: 19%;
    margin-right: 1%;
    float: left;
    min-width: 215px;
}

/* footer column */

.footer .left_column
{
    width: 17%;
    margin-left: 3%;
    height: 100%;
    float: left;
}
.footer .center
{
    height: 100%;
    width: 48%;
    margin:0 4%;
    float: left;
}
.footer .right_column
{
    height: 100%;
    width: 20%;
    margin-right: 2%;
    float: left;
    min-width: 215px;
}

.logo
{
    width: 224px;
}
.logo img
{
    cursor: pointer;
}

.footer_clear
{
    height: 40px;
    clear: both;
}
.footer
{
    background: url(../img/footer_bg_rpt.jpg) repeat left top;
}
.footer_bg
{
    height: 100%;
    overflow: hidden;
    padding-top: 20px;
    background: url(../img/footer_bg.jpg) repeat-x left top;
}
.footer_content
{
    height: 100%;
    overflow: hidden;
    min-height: 150px;
    background: url(../img/footer_bike.png) no-repeat 3% bottom;
}

.footer_content .right_column
{
    color: #fff;
    float: left;
    font-size: 12px;
}
.footer_content .right_column div
{
    color: #fff;
    font-size: 12px;
    height: 82px;
    line-height: 14px;
}
.footer_content .right_column a
{
    color: #fff;
    width: 118px;
    font-size: 10px;
    line-height: 13px;
    font-family: Tahoma;
    text-decoration: none;
    display: inline-block;
}
.footer_content .counters
{
    float: right;
    padding-top: 4px;
    height:auto !important;
}
.footer_content .counters a
{
    display: inline;
}


.copyrights
{
    float: left;
}
.copyrights div
{
    color:#fff;
    font-size: 20px;
    line-height: 23px;
    margin: 10px 0;
}
.copyrights div a
{
    font-size: 17px;
}
.copyrights span
{
    color:#999;
    font-size: 14px;
    line-height: 14px;
}

.counter
{
    margin: 10px 0;
    clear: both;
}
.counter .text
{
    float: left;
    margin-right: 20px;
    width: auto !important;
    padding: 0 !important;
}

.text_main_top
{
    font-size: 16px;
    font-style: italic;
    display: block;
    clear: both;
    margin: 50px 0 20px 0;
}

.top_phone
{
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
    text-align: right;
}
.top_phone span
{
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    text-align: right;
}

/* картинка клуба на фоне */

.club_name
{
    position:relative;
    margin: -40px 0 0 28%;
    height: 55px;
}
.club_name img
{
    cursor: pointer;
}


.clubin
{
    cursor: pointer;
    margin: 0px 0 20px 0;
}

.needhelp
{
    cursor: pointer;
}

/* картинки услуг на фоне */

.service_img
{
    margin: 70px 0 0 70%;
    height: 250px;
}
.service_img img
{
    cursor: pointer;
}
/* картинки услуг на фоне */

.main_adress
{
    margin: 20px 0 0 50%;
    width: 200px;
    text-align: right;
    color:#999;
}
.main_adress a
{
    background: url(../img/map_icon.png) no-repeat right 3px;
    padding-right: 20px;
}


/* МЕНЮ ВЕРХНЕЕ */

.top_menu
{
    text-align: center;
}
.top_menu img
{
    cursor: pointer;
}
.top_menu div
{
    float: left;
    height: 100px;
    width: 23%;
}
.top_menu div.cur a
{
    color: #25BAFF;
    font-size: 15px;
    text-decoration: none;
}
.top_menu a
{
    color: #b1ecf9;
    font-size: 15px;
    display: inline-block;
    outline: none;
    white-space: nowrap;
}
.top_menu .point_1
{
    background-position: left -53px;
    background-repeat: no-repeat;
    margin:35px 20px 0 0;
    height: 53px;
}
.top_menu .point_1a, .top_menu .point_1a_cur
{
    background-position: left 0px;
    background-repeat: no-repeat;
    margin:35px 20px 0 0;
    height: 53px;
}
.top_menu .point_1 a, .top_menu .point_1a a, .top_menu .point_1a_cur a
{
    margin: 0px 0 0 52px;
}
.top_menu .point_2
{
    background-position: left -50px;
    background-repeat: no-repeat;
    margin:15px 10px 0 0;
    height: 50px;
}
.top_menu .point_2a, .top_menu .point_2a_cur 
{
    background-position: left 0px;
    background-repeat: no-repeat;
    margin:15px 10px 0 0;
    height: 50px;
}
.top_menu .point_2 a, .top_menu .point_2a a, .top_menu .point_2a_cur a
{
    margin: 30px 0 0 40px;
}
.top_menu .point_3
{
    background-position: left -60px;
    background-repeat: no-repeat;
    margin:0px 10px 0 0;
    height: 60px;
}
.top_menu .point_3a, .top_menu .point_3a_cur
{
    background-position: left 0px;
    background-repeat: no-repeat;
    margin:0px 10px 0 0;
    height: 60px;
}
.top_menu .point_3 a, .top_menu .point_3a a, .top_menu .point_3a_cur a
{
    margin: 0px 0 0 55px;
}

.top_menu .point_4
{
    background-position: left -51px;
    background-repeat: no-repeat;
    margin:33px 0px 0 0;
    height: 51px;
}
.top_menu .point_4a, .top_menu .point_4a_cur
{
    background-position: left 0px;
    background-repeat: no-repeat;
    margin:33px 0px 0 0;
    height: 51px;
}
.top_menu .point_4 a, .top_menu .point_4a a, .top_menu .point_4a_cur a
{
    margin: 12px 0 0 50px;
}


/* МЕНЮ В ПОДВАЛЕ  */

.footer_menu
{
    float: right;
}
.footer_menu div
{
    display: block;
    clear:both;
    text-align: right;
    padding-bottom: 5px;
}
.footer_menu a
{
    color: #ffa657;
    font-size: 16px;
}

/* НОВОСТИ */

.news
{
    
}
.news .title
{
    font-size: 22px !important;
    background: url(../img/news_title.png) no-repeat left 0px;
    padding:0 0 0px 30px;
    display: inline-block;
    line-height: 25px !important;
    margin-bottom: 20px;
}
.news .title_in
{
    font-size: 22px !important;
    padding:0 0 0px 0px;
    display: inline-block;
    line-height: 25px !important;
    margin-bottom: 20px;
    color:#fff;
}
.news div
{
    display: block;
    margin-bottom: 15px;
}
.news span
{
    font-size: 11px;
    display: block;
}
.news div a,
.news div a:link,
.news div a:active,
.news div a:visited,
.news div a:hover
{
    line-height: 16px;
    font-size: 13px;
    color:#fff;
}
.news div.list a,
.news div.list a:link,
.news div.list a:active,
.news div.list a:visited,
.news div.list a:hover
{
    line-height: 16px;
    font-size: 14px;
    color:#fff;
}
.news div a.important, .news div.list a.important
{
    color:#0066cc;
}
.news_date
{
    display: block;
    background: url(../img/date.png) no-repeat left 0px;
    padding-left: 20px;
    font-size: 12px;
}

/* СКИДКИ И АКЦИИ */

.stocks, .stocks_list
{
    clear: both;
}
.stocks .title, .stocks_list .title
{
    font-size: 22px !important;
    color:#ffa657;
    background: url(../img/stocks_title.png) no-repeat left 2px;
    padding:0 0 0px 25px;
    display: inline-block;
    line-height: 25px !important;
    margin-bottom: 20px;
}
.stocks_list, .stocks_list a, .stocks_list div, .stocks_list p
{
    font-size: 14px !important;
    line-height: 16px !important;
}

/* однодневные */

.stocks1day
{
    clear: both;
    margin-bottom: 5px;
}
.stocks1day div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    color: #fff;
    display: block;
    padding-bottom: 15px;
}
.stocks1day span
{
    background: url(../img/stock1day_bg.jpg) no-repeat left top;
    color: #fff;
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #666;
    float: left;
    margin-right: 10px;
    height: 51px;
    width: 51px;
    cursor: pointer;
}
.stocks1day b
{
    font-size: 32px;
    line-height: 28px;
    font-weight: normal;
}

.stocks1day a,
.stocks1day a:link,
.stocks1day a:active,
.stocks1day a:visited,
.stocks1day a:hover
{
    color: #fff;
    line-height: 15px;
    font-size: 13px;
}

/* периодические */

.stocks_periodic
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.stocks_periodic div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    color: #fff;
    display: block;
    font-size: 13px;
    padding-bottom: 15px;
    line-height: 15px;
}
.stocks_periodic span
{
    padding: 0px 4px;
    background-color: #ccc;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
.stocks_periodic a,
.stocks_periodic a:link,
.stocks_periodic a:active,
.stocks_periodic a:visited,
.stocks_periodic a:hover
{
    font-size: 13px;
    padding: 4px 0;
    display: inline-block;
}
.stocks_periodic p
{
    display: block;
    margin: 0;
    text-indent: 0;
}

/* постоянные */

.stocks_permanent
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.stocks_permanent div
{
    display: block;
}
.stocks_permanent a,
.stocks_permanent a:link,
.stocks_permanent a:active,
.stocks_permanent a:visited,
.stocks_permanent a:hover
{
    font-size: 13px;
    color: #ffa657;
    display: inline-block;
    padding-bottom: 7px;
    line-height: 15px;
}
a.to_forum:link, a.to_forum:active, a.to_forum:visited, a.to_forum:hover
{
    font-size: 13px;
    display: inline-block;
    margin: 10px 0;
}

/* архив */

.stocks_archive
{
    clear: both;
    margin: 20px 0 10px 0;
}
.stocks_archive .title
{
    font-size: 22px;
    color:#fff;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline-block;
}
.stocks_archive div
{
    display: block;
    padding-bottom: 10px;
}
.stocks_archive div a,
.stocks_archive div a:link,
.stocks_archive div a:active,
.stocks_archive div a:visited,
.stocks_archive div a:hover
{
    color:#999;
}
.stocks_archive div p
{
    text-indent: 0;
    margin: 3px 0 0 0;
}
.stock_on
{
    color:#5f9d2c;   
    display: block;
    font-size: 12px;  
    background: url(../img/stock_on.png) no-repeat left top;
    padding-left: 14px;
}
.stock_off
{
    color: #cd3a3a;
    display: block;  
    font-size: 12px;  
    background: url(../img/stock_off.png) no-repeat left top;
    padding-left: 14px;
}


/* В ПРОДАЖЕ */

.sales_top_main, .sales_top
{
    clear: both;
    display: block;
    margin: 20px 0 15px 0;
    height: 100%;
    overflow: hidden;
}
.sales_top_main .title, .sales_top .title
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:20px;
}
.sales_top_main div
{
    float: left;
    text-align: center;
    width: 30%;
    margin-right: 3%;
}
.sales_top div
{
    text-align: center;
    clear: both;
    margin: 0 0 20px 5%;
    width: 70%;
}
.sales_top_main a, .sales_top a
{
    font-size: 17px;
    display: block;
    line-height: 20px;
    padding: 5px 0 3px 0;
}
.sales_top_main img, .sales_top img
{
    cursor: pointer;
}

.sales_list div 
{
    clear: both;
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #666;
    padding-bottom: 15px;
}
.sales_list h1
{
    margin-bottom: 20px;
}
.sales_list span.desc
{
    clear: both;
    margin: 0px 0 20px 0;
    display: block;
    font-weight: normal;
    color:#ccc;
    font-size: 14px;
}
.sales_list div.one a
{
    font-size: 17px;
    margin-right: 10px;
}
.sales_list div.one img 
{
    float: right;
    border: 2px solid #fff;
    margin-left: 20px;
    cursor: pointer;
}
.sales_list div.one span
{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.sales_list div.one div
{
    margin: 10px 0 0 0;
    clear:none;
    display: block;
    padding: 0;
    border: 0;
}

.sales_item h1
{
    margin-bottom: 20px;
    line-height: 25px;
}
.sales_item .img
{
    clear: both;
}
.sales_item .img img
{
    height: 100px; 
    margin: 0 15px 15px 0;
    float: left;
    cursor: pointer;
    border: 2px solid #fff;
}
.sales_item .text
{
    clear: both;
}
.sales_item .cost
{
    color:#FFFFFF;
    font-size:18px;
    line-height:21px;
    margin:15px 0;
}

/* FAQ Articles */

.articles_top
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.articles_top .title
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:20px;
}
.articles_top div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 15px 0;
}
.articles_top div div
{
    width: 80px;
    border: 2px solid #fff;
    float: left;
    overflow: hidden;
    height:auto;
    clear: none;
    margin: 0 15px 0 0;
}
.articles_top div div img
{
    cursor: pointer;
}
.articles_top div a
{
    font-size: 13px;
    line-height: 15px;
}
.articles_top a.more
{
    font-size: 11px;
    line-height: 13px;
}
.articles_list h1
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:20px;
}
.articles_list div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 15px 0;
    border-bottom: 1px dashed #666;
    padding-bottom: 15px;
}
.articles_list span
{
    display: block;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
}
.articles_list div img
{
    width: 100px;
    border: 2px solid #fff;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.articles_list div a
{
    font-size: 17px;
}
.article_item h1
{
    margin-bottom: 20px;
}
.author
{
    font-size: 13px;
    color: #999;
    text-align: right;
    font-style: italic;
}

/* TUNING */

.tuning_top
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.tuning_top .title
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:10px;
    display:inline-block;
}
.tuning_top div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
}
.tuning_top div a
{
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    padding: 7px 0 15px 0;
}
.tuning_top img
{
    width: 210px;
    border: 2px solid #fff;
    cursor: pointer;
    clear: both;
    margin: 0 0 15px 0;
}

.tuning_top a.more
{
    font-size: 11px;
    line-height: 13px;
}

.tuning_list h1
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:20px;
}
.tuning_list div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 15px 0;
    border-bottom: 1px dashed #666;
    padding-bottom: 15px;
}
.tuning_list span
{
    display: block;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
}
.tuning_list div img
{
    width: 100px;
    border: 2px solid #fff;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.tuning_list div a
{
    font-size: 17px;
}
.tunung_item h1
{
    margin-bottom: 20px;
}

/* WORKS  */

.works_top
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.works_top .title
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:20px;
    display:inline-block;
}
.works_top div
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 10px 0;
    font-size: 13px;
    line-height: 15px;
}
.works_top div a
{
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    padding: 7px 0;
}
.works_top img
{
    width: 175px;
    border: 2px solid #fff;
    cursor: pointer;
    clear: both;
    margin: 0 0 15px 0;
}
.works_top a.more
{
    font-size: 11px;
    line-height: 13px;
}

/* GALLERY */

.gallery_top
{
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.gallery_top .title
{
    color:#fff;
    font-size:22px;
    line-height:25px;
    margin-bottom:20px;
    display:inline-block;
}
.gallery_top span
{
    clear: both;
    display: block;
}
.gallery_top div
{
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    float: left;
    margin: 0 0px 20px 0;
    overflow:hidden;
}
.gallery_top img
{
    cursor: pointer;
    min-height: 75px;
}
.gallery_top a.more
{
    font-size: 11px;
    line-height: 13px;
}

.gallery_GL h1
{
    margin: 0 0 20px 0;
}
.gallery_GL div
{
    float: left;
    margin: 0 8% 20px 0;
    width: 150px;
    height: 160px;
}
.gallery_GL span
{
    font-size:12px;
    color:#999;
    display: block;
}
.gallery_GL div a
{
    font-size: 14px;
    line-height: 15px;
}
.gallery_GL div img
{
    max-width: 150px;
    height: 100px;
    display: block;
    cursor: pointer;
    margin: 0px 0 7px 0;
    border: 2px solid #fff;
}

.gallery_list div
{
    clear: both;
    margin: 15px 0;
    height: 100%;
    overflow: hidden;
    display: block;
}
.gallery_list h1
{
    margin-bottom: 20px;
}

.gallery_list img 
{
    float: left;
    height: 145px;
    border: 2px solid #fff;
    margin: 0 8% 20px 0;
    cursor: pointer;
}
.gallery_list span.date 
{
    background:url("../img/gallery.png") no-repeat scroll left 0 transparent;
    display:block;
    margin: 10px 0;
    font-size:12px;
    padding-left:20px;
}



/* article */

.article
{
    clear: both;
}
.article .text, .sales_item .text 
{
    margin: 10px 0;
}
.article .image
{
    float: left;
    margin-right: 20px;
}
.article .prevStep, .sales_item .prevStep 
{
    float: left;
    margin: 10px 20px 10px 0;
}
.article .nextStep, .sales_item .nextStep 
{
    float: left;
    margin: 10px 0 10px 0;
}

.article .qa, .sales_item .qa
{
    margin: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.article .qa .q dt, .sales_item .qa .q dt
{
    font-weight: bold;
    padding-bottom: 10px;
}
.article .qa .q dd, .sales_item .qa .q dd
{
    color: #ff6632;
    font-style: italic;
    font-family: Arial;
}
.article .qa .a dt, .sales_item .qa .a dt
{
    font-weight: bold;
    padding-bottom: 10px;
}
.article .qa .a dd, .sales_item .qa .a dd
{
}

.no_show
{
    display: none;
}

.show
{
    display: block;
}

.clear, .clearall
{
    clear: both;
    line-height: 0;
    font-size: 0px;
    padding: 0;
    margin: 0;
}
.gallery_list p
{
    text-indent: 0;
}
p.clear
{
    text-indent: 0;
    clear: none;
    margin: 15px 0;
    font-size: 14px;
    line-height: 16px;
}

.pager
{
    margin: 10px 0;
}
.pager a
{
    margin-right: 7px;
}
.pager a.cur
{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}




























