html {
    height:100%;
}

body {
    background: #EBEBEB url(../img/page_bg.gif) repeat-x top center;
    font-size: 11px; 
    font-family: Tahoma, Verdana;
    margin: 0px;
    padding: 0px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.strona {
    width: auto;
    min-width: 1024px;
}

td {
    font-size: 11px; 
}

select, input, textarea {
    font-family: Tahoma, Verdana;
    font-size: 11px;
}

form {
    margin: 0px;
    padding: 0px;
    display: block;
}

p {
    text-align: justify;
}


/*****************************************************************
*
*  Page
*
******************************************************************/

.page_overlay {
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.popups_box {
    position: absolute;
    z-index: 9500;
    top: 0;
    left: 0;
    width: 700px; 
    height: 430px;
}


/*****************************************************************
*
*  Page desktop
*
******************************************************************/

.desktop_header {
    width: auto;
    height:148px;
    color:#EBEBEB;
}

.desktop_header .top_line {
    width: auto;
    padding: 1px;
    overflow: hidden;
    zoom: 1;
    color:#EBEBEB;
}

.desktop_header .title {
    width: auto;
    text-align: center;
    color:#F7F7F7;
}

.desktop_header .title_section {
    width: auto;
    text-align: center;
    height: 1px;
}

.desktop_header .tabs_panel {
    width: auto;
    overflow: hidden;
    zoom: 1;
    padding: 0px;
}

.desktop_header .header_hr {
    width: auto;
    height: 0px;
    border-bottom: 0px solid #CCC;
    background: #EBEBEB;
}


.desktop_columns {
    width: auto;
    margin-top:20px;
    margin-left:240px;
}


.desktop_footer {
    width: auto;
    height: 45px;
    padding-top: 10px;
    margin: 20px 20px 4px 20px;
    background: #FFFFFF;
    text-align: center;
    overflow: hidden;
}

.desktop_footer .footer_link{
	color: #888;
}
.desktop_footer .footer_link:hover{
	color: #2020AA;
	text-decoration: none;
}
.desktop_footer .sp_footer {
	background-color: #FFF;
	color: #CCCCCC;
	padding: 2px 10px 2px 10px;
	border: 2px solid #EBEBEB;
}


/* includes */
.page_header {
    width: auto;
    height: 67px;
    text-align: center;
   background-image: url(../images/header_bg.jpg);
}

.page_footer {
    margin-top: 6px;
    width: auto;
    text-align: center;
}

/*****************************************************************
*
*  Interface
*
******************************************************************/

.track_box {
    height: 4px;
    background: #CCCCCC;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}


.track_box .gripper {
    height: 12px;
    width: 6px;
    margin-top: -6px;
    margin-left: -2px;
    background: #CCCCCC;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    cursor: pointer;
}


.tabs_box {
    width: auto;
    overflow: hidden;
    zoom: 1;
}

.tabs_box a.tab, a.tab_selected {
    padding: 6px 8px 0 8px;
    display: block;
    float: left;
    height: 19px;
    font-weight: bold;
    color: #0000FF;
    margin: 0 2px 0 0;
    cursor: pointer;
}

.tabs_box a.tab:hover {
    color: #0000FF;
    background: #EEEEFF;
}

.tabs_box a.tab_selected, a.tab_selected:hover {
    background: #AACCFF;
    font-weight: bold;
    color: #000000;
    cursor: default;
}

.tabs_pages_box {
    width: auto;
    margin-top: 0;
    padding: 4px;
    border: 1px solid #AACCFF;
}

.tabs_pages_box .section {
    padding: 4px;
    vertical-align: middle;
}

/*****************************************************************
*
*  Widget::Settings
*
******************************************************************/


.msettings {
    width: 690px;
    height: 380px;
    zoom: 1;
    overflow: hidden;
}

.msettings .menu {
    float: left;
    width: 160px;
    height: 378px;
    float: left;
    border: 1px solid #999999;
    padding: 0px;
}

.msettings .menu a {
    background: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    display: block;
    width: auto;
    border-bottom: 1px solid #EEEEEE;
    color: #0000FF;
    cursor: pointer;
}

.msettings .menu a:hover {
    color: #0000FF;
    background: #EEEEFF;
}

.msettings .menu a.selected {
    background: #AACCFF;
    border-bottom: 1px solid #999999;
    font-weight: bold;
    padding: 10px;
    display: block;
    width: auto;
    color: #000000;
    cursor: default;
}


.msettings .pages {
    float: left;
    width: 522px;
    height: 378px;
    margin: 0 0 0 4px;
    border: 1px solid #999999;
    padding: 0px;
    overflow: auto;
}

.msettings .pages .page {
    width: auto;
}

.msettings .pages .page .title {
    width: auto;
    margin: 8px;
    border-bottom: 1px solid #AACCFF;
    height: 20px;
    font-size: 18px;
}

.msettings .pages .page .content {
    width: auto;
    margin: 4px;
    height: 317px;
}

.msettings .inp_color_box {
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid gray;
    margin-right: 4px;
    margin-bottom: 3px;
}

.themes_list {
    height: 332px;
    width: auto;
    overflow: auto;
}

.theme_box {
    width: auto;
    margin: 2px 2px 10px 2px;
    background: #F0F0F0;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 8px;
    overflow: hidden;
    zoom: 1;
}


.theme_box_selected {
    width: auto;
    margin: 2px 2px 10px 2px;
    background: #E0E0FF;
    border: 1px solid #CCCCFF;
    padding: 8px;
    overflow: hidden;
    zoom: 1;
}

.theme_thumbnail {
    align: left;
    border: 1px solid #CCCCCC;
}

.theme_thumbnail_box {
    width: 340px;
    float: left;
}

.theme_description_box {
    float: left;
    width: auto;
}


.wlist {
    height: 385px;
    width: auto;
    overflow: auto;
    border: 1px solid #DDDDDD;
}

.wlist a.thumb {
    display: block;
    float: left;
    cursor: pointer;
    padding: 5px;
    margin: 2px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.wlist a.thumb:hover  {
    background: #DDEEFF;
    border: 1px solid #AACCFF;
}






/* MENU */
.menu_hr {
    width: 100%;
    height: 0px;
    font-size: 1px;
    border-bottom: 1px solid #BBBBBB;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 0;
    padding-bottom: 0;
}

hr {
    height: 1px;
    background: #AAAAAA;
    border: 0px;
}

h1 {
    font-size: 14px;
    color: #338800;
}

a {
    color: #666666; 
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover {
    color: #228DDF;
    text-decoration: none;
}

a:active {
    color: #66F;
}

ul {
    margin: 2px 2px 2px 12px;
	padding-left: 3px;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}



.listBox {
    padding: 4px;
    overflow: auto;
    border: 1px solid #A0A0A0;
    background: #FFFFFF;
}

.listItem {
    font-weight: bold;
}

.listItemVisited {
    font-weight: normal;
}




.hint {
    padding: 6px 12px 6px 12px;
    background: #FFFFCC;
    border: 1px solid #6060FF;
}

.note {
    color: #549B3F;
	padding-left: 6px;
	margin: 5px 5px 5px 8px;
	border-left: 4px solid #DFEBFF;
}

.area {
    position: relative;
    display: none;
    margin: 0px;
    border: 1px dotted #FF0000;
}


.top_panel {
    background: #F0F0F0;
    border: 0px;
    border-bottom: 1px solid #999999;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    height: 50px;
}

.sys_table table tr td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.desktop_column {
    display: table-column;
    padding: 4px 4px 50px 4px;
    vertical-align: top;
}




.caption {
    background: #EEEEFF;
    padding: 0px;
    margin: 0px;
}

.caption_title {
    width: auto;
    font-weight: bold;
    overflow: hidden;
    display: inline;
}


.settings {
    background: #DDDDFF;
    display: none;
    padding: 0px;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    text-align: left;
}

.settings_section {
    width: auto;
    overflow: hidden;
    position: relative;
    margin: 0px;
    padding: 3px 6px 3px 6px;
    zoom: 1;
}

.content {
    background: #FFFFFF;
    padding: 4px;
    text-align: left;
}


.menu_panel {
    width: auto;
    padding: 2px 4px 2px 4px;
    margin: 0px;
    vertical-align: middle;
    text-align: left;
}

.menu_sub_panel {
    width: auto;
    padding: 2px;
    margin: 0px 0px 0px 12px;
}

.bevel_section {
    color: #202099;
    padding: 4px 8px 4px 8px;
    margin: 0px;
    background: #EAEAFF;
    border-top: 1px solid #F4F4FF;
    border-right: 1px solid #DDDDFF;
    border-bottom: 1px solid #DDDDFF;
    border-left: 1px solid #F4F4FF;
    font-weight: bold;
}

textarea {
    overflow: hidden;
}


.settings_control {
    float: left;
}

.settings_label {
    float: left;
    width: 80px;
    font-weight: bold;
    margin-top: 4px;
}


.color_box {
    border: 1px solid #000000;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
    cursor: pointer;
}



/* IN MAIN PART */
.rssreader_item_title {
    font-size: 14px;
    color: #338800;
    font-weight: bold;
    text-decoration: underline;
}
.rssreader_item_title:hover {
    color: #003388;
    text-decoration: underline;
}


.plan_table {
    padding: 0px;
    margin: 0px;
    border-spacing:0;
    border-collapse: collapse;
}

table.plan_table td {
    padding: 0px;
}

.float_panel {
    width: auto;
    zoom: 1;
    overflow: hidden;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.section {
    width: auto;
}
.panels_table {
    border: 0px;
    margin: 0px;
}

.desktop_panels {
    width: auto;
    margin: 0px;
    padding: 0px;
}


/* LOADING NOTE */
.loading_box {
    position: absolute;
    left: 30%;
    top: 35%;
    width: 309px;
    height: 118px;
    border: 1px solid #999999;
    background: #FEFEFE;
}

.loading_title {
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 24px;
}
.loading_text {
    width: auto;
    text-align: center;
    color: #666666;
}
.loading_image {
    width: auto;
    text-align: center;
}

.loading_spinner {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 2000000;
    top: 2px;
    right: 2px;
}




/*settings */






/************************************************/
/*    Widgets                                   */
/************************************************/


.calc_display {
    margin: 4px 1px 8px 1px;
    width: auto;
    border: 1px solid #999999;
    background: #F0F0F0;
    height: 26px;
    text-align: right;
    font-size: 24px;
    font-family: "Arial";
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.calc_numpad {
    width: auto;
}

.calc_numpad_row {
    width: auto;
    padding: 0;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
    zoom: 1;
}

.calc_btn_std {
    width: 20%;
    height: 24px;
    float: left;
    margin: 0;
}

.calc_btn_sys1 {
    width: 14%;
    height: 24px;
    float: left;
}

.calc_btn_sys2 {
    width: 14%;
    height: 24px;
    float: right;
}

.calc_padkey_num {
    width: 100%;
    height: 100%;
    color: blue;
}

.calc_padkey_op {
    width: 100%;
    height: 100%;
    color: red;
}

.calc_padkey_sys {
    width: 100%;
    height: 100%;
    color: black;
}


/* WEBNOTE */
.webnote_textarea {
    margin: 0px;
    width: 99%;
    min-height: 16px;
    padding: 0;
    border: 1px dashed red;
}
.webnote_text {
    margin: 1px;
    width: 99%;
    min-height: 16px;
    padding: 0;
    cursor: text;
    overflow: hidden;
}


/* NV capability */
.nv-pager {
    clear: both;
    width: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 1px;
}

.nv-pager a.prev {
    height: 16px;
    float: left;
    padding-left: 20px;
    background: transparent url(../static/client/previous.gif) no-repeat scroll left center;
    border: 0;
    cursor: pointer;
}

.nv-pager a.next {
    height: 16px;
    float: right;
    padding-right: 20px;
    background: transparent url(../static/client/next.gif) no-repeat scroll right center;
    border: 0;
    cursor: pointer;
}




ul.nv-tabList {
	margin: 0;
	padding: 4px 0;
	line-height: 24px;
    overflow: hidden;
    zoom: 1;
}
	ul.nv-tabList li {
		float: left;
		list-style: none;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	ul.nv-tabList li a {
		display: block;
		float: left;
		height: 14px;
		line-height: 14px;

		padding: 4px 6px 4px 6px;
		margin: 0 2px 0 0;
		border: 1px solid #EFF5FF;
		border-right: 1px solid #D3E2F4;
		border-bottom: 0;
		font-weight: bold;
		background: #FFF;
		color: #888;
		outline: 0;
	}
	ul.nv-tabList li.dropped a,
	ul.nv-tabList li.dropped a:hover,
	ul.nv-tabList li.selected a {
		background: #EFF5FF;
		color: #333;
	}
	ul.nv-tabList li.dropped a {
	    border-top: 1px solid #D3E2F4;
	    border-left: 1px solid #D3E2F4;
	}
	ul.nv-tabList li span.dropdown {
		margin-left: 4px;
		background: transparent url(images/menudown.png) no-repeat;
	}
	ul.nv-tabList li a:hover{
		background: #F1F1F1;
	}

.nv-tabContent{
	clear: both;
	border: 1px solid #D3E2F4;
	background: #FFF;
	padding: 10px;
	outline: none;
	overflow: hidden;
}



/***************************************
 * WIDGET WINDOW ELEMENTS 
 *
 */

/* widget window box */
.window {
    color: #000000;
    padding: 0px;
    margin: 4px 0px 4px 0px;
    width: 100%;
}

/* caption line of widget window */
.window_caption {
    height: 16px;
    padding: 0;
    margin-top: 1px;
    overflow: hidden;
    zoom: 1;
    width: auto;
}
.window_caption_left {
    width: 17px;
    height: 46px;
    background: transparent url(images/win_tl.gif) no-repeat 0 0;		
}
.window_caption_middle {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    height: 46px;
    background: transparent url(images/win_tm.gif) repeat 0 0;
}
.window_caption_right {
    width: 17px;
    height: 46px;
    background: transparent url(images/win_tr.gif) no-repeat 0 0;		
}



/* title text */
.caption_title {
    color: #ffffff;
    width: auto;
    font-weight: bold;
    overflow: hidden;
    margin-left: 4px;
    float: left;
    display: inline;  
    font-size:10pt;
}

.window_caption .caption_title span {
    color: #990000;
}

.window_caption .caption_title a {
    font-weight: bold;
    color: #000099;
}
.window_caption .caption_title a:hover {
    text-decoration: underline;
}
.window_caption .caption_title a:visited {
    color: #000099;
}


/* settigs panel (container for .settings_section boxes) */
.window_setting {
    display: none;
    padding: 2px 8px 2px 8px;
    text-align: left;

    background: #F0F0F0;
    border-left: 1px solid #787C93;
    border-right: 1px solid #787C93;
    border-bottom: 1px solid #787C93;
    margin: 0px;
}


/* box for settings property */
.settings_section {
    width: auto;
    overflow: hidden;
    position: relative;
    margin: 0px;
    padding: 3px 6px 3px 6px;
    zoom: 1;
}


/* content area */
.window_content {
    width: auto;
    height: 100%;

    background: #FFFFFF;
    padding: 4px;
    text-align: left;
    border-left: 1px solid #787C93;
    border-right: 1px solid #787C93;
    clear: both;
    overflow: hidden;
}


/* window footer */
.window_footer {
    font-size: 0px;
    width: auto;
}


.window_footer_left {
    font-size: 1px;
    width: 4px;
    height: 24px;
    background: transparent url(images/win_bl.gif) no-repeat 0 0;
}

.window_footer_middle {
    font-size: 1px;
    height: 24px;
    background: transparent url(images/win_bm.gif) repeat-x 0 0;
}

.window_footer_right {
    font-size: 1px;
    width: 4px;
    height: 24px;
    background: transparent url(images/win_br.gif) no-repeat 0 0;
}




/***************************************
 *   WINDOW CAPTION BUTTONS
 *
 */

.btn_hide {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/hide.gif") no-repeat 0 0;
}                                       

.btn_show {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/show.gif") no-repeat 0 0;
}

.btn_refresh {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/refresh.gif") no-repeat 0 0;
    float: right;
}

.btn_settings {
    width: 56px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/settings.gif") no-repeat 0 0;
    float: right;
}

.btn_close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url("images/close.gif") no-repeat 0 0;
    float: right;
    margin-left: 8px;
}


.caption_left_element {
    float: left;
}





/* RSS BOX */
.rss_box_item, .rss_box_item_visited {
    background: transparent url(images/li.gif) no-repeat 0 5px;
    width: auto;
    color: #000000;
    cursor: pointer;
    padding-left: 12px;
    margin-bottom: 2px;
}
.rss_box_item {
    font-weight: bold;
}
.rss_box_item_visited {
    color: #999999;
}



/* TABS */
.tab_panel {
    overflow: hidden;
    zoom: 1;
    padding: 4px 2px 8px 2px;
    background: #e8e8e8;
    border-bottom: 1px solid #7f8294;
}

.tab_add_icon {
    margin-top: 10px;
    width: 80px;
    height: 16px;
    background: transparent url(images/plus.gif) no-repeat 0 0;
}

.tab_box, .tab_box_selected {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin: 2px 3px 2px 3px;
    padding: 0px;
}

.tab_box {
    cursor: pointer;
}

.tab_left {
    width: 7px;
    height: 35px;
    float: left;
    background: transparent url(images/tab_l.gif) no-repeat 0 0;
}

.tab_middle {
    overflow: hidden;
    zoom: 1;
    height: 35px;
    float: left;
    background: transparent url(images/tab_m.gif) repeat-x 0 0;
}

.tab_right {
    width: 21px;
    height: 35px;
    float: left;
    background: transparent url(images/tab_r.gif) no-repeat 0 0;
}

.tab_left_d {
    width: 7px;
    height: 35px;
    float: left;
}

.tab_middle_d {
    overflow: hidden;
    zoom: 1;
    height: 35px;
    float: left;
}

.tab_right_d {
    width: 7px;
    height: 35px;
    float: left;
}

.tab_icon {
    float: left;
    margin-top: 4px;
}
.tab_title {
    float: left;
    margin-top: 12px;
    margin-left: 4px;
    margin-right: 4px;
    color: #000000;
}
.tab_controls {
    display: none;
    float: left;
    margin-left: 11px;
    margin-right: 4px;
    margin-top: 12px;
}
.tab_close_btn {
    font-size: 1px;
    width: 7px;
    height: 7px;
    background: transparent url(images/tab_close.gif) no-repeat 0 0;
    cursor: pointer;
}
.tab_options_btn {
    font-size: 1px;
    width: 7px;
    height: 7px;
    background: transparent url(images/tab_options.gif) no-repeat 0 0;
    cursor: pointer;
}



.tab_box_selected .tab_left {
    width: 11px;
    height: 35px;
    float: left;
    background: transparent url(images/tab_ls.gif) no-repeat 0 0;
}

.tab_box_selected .tab_middle {
    overflow: hidden;
    zoom: 1;
    height: 35px;
    float: left;
    background: transparent url(images/tab_ms.gif) repeat-x 0 0;
}

.tab_box_selected .tab_right {
    width: 21px;
    height: 35px;
    float: left;
    background: transparent url(images/tab_rs.gif) no-repeat 0 0;
}

.tab_box_selected .tab_title {
    color: #ffffff;
    cursor: default;
    margin-top:12px;
}

.tab_box_selected .tab_controls {
    display: block;
}

.tab_area {
    width: 4px;
    border: 0px;
    background: red;
    float: left;
    margin: 2px 3px 2px 3px;
    height: 24px;
}



/* PANELS */

.panel {
    color: #000000;
    background: #F0F0F0;
    border: 1px solid #787C93;
    margin: 4px;
}
.panel_header {
    width: auto;
    overflow: hidden;
    zoom: 1;
    padding: 4px;
    border-bottom: 1px solid #787C93;

}
.panel_title {
    font-weight: bold;
    float: left;
}
.panel_close_icon {
    float: right;
    width: 15px;
    height: 16px;
    background: transparent url(images/close.gif) no-repeat 0 0;
    cursor: pointer;
}
.panel_section {
    width: auto;
    padding: 6px 4px 6px 4px;
    border-bottom: 1px solid #787C93;
}



/* DESKTOP */

.destop_header {
    height: 67px;
    border: 0px;
    background: transparent url(../images/top_bg.gif) repeat-x top center;
    padding: 0px 4px 0px 4px;
}

.desktop_title {
    height: 1px !important;
    width: auto;
    text-align: left;
    overflow: visible;
}
.desktop_title_box, .desktop_title_input {
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 1px;
    font-weight: bold;
    color: #ffffff;
}

.desktop_title_box {
    padding-left: 0px;
    padding-right: 0px;
    cursor: text;
}
.desktop_title_input {
    margin: 0px;
    height: 1px;
    padding: 0px 0px 0px 0px;
}

.headwys {
    text-align:left;
    padding-top: 20px;
    margin-left:43px;
}

.stopka {   
    height: 70px;
    width: auto;
    min-width: 1024px;
    text-align:center;
    background: transparent url(../images/stopbg.gif);
    padding-top: 25px;
}

.stoptxt {
    margin-left: 40px;
    margin-top: 8px;
}

.stoptxt img {float:left;}

.menustop {
    color:#999999;
    font-size:8pt;
    padding-left: 200px;
}

.bl_block {
    width: 209px;   
    background: url(images/bl_bg.gif);
    margin-top: 15px;
    margin-left: 10px;
}

.bl_go {
    width: 209px;   
    height: 50px;
    background: url(images/bl_go.jpg);
}

.bl_go2 {
    width: 209px;   
    height: 50px;
    background: url(images/bl_go2.jpg);
}

.bl_dol {
    width: 209px;   
    height: 19px;
    background: url(images/bl_dol.jpg);
}

.bl_body {
    width: 199px;   
    padding-top: 10px;
    padding-left: 10px;
}

.menug {
    margin-top: 30px;
    float:right;
}

.top_logo{
    width: 100%;
    height: 148px;
    background: url(../images/bg_top.jpg);
}


.rekl_kom {
    margin-left: 240px;
    width: auto;
}

.reklama {
    width: 752px;   
    height: 152px;
    background: url(../images/rekl_bg.jpg);
    margin-top: 10px;
}

.reklama_ban {
    padding-top: 25px;
    margin-left: 20px;
}

.reklama_link {
    float:right;
    margin-right: 35px;
    margin-top: 10px;
}

.left {
    float:left;
    width: 220px;
}

.forum {
    margin-right: 20px;
    margin-top:1px;
    float:right;
}

.login {
    text-align: left;
    float:right;
    vertical-align: top;
}

.wyszukiwarka {
    margin-left: 20px;
    height: 30px;
    float:left;
}


.inp {
    border: 0px; 
    background: #DADADA;
    font-size:8pt;
    width: 120px;
    height: 16px;
}

.butt {
    background: url(../images/wyslij.gif);
    color: #ffffff;
    border-width:0px;
    width: 61px;
    height: 21px;
}

.cop {
    background: #ffffff;
    width: auto;
    min-width: 1024px;
    height: 30px;
    padding-top:5px;
}

.biznesport a {
	font-weight: bold;
	font-style: italic;
	color: #030303;
}
.biznesport a span {
	color: #FC7721;
}	
.biznesport a:hover {
	text-decoration: none;
}

.linia {
    width: 100%;
    height: 2px;
    margin-top:2px;
}

.link_bg {
    color: #0085FF;
    background: #F6FAFC;
    width: 170px;
    margin-top:2px;
    margin-left:4px;
    padding:5px;
}

.linki {
    margin-top:10px;
    margin-left:7px;
}

.link_kat_bg {
    color: #0085FF;
    background: #ffffff;
    width: 155px;
    margin-top:2px;
    margin-left:4px;
    padding:5px;
}


