.api_icon
{
	float: right;
	border: 0;
	margin: -34px 0 0 0;
}

body
{
	margin: 0;
	padding: 0;
	background: url(../images/background.png) repeat-x rgb(227,221,198);
	font-family : 'Segoe UI', Verdana, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	text-align: center;
}

h2
{
	font-size: 16px;
	margin: 3px 0 6px 0;
	padding: 0 0 5px 0;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	padding-left: 25px;
	background: url(../images/header-icon.png) no-repeat 0 0px;
}

h3
{
	font-size: 14px;
	margin: 3px 0 6px 0;
	padding: 0 0 3px 0;
	display: block;
	border-bottom: 1px solid #eee;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

h4
{
	font-size: 12px;
	margin: 3px 0 6px 0;
	padding: 0 0 3px 0;
	display: block;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	white-space: nowrap;
	overflow: hidden;
}

#header
{
	width: 813px;
	height: 92px;
	background: url(../images/mheader.jpg);
	display: block;
	margin: 0;
	padding: 0;
}

h1
{
	display: none;
}

.mobile { display: none; }

#container
{
	width: 813px;
	margin: 0 auto;
	text-align: left;
}

#promo
{
	width: 813px;
	height: 257px;
	background: url(../images/promo.jpg) no-repeat top right;
}

#tags
{
	background: url(../images/promo_tags.jpg) no-repeat top left;
	width: 228px;
	height: 257px;
}

#tags p
{
	display: none;
}

#content
{
	width: 813px;
	background: url(../images/sidebar.png) repeat-y top left white;
	padding-top: 10px;
}

#sidebar
{
	float: left;
	width: 221px;
	margin-left: 8px;
}

#main
{
	float: left;
	width: 565px;
	padding-left: 10px;
}

.menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 221px;
}

.menu li
{
	display: block;
	width: 221px;
	height: 29px;
	padding: 0;
	margin: 0 0 3px 0;
	
}

.menu li a
{
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	display: block;
	width: 196px;
	height: 23px;
	background: url(../images/sidebar_button_off.png) no-repeat top left;
	padding: 6px 0 0 25px;
	color: rgb(52,54,55);
	text-decoration: none;
	font-size: 14px;
}

.menu li a span small
{
	font-size: 9px;
}

.menu li a span
{
	font-weight: bold;
}

.menu li a:hover, .menu li a.active
{
	background: url(../images/sidebar_button_on.png) no-repeat 10px 11px #ffffff;
}
			
.column
{
	width: 268px;
	float: left;
	padding-bottom: 15px;
}

.column.left
{
	margin-right: 20px;
}

.column h3, .text.both h3
{
	color: #555;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	border: 0;
}

.text
{
	font-size: 11px;
}

.text p
{
	text-align: justify;
	margin: 3px 0 12px 0;
	padding: 0;
}

#sidebar h3
{
	display: block;
	margin: 7px 0 0 0;
	padding: 0 0 3px 0;
	font-weight: normal;
	font-style: italic;
	border: 0;
	color: #222;
	font-size: 13px;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

.frame
{
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

.frame ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 193px;
}

.frame ul li
{
	display: block;
	border-bottom: 1px solid #aaaaaa;
	padding: 4px 0;
	font-size: 11px;
	color: #333333;
}

.frame a
{
	text-decoration: none;
	font-style: italic;
	color: #444444;
}

.frame a:hover
{
	color: black;
	text-decoration: underline;
}

.frame ul li span
{
	font-weight: bold;
	background: #888;
	color: #dddddd;
	padding: 2px;
}

#main ul
{
	list-style: none;
	padding: 0;
	margin-left: 10px;
}

#main ul li
{
	background: url(../images/bullet.png) 0 2px no-repeat;
	padding-left: 9px;
	margin-left: 14px;
}

#main a
{
	color: black;
	text-tdecoration: underline;
}

#main a:hover
{
	color: red;
}

#toplinks
{
	width: 140px;
	height: 16px;
	padding: 4px 0px 0 4px;
	background-position: top right;
	float: right;
	color: white;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: Verdana;
	color: #ccc;
	text-align: center;
}

#toplinks a
{
	display: inline !important;
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #ccc !important;
	text-decoration: none;
}

#toplinks a:hover
{
	text-decoration: underline;
}

#searchBar, .searchform
{
	display: block;
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	margin: 4px 0 4px 0;
	width: 195px;
}

#searchBar img, .searchform img
{
	border: 0;
	/*float: right;*/
	position: relative;
	top: 3px;
}

#searchTxt
{
	border: 1px solid black;
	background: white;
	padding: 2px;
	color: gray;
	font-size: 0.93em;
	width: 164px;
}

#search
{
	padding: 6px;
	margin: 0;
	list-style: none;
}

#search li
{
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom: 1px dotted gray;
}

#search li em
{
	color: black;
	font-size: 0.94em;
}

#search strong
{
	color: black;
}

#search a
{
	color: rgb(15,69,109) !important;
	border:0 !important;
	background: none !important;
	text-decoration: none !important;
	font-size: 0.94em !important;
}

#search a:hover
{
	border: 0 !important;
}

.both
{
	clear: both;
}

.box
{
	width: 255px;
	padding: 10px;
	background: url(../images/box.png) no-repeat top left;
}

.box.wide
{
	background: url(../images/box-wide.png) no-repeat top left;
	width: 556px;
}

.icon
{
	width: 60px;
	height: 40px;
	float: left;
	margin-top: 2px;
	border: 1px solid #333;
	background-position: -6px center !important;
}

.box.wide .tutorial_box
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.box.para p
{
	width: 230px;
}

.box.wide.para p
{
	width: 530px;
}

.tutorial_box h4
{
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	font-weight: bold;
	border: 0 !important;
}

.tutorial_box h4 a
{
	color: #333 !important;
	text-decoration: none;
}


p.description
{
	float: left;
	display: block;
	width: 175px;
	padding: 0;
	margin-left: 5px;
	color: #999;
	height: 3.5em;
	line-height: 12px;
	overflow: hidden;
	text-align: left !important;
}

.lock
{
	background: url(../images/lock.png) no-repeat top right;
	float: right;
	width: 20px; /* 40px */
	height: 20px;

}

.api
{
	color: white;
	background: url('/images/kliknijv3.png');
	font-size: 9px;
	width: 32px;
	height: 13px;
	text-align: center;
	float: left;
}

.api.v3
{
	background: url('/images/kliknij.png');
	visibility: hidden;
}

.tutorial_box.active .api.v2
{
	background: maroon;
}

.tutorial_box.active .api.v3
{
	background: black;
	visibility: hidden;
}

.tutorial_box
{
	padding: 5px 2px 0px 2px;
	border-bottom: 1px solid #ddd;
	height: 66px;
	overflow: hidden;
	width: 245px;
}

.tutorial_box.active
{
	background: url(../images/box_hover.png) repeat-x bottom right rgb(247,245,238);
	cursor: pointer;
}

.tutorial_box.active p.description
{
	color: #666;
}

#footer
{
	background: rgb(41,41,37);
	text-align: center;
	font-size: 9px;
	padding: 40px 10px 5px 10px;
	color: #999;
}

#footer a
{
	color: #999;
}

#footer a:hover
{
	color: #ccc;
}

.example.live
{

}

.example.live
{
	display: block;
	width: 120px;
	padding: 9px 0 0 10px;
	background: url(../images/example_off.png);
	color: rgb(150,180,212) !important;
	text-decoration: none;
	font-weight: bold;
	width: 118px;
	height: 25px;
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
}

.example.live:hover
{
	background: url(../images/example_on.png);
	color: #FFF !important;
}

.example.code
{
	color: #888 !important;
	text-decoration: none;
	font-size: 10px;
}

.example.code:hover
{
	text-decoration: underline;
}

th.i
{
	width: 35px;
}

th,td
{
	vertical-align: top;
	text-align: center;
}


th.l, td.l
{
	text-align: left;
}

th.r
{
	text-align: right;
}

#feedback
{
	/*height: 510px;*/
	width: 450px;
	
}

#feedback table
{
	border: 0;
	border-collapse: collapse;
	width: 450px;
	font-size: 11px;
}

#feedback textarea
{
	width: 450px;
	height: 60px !important;
}

#feedback #submit
{
	width: 450px;
}

#feedback .disclaimer
{
	color: gray;
	font-size: 80% !important;
	width: 450px;
}

#feedback
{
	margin: 0;
	padding: 0;
	border: 0;
}

.thanks
{
	display: none;
	color: green;
}

a.tag
{
	font-style: normal;
	text-transform: lowercase !important;
	text-decoration: underline;
}

/* doklejone */

.errcon
{
	color: red;
	display: block;
	border: 1px solid red;
	list-style: none;
	padding: 6px;
	margin: 0;
	font-size: 9px;
	background: #ffcccc;
}

.errcon li
{
	color: red;
	margin: 0;
	padding: 0;
}

#exno
{
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

#exno tr td
{
	padding: 3px;
	color: black;
}

#exno tr td.no
{
	font-weight: bold;
	font-size: 15px;
	background-image: url('/images/przyklad_off.png');
	background-position: center center;
	border: 1px solid #777;
}

#exno tr td.op
{
	font-size: 10px;
	color: #444;
}

ul.faq
{
	padding:0;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 94%;
	
}

ul.faq li span
{
	display: block;
	clear: left;
}

ul.faq li
{
	padding: 5px;
	margin: 0;
	border-bottom: 1px dotted gray;
	background-position: 0 9px !important;
}

ul.faq li ul li
{
	padding: 0;
	margin: 0;
	border: 0;
}
table.ikony
{
	border-collapse: collapse;
	width: 100%;
}

table.ikony td
{
	text-align: center;
}

table.ikony td.url
{
	text-align: left;
	font-size: 0.92em;
	color: #888;
}

table.ikony th
{
	padding: 3px;
	background: #aaa;
	color: white;
	border: 0;
}

table.ikony tr.a td
{
	background: white;
}

table.ikony tr.b td
{
	background: #fafafa;
}

table.ikony td
{
	border-top: 1px solid #dcdcdc;
	padding: 2px;
}

table.ikony .wymiary
{
	text-align: center;
}

img.right
{
	float: right;
	border: 0;
	margin-left: 4px;
}

.categories a
{
	background: url(/images/categories_off.png) no-repeat !important;
	display: block !important;
	width: 179px !important;
	height: 71px !important;
	padding: 0 !important;
	border: 0 !important;
	text-decoration: none !important;
	float: left;
	margin: 0 5px 5px 0 !important;
}

.categories a:hover
{
	background: url(/images/categories_on.png) no-repeat !important;
	border: 0 !important;
	text-decoration: none !important;
}

.categories a img
{
	float: left;
	margin: 1px 0 0 1px;
	border: 0;
}

.categories a span
{
	display: block;
	font-size: 9px;
	color: gray;
	margin-left: 54px;
	padding-top: 16px;
}

.categories a strong
{
	font-size: 12px;
	color: black;
	font-weight: bold;
}

th.i
{
	width: 35px;
}

th,td
{
	vertical-align: top;
	text-align: center;
}


th.l, td.l
{
	text-align: left;
}

th.r
{
	text-align: right;
}

#feedback
{
	/*height: 510px;*/
	width: 450px;
}

#feedback table
{
	border: 0;
	border-collapse: collapse;
	width: 450px;
}

#feedback textarea
{
	width: 450px;
	height: 120px;
}

#feedback #submit
{
	width: 450px;
}

#feedback .disclaimer
{
	color: gray;
	font-size: 80% !important;
	width: 450px;
}

#feedback
{
	margin: 0;
	padding: 0;
	border: 0;
}

.thanks
{
	display: none;
	color: green;
}

.error
{
	display: none;
	color: red;
}

fieldset
{
	padding: 0;
	margin: 0;
	border: 0;
}

#basics_course
{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#basics_course li
{
	display: block;
	float: left;
	width: 73px;
	text-align: center;
	margin: 1px 4px 4px 1px !important;
	padding: 0 !important;
	border: 1px solid gray;
	background-position: 0 15px !important;
	height: 55px;
}

#basics_course li.before, #basics_course li.after
{
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	color: #888;
	cursor: pointer;
}

#basics_course li.after2
{
	background-color: white;
	border: 1px solid black;
	color: #888;
}

#basics_course li.current
{
	background-color: rgb(227,221,198) !important;
	border: 2px solid #999 !important;
	color: black !important;
	font-weight: bold;
	margin: 0 3px 3px 0px !important;
}

#basics_course a { display: none; }

#basics_course li.hover
{
	border: 1px solid black;
	color: white;
	background-color: rgb(198,193,173);
}

#basics_title
{
	clear: both;
	height: 20px;
	width: 100%;
}

.social
{
	display: block;
	margin: 0 !important;
	padding: 0 0 6px 6px !important;
}

.social img
{
	margin: 0 !important;
	padding: 0 4px 3px 0 !important;
	border: 0 !important;
}

.social p
{
	margin: 0 !important;
	padding: 0 !important;
}

.focus
{
	display: block !important;
	padding: 8px 0 8px 0 !important;
	margin: 4px 0 !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
}

#gal_3d a
{
	color: white;
	text-decoration: underline;
}

#gal_3d a:hover
{
	color: #ddd;
	text-decoration: underline;
}

.seealso
{
	background: #ffffae;
	border: 1px solid #ffd27a;
	border-right: 0;
	border-left: 0;
	padding: 4px;
	margin: 2px 0;
	font-size: 11px;
	color: #555;
}

.seealso strong
{
	font-weight: bold;
	margin: 0 5px 0 0;
}

.seealso a
{
	color: #555 !important;
	font-style: italic !important;
	text-decoration: none !important;
	padding: 0 0 0 12px !important;
	background: url(/images/icon_seealso.png) no-repeat 0 0 !important;
	margin: 0 7px !important;
}

.seealso a:hover
{
	text-decoration: underline !important;
}