/* LAYOUT */ @width: 990px; /*** COLORS ************************/ @color1: #000000; @color2: #999999; @color3: #bababa; @color4: #c9c8c9; @color5: #f4f5f4; @my_theme: 'assecuro'; /* Extra Colors */ @color6: #db1814; /* Black & White */ @black: #000; @white: #fff; /* Global */ @bgmargin: 0px; @text: lighten(@black,15%); @bgcolor: @color4; @red: red; @a: @black; /* Header */ @bar: @color5; @bar_border: @color2; @bar_text: @color1; /* Components */ @head: @color4; @head_text: @color1; @border: @color3; @button: darken(@color3,5%); /* Selected components */ @head_selected: @color6; @head_selected_text: @white; @border_selected: darken(@color3,7%); @a_selected: @color6; /* Footer */ @foot: @color5; @button_important_light: lighten(@head_selected, 10%); @button_important_dark: darken(@head_selected, 10%); @button_light: lighten(@button, 27%); @button_dark: lighten(@button, 12%); /*** Layout/Components/etc ******************/ @width1: @width - (@bgmargin*2); @column: @width1*0.18864097; @space: @width1*0.01419878; /* 3 columns divided into 4 columns */ @column3on4: ((@column*3)+(@space*2)) * 0.23720137; @space3on4: @column3on4*0.075268817; /* 3 columns divided into 5 columns */ @column3on5: ( @column*3 + @space*2 ) / (5 + 4 * 0.075268817 ); @space3on5: @column3on5 * 0.075268817; /* 4 columns divided into 5 columns */ @column4on5: ( @column*4 + @space*3 ) / (5 + 4 * 0.075268817 ); @space4on5: @column4on5 * 0.075268817; /* 4 columns divided into 6 columns */ @column4on6: ( @column*4 + @space*3 ) / (6 + 5 * 0.075268817 ); @space4on6: @column4on6 * 0.075268817; @important: #ffab00; @blue_links: /*#2F5DB4*/ #2F99B4;.animate-02() { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } html body { background-color: @black; } #bg_container { min-width: @width; background-color: @white; } #middle, #navigation { padding: 0px @bgmargin; } #path { background-color: #fff; position: relative; top: 5px; } .container { width: 990px; margin: 0 auto; } #path .not_active_last { color: #000; } #banner_middle { background: @color5; width: (@column*3)+(@space*2); height: 192px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; } .title { margin:10px 0; } .title p { margin: 0px !important; padding: 0px !important; font-style:italic; } .box { border: 1px solid @important; margin-bottom: 10px; background-color: @white; } .box .head { padding: 5px 5px 5px 10px; /*background: url(/images/frontend/theme/default2/bg_gradient.png) top left repeat-x;*/ background-color: @important; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; } #category_tree .head { background-color: @head_selected; border-bottom: 1px solid @head_selected; } #category_tree { border: none; } #category_tree .content { border: 1px solid @border; border-top: none; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; } #category_tree h3 { color: @head_selected_text; } .box h3.head { color: @head_text; font-size: 1.1em; } .box h3.head a { background: url(/images/frontend/theme/default2/buttons/heading-arrow.png) center right no-repeat; text-decoration: none; display: block; color: @head_text; } .box .content { padding: 5px 10px; } .roundies { // -moz-border-radius: 5px; // -webkit-border-radius: 5px; // border-radius: 5px; } .roundies_lt { -moz-border-radius: 5px 0px 0px 0px; -webkit-border-radius: 5px 0px 0px 0px; border-radius: 5px 0px 0px 0px; } .roundies_rt { -moz-border-radius: 0px 5px 0px 0px; -webkit-border-radius: 0px 5px 0px 0px; border-radius: 0px 5px 0px 0px; } .roundies_lb { -moz-border-radius: 0px 0px 0px 5px; -webkit-border-radius: 0px 0px 0px 5px; border-radius: 0px 0px 0px 5px; } .roundies_rb { -moz-border-radius: 0px 0px 5px 0px; -webkit-border-radius: 0px 0px 5px 0px; border-radius: 0px 0px 5px 0px; } .roundies_t { -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; } .roundies_b { -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; } .clear, .st_clear_all { clear: both; font-size: 0px; line-height: 0%; padding:0; margin:0; height: 0px; } .buttons a, .buttons button, button[disabled="disabled"]:hover { display:table-cell; vertical-align: middle; border: 1px solid @button_dark; background-color: @button_light; line-height: 13px; font-size: 13px; text-decoration:none; color:@text; cursor:pointer; height: 30px; padding: 0px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; text-align: center; font-weight: normal; } .buttons a span, .buttons button span { background: no-repeat right center; padding-right: 13px; padding-bottom: 1px } .buttons a .icon_left, .buttons button .icon_left { background-position: left center; padding-right: 0px; padding-left: 13px; } .buttons a .arrow_right, .buttons button .arrow_right { background-image: url(/images/frontend/theme/default2/buttons/arrow_right_black.gif); } .buttons a .arrow_left, .buttons button .arrow_left { background-image: url(/images/frontend/theme/default2/buttons/arrow_left_black.gif); } /* BASE */ .buttons .important, .buttons .important:hover { border-color: @important; background-color: @important; } button:hover, .buttons a:hover, .buttons .important:hover { opacity: 0.9; } button:hover, .buttons a:hover { border-color: darken(@button, 17%); } .buttons .important:hover { border-color: darken(@important, 10%); } .buttons .disabled, button[disabled="disabled"] { opacity: 0.4 !important; cursor: default !important; } .left { float:left !important; } .right { float:right !important; } #left .container_content, #main .container_content, #right .container_content { padding-top: 30px; } .hp #main .container_content { padding: 0; } #overbaner { padding: 5px 0px 4px 0px; overflow: hidden; background: @black; height: 33px; } #currency { margin: 3px; } .languages { position: relative; top: 7px; color: @white; text-transform: uppercase; font-size: 14px; } .languages a { text-decoration: none; color: @white; } .txt_lang { position: relative; top: -3px; } #online { float: left; padding: 10px 0px 5px 0px; color: lighten(@text,30%); } #underbaner { background: #dddbdc url("/images/frontend/theme/@{my_theme}/bg_underbaner.png") top center repeat-y; color: @bar_text; height: 73px; border-bottom: 1px solid #acacac; } #underbaner #pick { position: relative; top: 6px; color: @color1; } #underbaner .languages { position: relative; top: 11px; } #underbaner #search #keywords input { border: none; } #search { margin-top: 2px; } #search #keywords input { background-position: 151px 6px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: none; width: 180px; padding: 5px 25px 4px 10px; color: #8b8b8b; } #underbaner #search { position: relative; top: 6px; } #content_baner { } .row { overflow: hidden; padding: 5px 0px; } #underbaner a { text-decoration: none; } #header .left { padding-right: 10px; } #header .right { padding-left: 10px; } #copyright { text-align: right; float:right; padding: 10px 0px; } #copyright .link { float:left; } #copyright .link a { text-decoration: none; color: lighten(@text,30%); } #copyright .logo_sote { float: left; padding-top: 3px; padding-left: 5px; } #copyright .logo_en { float: left; padding-top: 2px; padding-right: 5px; } #open { clear: both; display: block; color: @color4; text-decoration:none; text-align: center; font-size: 10px; line-height: 12px; } .header { float: left; } .header a, #menu > a, .header .box h3, #menu > .smarty_component > a { display: block; /*padding: 28px 15px 27px;*/ padding: 28px 10px 27px; /*font-size: 15px;*/ font-size: 14px; float: left; color: @text; background: none; } #menu > .smarty_component > a { float: none; } .header a { float: none; } .header .box h3 { float: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; cursor: default; } .header .box { background: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: none; } #menu > a { float: none; color: @important; font-weight: bold; } #menu:hover > a, #menu > .horizontal-category-menu, .header:hover h3, .header:hover > a, .header .box .content, .header > a:hover, #menu:hover > .smarty_component > a { background-color: #7e7e7e; } .header > a:hover, .header:hover h3, .header:hover > a, #menu:hover > .smarty_component > a { color: #fff; } #menu > .horizontal-category-menu { width: 350px; padding-bottom: 7px; } .header .box_info .content { padding: 0 0 7px; color: #fff; font-size: 16px; max-width: 350px; } .header .box_info .content ul { list-style: none; } .header .box_info .content br { display: none; } .header .box_info .content p { padding: 0; margin: 0; } #menu > .horizontal-category-menu a, .header .box_info .content a { color: @white; padding: 4px 15px; display: block; float: none; } #menu > .horizontal-category-menu a:hover, .header .box_info .content a:hover { background-color: @important; } #navigation { overflow: hidden; font-size: 14px; } #footer { background-color: @important; margin-top: 10px; border-top: 3px solid #c3c3c3; } .hp #footer { margin-top: 0; bottom: 48px !important; } #footer:before { content: ''; height: 1px; width: 100%; display: block; background-color: @black; } #footer h4 { color: @white; font-weight: normal; font-size: 12px; } #footer a { color: darken(@color2,10%); } #footer_bottom { background-color: @black; } #webpage_groups { padding-bottom: 7px; margin-top: 38px; background-color: #404040; color: @white; .group { padding: 0; width: 156px; } .group_big { width: 298px; padding-left: 17px; } h4 { padding: 17px 0 10px; cursor: pointer; } .open h4 { cursor: default; } .group_big h4 { color: lighten(@important, 10%); font-size: 14px; } a { text-decoration: none; color: @white; } .group_big a { display: inline; } .group_content { padding-bottom: 8px; display: none; } .group_content a:hover { color: #bababa; } } .txt_input { position: relative; top:2px; } .txt { position: relative; top:2px; } #header .row .left { padding-right: 3px; } #header .row .right { padding-left: 3px; } .space10_right { padding-right: 10px; } /* formularze */ .st_form { padding: 0; margin: 0; } .st_form .st_row { padding: 5px 0px; clear: both; } .st_form .st_row_last { clear: both; border-top: 1px solid @border; background-color: @color5; } .st_form label { float: left; width: 100px; text-align: right; } .st_form .st_field { margin-left: 110px; } .st_form .st_error { margin-left: 110px; color: red; } #main_categories .category a, #subcategories .name a { font-size: 1em; } #main_products .basket, #product_long .basket { } #main_products .description, #product_long .description { color: lighten(@color1,45%); } .basket a, { font-weight: normal; text-decoration: none; background: @important; padding: 5px 0px; display: block; color: @text; } .basket a.st_button_options_basket { background: #cecece; } .basket a:hover { opacity: 0.9; } .box .content .full { background-color: @white; } /** do elementów przesuwania [wyrzucic] **/ .block-hover { border: 1px dashed @color3; } #schowek_add { padding-right:12px; margin-right:12px; border-right:1px solid @color3; } #js_frame { display:none; } #img_delivery,#img_card { margin-top: 10px; } /* module stBasket */ #st_basket-add-button-content { background-color: lighten(@button,24%); border: 1px solid @button; border-top: 1px solid lighten(@button,15%); border-left: 1px solid lighten(@button,15%); color:@text; font-weight: bold; } #st_basket-add-button-content input { color: #000; font-size: 14px; font-weight: bold; } #st_basket-add-button-content:hover { opacity: 0.9; } #st_basket-add-button-content img { display: none; } /* module stCategory */ #st_category-list > li { border-top: 1px solid @border; } #main_categories, #subcategories { margin-left: 0px - @space3on4; margin-right: 0px - @space3on4; } #main_categories .item, #subcategories .item { width: @column3on4; margin-left: @space3on4; } #main_categories .image, #subcategories .image { width: @column3on4 - 2; } #main_categories .item .box, #subcategories .item .box { background-color: #fff; } /* module stCurrencyPlugin */ #pick select#currency { border: 1px solid @color3; color: @black; background-color:@white; } /* module stNavigationPlugin */ #path a { color: lighten(@color1,15%); } #path .not_active { color: @color1; } /* module stNewsletterPlugin */ #newsletter .content .sign .email { border: 1px solid @border; } #newsletter .content .sign .email input { background-color: @white; } #newsletter .content .sign .email .submit input { border: 1px solid @border; background-color: @white; } .email #newsletter_email { color: #000; } /* module stProduct */ .price, .major_price span { color: @black; } .minor_price { color: @black; } .old_price, .old_price span, .price .old_price { color: @red; } #list #product_other { margin-left: 0px - @space3on5; margin-right: 0px - @space3on5; } #product_other .item, #product_recommend .item, #product_accessories .item { width: @column3on5; margin-left: @space3on5; } #product_other .image, #product_recommend .image, #product_accessories .image { width: @column3on5 - 2; width: 111px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; padding: 0; } #product_other .image img, #product_recommend .image img, #product_accessories .image img { max-width: 111px; } /* Product list long and main */ @columnx: @space * (-1); #main_products, #product_long { margin: 0px @columnx 10px @columnx; margin: 0px -10px 10px -10px; } #main_products .item, #product_long .item { width: @column - 2; width: 196px; border: none; margin-left: @space; margin-left: 10px; } #main_products .item{ width: 157px; } #product_other .image, #product_recommend .image, #product_accessories .image { background-color: #fff; } #product_short .bg_grey_short td { background-color: darken(@white,5%); } .box_photo_sort { border: 1px solid @border; background-color: @white; } #product_card .label { border: 1px solid @border; } #product_card .information .price { border-top: 1px dotted @border; } #product_card .information .basket { border-bottom: 1px dotted @border; } .border_basket { border-top: 1px solid @white; } /* module stTabNavigatorPlugin */ .st_tab_navigator li a { color: @text; background-color: @white; border-top:1px solid @important; border-left:1px solid @important; border-right:1px solid @important; border-bottom:1px solid @white; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-bottom: none; height: 32px; } .st_tab_navigator li a span { background-color: @white; margin: 0; } .st_tab_navigator li.st_selected a { color: @text; } .st_tab_navigator li.st_selected a span { background-color:@important; font-weight: normal; height: 25px; } .st_content_tab { border: 1px solid @important; background-color: @white; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .name a, .product_link a { color: @black; } #basket_tooltip table th, #basket_tooltip table td, #basket_products table th, #basket_products table td { background-color: #fff; } .st_basket-product-name a { color: #000; } .box_info .content { padding: 10px; } #recommend_overlay, #recommend_shop_overlay { background-color: @white; } select, input, textarea { padding: 3px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; outline: none; background: #fff; border-radius: 0px; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; } select, input { line-height: 15px; } select { padding: 2px; } textarea:focus, input[type=text]:focus, input[type=password]:focus { border-color: #aaa !important; background-color: #eeeeee !important; } .box_product_type { border: none; } #list h1 { padding: 7px 10px; margin-bottom: 10px; } #category_info { padding-bottom: 0px; } .new_search-box #query { width: 735px; top: 0px; height: 30px; } #user_status { float: right; margin: 7px 8px 8px; } #basket_icon a, #user_status_info a { color: @white; text-decoration: none; font-size: 14px; } #basket_icon { top: 8px; } #basket_icon a { color: @important; } #basket_show { margin-right: 6px; } .st_basket-list-link { margin-top: 1px; } #logo { margin-top: -10px; margin-left: -190px; position: relative; z-index: 99; .animate-02; } #logo img { max-width: 100%; .animate-02; } /*@media only screen and (max-width: 1445px) { #logo { margin-left: -150px; width: 485px - 150px; width: 349px; margin-top: 3px; } } @media only screen and (max-width: 1360px) { #logo { margin-left: -100px; width: 485px - 100px; width: 345px; margin-top: 2px; } } @media only screen and (max-width: 1271px) { #logo { margin-left: 0; width: 485px - 200px; margin-top: 7px; } }*/ /*@media only screen and (max-width: 1390px) { #logo { margin-left: 0; width: 485px - 190px; margin-top: 7px; } }*/ .horizontal-category-menu { background: none; } .subMenu > a, .header .content a { border: none; padding: 28px 15px; height: auto; font-size: 16px; } #menu .subMenu { float: none; } #menu_bottom { display: none; padding-top: 10px; .horizontal-category-menu { background-color: #cecece; border: 1px solid #BDBDBD; padding-left: 10px; } .horizontal-category-menu .horizontal-category-menu { background: none; border: none; padding: 0; } .subMenu > a, .subMenu > .smarty_component > a { font-size: 13px; padding: 11px 21px; } .subMenu.selected > a { background-color: #a7a7a7; color: #fff; } .subMenu:hover > a { background-color: #7e7e7e; color: #fff; } .subMenu .items { background-color: #7e7e7e; } .subMenu .items a { color: @white; font-weight: normal; padding: 4px 21px; } .subMenu .items a:hover { text-decoration: none; background-color: @important; } } #menu_bottom.show { display: block; } #stNavigatorPlugin_navigation_box_text a, #stNavigatorPlugin_navigation_box_text .not_active, #stNavigatorPlugin_navigation_box_text, #stNavigatorPlugin_navigation_box_text b, #stNavigatorPlugin_navigation_box_text .arrow { color: @blue_links; text-decoration: none; font-weight: normal; } #product_long .image img, #main_products .image img, .box .content .full img { padding: 0; margin: 0; background: none; border: none; } .box .content .full img { max-width: 100%; } #subcategories .item .box { border: none; } #subcategories .item, #subcategories .image { width: 151px; } #main_products .image img, #product_long .image img { max-width: 153px; } #main_products .name, #product_long .name { font-weight: bold; text-align: left; padding: 10px; } #main_products .description, #product_long .description { text-align: left; font-size: 11px; } #product_card { border: none; } #product_card .label { margin: 0; border-left: none; border-right: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .label .information a, #attachments a { color: @blue_links; } #st_basket-add-button-content { background: @important; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } #product_label { padding-top: 0; } #product_gallery { margin-top: 0; } #product_gallery .producer_logo { display: none; } #product_card .product_name h1 { padding-bottom: 3px; } #product_card .gallery { padding-left: 0; } #product_card #gallery .photo img { max-width: 100%; max-height: 100%; } #product_card #gallery li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: none; } #st_basket-add-quantity_container #quantity { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: #fff !important; border: none; height: 21px; text-align: center !important; font-weight: normal; } .header .box_info h3 { /*display: none;*/ text-transform: uppercase; } #webpage_show .title, #webpage_list .title, #webpage_show .content, #webpage_list .content { margin-left: 0; padding-left: 0; } .box_form, .box_form:hover { border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; box-shadow: none; } #user-register-form { width: auto; } #user-register-form > div { width: 321px; margin: 0 auto; } .box_form h3, #basket_index > .content > h2 { float: none; margin: 0; background: @important; color: @text; padding: 7px 18px; } #basket_index > .content > h2 { margin-top: -20px; position: relative; top: -220px; font-size: 16px; text-align: left !important; } .empty_basket_img { padding-top: 50px; } #order_form_description .st_field { padding-top: 11px; } #order_form_delivery { border: none; } .rslides { position: relative; list-style: none; overflow: hidden; width: 64%; padding: 0; margin: -8px 0 0; float:left; } .rslides.left-slider { width: 36%; /* padding-left: 9%; -moz-box-sizing: border-box; box-sizing: border-box*/ } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: auto; float: left; width: 100%; border: 0; } .webpage_groups { padding: 0; margin: 0 auto; width: @width; color: #737373; } #pick { padding-top: 5px; } #search_results .list_sort { padding-top: 11px; } #st_order-confirm_button button .arrow_right:nth-child(1) { background-image: none; } #blog_list .item { .roundies; } #menu_bottom .subMenu .items .category-level-2 a { padding-left: 30px; color: #d6d6d6; margin-left: 0; } #menu_bottom .subMenu .items .category-level-2 a:hover { color: #fff; } #menu_bottom .subMenu .items .category-level-2 a:before { content: ''; display: inline-block; background: #e7e7e7; height: 4px; width: 4px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; vertical-align: middle; margin-right: 6px; } #menu_bottom .subMenu .items .category-level-2 a:hover:before { background: #fff; } #facebook-slider { top: 198px !important; } .part:nth-child(2n+3) { clear: left; } .id_195 .part { width: 333px; } #google_translate_element { margin-top: -3px !important; } #google_translate_element .goog-te-gadget div { display: inline-block; margin-right: 10px; color: #fff; } #google_translate_element .goog-te-gadget, #google_translate_element .goog-logo-link { color: #fff; } #google_translate_element select { color: #000; font-size: 10px; font-weight: normal; padding: 0; margin: 3px; } #app-category-image-tag>h1 { position: static; padding-top: 0; } .hp { #footer { position: fixed; bottom: 30px; width: 100%; z-index: 10; } #footer_bottom { position: fixed; bottom: 0px; width: 100%; z-index: 10; } #bg_container_bottom { padding-bottom: 96px; } .big_zoom_box ul.thumb { margin-left: 0; margin-right: -20px; } .big_zoom_box ul.thumb li { width: 111.5px; } #portal_main { margin-top: 20px; } .big_zoom_box ul.thumb li:hover { z-index: 11 !important; } .box .head { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } } .box .head { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } body.hp { background-color: #fff; } #logo { margin-top: -6px; margin-left: 0; width: 485px - 190px; } #underbaner { height: 44px; } .header a, #menu > a, .header .box h3, #menu > .smarty_component > a { padding: 13px 7px 12px; } #footer { margin-top: 0; } #copyright, #online { padding: 6px 0; } #webpage_groups { margin-top: 28px; padding-bottom: 3px; } #webpage_groups h4 { padding-top: 13px; } #webpage_show, #promoted_manufacturers_show, #assecuro_register { min-height: 620px; overflow: hidden; } #st_user-first_register .st_content { padding: 0; } #main { min-height: 610px; } #more_button { margin-bottom: 10px; } .new_search-box #query { width: 900px; } #subcategories .name { text-align: center; } #footer-price, #footer-price a { color: #737372; } #footer-price { padding: 0 !important; position: relative; top: 5px; font-size: 11px; } .header .box_info .content li { list-style: none; } #webpage_groups .group:nth-child(4n+5) { clear: none; } .tinymce_html ul, .tinymce_html ol { list-style-position: outside; list-style-type: none; margin-left: 20px; } .tinymce_html table th, .tinymce_html table td { background-color: none !important; }#product_card .information #basket_quantity_container { padding: 10px 0; } #product_card .information #basket_quantity_container input { margin: 0 7px; } #bg-basket { background: url(/images/frontend/theme/assecuro/bg-basket.png) 116px bottom no-repeat; margin-bottom: 10px; } #bg-basket .important span { padding: 0; } #bg-basket .important { padding: 9px 27px; height: auto; } #st_basket-discount-coupon-code h3, #st_basket-summary h3 { padding-left: 18px; } #st_basket-summary { height: auto !important } #category_info .description, #producer_info .description { width: 790px !important; } #product_card .product_name h1 { font-weight: normal; } #main_text .content { padding: 0px !important; }body { margin: 0; padding: 0; font-family: Arial,Helvetica, Verdana, sans-serif; color: @text; font-size: 12px; text-align: left; letter-spacing: 0.5px; line-height: 150%; background-color: @white; } input, textarea, select, button { font-family: Arial,Helvetica, Verdana, sans-serif; font-size: 12px; } fieldset { padding: 0px; } h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, li, form { margin: 0; padding: 0; } h1,h2,h3,h4,h5,h6 { font-weight: normal; } h1 { font-size: 1.6em; line-height: 1.1em; } h3 { font-size: 1.2em; } h4 { font-size: 1.1em; } h5 { font-size: 1.05em; } h6 { font-size: 1.05em; } a { color: @blue_links; text-decoration: underline; outline-style:none; } ul,ol { list-style-position: inside; margin-left: 0px; list-style-type:none; } ol ol, ul ul { margin-left: 1.4em; } dt { font-weight: bold; } dd { margin-left: 0px; } blockquote { margin: 0px; font-style: italic; } img { border-style: none; } input, select, textarea { border: 1px solid #ccc; padding: 3px; } table { border-left:1px solid @border; border-top: 1px solid @border; } table th, table td { border-right:1px solid @border; border-bottom: 1px solid @border; padding: 5px; color: #000; } table th { background-color: @color5; } .tinymce_html ul { list-style-type: disc; } .tinymce_html ul ul { list-style-type: circle; } .tinymce_html ul ul ul { list-style-type: square; } .tinymce_html ol { list-style-type: decimal; } .tinymce_html button { display:block; float:left; background-color: lighten(@button,24%); border:1px solid @button; border-top:1px solid lighten(@button,15%); border-left:1px solid lighten(@button,15%); line-height:130%; text-decoration:none; color:@text; cursor:pointer; padding:5px 10px 6px 7px; /* Links */ } .tinymce_html button:hover { background-color:darken(@button,5%); border:1px solid darken(@button,7%); color: @text; }#container { margin: 0 auto; width: @width; } #left { float: left; width: @column; width: 165px; text-align: left; line-height: 142%; } #main { float: right; width: (@column*4)+(3*@space); width: 815px; display: inline; margin-left: @space; margin-left: 10px; } #webpage_show .title h2 { padding-left: 10px; }