/* LAYOUT */ @width: 990px; /*** COLORS ************************/ @color1: #000000; @color2: #999999; @color3: #bababa; @color4: #c9c8c9; @color5: #f4f5f4; /* 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: #D1CDAF; @button: darken(@color3,5%); /* Selected components */ @head_selected: @color6; @head_selected_text: @white; @border_selected: darken(@color3,7%); @a_selected: @color6; /* Footer */ @foot: @color5; /*** 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;body { background: url(/images/frontend/theme/kolorymeksyku_2/bg_body.jpg) top left repeat-x; } #bg_container { overflow: hidden; margin-bottom: 25px; } #bg_container_bottom { overflow: hidden; } #middle, #navigation { padding: 0px @bgmargin; } #path { background-color: #fff; position: relative; top: 5px; } #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-bottom: 10px; } .title p { margin: 0px !important; padding: 0px !important; font-style:italic; } .box { border: 1px solid @border; margin-bottom: 10px; background-color: @white; } .box .head { padding: 13px 5px 4px 53px; background: url(/images/frontend/theme/kolorymeksyku_2/head.png) top left no-repeat; color: #4C482C; font-family: Georgia; font-weight: normal; font-size: 18px; height: 32px; } #category_tree .head { background: url(/images/frontend/theme/kolorymeksyku_2/head_category_left.png) top left no-repeat; height: 44px; padding: 0px; border: none; } #category_tree .head span { background: url(/images/frontend/theme/kolorymeksyku_2/head_category_middle.png) top left repeat-x; color: #F5A381; font-family: Georgia; font-weight: normal; font-size: 19px; display: block; margin-left: 45px; padding: 13px 2px 18px 9px; } #category_tree { border: none; background-color: transparent; } #category_tree .content { -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 a { color: #4C482C; font-family: Georgia; font-weight: normal; font-size: 18px; text-decoration: none; } .box .content { padding: 5px 10px; } .roundies { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 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: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 */ } .buttons button { width:auto; overflow:visible; padding:4px 10px 3px 7px; /* IE6 */ } .buttons button[type] { padding: 5px 7px 5px 7px; /* Firefox */ line-height:17px; /* Safari */ } *:first-child+html button[type] { padding: 4px 10px 3px 7px; /* IE7 */ } .buttons button img, .buttons a img { margin:0 0px -3px 0 !important; padding:0; border:none; width:16px; height:16px; } /* BASE */ button:hover, .buttons a:hover { background-color:darken(@button,5%); border:1px solid darken(@button,7%); color: @text; } .buttons a:active { background-color:darken(@button,9%); border:1px solid darken(@button,11%); color:@white; } /* DEFAULT */ button.regular, .buttons a.regular { color: #000; } .buttons a.regular:hover, button.regular:hover { background-color:darken(@button,5%); border:1px solid darken(@button,7%); color: @text; } .buttons a.regular:active { background-color:darken(@button,9%); border:1px solid darken(@button,11%); color:@white; } button[disabled="disabled"] { opacity: 0.3; } button[disabled="disabled"]:hover { background-color: lighten(@button,24%); border:1px solid @button; border-top:1px solid lighten(@button,15%); border-left:1px solid lighten(@button,15%); } .left { float:left; } .right { float:right; } #right .container_content { padding-top: 10px; } #overbaner { padding: 0px 0px 4px 0px; overflow: hidden; float: right; } #currency { margin: 3px; } .languages { position: relative; top: 4px; } .txt_lang { display: none; } #online { float: left; padding: 10px 0px 5px 0px; color: lighten(@text,30%); } #underbaner { background: url(/images/frontend/theme/kolorymeksyku_2/head_menu_middle.png) top left repeat-x; background-color: #580000; overflow: hidden; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; color: #F5A381; height: 36px; } #underbaner #pick { position: relative; top: 6px; color: @color1; } #underbaner .languages { position: relative; top: 11px; } #underbaner #search #keywords input { border: none; } #underbaner #search { position: relative; top: 6px; } #content_baner { overflow: hidden; } .logo { color: @black; padding-top: 11px; padding-bottom: 10px; overflow: hidden; } .logo a { text-decoration: none; color: @black; } .icon_logo { float: left; padding-bottom: 10px; } .box_logo { float: left; padding-top: 6px; } .box_logo h1 { font-size: 22px; } .txt_logo a { font-size: 10px; color: lighten(@black,65%); } .column_baner_right { color: @black; padding-top: 5px; } .column_baner_right a { color: @color1; } .column_baner_right .header { padding-top: 1px; color: @color1; } .row { overflow: hidden; padding: 5px 0px; } #underbaner #home { padding: 12px 5px 0 15px; } #underbaner a { font-size: 11px; font-family: Georgia; font-weight: bold; color: #F5A381; text-decoration: none; } #underbaner a:hover { text-decoration: underline; } #header { background: url(/images/frontend/theme/kolorymeksyku_2/bg_container.png) top left no-repeat; } #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 a { display: block; padding: 8px 10px 0px 10px; font-size: 13px; font-weight: bold; float: left; color: #F5A381; } #navigation { display: none; } #footer { margin-top: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #footer h4 { font-weight: bold; color: @color1; } #footer a { } .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; font-weight: bold; } #main_products .description, #product_long .description { color: lighten(@color1,45%); } .basket a { background: url(/images/frontend/theme/kolorymeksyku_2/icon_basket_add.gif) top left no-repeat; width: 29px; height: 28px; font-size: 0px; line-height: 0px; display: block; text-decoration: none; color: transparent; margin-right: 4px; } .basket img { margin-right: 4px; } .box .content .full { background-color: @white; } .full { border-bottom: 1px solid @border; } /** 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-image: url('/images/frontend/theme/kolorymeksyku_2/bg_button_basket.gif'); width: 155px; height: 26px; padding: 10px 0px 0px 14px; text-align: center; } #st_basket-add-button-content img { display: none; } #st_basket-add-button-content input { margin: 0; background: url(/images/frontend/theme/kolorymeksyku_2/basket_img.gif) center left no-repeat; display: block; width: 147px; padding: 0px 10px 0px 28px; font-family: Georgia; font-size: 12px; color: #F5A381; font-weight: bold; text-align: center; } /* module stCategory */ #st_category-list > li { border-top: 1px solid @border; } #main_categories, #main_categories, #subcategories { background: #fff; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; border-bottom: 1px solid #8F0C04; border-left: 1px solid #8F0C04; border-right: 1px solid #8F0C04; } #main_categories .item, #subcategories .item { width: 170px; margin-left: 11px; } #main_categories .image, #subcategories .image { width: 168px; } #main_categories .item .box, #subcategories .item .box { background-color: #fff; } /* module stCurrencyPlugin */ #pick { padding-top: 1px; } #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 { border: none; border-radius: 0px; background: transparent; } #newsletter .content .sign .email { border: 1px solid @border; -moz-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; } #newsletter .content .sign .email input { background-color: @white; padding-left: 5px; width: 154px; height: 25px; } #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 .item { width: 117px; } #product_other .image { width: @column3on5 - 2; } /* Product list long and main */ @columnx: @space * (-1); #main_products, #product_long { margin: 0 0 10px 0; background-color: #fff; border: 1px solid #D1CDAF; border-radius: 0px 5px 5px 5px; padding-top: 10px; margin-top: -5px; } #main_products .item, #product_long .item, #product_recommend .item, #product_accessories .item { width: 230px; margin-left: 10px; } #product_recommend .item, #product_accessories .item { margin-left: 12px; } #product_other .image, #product_recommend .image, #product_accessories .image { border: 1px solid @border; background-color: #fff; } #product_short .bg_grey_short td { background-color: darken(@white,5%); } .box_photo_sort { border: 1px solid @border; background-color: @white; } /* module stTabNavigatorPlugin */ .st_tab_navigator li a { color: @text; background-color: @white; border-top:1px solid @border; border-left:1px solid @border; border-right:1px solid @border; border-bottom:1px solid @white; } .st_tab_navigator li a span { background-color: lighten(@black,95%); } .st_tab_navigator li.st_selected a { color: @text; } .st_tab_navigator li.st_selected a span { background-color:@white; } .st_content_tab { border: 1px solid @border; background-color: @white; margin: 5px 0 0 0; border-radius: 0px 5px 5px 5px; padding: 10px 0px; } #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; } #header .koszyk_main { background-color: #fff; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; padding: 8px 8px 8px 0px; font-family: Georgia; font-weight: bold; font-size: 12px; color: #AA3305; } .link_round { background: url(/images/frontend/theme/kolorymeksyku_2/basket/arrow_basket.gif) center center no-repeat; width: 25px; height: 25px; margin-left: 5px; } #basket_icon { font-size: 12px; top: 3px; } #basket_icon a { color: #69643C; padding-left: 10px; text-decoration: none; } .st_basket-list-link { margin-top: 5px; } #header .user_main a { font-family: Georgia; font-size: 12px; font-weight: bold; color: #580000; text-decoration: none; padding: 0px 10px; } .user_main { padding-top: 10px; } .user_main > a { border-left: 1px solid #580000; } #user_status { top: 0px; padding-left: 0px; } .category_bottom { height: 15px; background: url(/images/frontend/theme/kolorymeksyku_2/category_box_bottom.gif) top left no-repeat; } .category_top { height: 12px; background: url(/images/frontend/theme/kolorymeksyku_2/category_box_top.gif) bottom left no-repeat; } #search { background: url(/images/frontend/theme/kolorymeksyku_2/head_search_left.png) top left no-repeat; height: 44px; } #search #keywords_bg { margin-left: 45px; background: url(/images/frontend/theme/kolorymeksyku_2/head_search_middle.png) top left repeat-x; padding: 9px 0px 13px 6px; float: left; width: 182px; } #search #keywords input { background-color: #fff; border-left: 1px solid #ABA892; border-top: 1px solid #ABA892; border-right: none; border-bottom: none; width: 134px; height: 24px; border-radius: 0px; } .input_search { width: 29px; height: 29px; float: right; background: url(/images/frontend/theme/kolorymeksyku_2/icon_search.png) top left no-repeat; border: none; margin-right: 8px; margin-top: -2px; } #search .bg_right { background: url(/images/frontend/theme/kolorymeksyku_2/head_search_right.png) top right no-repeat; height: 44px; width: 5px; } .box_group, .box_info { background: transparent; border: none; border-radius: 0px; } .box_info, #newsletter p { font-size: 1.1em; } .box_group .content, .box_info .content, #newsletter .content { background-color: #fff; border: 1px solid #D1CDAF; border-radius: 0px 5px 5px 5px; } .szukaj { border: none; border-radius: 0px; background: transparent; } #newsletter .dodaj { background: url(/images/frontend/theme/kolorymeksyku_2/button_newsletter.gif) top left repeat-x; height: 27px; float: left; border-left: 1px solid #CDCDCD; padding-left: 2px; margin: 5px 0px; -moz-border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; border-left: none; padding: 0px 9px; font-weight: bold; } #subcategories .box { border: none; } #main_categories .head { color: #69643C; font-family: Georgia; font-size: 19px; font-weight: normal; padding-top: 10px; padding-left: 11px; } .head_bg_main { background: url(/images/frontend/theme/kolorymeksyku_2/head_recommend_middle.png) top left repeat-x; height: 44px; margin-right: 3px; margin-top: 5px; } .head_bg_main h2.head { background: url(/images/frontend/theme/kolorymeksyku_2/head_recommend_left.png) top left no-repeat; color: #4C482C; font-family: Georgia; font-weight: normal; font-size: 18px; text-decoration: none; height: 32px; padding-top: 12px; padding-left: 53px; margin-bottom: 5px; } .head_bg_main .head_right { background: url(/images/frontend/theme/kolorymeksyku_2/head_recommend_right.png) top right no-repeat; width: 5px; height: 44px; margin-right: -3px; } .bg_bottom { background: #fff url(/images/frontend/theme/kolorymeksyku_2/background_box_price.gif) bottom left repeat-x; height: 64px; overflow: hidden; } .bg_top { width: 208px; background: url(/images/frontend/theme/kolorymeksyku_2/background_box_product.gif) bottom left repeat-x; background-color: white; border-left: 1px solid #DCD8BB; border-right: 1px solid #DCD8BB; border-top: 1px solid #DCD8BB; padding: 10px; } #active_overlay { background-image: url("/images/frontend/theme/default2/icon_recommend.gif"); background-position: left center; background-repeat: no-repeat; display: block; padding: 1px 10px 0 25px; text-align: left; color: #B3AD8F; font-size: 10px; text-decoration: none; } #st_button-product_compare_add a { color: #B3AD8F; font-size: 10px; text-decoration: none; } .ul_recommend { padding-left: 20px; } #st_tab_navigator-product_list { display: none; } #st_tab_navigator-product_list-content { margin: 5px 0px 0px 0px; padding: 10px 0px; } .frame_foot { margin: 20px 0px 10px 0px; padding: 15px 0px; border-top: 2px solid #D1CDAF; border-bottom: 1px solid #D1CDAF; overflow: hidden; } ul.list_foot { margin: 0px 18px 0px 0px; padding: 0px; float: left; } .list_foot li.bold { margin-bottom: 15px; } .list_foot li a { list-style: none; font-family: Tahoma; font-size: 11px; color: #B3AD8F; text-decoration: none; } .list_foot li.bold a { list-style: none; font-family: Tahoma; font-size: 11px; font-weight: bold; color: #69643C; text-decoration: none; } ul#list_foot_zakupy { margin: 0px 30px 0px 0px; } .frame_foot2 { overflow: hidden; margin-bottom: 20px; } .logo_sote { float: left; } .logo_sote div, .copyright div { float: left; } .logo_sote a { font-size: 11px; font-family: Tahoma; text-decoration: none; color: #B3AD8F; padding-right: 5px; } .copyright { float: right; } .copyright div { font-size: 11px; font-family: Tahoma; color: #B3AD8F; } .copyright div span { font-weight: bold; padding-right: 5px; } #added_product_preview .head { background: none; } #list .head_bg_main { margin-bottom: 10px; } .desc2 .box, .desc2 .content { border: none; border-radius: 0px; } .desc2 .content { padding-left: 20px; } #st_tab_navigator-product_description { display: none; } #gallery .photo img { max-width: 76px; max-height: 76px; } .box_info tr, .box_info td, .box_info table, .description table, .description td, .description tr, #webpage_show tr, #webpage_show td, #webpage_show table, #order_summary td, #order_summary tr, #order_summary table { border: none; } #st_tab_navigator-sm_product_description { display: none; } #product_long .discount-old_price, #main_products .discount-old_price { clear:left; } .user_main .right { padding-left: 0px; } /*#basket_index .title, #order_confirm .title, #order_summary .title, #st_application-user-account .title, #st_application-user-login .title, #user_newsletter .title*/ .title { padding-top: 15px; padding-left: 15px; } .title.webpage { padding-top: 0px; padding-left: 0px; } #summary_info .content h3 { background-color: none; color: #555; float: none; font-size: 1.2em; margin-bottom: 0px; margin-left: 0px; margin-top: 0px; padding: 0px; } #search_results { background-color: #fff; padding: 10px; margin-top: 5px; border: 1px solid @border; border-radius: 0px 5px 5px 5px; } #st_search_name { width: 608px; } #category_info { padding-bottom: 0px; } .box_product_type, #product_card .producer_logo_empty { display: none; } #pager { margin-top: -3px; margin-bottom: 2px; } #product_card #image { padding: 10px; } #product_card .gallery { margin-top: -5px; padding-top: 0px; padding-left: 11px; } #basket_index > .content > div > .roundies.box_form { display: none; } #basket_index #st_basket-user #st_user-basket-login-form { float: right; } #basket_index #st_basket-user #order_form { float: left; } /* #discount-product-set-list .product.last { background-image: url('/images/frontend/theme/kolorymeksyku_2/bg_button_basket.gif'); width: 155px; height: 26px; padding: 10px 0px 0px 14px; text-align: center; } */ #st_product_options_form { margin-left: 10px; display: table; margin-top: 10px; } #product_card .information #st_component-st_basket-add_enable { float: left; } .box .head.zestaw { padding: 13px 5px 4px 53px; background: url(/images/frontend/theme/kolorymeksyku_2/headzestaw.png) top left no-repeat; color: #4C482C; font-family: Georgia; font-weight: normal; font-size: 18px; height: 32px; } #discount-product-set-list .row { margin-left: 1px; overflow:visible; } #discount-product-set-list .product .image { height: 140px; } #discount-product-set-list .product { padding: 0; float: left; width: 24%; border: 1px solid #d1cdaf; min-height: 280px; text-align: center; margin-left: -1px; position: relative } #discount-product-set-list .thumbnail { padding: 10px 0; margin-bottom: 0 } #discount-product-set-list .thumbnail img { max-width: 160px; max-height: 120px; } #discount-product-set-list .product.last { padding: 100px 0 20px 0; border: 1px solid #d1cdaf; min-height: 160px; text-align: center; } #discount-product-set-list .glyphicon-plus { position: absolute; top: -11px; left: 50%; margin-left: -9px } #discount-product-set-list .discount-plus { display: block; height: 55px; width: 17px; background: url("/images/frontend/theme/responsive/discount_plus.png") top left repeat-x; position: absolute; top: 47%; margin-top: -27px; left: -8px } #discount-product-set-list .discount-equal { display: block; height: 55px; width: 17px; background: url("/images/frontend/theme/kolorymeksyku_2/discount_equal.png") top left repeat-x; position: absolute; top: 47%; margin-top: -27px; left: -8px } #discount-product-set-list { font-family: Georgia !important; font-size: 12px !important; } #discount-product-set-list .thumbnail { margin-bottom: 10px; padding: 10px; }#discount-product-set-list .product.last .buttons div button[type="submit"] { background-image: url('/images/frontend/theme/kolorymeksyku_2/bg_button_basket.gif'); width: 135px; margin: 10px auto; float: none; height: 36px; padding: 0px 0px 0px 14px; text-align: center; border: 0; }#discount-product-set-list .price { color: #69643c; }#discount-product-set-list .product.last .old_price { padding-left: 0px; font-family: Georgia; font-size: 14px; font-weight: bold; color: #810704; } #discount-product-set-list .product.last .buttons div button[type="submit"] span { margin: 0 !important; background: url(/images/frontend/theme/kolorymeksyku_2/basket_img.gif) center left no-repeat !important; display: block !important; width: 77px !important; padding: 0px 10px 0px 28px !important; font-family: Georgia !important; font-size: 12px !important; color: #F5A381 !important; font-weight: bold !important; text-align: center !important; } #review_table { width: 100%; border: 1px solid #d1cdaf; background-color: #ffffff; margin: 5px 0 0 0; border-radius: 5px; padding: 10px; } .polecamy { padding: 15px 0; margin-top: 5px !important; } .btn_right_basketowe a { display: block; background: transparent url(/images/frontend/theme/kolorymeksyku_2/category_name_right.png) center right no-repeat; color: #69643C; font-size: 11px; font-weight: bold; text-decoration: none; padding-left: 6px; } .btn_right_basketowe { background: #e8e3ce url(/images/frontend/theme/kolorymeksyku_2/category_name_middle.png) top left repeat-x; height: 22px; padding-top: 5px; padding-right: 5px; text-align: left; border: 1px solid #d1cdaf; border-radius: 5px; margin-bottom: 10px; }body { margin: 0; padding: 0; font-family: Arial,Helvetica, Verdana, sans-serif; text-align: left; letter-spacing: 0.5px; font-size: 8pt; color: #555; line-height: 18px; background-color: #F7F3E7; } 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: 2.5em; font-weight: bold; line-height: 1.1em; } h2 { 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; 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; background-color: @white; 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; }