/* global style */
body {
    padding-bottom: 20px;
}
a {
    color: #000;
}
h2 {
    background: none;
    color: #0496b0;
}
img {
    border: 0;
}
input, textarea, select, span.editable {
    font-size: 13px;
    outline: none;
}
#content {
    padding: 16px 0 5px 0;
    width: 100%
}
#left_column {
    float: left;
    width: 220px;
    margin-right: 20px;
    overflow: hidden;
    padding: 0;
}
#center_column {
    width: 718px;
    float: left;
    margin: 0;
}
#right_column {
    float: left;
    width: 185px;
    margin-left: 20px;
    overflow: hidden;
    padding: 0px;
}

/*-------------------------blocks---------*/
div.block {
    width: auto;
    margin-bottom: 1em;
}
#left_column div.block,
#right_column div.block {
    padding:0
}
div.block .block_content {
    border: none;
    padding: 0px 20px 13px;
}
.editorial_block {
    margin-bottom:9px;
}
.banner_block {
    margin-bottom:10px
}
.block_fill {
    background-color: #662d91;
}
/*.block_fill:hover {
    background-color: #fff;
    color: #662d91;
}*/

/*-------------block-title---------*/
div.block h4 {
    background: #662d91;
    color: #ffffff;
    font: bold 16px Arial, Helvetica, sans-serif;
    line-height: 32px;
    padding-left: 20px;
}

div.block h5 {
    color: #ffffff;
    font: bold 16px Arial, Helvetica, sans-serif;
    line-height: 32px;
    text-align: center;
}
div.block h5:hover {
    background-color: #fff;
    color: #662d91;
}

/*-----------------------categories-----*/
div#categories_block_left h4, div#informations_block_left h4, div#myaccount_block_left h4 {
    border-radius: 5px;
}
div#categories_block_left ul.tree li, ul.bullet li {
    font-weight: bold;
}
div#categories_block_left ul.tree li ul li {
    padding-left: 15px;
}
div#categories_block_left ul.tree a, ul.bullet a {
    color: #000000;
}
div#categories_block_left ul.tree a:hover, ul.bullet a:hover {
    color: #0496b0;
}
div#categories_block_left ul.tree li.last a, ul.bullet li.last_item a {
    background: none;
}
div#categories_block_left ul.tree a.selected, ul.bullet a.selected {
    font-weight: normal;
    color: #0496b0;
}
ul.tree, ul.bullet {
    margin-top: 8px;
}

/*-----------------------manufacturers---*/
ul.bullet li {
    padding: 0;
    margin: 0;
}
div.block a {
    font-weight: normal;
    display: block;
    background: url(../img/dashLine.png) repeat-x 0 bottom;
    padding: 5px 0px 5px 0px;
}
div.block a:hover {
    text-decoration: none;
    color: #0496b0;
}
div.block h4 a:hover {
/*    text-decoration:none;*/
/*    color:#f9532d;*/
}
/*--------------------------tags--------*/
div.tags_block p a {
    display:inline;
    background:none;
    color:#666;
}
div.tags_block p a:hover {
    background:#e9e9e9;
    color:#000 !important;
}
/*----------------------advertising-----*/
.advertising_block {
    width: auto;
}
div#viewed-products_block_left div.block_content ul.products li { height: auto }
div.products_block a {
/*    display: inline;*/
    background: none;
}

.cornerTopLeft {
    width: 100%;
}
.cornerBottomRight {
    padding: 10px;
}
/* -----------------breadcrumb.tpl ---------*/
.breadcrumb {
    background: #0496b0;
    border-radius: 5px;
    color: #fff;
    margin-bottom:12px;
    padding: 6px 20px 6px 20px;
}
/*.breadcrumb .cornerBottomRight {
    padding:12px 15px 11px;
}*/
.breadcrumb a {
/*    color: #0496b0;*/
    color: #fff;
}

/* category.tpl */
h2.category_title {
/*    background: #f7f7f7;*/
/*    border-radius: 5px;*/
    font: bold 19px Arial, Helvetica, sans-serif;
    text-transform: none;
    padding: 10px;
    margin: 0;
}
h2.category_title span {
    font-size: 12px;
    font-style: normal;
    color: #a9a9a9;
    float: right;
}

/* product-sort.tpl */

form#productsSortForm p {
    height: auto;
    margin: 10px 0 ;
}
form#productsSortForm p label, form#productsSortForm p select { float: right }
form#productsSortForm p label {line-height:18px; padding-right:10px;}

/*---------------featured products-------*/
#center_column .products_block .block_content {
    background:none;
}
#center_column .products_block ul li {
    padding: 9px;
    border: 1px solid #662d91;
    border-radius: 5px;
    height: 180px;
    width: 212px;
    margin-right: 11px;
    margin-bottom: 11px;
}
#center_column .products_block ul li:hover {
    background:#fff8d9;
}
#center_column .products_block li.last_item_of_line {
    margin-right:0px;
}
#center_column div.block h4 {
    color: #0496b0;
    font-size: 19px;
    margin: 0 0 11px;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
    text-transform: none;
    line-height: 19px;
}
#center_column div.products_block h5 a {
    font-weight: bold;
    color: #7d7d7d;
}
#center_column div.block {
    width:auto;
}
#center_column div.products_block a.product_image {
    width: auto;
    height: auto;
    margin-left: 0px
}
#center_column div.products_block a.product_image {
    padding:0
}
.width {
    width:100%;
}
/* block myaccount */
div.myaccount p.logout {
    padding:0
}
/*-----------------cart-block------------*/
#right_column div#cart_block .block_content {
    background-color: #662d91;
}
#cart_block .block_content {
    padding: 1px 20px 10px 15px;
}
#cart_block h4 { 
    background:url('../img/cartBg.png') no-repeat 140px 9px #662d91;
}
#cart_block h4 a { 
/*    background: none;*/
    display: inline;
    color: #ffffff;
    font-weight: bold;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_total {
    padding: 0;
}
#cart_block p#cart_block_no_products {
    color: #ffffff;
}
#cart_block p#cart-prices {
    border: none;
    background: url(../img/dashLine.png) repeat-x 0 0;
}
/*#cart_block p#cart-buttons a.button_small {
    color: #000 !important;
}
#cart-buttons a.button_small {
    background: url(../img/button_cart_small.gif) no-repeat 0 bottom !important;
}
#cart-buttons a.button_small:hover {
    background: url(../img/button_cart_small.gif) no-repeat 0 0 !important;
}*/
#cart-prices span {
    color:#fff;
}
/*div#cart_block p a.exclusive {
    color:#fff !important
}*/
ul.products {
    padding-bottom:15px;
}
.ajax_cart_no_product {
    color:#fff;
}
/* adresses */
div.addresses {
    background: none;
    border: none;
    width: auto;
}
ul.address {
    width: 340px;
    margin-right: 5px;
}
ul.alternate_item {
    float: right;
}
/*li.address_title {
    background: #f0f0f0;
}*/
dl.products a, dl.products a:hover {
    background: none;
    color: #f0f0f0;
}
.products_block dl.products a, dl.products a:hover {
    color: #333;
}
.products_block div.block a {
    font: bold 12px Arial, Helvetica, sans-serif !important;
    color: #979696;
}
/*----------------------specials-----------*/
/*.blockspecials ul {
    height:auto;
}
.blockspecials li {
    float:none;
    width:auto;
}*/
.products_block li h5 {
    font-size: 12px;
}
.products_block li h5 a{
    font-weight: bold;
}
span.price-discount, span.reduction, span.price {
    color: #329a1c;
}
#special_block_right span.price {
    color: #329a1c;
    display: block;
    font-size: 21px;
}
#special_block_right span.price, #special_block_right span.price-discount {
    padding-left: 20px;
}
.products_block li img {
    margin: 7px 0;
    padding-left: 20px;
}
/*-------------currencies----------------*/
#languages_block_top, #currencies_block_top {
    float:right;
    width:59px;
}
#currencies_block_top {
    width:120px;
}
#languages_block_top ul, #currencies_block_top ul {
    list-style:none
}
#currencies_block_top ul li {
    float: left;
    margin-right: 0.2em;
    margin-bottom: 2px
}
#currencies_block_top ul li a {
    display: block;
    font-size: 11px;
    background-color: #f1f2f4;
    border: #595a5e 1px solid;
    text-decoration: none;
    min-width: 1em;
    padding: 0 2px 0 2px;
    line-height: 1.1em;
    text-align: center;
    vertical-align: middle
}
#currencies_block_top ul li a:hover {
    background-color: white;
    color: black
}
#currencies_block_top ul li.selected a {
    border: none;
    background-color: transparent;
    font-size: 11px;
    line-height: 1.1em;
    font-weight: bold;
    color: black;
    border: 1px solid white
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
/*input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    color: #fff !important;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    text-decoration: none!important;
    line-height: 22px;
    height: 22px;
    padding:0px !important;
}
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
    background-position: left 0px
}
input.exclusive {
    font-family: Arial, Helvetica, sans-serif;
}*/

/* classic buttons */
/*input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
    width: 30px;
    background-image: url('../img/button-mini.gif')
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, #cart_block a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
    width: 53px;
//    background-image: url('../img/button-small.gif')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, #cart_block a.exclusive, span.button, span.exclusive {
//    background-image: url('../img/button-medium.gif')
    width: 120px;
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
    width: 180px;
    background-image: url('../img/button-large.gif')
}*/

/* gradient buttons */
.button_green {
    background: #008600;
    background: -moz-linear-gradient(top, #85d390 0%, #009700 50%, #007800 51%, #219b0c 75%, #31a517 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85d390), color-stop(50%,#009700), color-stop(51%,#007800), color-stop(75%,#219b0c), color-stop(100%,#31a517));
    background: -webkit-linear-gradient(top, #85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background: -o-linear-gradient(top, #85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background: -ms-linear-gradient(top, #85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background: linear-gradient(top, #85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 16px;
}
.button_green:hover {
    background: #00ba00;
    background: -moz-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7e2b0), color-stop(50%,#00ba00), color-stop(51%,#008600), color-stop(85%,#3cdf19), color-stop(100%,#46e522));
    background: -webkit-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -o-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -ms-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    color: #fff;
}
input.button, .button_general {
    background: #505050;
    background: -moz-linear-gradient(#f2f2f2 0%, #777777 50%, #505050 51%, #404040 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0  100%, from(#f2f2f2), to(#404040), color-stop(0.6, #777777), color-stop(0.6, #505050));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #404040 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #404040 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #404040 100%);
    background: linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #404040 100%);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
input.button:hover, .button_general:hover {
    background: #00ba00;
    background: -moz-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7e2b0), color-stop(50%,#00ba00), color-stop(51%,#008600), color-stop(85%,#3cdf19), color-stop(100%,#46e522));
    background: -webkit-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -o-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -ms-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    color: #fff;
}
.button_gray {
    background: #777777;
    background: -moz-linear-gradient(#f2f2f2 0%, #777777 50%, #505050 51%, #777777 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0  100%, from(#f2f2f2), to(#777777), color-stop(0.6, #777777), color-stop(0.6, #505050));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #777777 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #777777 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #777777 100%);
    background: linear-gradient(top, #f2f2f2 0%, #777777 50%, #505050 51%, #777777 100%);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 9px;
}
.button_gray:hover {
    background: #00ba00;
    background: -moz-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7e2b0), color-stop(50%,#00ba00), color-stop(51%,#008600), color-stop(85%,#3cdf19), color-stop(100%,#46e522));
    background: -webkit-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -o-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -ms-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    color: #fff;
}
.button_white {
    background: #fff;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 9px;
    text-align: center;
/*    width: 70px;*/
}
.button_white:hover {
    background: #00ba00;
    background: -moz-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7e2b0), color-stop(50%,#00ba00), color-stop(51%,#008600), color-stop(85%,#3cdf19), color-stop(100%,#46e522));
    background: -webkit-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -o-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: -ms-linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    background: linear-gradient(top, #a7e2b0 0%, #00ba00 50%, #008600 51%, #3cdf19 85%, #46e522 100%);
    color: #fff;
}

/* product-list.tpl */
ul#product_list { margin-top: 15px; list-style-type: none }
ul#product_list li {
    padding: 8px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: solid 1px #d0d3d8;
}
ul#product_list li .new {
    background:#f9532d;
    border: none;
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0 0.4em;
    text-transform: lowercase;
    vertical-align: 0
}
ul#product_list li div.right_block {
    float: right;
    width: 90px;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
}
ul#product_list h3 a:hover, ul#product_list .product_desc a:hover {
    color: #0496b0;
}
a.view_button {
    background:url(../img/button_view.gif) no-repeat 0 bottom;
    width:75px;
    color:#000 !important;
}
a.view_button:hover {
    background: url(../img/button_view.gif) no-repeat 0 0;
}
/*a.ajax_add_to_cart_button {
    background: url(../img/button_add_to_cart.gif) no-repeat 0 bottom;
    color: #fff !important;
    width: 75px;
}
a.ajax_add_to_cart_button:hover {
    background: url(../img/button_add_to_cart.gif) no-repeat 0 0;
    color: #fff !important;
    width: 75px;
}*/
ul#product_list li span.availability {
    float: right;
    line-height:18px;
    margin-top:4px;
    color: #979696;
    background:#fff;
    padding:0 6px;
    font-size: 11px
}
ul#product_list li div.center_block {
    float: left;
    width: 80%
}
ul#product_list li a {
    text-decoration: none;
}
ul#product_list li p.product_desc {
    line-height: 18px;
    margin-bottom: 0.5em;
/*    color: #7d7d7d;*/
}
ul#product_list a.product_img_link {
    margin-right:13px;
    border:none;
}

form.std fieldset {
    border: none;
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* steps (like order step) */

ul#order_step {
    padding-left: 15px;
    height: 25px;
}
ul.step {
    padding:0;
}
/* block top user information */

#shopping_cart {
    padding-left:16px;
}
.ajax_cart_product_txt, .ajax_cart_quantity {
    line-height:31px;
    padding-left:6px;
}

/* steps (like order step) */

#cart_block dd { width: auto }
#cart_block dl dt a {
    padding: 0;
    background: none;
    color: #fff;
    font-size: 0.9em;
    font-family: Arial;
}

/* product.tpl */

#primary_block #pb-left-column {
    float: left;
    margin-left: 1.1em;
    width: 393px
}
#primary_block p.buttons_bottom_block a, .button_details {
    margin: 0;
    color: #662d91;
    font-size: 0.85em;
}
#primary_block p.buttons_bottom_block a:hover, .button_details:hover {
    color: #0496b0;
}
#primary_block #image-block {
    border: #d0d1d5 solid 1px;
    height: 302px;
    width: 300px;
    text-align:center
}
#primary_block #image-block img#bigpic { 
    cursor: pointer; 
    height: 300px;
    width:auto;
    margin:auto
}
#thumbs_list li {
    height:auto;
}
ul#thumbs_list_frame li img {
    width:80px;
    height:auto;
}
/* pagination.tpl */

div.pagination { padding: 1em 0; overflow:hidden }
ul.pagination {
    list-style: none;
    float: left
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
    background:#fff
}
ul.pagination a, ul.pagination span {
    background:#fff;
}
ul.pagination li.current span {
    background: #662d91;
    border: 1px solid #fff;
}

/* Tabs */
ul.idTabs {
    border-bottom: 2px solid #662d91;
    height: 33px;
    margin-top: 1em;
}
ul.idTabs li {
    background: none;
}
ul.idTabs li a {
    display: block;
    width: 160px;
    height: 23px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    color: #656565;
    border-radius: 10px 10px 0px 0px;
}
ul.idTabs li a:hover {
    color: #000;
    background: #e0e0e0;
}
ul.idTabs li a.selected {
    color: #000;
    background: #cabad8;
}

/*--------------footer------------*/
#footer {
    width: 100%;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #662d91;
}
.footer_left {
    float: left;
    padding: 7px 10px;
}
.footer_right {
    float: right;
    padding: 7px 10px;
    color: #fff;
}
#footer .block_various_links {
    float: left;
    width: 100%;
}
#footer .block_various_links a {
    color: #fff;
}
#footer .block_various_links a:hover {
    text-decoration: underline;
}
.select {
    overflow: hidden;
}

div#footer_links {
    padding-top: 5px;
    text-align: center;
}

/*---------------------------------------*/
/*--------------Right Block--------------*/
/*---------------------------------------*/

/*--------------Block Icons--------------*/
.block_icons {
    display: block;
    right: 61.5px;
/*    z-index: 9999999;*/
    position: fixed;
    top: 183px;
    width: 60px;
}
.block_icons a {
    display: block;
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}
.block_icons a.goTop {
    background: url(../img/icons.gif) no-repeat scroll -70px 0 transparent;
}
.block_icons a.myAccount {
    background: url(../img/icons.gif) no-repeat scroll 0 -70px transparent;
}
.block_icons a.logout {
    background: url(../img/icons.gif) no-repeat scroll -70px -140px transparent;
}

/*-------New Products, Best sales, Discount--------*/
div.products_block {
    border: 1px solid #662d91;
    border-radius: 5px;
}
div.block_button a {
    font-weight: bold;
    color: #662d91;
}
div.block_button a:hover {
    color: #0496b0;
}


/*---------------------------------------*/
/*----------------Header-----------------*/
/*---------------------------------------*/

#contacts_top {
    float: right;
    padding: 0px 110px 0px 0px;
    text-align: center;
    width: 270px;
}
#contacts_top #text {
    font-size: 1.3em;
}
#contacts_top #phone {
    color: #e41d5c;
    font-size: 1.6em;
    font-weight: bold;
}
#contacts_top #working_hours {
    font-size: 1.1em;
}
