/* 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: @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; /*** 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;@font-face { font-family: 'BakerSignetBTRoman'; src: url('/font/baker-signet-bt-webfont.eot'); src: url('/font/baker-signet-bt-webfont.eot?#iefix') format('embedded-opentype'), url('/font/baker-signet-bt-webfont.woff') format('woff'), url('/font/baker-signet-bt-webfont.ttf') format('truetype'), url('/font/baker-signet-bt-webfont.svg#BakerSignetBTRoman') format('svg'); font-weight: normal; font-style: normal; } body { } #bg_container { /*background: url(/images/frontend/theme/default2/bg_container.gif) top center repeat-y;*/ background: url(/images/frontend/theme/fenix/shadow.png) center top repeat-y; overflow: hidden; } #bg_container_top { background: url(/images/frontend/theme/fenix/bgwide.png) center top no-repeat; overflow: hidden; } #bg_container_bottom { background: url(/images/frontend/theme/fenix/bgwide2.png) center bottom no-repeat; 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: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: 5px 5px 4px 10px; border-bottom: 1px solid @border; background: url(/images/frontend/theme/default2/bg_gradient.png) top left repeat-x; background-color: @head; -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; padding: 5px 0 20px 5px; } #category_tree .content { } #category_tree h3 { color: @head_selected_text; } .box h3.head { color: @head_text; font-size: 1.1em; font-weight: bold; } .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; } .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; } #left .container_content { padding-top: 10px; } #main .container_content { padding: 10px 0 0 0; margin: 0 10px; } #main .container_content #list { padding: 10px 0 0 0; } #right .container_content { padding-top: 10px; } #overbaner { /*padding: 5px 0px 4px 0px;*/ overflow: hidden; } #currency { margin: 3px; } .languages { position: relative; top: 4px; } .txt_lang { position: relative; top: -3px; } #online { float: left; padding: 10px 0px 5px 0px; color: lighten(@text,30%); } #underbaner { background: url(/images/frontend/theme/fenix/Menu.png) top left repeat-x; padding-right: 5px; color: #fff; height: 45px; } #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; padding-right: 15px; } .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; } #header #home { padding: 9px 10px 0 15px; } #underbaner a { color: @bar_text; font-weight: bold; text-decoration: none; } #underbaner a:hover { text-decoration: underline; } #header .left { padding-right: 10px; } #header .right { padding-left: 10px; } #copyright { text-align: right; float:right; padding: 10px 0px; margin: 20px 5px 0 0; color:#B54646; text-transform: uppercase; font-size: 11px; font-family: Tahoma; } #copyright .link { float:left; } #copyright a,#copyright .link a { text-decoration: none; color: #B54646 !important; } #copyright a:hover,#copyright .link a:hover { color:#DB948E !important; } #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; } #navigation { background: #790000; overflow: hidden; padding:0 0 10px 10px; } #footer { padding: 10px 0 0 0; background: url(/images/frontend/theme/fenix/FooterContent.png); margin-top: 10px; } #footer h4 { font-weight: bold; color: #fff; } #footer a { color: #DBB9B9; text-decoration:none; } #footer a:hover { color:#fff; } .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 .basket, #product_long .basket { background-color: @color5; border-top:1px solid lighten(@color1,75%); } #main_products .description, #product_long .description { color: lighten(@color1,45%); } .basket a { color: @a_selected; } .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; } #st_basket-add-button-content input { color: #000; } /* 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 { margin: 10px 20px 0 0; overflow:hidden; background:#AF1306; padding: 10px; } #newsletter h4 { color:#fff; } #newsletter p { color:#fff; margin:0 0 5px 0; } #newsletter span {color:#fff;display:block;float:left;padding: 0 5px} #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; } #newsletter .email .input, #newsletter .email input {float:left} #newsletter .email .input {background:#FFF;height:22px;} #newsletter .email .input input {padding:0;border:0;line-height:0;margin:3px 0 0 5px;width:130px;background:#fff !important} #newsletter .email .sbm {background:#570000;color:#fff;font-weight:bold;font-size: 14px;border:0;padding:0;height:22px;padding:0 3px;float:left;margin-left:-3px;cursor:pointer;} .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; } /* Product list long and main */ @columnx: @space * (-1); #product_long { /*margin: 0px @columnx 10px @columnx;*/ margin: 0px 0 10px -9px; } #main_products { /*margin: 0px @columnx 10px @columnx;*/ margin: 0px -5px 10px -10px; } #main_products .item, #product_long .item { width: @column - 2; /*margin-left: @space;*/ margin-left: 10px; } #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; } #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 @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; } .name a, .product_link a { color: #000; } #subcategories .item .name a {color:#fff} #product_long .name a { color: #555; } #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; } #baner {} #top-menu { position:absolute; top:0;right:0; height: 44px; width:925px; background: url(/images/frontend/theme/fenix/MenuTop.png) no-repeat; border-bottom:1px solid #fff; } #top-menu a { display:block; float:right; text-decoration: none; font-family: 'BakerSignetBTRoman'; font-size: 20px; border-right:1px solid #fff; color:#fff; padding: 0 20px; margin: 12px 0 0 0; text-shadow: 2px 2px 2px #000; } #top-menu a:first-child { border-right:0; /*margin-left: 200px;*/ } #main_menu a { display:block; height: 31px; float:left; text-decoration: none; font-family: Arial; font-size: 16px; color:#fff; padding: 14px 15px 0 15px; font-weight: normal; border-left: 1px solid #2C0000; } #main_menu a:first-child { border-left:0; } #main_menu a:first-child:hover { } #main_menu a:hover { background:#EF4423; text-decoration:none; } #main_menu span { display:block; float:left; font-size: 16px; margin-top: 12px; } .search-top { float:right; margin-top: 5px; } .search-top span {display:block;float:left;margin: 6px 10px 0 0;} .b2 {float:left;width:325px;height:334px;margin-right:5px;} .b2 img{margin-bottom: 10px;} .b2 iframe {border:0} .b2 iframe:first-child {margin-bottom:5px} .bslider {margin-left:330px;} #underbaner #menu > ul { float:left; width:700px; margin:0px 0px 0px 0px; padding:0; list-style:none; } #underbaner #menu > ul > li { float:left; } #underbaner #menu > ul > li > a.hidden { color: #c1c1c1; cursor:pointer; } #underbaner #menu > ul > li.pos6 { margin-right: 0px; } #underbaner #menu > ul > li.pos6 > a { } #underbaner #menu > ul > li > a { display:block; height: 31px; float:left; text-decoration: none; font-family: Arial; font-size: 16px; color:#fff; padding: 14px 15px 0 15px; font-weight: normal; border-left: 1px solid #2C0000; } #underbaner #menu > ul > li.disabled > a { cursor:default; color:#bbbbbb; } #underbaner #menu ul li a:hover,#underbaner #menu ul li a.active { /*background:#EF4423;*/ background:#990000; color:#fff; } #underbaner > #menu > ul li.disabled > a:hover { background:none; color:#bbb; text-decoration:none; } #underbaner #menu ul ul { position: absolute; z-index:10000; left: -9999px; padding: 5px 0 10px 0; list-style:none; margin: 0; background:#990000; /*background:#EF4423;*/ /*background:#1F1A17;*/ filter: alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; } #underbaner #menu table { border-collapse: collapse; margin: -1px -10px; } #underbaner #menu ul li:hover { position: relative; z-index:5; } #underbaner #menu ul li:hover a { /*background:#1F1A17;*/ /* background:#EF4423;*/ background:#990000; color:#fff !important; } #underbaner #menu > ul > li.disabled:hover > a { /*background:#1F1A17;*/ background:none; color:#bbbbbb !important; cursor:default; } #underbaner #menu ul li a:hover { position: relative; } #underbaner #menu ul > li > a:hover { color:#fff; } #underbaner #menu ul a:hover ul { left: 1px; top: 44px; } #underbaner #menu ul li:hover ul { left: 1px; top: 44px; } #underbaner #menu ul li ul li { float:none; display:inline; overflow:hidden; } #underbaner #menu ul li ul li a { display:block; height: 20px; width:150px; float:left; text-decoration: none; font-family: Arial; font-size: 12px; color:#fff; padding: 5px 5px 0 15px; font-weight: normal; } #underbaner #menu ul li ul li a:hover { text-decoration: underline; } #underbaner #menu ul li ul li.disabled a { color:#888 !important; cursor:default; } #slider {z-index:3;} .nivo-box {z-index:5;} #webpage_show h2 {color: #000} #facebook { background: url(/images/frontend/theme/fenix/facebook.png) top left no-repeat; position:fixed; z-index:1000;width: 200px; right:-200px;top:315px;padding-left:60px; } #facebook iframe { border:none; overflow:hidden; width:200px; background:#fff; } #list > h2 {margin-bottom: 10px;} .p24 {margin-top:15px;padding:7px 0;background:#fff} #order_confirm .st_content { margin: 25px 40px 20px 40px; }body { margin: 0; padding: 0; font-family: Arial,Helvetica, Verdana, sans-serif; color: @text; font-size: 12px; text-align: left; line-height: 150%; /*background-color: @white;*/ background: #990000 url(/images/frontend/theme/fenix/BG.jpg) center top no-repeat; /*background: #960E12 url(/images/frontend/theme/fenix/BG.jpg) center top no-repeat;*/ } 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: 20px; font-weight: bold; line-height: 1.1em; color:#fff; } h2 { font-size: 1.6em; line-height: 1.1em; color:#fff; } .box h2 {color:#000;} h3 { font-size: 1.2em; } h4 { font-size: 1.1em; } h5 { font-size: 1.05em; } h6 { font-size: 1.05em; } a { color: @black; 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; } #left { float: left; width: @column; text-align: left; line-height: 142%; margin-right: @space/2; } #main { float: left; width: (3*@column)+(2*@space); display: inline; margin-left: @space/2; margin-right: @space/2; } #right { float: right; width: @column; text-align: left; line-height: 142%; }