/* LAYOUT */
@width: 1180px;

/***     COLORS      ************************/
@color1: #000000;
@color2: #999999;
@color3: #bababa;
@color4: #c9c8c9;
@color5: #f4f5f4;

/* Extra Colors */

@color6: #c41818;

/* 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;body
{
    /*background: url(/images/frontend/theme/default2/body.gif) top left repeat-x;*/
}

#bg_container
{
    /*background: url(/images/frontend/theme/default2/bg_container.gif) top center repeat-y;
    overflow: hidden;*/
    margin-bottom: 25px;    
}

#bg_container_bottom
{
    /*background: url(/images/frontend/theme/default2/bg_container_bottom.gif) bottom center no-repeat;*/
    /*overflow: hidden;*/
}

#middle, #navigation
{
    padding: 0px @bgmargin;
}

#path
{
    /*background-color: #fff;*/
}

#path .not_active_last
{
    color: #fff;
}

#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 5px;
    border-bottom: none !important;
    background: url(/images/frontend/theme/default2_skynet/bg_gradient_skynet.png) top left repeat-x;
    background-color: @head !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: #4588c7 !important;
    border-bottom: none !important;
	padding-top:4px;
	height:22px;
}

#category_tree .content
{    
    border: 1px solid #4588c7 !important;
    border-top: none;
	background-color:#f2f2f3;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
	padding-bottom: 20px; 
}

#category_tree h3
{
    color: @head_selected_text;
}

#product_group_PROMOTION, #product_group_SALES
{
	border:none !important;
}

#product_group_PROMOTION .content, #product_group_SALES .content
{
	
    border-top: none !important;
	border: 1px solid #4588c7;
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
	padding-bottom: 10px; 
}

.box h3.head
{
    color: #fff !important;
	background-color:#4588c7 !important;
    font-size: 12px;
    font-weight: bold;
	height:13px;
	padding-bottom:8px;
	padding-top:12px;
	text-align:center;
	border:none;
}

.box h3.head a
{
    background: none !important;
    text-decoration: none;
    display: block;
    color: #fff;
}

.box .content
{
    padding: 5px 10px;    
}

#product_group_new {border:none;}

#product_group_new .head
{
    background-color: @color6 !important;
	border: none;
}

#product_group_new .content
{    
    border: 1px solid @color6;
    border-top: none;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
	padding-bottom: 20px; 
}



.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:12px;
    text-decoration:none;
    color:@text;
    cursor:pointer;
    padding:0px 7px 1px 7px; /* Links */
	height:22px;
	font-weight:bold;
}

.buttons button
{
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px; /* IE6 */
	line-height:11px;
	height:22px;
	font-weight:bold;
}

.buttons button[type]
{
    padding: 2px 7px 2px 7px; /* Firefox */      
    line-height:12px; /* Safari */
	height:22px;
	font-weight:bold;
	font-family:Verdana;
}

.buttons button[type]:hover
{
    padding: 2px 7px 2px 7px; /* Firefox */      
    line-height:12px; /* Safari */
	height:22px;
	font-weight:bold;
	font-family:Verdana;
}

@-moz-document url-prefix() { .buttons button[type] { padding-bottom: 3px;padding-top:0 } } /*hack ff*/
@-moz-document url-prefix() { .buttons button[type]:hover { padding-bottom: 3px;padding-top:0 } } /*hack ff*/

*:first-child+html button[type]
{
    padding: 4px 7px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img
{
    margin:4px 0px 0px 0 !important;
    border:none;
    width:12px;
    height:7px;
	
}

/* BASE */
button:hover
{
    background-color:darken(@button,5%);
    border:1px solid darken(@button,7%);
    color:#f6dcdc;
	line-height:11px;
	font-weight:bold;
}

.buttons a:hover
{
    background-color:darken(@button,5%);
    border:1px solid darken(@button,7%);
    color:#f6dcdc;
	line-height:11px;
	font-weight:bold;
}

.buttons a:active
{
    background-color:darken(@button,9%);
    border:1px solid darken(@button,11%);
    color:@white;
	line-height:11px;
	font-weight:bold;
}

/* DEFAULT */
button.regular, .buttons a.regular
{
    color: #000;
	background: url(/images/frontend/theme/default2_skynet/basket/kup_center.png) repeat-x !important;
	height:17px;
	padding-top:4px;
	border:none;
	color:#fff;
	font-size:11px;
	line-height:11px;
	vertical-align:center;
	font-weight:bold;
	margin-top:0px;
	padding-bottom:0px;

}

.buttons a.regular:hover, button.regular:hover
{
    border:none;
    color: @text;
	height:17px;
	padding-top:4px;
	color:#f6dcdc;
	line-height:11px;
	margin-bottom:0px;
	font-weight:bold;
}

.buttons a.regular:active
{
    background-color:darken(@button,9%);
    border:1px solid darken(@button,11%);
    color:@white;
	line-height:12px;
	font-weight:bold;
	margin-bottom:7px;
}

button[disabled="disabled"]
{
    opacity: 0.3;
	line-height:12px;
}

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%);
	line-height:12px;
	font-weight:bold;
}

/*.buttons .right button img {margin-top:5px !important;}
.buttons .left button[type] img {margin-top:5px !important;}

.buttons .right button {padding-top:5px;padding-bottom:0px; height:17px !important;}
.buttons .left button {padding-top:5px;padding-bottom:0px; height:17px !important;}*/

#st_basket-clear_button a.regular {padding-top:5px;padding-bottom:0px; height:17px;}



.left
{
    float:left;
	
}

.right
{
    float:right;
	
}

#left .container_content
{
    padding-top: 5px;
}

#main {padding-top:0;}

#main .container_content
{
    margin-top: 5px; padding-top:0px;
} 

#right .container_content 
{
    padding-top: 5px;
}

#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
{
    border: 1px solid @bar_border;
    background: url(/images/frontend/theme/default2/bg_gradient_menu.png) top left repeat-x;
    background-color: @bar;
    overflow: hidden;
    padding-right: 5px;    
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;        
    color: @bar_text;
    height: 34px;
}

#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;
}

#copyright .link
{
    float:left;
}

#copyright .link a
{
    text-decoration: none;
    color: lighten(@text,30%);
}

#copyright .logo_sote
{
    float: left;
    padding-top: 2px;
    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
{
    padding: 8px 10px 0px 10px;
	margin-left:10px;
    font-size: 13px;
    font-weight: bold;
    float: left;
	letter-spacing:0;
}

#navigation
{
    overflow: hidden;
}

#footer
{
    border: 1px solid @border;
    background-color: @foot;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}

#footer h4
{
    font-weight: bold;
    color: @color1;
}

#footer a
{
    color: darken(@color2,10%);
}

.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 .name, #subcategories .name 
{
    margin-left: 0px;
	margin-right: 0px;
	text-align:center;
}

#main_categories .category a, #subcategories .name a
{
    font-size: 12px;
    font-weight: normal;
	letter-spacing:0;
	text-indent:0;
}


#main_products .basket, #product_long .basket
{
    background-color: #fff;   
    border-top:none;
}


#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: url("/images/frontend/theme/default2_skynet/basket/kup_center.png");
	border:none;
	height:22px;
	padding-top:0px;
    /*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: #fff;
	margin-top:2px;
	margin-bottom:2px;
	background:none;
	border:none;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	font-family:Verdana;
	float:left;
	margin-left:3px;
}

#st_basket-add-button-content input:hover {color: #f6dcdc; cursor:hand;}

 @-moz-document url-prefix() { #st_basket-add-button-content input { margin-top:0px; } }

/* module stCategory */

#st_category-list > li
{
	border-top: 1px solid @border;
}

#main_categories, #subcategories
{
    margin-left: 5px;
    margin-right: 5px;    
}

#main_categories .item, #subcategories .item
{
    width: 150px;
    margin-right: 0px;
	margin-bottom:20px;
}

#main_categories .image, #subcategories .image
{
    width: 150px;
}

#main_categories .item .box, #subcategories .item .box
{
    background-color: transparent;
	border:none;
	width:150px;
	margin-right:0px;
	margin-left:0px;
	
}

/* 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;   
}

#list .box_product_type {
border:none;
background-color: transparent;
}

#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 -11px;
	
}

#main_products
{
    margin: 0px @columnx 10px -11px;
	padding-left:0px;
}

#main_products .item, #product_long .item
{
    width: 175px;
    margin-left: 15px;
	border-color:#eff0f1;
	margin-bottom:15px;
}

#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,.name a:link
{
    color: #4588c7;
}

 .product_link a, .product_link a:link
{
    color: #000;
}

table {border:none;}

#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;
}

.box_group .content  > a
{
    background: url(/images/frontend/theme/default2_skynet/circle_list_product.gif) 0 0 no-repeat !important;
    background-position: 0 2px !important; 
    display: block;
    padding: 0px 0px 6px 20px;
	line-height:18px;
	text-align:left;
}

#basket_index, #st_application-user-login, #st_application-user-account, #st_application-user-remind, #product_compare_index, #product_card, #category_info, #order_summary, #order_show, #order_confirm, #main_text, #product_not_found_category, #st_user-first_register {
	border:none;
	background-color:transparent;
	}

#st_application-user-login h2, #st_application-user-remind, #st_application-user-account h2, #product_compare_index h2, #producer_info h2, #category_info h2, #order_summary h2, #order_show h2, #order_confirm h2, #product_not_found_category h2, #st_user-first_register h2{
	padding-top: 5px;
    font-weight: bold;
	background: url('/images/frontend/theme/default2_skynet/header_point.png') 0 43% no-repeat;
	padding-left: 24px;
	margin-left: 3px;
    height: 25px;
    color: #c41818;
	font-family: Tahoma;
    font-size: 16px;
}

/*.buttons button {background-color:#c41818; border:none}*/

#portal_main {padding-top:0;}
body 
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: @text;
    font-size: 12px;
	text-align: left;
    letter-spacing: 0px;
    line-height: 150%;
    background-color: @white;
	
	/* moje poprawki */
	font-size:8pt;
	color: #000;
    line-height: 18px;	
    background:url(/images/frontend/theme/default2_skynet/tlo_default2_skynet.png) top left repeat-x !important;
}

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
{
	   line-height:25px;
	   font-size:16px;
	   font-family:Tahoma;
}

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: @black;
    text-decoration: none;
    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 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;
}

/* moje dodatki i zmiany: */
/* ______________________________________________________________________________________ */
/* _____________________________________________________________________________________ */

/* foot */

#st_logo_foot
{
    float:left;
    padding:0px 0px 0px 10px;
}

#st_logo_foot .header {
	float:right;
}

#st_logo_foot .link
{
    float:left;
	color:#8db5e2;
}

#st_logo_foot .link a
{
    text-decoration: none;
    color: #8db5e2;
	margin-top:1px;
}

#st_logo_foot .image
{
    float: left; 
    padding-top: 2px; 
    padding-left: 5px;
}

#st_link_foot
{
    float:right;
    padding:3px 0px 0px 0px;
	color:#c41818;
	width: 735px;
}

#st_link_foot a
{
    padding:0px 5px;
    text-decoration:none;
    color:#fff;
    font-size:12px;
	margin-left:9px;
	font-family:Tahoma;
	font-weight:bold;
	letter-spacing:0;
	}

#menu_dolne{width:100%;height:21px;margin-bottom:0;}
#foot_lewa_dol {width:3px; height:21px; background: url('/images/frontend/theme/skynet3/foot_dol_left.gif') top left; float:left}
#foot_srodek_dol {width:1174px; height:21px; background: url('/images/frontend/theme/skynet3/foot_dol_center.gif') top left repeat-x;float:left}
#foot_prawa_dol {width:3px; height:21px; background: url('/images/frontend/theme/skynet3/foot_dol_right.gif') top left; float:left}
#foot_lewa_gora {width:4px; height:24px; background: url('/images/frontend/theme/skynet3/foot_gora_left.png') top left;float:left}
#foot_srodek_gora {width:1172px; height:24px; background: url('/images/frontend/theme/skynet3/foot_gora_center.png') top left repeat-x;float:left}
#foot_prawa_gora {width:4px; height:24px; background: url('/images/frontend/theme/skynet3/foot_gora_right.png') top left;float:left}
#future {color:#8db5e2; float:right;}
#future a{color:#8db5e2; text-decoration:none;}

#footer {
	border:none;
}

a:link {color: #4588c7;}     /* unvisited link */

    a:hover {color: #6aa0d3;}   /* mouse over link */
    a:active {color: #6aa0d3;}   /* selected link */
	
#st_navigation_bar-1
	{
        	/*background:transparent url(/images/frontend/theme/skynet/head_01.png) bottom left repeat-x;
        	height: 22px;*/
        	line-height: 22px;
        	padding: 12px 0px 0px 0px;	
        	
	}

.st_navigation_bar3 .st_last
	{
	        border-right: none;
	}
	
#st_navigation_bar-2_middle
	{
	   background-image: url('/images/frontend/theme/skynet/head_03.png');
       background-repeat: repeat-x;
       width:960px;
       height:44px;
       float:left;
       padding: 9px 10px 0 15px;
	}

	
	#baner-x {
	height:295px;
	width:985px;
	}
	
	#mt {
	width:1180px;
	position:relative;
	}
	
	#mt2 {
	position:relative;
	width:1180px;
	}
	
	/* fragmenty ze skynet3 __________________________________________________________________ */
	
	/* lista w frame information */
ul.st_list_product
{
    padding-top:5px;
}

.st_list_product li img 
{
    padding-right:7px;        
}

.st_list_product li
{
    color:#000;
    padding:2px 15px 2px 15px; 
	text-decoration:none;
	font: Verdana 12px;	
}

.st_list_product li a
{
    color:#000;
    text-decoration:none;
	font: Verdana 12px;	
}

#st_list_product_odstep
{
    padding-left:40px;
    font-size:1.1em;
    color:#4d4c4c;    
}

#content_frame_ask
{
    overflow:hidden;
    border-bottom:1px solid #e4e4e4;
    padding-bottom:7px;
    margin-bottom:7px;
}

#content_frame_ask_last
{
    overflow:hidden; 
}

#icon_ask
{
    float:left;
}

#box_ask_txt
{
    float:left;
    padding:3px 0px 0px 10px;    
}

#head_ask_txt
{
    font-size:12px;
    font-weight:bold;
    color:#777;   
}

#ask_txt, #ask_txt a
{
    font-size:10px;
    font-weight:normal;
    color:#777;    
    text-decoration:none;    
}

#arrow_breadcrumbs
{
    padding:0px 7px;
    font-weight:normal;
    font-size:10px;
}

.block-hover 
{
  border: 1px dashed #ccc;
}

#schowek_add
{
    padding-right:12px;
    margin-right:12px;
    border-right:1px solid #dedede;
}

#st_frame_news, #st_frame_category_main, #st_frame_text_main
{
    padding-bottom:10px;
}

#js_frame
{
    display:none;
}

#st_first{
color:#4588c7;
}

	@blue:#4588C7;
@blue2:#8DB5E2;

input[type="text"]#st_search_search {
	&:focus {
	background:none !important;
	}
}

#user_status {
	#user_status_info {
		a {
		color:@blue;
		margin-left:10px;
		}
	}
}

#online {
padding:0 20px 0 0;
color:@blue2;
}

#container
{
    margin: 0 auto;
    width: @width;
}

#left 
{
    float: left;
    width: 197px;
    text-align: left;
    line-height: 142%;
    margin-right: 11px;
}

#main
{
    float: left;
    width: 764px;
    display: inline;
    margin-right: 11px;
}

#right 
{
    float: right;
    width: 197px;
    text-align: left;
    line-height: 142%;
}@color1: #000000;
@color2: #999999;
@color3: #bababa;
@color4: #c9c8c9;
@color5: #f4f5f4;
@color6: #c41818;
@black: #000000;
@white: #ffffff;
@red: #ff0000;
@border: #bababa;
