@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(../img/layout/background.jpg) repeat-x;
	color: #000000;
}

img {
	border: 0;
}

a {
	color: #d42044;
	text-decoration: none;
}

a:hover {
	color: #353e6b;
}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
    border: 0px solid #000;
    background: #fff;
    width: 980px;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 0px;
    top: 8px;
    width: 980px;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 1000px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    background: #fff;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #f3901f;
    font: bold 10px Verdana;
    margin: 0 0 0 0;
}
ul.newsticker span {
    margin: 0 5px 20px 0 ;
}
/* TOP */
#line {
	background: #f3901f;
	border-bottom: #672502 1px solid;
	width: 100%;
	height: 10px;
}

#line2 {
	background: #ffffff;
	border-bottom: #672502 1px solid;
	width: 100%;
	height: 1px;
}

#top_menu {
	width: 880px;
	margin: 0 auto;
	height: 23px;
}

#top {
	border-bottom: #672502 1px solid;
}

#main_table {
	height: 90px;
}

#user {
	text-align: center
}

#user p {
	margin: 0;
}

#user .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

#user .name a {
	/* color: #672502; */
}

#user .name a:hover {
	text-decoration: underline;
}

#user .type {
	font-size: 11px;
	color: #672502;
}

#user .last {
	color: #cccccc;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#flags{float:left;}
.clear{ clear:both;}
#menu {

	line-height: normal;
	float:right;

}



#menu a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


/* menu page */
#menu_page {
	float: left;
	line-height: normal;
	font-weight: bold;
}

#menu_page ul {
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu_page li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu_page a {
	float: left;
	background: url("../img/account/menu/tableft1.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	cursor: pointer;
}

#menu_page a span {
	float: left;
	display: block;
	background: url("../img/account/menu/tabright1.gif") no-repeat right top;
	padding: 5px 15px 6px 11px;
	color: #627EB7;
}

#menu_page a:hover {
	background-position: 0% -42px;
}

#menu_page a:hover span {
	background-position: 100% -42px;
}

/* END TOP */


#pmenu {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-right: 20px;
}

#pmenu .sub_id {
	width: 210px;
	background: #4d2700;
	margin-bottom: 1px;
}

#pmenu .sub_id:hover {
	background: #FFFFFF;
}

#pmenu .sub_id .name {
}

#pmenu .id {
	width: 210px;
	margin-bottom: 1px;
	background-color: #f5f5f7;
}

#pmenu .id:hover {
	background: url('../img/layout/pa_hover.jpg');
        color: #FFFFFF !important;
}

#pmenu .name {

}

#pmenu a {
        display: block;
        padding: 10px 0 10px 15px;
	color: #525c66;
}

#pmenu a:hover {
	color: #FFFFFF;
}

#content {

}

.ram{
	border: #ffffff 1px dashed;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}

#content code {
	color: #FF3300;
}

#content ol {
	margin: 0;
	padding-left: 22px;
}

#content li {
	margin-bottom: 5px;
}

#content li .serv {
	border: #00CC66 1px dashed;
	padding: 5px;

	margin: 10px 0;
}

#content li .code {
	border: #FF6600 1px dashed;
	padding: 5px;
	color: #FF3300;
	margin: 10px 0;
}

#content .box_table_input td {
	padding: 3px 0px;
}

#content .box_table td {
	padding: 3px 6px;
}

#content .box a {
	color: #000000;
}

#content .box_table .mini {
	font-size: 9px;
	color: #999999;
}

#content .box_table .mini a {
	font-size: 9px;
	color: #999999;
}

#content .box a:hover {
	color: #f8a42f;
}

#content .box_table .sub {
	padding: 3px 6px;
	background: #f4f4f4;
}

#content .box_table .main td {
	padding: 3px 6px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #525e6d;
}

#content .box_table .main_black td {
	padding: 3px 6px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #525e6d;
}

#content .title_first {
	font-size: 18px;
	font-weight: bold;
	color: #672502;
	font-family: "Times New Roman", Times, serif;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .title {
	font-size: 18px;
	font-weight: bold;
	color: #672502;
	font-family: "Times New Roman", Times, serif;
	border-bottom-color: #4d2700;
	padding: 10px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content .box {
	border-top: 20px #FFFFFF solid;
	border-bottom: 20px #FFFFFF solid;
	border-left: 20px #FFFFFF solid;
	border-right: 20px #FFFFFF solid;
	background: #FFFFFF;
	width: 710px;
	padding: 0px;
}

#content .box form {
	margin: 0;
}

#content .box .mgr {
	line-height: 17px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .box2 {
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right: 30px;
}

#content .box2 a {
	color: #ffffff;
	text-decoration: underline;
}

.title_first {
	font-size: 18px;
	font-weight: bold;
	color: #672502;
	font-family: "Times New Roman", Times, serif;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .box_table .cl {
	padding: 0px;
	margin: 0px;
}

#scroller{
    background: white;
	position:absolute;
	bottom:0;
	width:100%;
	height:15px;
	z-index:999;
}
html>body #scroller{position:fixed}/* for moz/opera and others*/

#footer {
	border-top: #a1b4cd 1px solid;
	width: 100%;
	margin: 35px 0 0 0;
	padding: 15px 0 15px 0;
	color: #999999;
	background-color: #FFFFFF;
}
#footer a {
	color: #999999
}

#footer a:hover {
	color: #627eb7;
}
.site1 {

}
.site {
	padding-right: 70px;
	padding-top: 40px;
}
.tytul {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FF3300;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.bg1 {
	background-color: #FFFFFF;
	padding: 20px;
}
.bg2 {
	background: url(../img/main_box_bg_2.jpg) repeat-y right top;


}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.boxx{
	border: 1px dashed #CCCCCC;
	padding: 20px;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}





#body_c { width: 980px; margin: 0px auto; padding-bottom: 30px; }


#top_1 { width: 980px; min-height: 60px; position: relative; }
#t_data { width: 380px; float: left; margin-top: 23px; padding-bottom: 15px; font-size: 11px; color: #6f6d6d; }
#t_data span { font-weight: bold; }

#pl { position: absolute; top: 20px; right: 0; /*right: 25px;*/ }
#eng { position: absolute; top: 20px; right: 0; }
#zaloguj_sie { position: absolute; top: 15px; right: 65px; cursor: pointer; }
#zaloz_konto { position: absolute; top: 15px; right: 178px; }


/* ############### MENU ############### */
#top_menu { width: 980px; height: 60px; position: relative; }
#logo { position: absolute; top: 30px; left: 25px; }

#top_menu ul { margin: 41px 0 0 336px; padding: 0; list-style: none; float: right; }
#top_menu ul li { float: left; margin-left: 5px; }
#top_menu ul li a { display: block; height: 34px; }
#top_menu ul li a:hover { background-position: 0 -34px; }
#top_menu ul li a span { display: none; }

#pl_home        { width: 75px;  background: url('../img/layout/menu_home.gif') no-repeat; }
#pl_account     { width: 75px;  background: url('../img/layout/menu_account.gif') no-repeat; }
#pl_guide       { width: 141px; background: url('../img/layout/menu_guide.gif') no-repeat; }
#pl_regulations { width: 95px;  background: url('../img/layout/menu_regulations.gif') no-repeat; }
#pl_faq         { width: 49px;  background: url('../img/layout/menu_faq.gif') no-repeat; }
#pl_statistic   { width: 86px;  background: url('../img/layout/menu_statistic.gif') no-repeat; }
#pl_forum       { width: 65px;  background: url('../img/layout/menu_forum.gif') no-repeat; }
#pl_contact     { width: 72px;  background: url('../img/layout/menu_contact.gif') no-repeat; }
#en_home        { width: 75px;   background: url('../img/layout/en/menu_home.gif') no-repeat; }
#en_account     { width: 81px;   background: url('../img/layout/en/menu_account.gif') no-repeat; }
#en_guide       { width: 141px;  background: url('../img/layout/en/menu_guide.gif') no-repeat; }
#en_regulations { width: 106px;  background: url('../img/layout/en/menu_regulations.gif') no-repeat; }
#en_faq         { width: 49px;   background: url('../img/layout/en/menu_faq.gif') no-repeat; }
#en_statistic   { width: 89px;   background: url('../img/layout/en/menu_statistic.gif') no-repeat; }
#en_forum       { width: 65px;   background: url('../img/layout/en/menu_forum.gif') no-repeat; }
#en_contact     { width: 81px;   background: url('../img/layout/en/menu_contact.gif') no-repeat; }
.act { background-position: 0 -34px !important; }

#t_login_acc { position: absolute; top: 20px; left: 400px; color: #697584; }
#t_login_acc img { float: left; margin-right: 10px; }
#t_login_acc_info { width: 250px; position: absolute; top: 10px; right: 20px; font-size: 10px; line-height: 15px; color: #b7b7ba; }
#t_login_acc_info p { margin: 0 !important; padding: 0 !important; }
#t_login_acc_info a { font-size: 10px; line-height: 15px; color: #b7b7ba; }
#t_login_acc_info a:hover { color: #ffff00; }
#t_login_acc_info p span { color: #7b8898; font-weight: bold; }

.title { display: block; font-size: 26px !important; border: 0 !important; color: #525e6d !important; }


#footer { width: 100%; height: 251px; background: url('../img/layout/footer_bg.jpg') #f7fafd repeat-x; }
#footer_c { width: 980px; margin: 0px auto; }

.footer_box { width: 160px; float: left; margin-left: 20px; }
.footer_box .title { font-size: 18px !important; margin-bottom: 10px; color: #353e6b; }
.footer_box ul { margin: 0; padding: 0; list-style: none; }
.footer_box ul li a { display: inline-block; padding-left: 10px; font-size: 11px; color: #8b9db4; background: url('../img/layout/footer_links.gif') left center no-repeat; }

#footer_weblink { width: 215px; float: right; margin: 50px 15px 0 0; text-align: right; font-size: 11px; line-height: 16px; }
#footer_weblink p { margin-bottom: 15px; }

#weblink { margin-top: 15px; border-top: 1px solid #d0d4e0; padding-top: 15px; font-size: 11px; }
.weblink { width: 400px; float: left; }
.weblink_right { width: 100px; float: right; text-align: right; }
.weblink_right a { display: inline-block; padding-right: 10px; background: url('../img/layout/top_footer.gif') right center no-repeat; color: #353e6b; }