body {
    font-family: Arial, Tahoma;
    font-size: 65.5%;
    color: #58595a;
    background: url(../images/bg.body.jpg) repeat-x fixed center 0;
}

a {
    color: #0184ce;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.container_60 {
    font-size: 12px
}

.input {
    border: 1px solid #999;
}

.button01 {
    background-color: #777777;
    border-radius: 7px;
    color: #fff;
    line-height: 24px;
    height: 24px;
    text-decoration: none;
    border: none;
    padding: 0 10px;
}

.button01:hover,
a:hover.button01 {
    background: #000
}

#register {
    margin-right: 24px;
}

a#register_link {
    line-height: 38px;
    font-size: 11px;
    color: #fff;
    text-decoration: none
}

/* header */
#header {
    height: 120px;
    z-index: 90;
    position: relative;
}

#logo {
    position: absolute;
    top: 35px;
}

#partner {
    right: 0;
    position: absolute;
    top: 18px
}

.search_block {
    width: 352px;
    z-index: 40;
    top: 30px;
    position: absolute;
    left: 400px;
}

#admin-content-wrapper .search_block {
    z-index: 40;
    top: 0;
    position: relative;
    left: 0;
}

#admin-content-wrapper .search_prompter_container {
    top: 28px;
    position: absolute;
}

.search_prompter_item {
    width: 340px;
}

#search {
    width: 352px;
    height: 35px;
    background: url(../images/bg.search.png) no-repeat;
    position: relative;
    z-index: 100
}

#search .input {
    width: 295px;
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    padding: 9px 10px;
}

#search .submit {
    width: 32px;
    height: 31px;
    border: none;
    text-indent: -9999px;
    background: none
}

#search #suggestion {
    position: absolute;
    top: 35px;
    width: 350px;
    background: #fff;
    border: 1px solid #eee
}

#suggestion .item_line {
    padding: 10px;
}

.b1 {
    border: 1px solid #d1d1d1
}

.h70 {
    height: 70px
}

.search_object_list .add-to-cart-wrapper {
    padding: 0 10px;
}

.products_list .title,
.search_object_list .title {
    line-height: 14px;
    height: 32px;
    overflow: hidden;
    padding: 0 10px;
}

.title a {
    color: #1d1d1d;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

.title a:hover {
    text-decoration: underline
}

a.add-to-cart strong {
    line-height: 24px;
    padding-left: 10px;
}

.take-item a.add-to-cart {
    margin-left: 10px !important;
    margin-top: 0 !important;
}

a.btn1 {
    background: none repeat scroll 0 0 #0184CE !important;
    border: medium none !important;
    padding: 0 !important;
}

a.btn1 strong {
    color: #ffffff;
    float: left;
    height: 24px !important;
    line-height: 24px !important;
    padding-left: 10px !important;
    text-shadow: none !important;
}

a.add-to-cart span {
    height: 28px;
    width: 35px !important;
}

a.btn1 span {
    float: left;
    font-size: 0;
    height: 24px !important;
    line-height: 24px !important;
    text-shadow: none !important;
    width: 10px !important;
}

strong.price_now {
    color: #c5221d;
    font-size: 14px;
}

strong.price_now sup {
    font-weight: normal;
    margin-left: 2px;
}

strong.price_now span {
    font-weight: normal;
    margin-left: 5px;
}

#suggestion .title {
    margin-bottom: 5px;
}

#suggestion .item_line {
    border-bottom: 1px solid #eee;
}

#suggestion .item_line.last {
    border: none !important
}

#suggestion .photo a,
#cart_list .photo a {
    display: table-cell;
    height: 68px;
    text-align: center;
    width: 68px;
    vertical-align: middle;
}

#contacts {
    position: absolute;
    top: 87px;
    right: 0;
}

#contacts strong {
    font-size: 14px;
    color: #b52828;
}

#contacts span {
    color: #a1a4a5
}

#working_time {
    position: absolute;
    left: 405px;
    top: 75px;
}

#working_time #address {
    font-size: 11px;
    margin: 0 20px 0 0;
}

#working_time #address strong {
    color: #af2222
}

#working_time #time {
    font-size: 10px;
    margin-top: 5px;
}

#working_time #time ul li {
    float: left;
    background: #ad1f1f;
    margin-right: 2px;
    height: 4px;
    border: 1px solid #ad1f1f;
    width: 13px;
}

#working_time #time ul li.empty {
    background: #fff
}

/* menu */
#main_menu {
    background: #272727;
    line-height: inherit;
    height: inherit;
    padding-bottom: 0;
    width: 950px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#main_menu ul#main-menu {
    height: 60px;
}

#main_menu li.top-level1 {
    float: left;
    width: 133px;
    border: 1px solid #272727;
    border-right: 1px solid #939393;
}

#main_menu li.top-level1:last-child {
    border: 1px solid #272727;
    border-right: 0;
    width: 138px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#main_menu li.top-level1:first-child {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

ul#main-menu li.active-cat span,
ul#main-menu li.active-cat-on span,
ul#main-menu li.active-cat,
ul#main-menu li span a:hover {
    border-bottom: 1px solid #FFFFFF;
    padding-left: 1px !important;
}

#main_menu li.top-level1.active-selected-menu:first-child:hover,
#main_menu li.top-level1.active-selected-menu.active-cat:first-child {
    border-bottom: 1px solid #FFFFFF;
}

.top-level1-0.active-selected-menu.with-sub, .top-level1-0.active-selected-menu.active-cat {
    padding-left: 0px !important;
}

#main_menu li.top-level1:first-child:hover, #main_menu li.top-level1.active-cat:first-child {
    border-bottom-left-radius: 0px;
    border: 1px solid #272727;
    padding-left: 0px !important;
}

#main_menu li.top-level1:hover,
#main_menu li.top-level1.active,
#main_menu li.top-level1.active-selected-menu:hover,
#main_menu li.top-level1.active-selected-menu,
#main_menu li.top-level1.active-selected-menu.active_cat {
    background: url("") repeat-x scroll 0 0 #FFFFFF;
    border-left: 0px;
    padding-left: 1px;
    color: #282828 !important;;
    border-bottom: 0px;
}

#main_menu li.top-level1.active-selected-menu {
    background: url("../images/bg.menu_hover.png") repeat-x scroll 0 0 transparent
}

#main_menu li.top-level1 > a {
    display: block;
    color: #fff;
    height: 45px;
    text-decoration: none;
    padding: 15px 15px 0 55px;
}

.menu_list li.top-level1 {
    margin-bottom: 8px;
}

.menu_list li.top-level1 a {
    color: #282828;
    text-decoration: none;
}

.menu_list li.top-level1 a:hover {
    text-decoration: underline
}

#main_menu li.top-level1.active-selected-menu > a {
    color: #fff !important;
}

#main_menu li.top-level1:hover > a,
#main_menu li.top-level1.active-cat > a,
#main_menu li.top-level1.active-selected-menu:hover > a {
    color: #222222 !important;
}

#main_menu li.top-level1:first-child.active-selected-menu {
    border: 1px solid #272727;
}

#main_menu li#icon1 a {
    background: url(../images/sprite.menu_icons.png) no-repeat 8px 10px;
}

#main_menu li#icon2 a {
    background: url(../images/sprite.menu_icons.png) no-repeat -128px 10px;
}

#main_menu li#icon3 a {
    background: url(../images/sprite.menu_icons.png) no-repeat -265px 10px;
}

#main_menu li#icon4 a {
    background: url(../images/sprite.menu_icons.png) no-repeat -410px 10px;
}

#main_menu li#icon5 a {
    background: url(../images/sprite.menu_icons.png) no-repeat -540px 10px;
}

#main_menu li#icon6 a {
    background: url(../images/sprite.menu_icons.png) no-repeat -665px 10px;
}

#main_menu li#icon7 a {
    background: url(../images/sprite.menu_icons.png) no-repeat -796px 10px;
    line-height: 30px;
}

#main_menu li#icon1:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat 8px -45px;
}

#main_menu li#icon2:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat -128px -45px;
}

#main_menu li#icon3:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat -265px -45px;
}

#main_menu li#icon4:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat -410px -45px;
}

#main_menu li#icon5:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat -540px -45px;
}

#main_menu li#icon6:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat -665px -45px;
}

#main_menu li#icon7:hover a {
    background: url(../images/sprite.menu_icons.png) no-repeat -796px -45px;
    line-height: 30px;
}

#main_menu .fat-menu {
    border-radius: 0 0 7px 7px;
    top: 58px;
    left: -1px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

#main_menu .fat-menu a:hover {
    text-decoration: underline;
}

#main_menu .grid_8 {
    width: 114px !important;
}

#main_menu {
    box-shadow: none;
}

.brands {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px #dedede solid;

    max-height: 32px;
    background: #e1e1e1 url('../images/block_heading_bg.gif') repeat-x;
    text-align: center;
}

.brands .grid_60 div {
    overflow: hidden;
    padding: 0 12px;
}

.manufacturers_list_block {
    margin-bottom: 10px;
}

.banner_small img {
    display: block;
}

.item .title {
    font-size: 14px
}

.item .attrs .attr_name {
    font-size: 11px;
    width: 90px;
    margin-top: 2px;
    color: #626262;
}

.item .attrs .attr_value {
    font-weight: normal;
}

h2.heading {
    font-size: 22px;
    color: #6d7375
}

.items_category {
    border-bottom: 1px solid #d5d5d5
}

.item .photo {
    background: #fff;
    overflow: hidden;
    border: 0;
    text-align: center;
    margin-top: 10px;
}

.price-wrapper .price-vat-text {
    margin-left: 5px;
    display: inherit;
}

.grid_15.item .photo {
    width: 228px;
}

.grid_12.item .photo {
    background: #fff;
}

.item .price {
    font-size: 18px;
    color: #af1f1f;
}

.item .price sup {
    font-weight: normal;
    font-size: 10px
}

.item .old_price span {
    font-size: 14px;
    text-decoration: line-through;
    color: #4a4949;
}

.item .old_price span sup {
    font-size: 10px;
    font-weight: normal
}

.item .photo a {
    display: table-cell;
    vertical-align: middle;
    width: 228px;
    text-align: center;
    padding-top: 3px;
}

.compare_link {
    font-size: 11px
}

.product_compare_table {
    max-height: 300px;
}

.first_ico {
    position: absolute;
    top: 5px;
    left: 5px;
}

.second_ico {
    position: absolute;
    top: 50px;
    left: 5px;
}

.fck p {
    margin-bottom: 15px
}

#left_blocks .block .head, #right_blocks .block .head, .block_heading, #search_object_list .heading,
.nshop_combined_product_list .heading_wrapper,
.nshop_combined_product .heading_wrapper {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    background: none repeat scroll 0 0 #FBFBFB;
    color: #666666;
    border: 1px #dedede solid;
    line-height: 26px !important;
    padding: 0 0 0 10px;
}

.nshop_combined_product_list .heading_wrapper h2,
.nshop_combined_product .heading_wrapper h2 {
    line-height: 26px !important;
    font-size: 13px;
    font-weight: bold;
}

#left_blocks .block .content, .block_body, #right_blocks .block .content {
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter_list strong,
.filter_list label, .filter_list a {
    color: #282828
}

.filter_list .block_body,
.text-block .block_body {
    padding: 5px 5px 5px 10px;
}

#footer {
    margin-top: 20px;
    background: url(../images/bg.footer.png) repeat-x 0 0;
}

#footer .inner {
    border: 1px solid #dfdfdf;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    padding: 20px 10px;
    font-family: 'Trebuchet MS', Arial;
}

#payments div {
    padding: 0 5px
}

#solution,
#copyright {
    font-size: 11px;
}

#solution a {
    color: #af1f1f;
    text-decoration: none
}

.foot_menu li a {
    color: #555;
    text-decoration: none;
    font-size: 11px;
}

.foot_menu li a:hover {
    text-decoration: underline
}

.foot_menu span a {
    color: #af1f1f;
    text-decoration: none;
    font-size: 12px;
}

.foot_menu span a:hover {
    text-decoration: underline
}

/* subheader currency view */
#languages {
    font-size: 11px;
    line-height: 42px;
}

#languages span {
    color: #fff
}

#languages ul li {
    float: left;
    padding: 0;
    border: 0;
    margin: 0 0 0 10px;
}

#languages ul li a {
    text-decoration: none;
    color: #fff;
}

#languages ul li a:hover,
#languages ul li.active a {
    color: #de4647
}

.info-block {
    background: #FAFAFA;
    border: 1px solid #E7E7E7 !important;
}

.icons_left {
    width: 68px !important;
    margin: 10px 0 0 15px;
}

.icons_right {
    margin: 10px 10px 0 0;
}

.icons_right span {
    float: right;
}

img.product_image_gallery_thumb {
    cursor: pointer;
}

span.new {
    background-image: url('../images/ico.new.png') !important;
    width: 42px !important;
    height: 42px !important;
    margin: 5px;
    z-index: 5;
}

span.pop {
    background-image: url('../images/gift.png') !important;
    width: 40px !important;
    height: 40px !important;
    margin: 5px;
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.photo {
    position: relative;
}

div.icons_right {
    position: static!important;
}

.product-main-info-wrapper .main-price-wrapper .main-price,
.product-main-info-wrapper .main-price-wrapper .currency-symbol {
    color: #AF1F1F;
    float: left;
    font-family: Helvetica;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 20px;
}

.search_prompter_item {
    font-family: Helvetica;
    font-weight: 400 !important;
}

.search_prompter_item .main-price-wrapper .main-price,
.search_prompter_item .main-price-wrapper .currency-symbol {
    font-size: 13px !important;
    font-weight: normal;
    font-family: Helvetica;
}

li.ui-menu-item {
    border-bottom: 1px solid #000000;
}

.product-main-info-wrapper .old-price-wrapper .main-price,
.product-main-info-wrapper .old-price-wrapper .currency-symbol {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 25px;
}

.main-price-wrapper .main-price,
.main-price-wrapper .currency-symbol {
    color: #AF1F1F;
    float: left;
    line-height: 17px;
}

.old-price-wrapper .main-price,
.old-price-wrapper .currency-symbol {
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}

.main-price-wrapper .currency-symbol {
    font-size: 12px;
}

.old-price-wrapper .currency-symbol {
    font-size: 10px;
}

.products_list .products_compare_links,
.search_object_list .products_compare_links {
    height: 32px;
    line-height: 16px;
    float: right;
    padding-right: 10px;
}

.product_block.item .price-info-holder {
    height: 20px;
    padding: 5px 10px;
}

.old-price-outer {
    margin-left: 10px;
    float: left;
}

.quantity-change-result {
    float: left;
    height: 100%;
}

#compare_list .image {
    width: 52px;
    height: 52px;
    background: #fff;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
}

#compare_list .image a {
    width: 52px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#compare_list .info {
    width: 90px;
    overflow: hidden;
}

#compare_list .info a {
    text-decoration: none
}

#compare_list .info a.title {
    line-height: 14px;
    display: block;
    color: #1D1D1D;
}

#compare_list .info a:hover {
    text-decoration: underline
}

.compare_items a {
    padding: 5px 10px;
}

#category_menu li {
    border-bottom: 1px solid #e3e3e3 !important;
}

#category_menu li a {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #232323;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    padding: 10px 10px 10px 20px;
}

#category_menu li a:hover {
    text-decoration: underline !important;
}

#category_menu li {
    border-top: none;
    border-bottom: none;
}

#category_menu li ul {
    padding: 5px 0;
}

#category_menu a.more {
    background: none;
    padding: 0 0 10px 0;
    margin-left: 15px;
    color: #8d8d8d;
    font-size: 12px;
    text-transform: none;
}

#category_menu a.more span {
    height: 13px;
    margin-top: 1px;
    width: 13px;
    background: url(../../common/images/sprite.png) no-repeat -139px 0;
}

#category_menu a.subsubmenu-more {
    margin-left: 25px;
}

#category_menu a:hover.more {
    text-decoration: underline
}

#category_menu li ul li {
    border: none !important
}

#category_menu li ul li a {
    background: none;
    line-height: normal;
    border: none;
    color: #1D1D1D;
    padding: 3px 15px;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
}

#category_menu li ul li a:hover,
#category_menu li ul li.active a {
    color: #1D1D1D;
}

#category_menu li ul li ul li a {
    padding-left: 25px !important;
    display: block;
    color: #1D1D1D !important;
}

#category_menu li ul li ul li a:hover {
    display: block;
    color: #1d1d1d !important;
}

#category_menu li ul li ul li a:hover,
#category_menu li ul li ul li.active a {
    color: #1D1D1D !important;
}

select.custom_select {
    position: absolute;
    z-index: 30;
    padding: 0;
    border: 0;
}

select.custom_select option {
    background-color: white;
}

div.custom_select {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.custom_select span {
    line-height: 21px;
    font-size: 13px;
    padding: 0 10px;
}

div.custom_select strong {
    width: 25px;
    height: 21px;
    cursor: pointer;
    border-left: 1px solid #D5D5D5;
    background: url('../images/bg.custom_select.png') no-repeat;
}

div.attr_list {
    color: #777;
    height: 28px;
    font-size: 11px;
    line-height: 14px;
    font-family: Helvetica;
    padding: 0 10px;
    overflow: hidden;
}

ul.pagination-links li.active,
ul.pagination-links li a:hover {
    background: #fff;
    padding: 3px 7px 2px 7px;
    border: 1px solid #0184ce;
    height: 15px !important;
    line-height: 15px !important;
}

#attributes-list > div {
    width: 100%;
}

.per-page {
    line-height: 18px;
}

.error-list {
    color: #AF1F1F;
}

.products_list, #search_object_list {
    border-bottom: 1px #ddd solid;
}

.products_list .items_line,
#search_object_list .items_line {
    border-right: 1px #ddd solid;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
}

/*#search_object_list .items_line > div {*/
/*margin:0 4px 3px 5px;*/
/*}*/

/*#search_object_list .items_line > div.omega {*/
/*margin:0 0 3px 4px;*/
/*}*/

/*#search_object_list .items_line .product_block.item {*/
/*border-right: 1px #ddd solid;*/
/*padding: 0 10px 3px 3px;*/
/*font: 11px Helvetica;*/
/*}*/

/*#search_object_list .items_line .omega .product_block.item{*/
/*border-right: none;*/
/*padding: 0 10px 3px 3px;*/
/*font: 11px Helvetica;*/
/*}*/

.products_list .items_line .product_block.item,
#search_object_list .items_line .search_object_list.item {
    border-right: 1px #ddd solid;
    margin: 0;
    padding: 0 3px 3px 3px;
    font: 11px Helvetica;
}

.products_list .items_line .product_block.item.omega,
#search_object_list .items_line .search_object_list.item.omega {
    border-right: none;
    margin: 0;
    padding: 0 4px 3px 3px;
    font: 11px Helvetica;
}

.products_list .photo img,
.search_object_list .photo img {
    display: inline;
}

.products_list .photo,
.search_object_list .photo {
    border: none;
}

.items_line {
    position: relative;
    overflow: hidden;
    /*border: 1px #DDD solid;*/
    width: 100%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nshop_combined_product_list .top_line_wrapper {
    background-color: #fff;
    padding: 3px 5px;
    border-left: 1px #DDD solid;
    border-right: 1px #DDD solid;
}

.nshop_combined_product_list .block_body {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}

.nshop_combined_product_list .bottom_line_wrapper {
    padding: 3px 5px;
    border-left: 1px #DDD solid;
    border-right: 1px #DDD solid;
    border-bottom: 1px #DDD solid;
    background-color: #fff;

    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

#left_blocks .block .head,
#right_blocks .block .head,
.block_heading h2,
.block_heading h1 {
    line-height: 26px !important;
    font-size: 13px;
}

/* blocks */
.blocks .block {
    margin-bottom: 20px
}

.block.block-first, #block_usermenu {
    margin-top: 0px
}

.blocks .block-last {
    margin-bottom: 0px
}

#top_blocks .block {
    margin: 0;
}

.brand_logo {
    padding-left: 5px;
    height: 32px;
}

#middle_content .block .block_info.product_block {
    border: 1px solid #DDDDDD;
    padding: 10px 4px 4px 4px;
    background: #ffffff;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#middle_content .block .block_info.product_block hr {
    color: #DDD;
    background-color: #DDD;
    border-color: #DDD;
}

#template_body_col_1.full-bg-wrapper #content {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    margin: 10px 5px 0;
}

a.product_banner_text {
    padding-top: 10px;
    display: block;
}

span.discount {
    background: url(../images/ico.discount.png) no-repeat 0 0 !important;
    height: 47px !important;
    width: 68px !important;
    padding-top: 30px !important;
    font-size: 15px;
    display: block;
    color: #fff;
}

span.discount-small {
    background: url(../images/akcija_product_list.png) no-repeat 0 0 !important;
    height: 57px !important;
    width: 48px !important;
    float: left;
    position: absolute;
}

#list-page-info {
    margin-top: 5px;
}

#search_object_list {
    margin-bottom: 10px;
}

.block_with_heading > .block_body > .content {
    padding: 10px;
}

.block_no_heading > .block_body {
    background: none;
    border: none;
}

.old-price-amount {
    clear: both;
}

.product-links {
    font-size: 12px;
}

h1 {
    font-size: 14px;
}

.products_list .photo .icons .icon.discount, .product_image_gallery .icon.discount {
    float: none;
}

#product_id, #product_code {
    color: #999999;
}

.tax-free {
    position: absolute;
    height: 66px;
    width: 106px;
    background: url(../images/tax_free.png) no-repeat;
    right: 0;
}

.tax-free .tax-free-price {
    position: absolute;
    padding: 16px 10px 0 0;
    width: 100%;
    text-align: center;
    font-family: Helvetica;
    font-weight: 400;
    color: #AF1F1F;
}

.tax-free .tax-free-price .main-price {
    margin-right: 3px;
}

.tax-free .tax-free-price .currency-symbol {
    margin-right: 3px;
}

.out-of-stock {
    line-height: 25px;
}

.out-of-stock span.out-stock-icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    float: left;
    background: url("../images/stock_outof.png") no-repeat;
}

.out-of-stock span.out-stock-icon.arriving-date {
    background: url("../images/stock_arriving.png") no-repeat;
}

.in-stock {
    line-height: 25px;
}

.in-stock span.in-stock-icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    float: left;
    background: url("../images/stock_available.png") no-repeat;
}

.supplier_info {
    line-height: 25px;
}

.supplier_info span.supplier_info_icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    float: left;
    background: url("../images/shipping-info.png") no-repeat;
}

.leasing-price {
    line-height: 25px;
}

.leasing-price .leasing-icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    float: left;
    background: url("../images/icon-lizingas.png") no-repeat;
}

a.add-to-cart {
    background: url(../images/add_to_cart.png);
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    padding: 5px 25px;
}

.cart_tab {
    cursor: pointer;
}

#working_time #address .title {
    color: #AF2222;
    font-size: 11px;
    font-weight: 700;
    left: 107px;
    position: absolute;
    top: 24px;
}

#manufacturers_top {
    background-image: url("/userfiles/images/logos.png");
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    position: relative;
    width: 950px;
    margin-top: 10px;
}

#manufacturers_top a {
    display: block;
    text-indent: -9999px;
    float: left;
    height: 34px;
}

#top_acer {
    margin-left: 20px;
    width: 90px;
}

#top_dell {
    width: 85px;
}

#top_toshiba {
    width: 132px;
}

#top_asus {
    width: 105px;
}

#top_apple {
    width: 53px;
}

#top_sony {
    width: 125px;
}

#top_lenovo {
    margin-left: 5px;
    width: 140px;
}

#top_hp {
    margin-left: 8px;
    width: 64px;
}

#top_samsung {
    margin-left: 8px;
    width: 100px;
}

.out-of-stock {
    margin-top: 20px;
}

ul#main-menu li a {
    float: none;
}

.link-level3 {
    line-height: 19px;
}

.link-level3 a {
    display: block;
}

.discount-percent {
    position: absolute;
    left: 12px;
    padding-top: 23px;
    width: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#content {
    background: none repeat scroll 0 0 #FFFFFF;
}

/* Offer button: big button used in cart and checkout */
a.offer-button {
    background: none repeat scroll 0 0 #0184CE !important;
    border: medium none !important;
    padding: 0 !important;
}

a.offer-button strong {
    width: 70px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    height: 43px !important;
    text-shadow: none !important;
    line-height: 43px;
    padding-left: 10px !important;
}

a.offer-button span {
    float: left;
    font-size: 0;
    height: 43px !important;
    line-height: 43px !important;
    text-shadow: none !important;
    width: 10px !important;
}

#checkout_wrap a.btn1 strong {
    text-align: center;
    width: 70px;
}


#shopping_cart {
    width: 173px;
    background: url(../images/bg.shopping_cart.png) no-repeat;
    background-position: 100% 0;
}

a#cart_link {
    color: #b92929;
    font-weight: bold;
    line-height: 39px;
    text-decoration: none;
    padding-left: 45px;
    font-size: 11px;
}

#login {
    margin-right: 15px;
    position: relative;
}

a#login_link {
    font-size: 11px;
    background: url(../images/ico.login.png) no-repeat right center;
    color: #fff;
    padding-right: 13px;
    line-height: 38px;
    text-decoration: none
}

a#user_menu_link {
    font-size: 11px;
    background: url(../images/ico.login.png) no-repeat right center;
    color: #fff;
    padding-right: 13px;
    margin-right: 15px;
    line-height: 38px;
    text-decoration: none
}

a#logout_link {
    font-size: 11px;
    color: #f00;
    padding-right: 13px;
    line-height: 38px;
    text-decoration: none
}

#user_name {
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
}

.hover_expand_login_form {
    position: absolute;
    top: 31px;
    padding-top: 8px;
}

#login_form {
    padding: 15px;
    background: #fff;
    width: 170px;
    border: 1px solid #eee;
    z-index: 200;
}

.arrow {
    position: absolute;
    left: 30px;
    top: 0;
    background: url(../images/bg.arrow.png) no-repeat 0 0;
    width: 15px;
    height: 8px;
}

#login_form .field input {
    width: 158px;
    padding: 3px 5px;
}

#cart_list {
    position: absolute;
    top: 36px;
    padding: 0 0 10px 0;
    right: 1px;
    background: #fff;
    width: 280px;
    border: 1px solid #eee;
}

.all_cart_price {
    font-size: 14px;
}

.all_cart_price strong {
    color: #ae1e1d;
    font-size: 18px
}

#cart_list .old_price {
    text-decoration: line-through
}

#cart_list .title {
    padding-right: 20px
}

#cart_list .item_line {
    border-bottom: 1px solid #eee;
    position: relative;
}

.remove_item {
    width: 16px;
    cursor: pointer;
    display: block;
    background: url(../images/ico.remove.png) no-repeat 0 0;
    height: 16px;
}

#cart_list  .remove_item {
    position: absolute;
    right: 10px;
    top: 10px
}

#cart_list .title {
    line-height: 14px;
}

.all_cart_price strong sup {
    font-size: 10px;
    font-weight: normal
}

.all_cart_price strong span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px
}


/* top of header */
#top-line {
    background: #000 !important;
    height: 42px;
}

#currency {
    font-size: 11px;
    line-height: 42px;
}

#currency span {
    color: #fff
}

#currency ul li a {
    text-decoration: none;
    color: #fff;
}

#currency ul li a:hover,
#currency ul li.active a {
    color: #de4647
}

#vat {
    font-size: 11px;
    line-height: 42px;
}

#vat span {
    color: #fff
}

#vat ul li a {
    text-decoration: none;
    color: #fff;
}

#vat ul li a:hover,
#vat ul li.active a {
    color: #de4647
}

#wrapper {
    margin: auto;
    position: relative;
    width: 970px;
    z-index: 1;
}

.checkout_head1{
    background: url("../images/checkout_icons.png") no-repeat 0 0;
}
.checkout_head2{
    background: url("../images/checkout_icons.png") no-repeat 0 -61px;
}
.checkout_head3{
    background: url("../images/checkout_icons.png") no-repeat 0 -121px;
}
.checkout_head4{
    background: url("../images/checkout_icons.png") no-repeat 0 -179px;
}
.checkout_head5{
    background: url("../images/checkout_icons.png") no-repeat 0 -402px;
}
.checkout_headvm{
    background: url("../images/checkout_icons.png") no-repeat 0 -241px;
}

.attribute_filter_checkbox {
    float: left;
    margin-right: 5px;
}

#ft-title-slideshowHolder-1 {display:none;}

.cart-add-button-wrapper {
    margin: 5px 0;
}

.filter_list .choice-values.scrollable {
    max-height: none!important;
    border: 0;
}

.simple-price .main-price {
    margin-left: 10px;
}

/** secondary price font size **/
.simple-price .main-price,
.simple-price .currency-symbol,
.product-main-info-wrapper .main-price-wrapper .simple-price .main-price,
.product-main-info-wrapper .main-price-wrapper .simple-price .currency-symbol,
.product-main-info-wrapper .old-price-wrapper .simple-price .main-price,
.product-main-info-wrapper .old-price-wrapper .simple-price .currency-symbol
{
    font-size: 1em !important;
}

.old-price-outer {
    clear: both;
    margin-left: 0;
}

/** secondary price hide **/
.discount .simple-price, #cart_wrap .simple-price, #checkout_wrap .simple-price, .price_filter .simple-price {
    display: none;
}

.fck table td {
	border: 1px solid #999;
	padding: 3px;
}
