* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background: #D9F3FF url('../images/background-repeater.png') repeat-x;
	color: #8a8a8a;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
}

.relative {
	position: relative;
}

#container {
	width: 1041px;
	margin: 0 auto;
}

#left-column {
	width: 53px;
	background: url('../images/background-left-bubble1.png') no-repeat;
	/*background-position: 0 -60px;*/
	height: 97px;
	float: left;
}

#middle-column {
	float: left;
	width: 988px;
}

#top {
	background: url('../images/background-top3.png') no-repeat;
	/*background-position: 0 -60px;*/
	width: 988px;
	height: 151px;
}
	#login-box {
		position: absolute;
		left: 600px;
		top: 72px;
	}

	#login-form-background {
		background: url('../images/panel-login.png') no-repeat;
		width: 373px;
		height: 40px;
	}

	#login-form-background #main-fields {
		left: 100px;
		top: 8px;
		position: absolute;
	}
	#login-box #account-settings {
		text-align: right;
	}

	#login-box #account-settings img {
		margin-left: 5px;
		margin-right: 3px;
		margin-top: 3px;
		vertical-align: bottom;
	}

	#login-box input.checkbox {
		margin-right: 5px;
		margin-top: 10px;
	}

	#login-form-background  input.text {
		background: none;
		font-family: Arial, Tahoma, sans-serif;
		font-size: 11px;
		color: #8a8a8a;
		float: left;
		margin-top: 5px;
	}

	#login-form-background input#email {
		width: 120px;
	}

	#login-form-background input#password {
		margin-left: 20px;
		width: 90px;
	}

	#login-form-background input.submit {
		width: 30px;
		float: left;
		height: 24px;
		background: url('../images/panel-login-submit.png') no-repeat;
		margin-left: 2px;
		cursor: pointer;
	}

	#login-box a {
		text-decoration: none;
		color: #8a8a8a;
	}
	
	#login-box #info-box {
		position: absolute; 
		top: 13px; 
		width: 360px; 
		left: 20px;
	}
	
	#login-box #links-box {
		position: absolute; 
		top: 43px; 
		width: 360px; 
		left: 20px;
	}
	#login-box #links-box a {
		display: block;
		float: left;
		margin-right: 10px;
		height: 25px;
		line-height: 19px;
	}
	#login-box #links-box a img{
		vertical-align: middle;
	}
	
	#menu ul {
		list-style-image: none;
		position: absolute;
		left: 235px;
		top: 79px;
	}
	
	#menu ul li {
		display: block;
		float: left;
		position: relative;
		width: 90px;
		height: 26px;
	}
	
	#menu ul li img {
		position: absolute;
		left: 0px;
		right: 0px;
		z-index: 1;
	}
	
	#menu ul li img.over {
		z-index: 2;
	}
	
	#logo {
		position: absolute;
		left: 10px;
		top: 60px;
	}
	
	
#content-wrapper {
	background: url('../images/background-content3.png') no-repeat;
	margin-left: 8px;
	padding-top: 29px;
}

#content-wrapper.platforma {
	background: url('../images/background-content4.png') no-repeat;
}

	#content {
		background: url('../images/background-content-repeater.png') repeat-y;
		height: 400px;
		width: 951px;
		font-size: 11px;
		padding: 10px;
		overflow: hidden;
	}
	
	#content.main {
		font-weight:bold;
	}
	
	#content-wrapper.platforma #content{
		background: url('../images/background-content-repeater1.png') repeat-y;
		overflow: hidden;
		padding-bottom: 8px;
		height: auto;
		min-height: 350px;
	}
	
	#content.jak {
		height: 768px!important;
	}
	
	#content.oferta {
		height: 480px;
	}
	
	#content.kursy {
		height: 630px!important;
	}
	
	#content.dlaczego {
		height: 450px;
	}
	
	#content.kontakt {
		height: 480px!important;
	}
	
	ul.main-tabs {
		list-style: none;
		overflow: auto;
		clear: both;
		left: 12px;
		top: -22px;
		position: absolute;
		z-index: 2;
	}
	
	ul.main-tabs li {
		float: left;
	}
	
	ul.main-tabs li.separator {
		background: url('../images/tabs-separator.png') no-repeat 3px 26px;
		width: 7px;
		height: 69px;
	}
	
	ul.main-tabs li.tab {
		width: 231px;
		height: 69px;
	}

	ul.main-tabs li.tab a {
		display: block;
		width: 90%;
		height: 55%;
		margin: auto;
	}
	
	ul.main-tabs li.tab a img {
		margin: 24px auto 0;
		display: block;
	}
	
	ul.main-tabs li.active {
		background: url('../images/background-active-tab.png') no-repeat;
	}
	
	ul.main-tabs li.first {
		margin-right: 1px;
	}
	
	ul.main-tabs li.last {
		margin-left: 1px;
	}
	
	ul.main-tabs li.active-first {
		background: url('../images/background-active-tab-first.png') no-repeat;
		margin-right: 1px;
	}
	
	ul.main-tabs li.active-last {
		background: url('../images/background-active-tab-last.png') no-repeat;
		margin-left: 1px;
	}
	
	.main-tabbed-content, .main-tabbed-content-active {
		visibility: hidden;
	}
	
	.main-tabbed-content-active {
		visibility: visible;
		background-color: white;
	}
	
	.positioner{
		position: absolute;
		width: 947px;
		left: 12px;
		top: 38px;
	}
	
	.check-demo-main {
		position: absolute; 
		top: 150px; 
		left: 730px; 
		cursor: pointer; 
		padding: 0;
	}
	
	#dzien-dobry-text .bckg-content {
		background: url('../images/content/dzien-dobry.png') no-repeat;
		background-color: white;		
		width: 915px; 
		height: 293px; 
		margin: auto;
	}
	
	#dzien-dobry-text .bckg-content p {
		position: absolute;
		top: 210px;
		width: 318px;
		height: 80px;
		left: 34px;
	}
	
	.panels {
		overflow: auto;
	}
	
	.panel {
		float: left;
	}
	
	.panel input.text {
		background: none;
		color: #8A8A8A;
		font-family: Arial,Tahoma,sans-serif;
		font-size: 11px;
	}
	
	.panel input.submit {
		width: 30px;
		height: 24px;
		background: url('../images/panel-newsletter-submit.png') no-repeat;
		cursor: pointer;
	}
	
	#panel-newsletter {
		width: 316px;
		height: 65px;
		background: url('../images/panel-newsletter.png') no-repeat;
		background-position: 0 3px;
	}
	
		#panel-newsletter input.text {		
			left: 110px;
			position: absolute;
			top: 23px;
			width: 145px;
		}

		#panel-newsletter input.submit {
			position: absolute;
			left: 265px;
			top: 18px;
		}
		
	#panel-order {
		width: 322px;
		height: 65px;
		cursor: pointer;
		background: url('../images/panel-order.png') no-repeat;
	}
	
	#panel-possibilities {
		cursor: pointer;
		width: 309px;
		height: 65px;
		background: url('../images/panel-possibilities.png') no-repeat;
		background-position: 0 3px;
	}
	
	#panel-basket {
		width: 359px;
		height: 109px;
		background: url('../images/panel-basket.png') no-repeat;
	}
	
		#panel-basket p {
			position: absolute;
			top: 30px;
			left: 75px;
			width: 210px;
			line-height: 11px;
		}

	#panel-opinions {
		width: 588px;
		height: 109px;
		background: url('../images/panel-opinions.png') no-repeat;
	}
	
	#panel-opinions p {
		position: absolute;
		width: 460px;
		top: 30px;
		left: 75px;
		line-height: 11px;
	}
	
	#panel-opinions p.signature {
		position: absolute;
		text-align: right;
		top: 80px;
		color: #007cc5;
		font-weight: bold;
	}
		
	.panel .panel-submit {
		cursor: pointer;
		background: url('../images/panel-submit.png') no-repeat;
		position: absolute;
		width: 38px;
		height: 30px;
		display: block;
	}
	
	#dzien-dobry-text {
		font-size: 10px;
	}
	
	#dlaczego-warto-content .left-pane {
		width: 300px;
		height: 280px;
		float: left;
	}
	#dlaczego-warto-content .right-pane {
		width: 270px;
		padding-left: 20px;
		float: left;
		overflow: hidden;
		height: 280px;
	}
	
	
	#jak-korzystac-text .left-pane {
		width: 400px;
		float: left;
		padding-left: 45px;
		background: url('../images/content/jak-korzystac-vertical.gif') no-repeat top right;
		padding-right: 30px;
		overflow: auto;
	}
	#jak-korzystac-text .right-pane {
		width: 425px;
		padding-left: 30px;
		float: left;
		overflow: auto;
	}
	
	#nasza-oferta-text .left-pane {
		width: 620px;
		float: left;
		padding-left: 30px;
		overflow: auto;
	}
	#nasza-oferta-text .right-pane {
		width: 240px;
		padding-left: 30px;
		float: left;
		overflow: auto;
	}
	
	#nasza-oferta-text .left-pane  p {
		margin: 0 0 20px 0;
		width: 560px;
	}
	
	#kontakt .left-pane {
		float: left;
		width: 455px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#kontakt .right-pane {
		float: left;
		width: 430px;
	}
	
	ul.bold li {
		font-weight: bold;
	}
	
	ul.ticks {
		list-style-image: url('../images/content/list-item.gif');
		list-style-position: outside;
		margin: 10px 0 0 20px;
	}
	
	ul.ticks li {
		line-height: 20px;
	}
	
	
	.contact-box {
		height: 160px;
	}
	
	.icon-box {
		margin-top:20px;
		overflow:auto;
		width:580px;
	}
	
	.icon-box  .icon{
		float:left;
		margin-top:20px;
		width:160px;
	}
	
	.icon-box .text {
		float: left;
	}
	
	.icon-box .text a {
		color: #d30032;
		font-weight: bold;
		text-decoration: none;
	}
	.icon-box .text p {
		width: auto!important;
		margin-top: 5px!important;
	}
	
	.section {
		clear: left;
		width: 401px;
		height: 107px;
		background: url('../images/content/section-separator.png');
		background-repeat: no-repeat;
		background-position: 0 94px;
		float: left;
		overflow: auto;
	}
	
	.last {
		background: none; 
	}
	
	.section .icon {
		width: 60px;
		float: left;
	}
	
	.section .icon img {
		display: block;
		margin: 15px auto 0;
	}
	
	.section .text {
		padding-left: 10px;
	}
	
	.section .text p {
		margin-top: 5px;
		padding-left:50px;
		font-weight: normal;
	}
	
	.section .text .summary {
		color: #007cc5;
		font-weight: bold;
		margin: 2px 0 0;
	}
	
	#dzien-dobry-text .bordered-content {
		background: url('../images/background-tabs.png') no-repeat;
		height: 310px;
		padding-top:10px;
	}
	
	#dlaczego-warto-text .bordered-content {
		background: url('../images/background-tabs-dlaczego.png') no-repeat;
		height: 308px;
		overflow: auto;
		padding-top: 15px;
	}
	#jak-korzystac-text .bordered-content {
		background: url('../images/background-tabs-jak.png') no-repeat;
		height: 716px;
		overflow: auto;
		padding-top: 35px;
	}
	
	#nasza-oferta-text .bordered-content {
		background: url('../images/background-tabs-oferta.png') no-repeat;
		height: 461px;
		overflow: auto;
		padding-top: 35px;
	}
	
	#kursy .bordered-content {
		background: url('../images/background-tabs-kursy.png') no-repeat;
		height: 599px;
		overflow: auto;
		padding-top: 10px;
	}
	
	#kontakt .bordered-content {
		background: url('../images/background-tabs-oferta.png') no-repeat;
		height: 461px;
		overflow: auto;
		padding-top: 35px;
	}
	
	#dzien-dobry-text img {
		margin: 0 auto;
		display: block;
	}
	
	.right-header {
		float: left;
		height: 44px;
		width: 100%;
		overflow: auto;
	}
	.right-header img {
		float: right;
	}
	.left-header img {
		float: left;
	}
	
	.left-header {
		float: left;
		width: 100%;
		height: 44px;
		overflow: auto;
	}
	
	.main-tabbed-content {
		background-color:white;
	}
	
	.main-tabbed-content-active .content-header img {
		margin: 0;
	}
	
	.main-tabbed-content-active p {
		margin-top: 10px;
	}
	#dlaczego-warto-content div.content {
		display: none;
		overflow: auto;
	}
	
	#dlaczego-warto-content div.visible {
		display: block;
	}
	
	ul.moving-items {
		list-style: none;
		display: block;
	}
	
	ul.moving-items li {
		margin-top: 3px;
		width: 213px;
		height: 23px;
		margin-bottom: 6px;
		background: url('../images/content/list-item-blue.png') no-repeat;
		padding-top: 2px;
		padding-left: 10px;
	}
	ul.moving-items li.active {
		background: url('../images/content/list-item-red.png') no-repeat;
	}
	
	ul.moving-items li img {
		display: inline;
		margin: 0;
	}

	table.price-list {
		/*border: 1px solid #d1dbe0;
		border-collapse: collapse;
		text-align: left;
		font-size: 11px;*/
		width: 618px;
		text-align: center;
		margin-bottom: 20px;
	}
	/*
	.price-list tr {
		border: 1px solid #d1dbe0;
	}
	*/
	.price-list thead th {
		/*border: 1px solid #d1dbe0;
		background-image: url('../images/content/th-background.gif');
		background-repeat: repeat-x;
		height: 40px;
		background-position: 0 38px;*/
		font-weight: normal;
		/*width: 104px;*/
	}
	.price-list th.first {
		width: 130px;
	}
	
	.price-list td {
		border: 1px solid #d1dbe0;
		height: 30px;
	}
	
	td.bold {
		font-weight: bold!important;
	}
	th.normal {
		font-weight: normal!important;
	}
	
	.price-list td.center {
		text-align: center;
	}
	
	#footer {
		background: url('../images/background-content-footer.png') repeat-y;
		height: 112px;
		width: 971px;
		margin-bottom: 30px;
		float: left;
	}
	
	#content-wrapper.platforma #footer {
		background: url('../images/background-content-footer1.png') repeat-y;
	}

		#ue-logo {
			position: absolute;
			top: 32px;
			left: 195px;
		}
		
		#ue-info {
			position: absolute;
			top: 36px;
			left: 415px;
			color: #666666;
		}
		
		#ig-logo {
			position: absolute; 
			left: 10px; 
			top: 25px;
		}
		
		#copyrights {
			position: absolute;
			width: 300px;
			left: 670px;
			top: 36px;
			color: #666666;
			text-align: right;
		}
		
		#copyrights img {
			vertical-align: bottom;
		}
		
.left-side {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}		
.sidebar {
	float: left;
	margin-left: 20px;
}		

.left-side .content-wrapper {
	width: 641px;
	padding-top: 13px;
	background: url('../images/background-left-content-top.png') no-repeat;
}

.left-side .content-wrapper.tabbed {
	margin-top: 55px;
}

.left-side .content {
	width: 621px;
	padding: 10px 10px 16px 10px;
	background: url('../images/background-left-content-repeater.png') repeat-y;
}

.left-side .content-footer {
	height: 11px;
	width: 641px;
	background: url('../images/background-left-content-bottom.png') no-repeat;
}

.sidebar .content-wrapper {
	width: 259px;
	padding-top: 11px;
	background: url('../images/background-right-content-top.png') no-repeat;
}

.sidebar .content {
	color: #727273;
	width: 259px;
	background: url('../images/background-right-content-repeater.png') repeat-y;
}

.sidebar .content-footer {
	height: 11px;
	width: 259px;
	background: url('../images/background-right-content-bottom.png') no-repeat;
}

#sidebar-login-box {
	margin-top: 20px;
}

#sidebar-login-box h3 {
    color: #5d5d5d;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0;
}
.profileInfo {
	width: 219px;
	margin: 0 auto 10px auto;
	color: #5d5d5d;
	text-align: center;
}
.profileInfo .description {
	color: #8e8e8e;
}
#sidebar-login-box div#login-more {
    text-align: center;
    border-top: solid 1px #e0e0e0;
    width: 219px;
    margin: auto;
    font-size: 11px;
    padding: 10px 0px 15px 0px;
}
#sidebar-login-box div#login-more  p{
    line-height: 18px;
}
#sidebar-login-box div#login-more  a.logout{
    padding-left:10px; text-decoration: none; color: #d3001e; font-weight: bold; font-size: 13px;
}

#sidebar-login-box div.profileInfo ul.employersList {
	margin: auto;
}
#sidebar-login-box div.profileInfo ul.employersList li {
	list-style: none;
}

#sidebar-menu-box {
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
}
#sidebar-menu-box h2 {
	margin: 0 auto 10px;
	width: 219px;
	font-size: 13px;
}

#sidebar-menu-box .content ul {
    list-style-type: none;
    width: 219px;
    margin: auto;
    padding-bottom: 16px;
}
#sidebar-menu-box .content ul li {
    border-top: dotted 1px #cad3e8;
    line-height: 23px;
	padding-top: 5px;
}
#sidebar-menu-box .content ul li.first {
    /*border: 0;*/
}
#sidebar-menu-box .content ul li a {
    display: block;
    height: 29px;
    padding: 0px 4px;
    color: #727273;
    text-decoration: none;
    width: 211px;
}
#sidebar-menu-box .content ul li a:hover {
    color: #006ebf;
}

#sidebar-menu-box ul li .icon {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}

#sidebar-menu-box .content ul li .icon img {
	vertical-align: top;
}

.sidebar .demo-box {
	width: 259px;
	margin: 20px 0;
}
.sidebar .demo-box a {
	display: block;
	margin: auto;
	width: 202px;
	cursor: pointer;
}

.left-side .top {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 621px;
	margin-bottom: 10px;
}

	.left-side .top h2 {
		color: #5d5d5d;
		padding-left: 30px;
		font-weight: bold;
		font-size: 13px;
		line-height: 24px;
		padding-top:20px;
	}
	
	.left-side .top h2 .icon {
		vertical-align: bottom;
		display: block;
		float: left;
		margin-right: 5px;
	}
	
	.left-side .date-time {
		position: absolute;
		right: 10px;
		top: 0;
	}
		.left-side .date-time img {
			margin-right: 5px;
			vertical-align: bottom;
		}
		
	.left-side .sitemap {	
		border-top: 1px solid #EAEEF1;
		margin-top: 15px;
		padding-top: 15px;
	}
	.left-side .sitemap-noborder {
		border: none;
	}
	
	.left-side .sitemap .you-are-here {
		color: #0080CB;
		padding-right: 10px;
	}
	.left-side .sitemap img.separator {
		padding: 0 10px;
	}
	
a.red {
	color: #d3001e;
	text-decoration: none;
	font-weight: bold;
}

dl.form {
	overflow: auto;
	clear: both;
}

dl.form dt {
	float: left;
	clear: left;
	width: 100px;
	line-height: 30px;
	margin-bottom: 5px;
}
dl.form dd {
	float: left;
	width: 320px;
	line-height: 30px;
	margin-bottom: 5px;
}
dl.form dd.nextline {
	clear: left;
	width: 100%;
}

dl.form input.text, dl.form textarea, input.normal-text {
	font-size: 11px;
	color: #5d5d5d;
	font-family: Arial, Tahoma, sans-serif;
}

dl.form input.text {
	height: 24px;
	padding: 3px 5px 3px 7px;
}

input.normal-text {
	height: 24px;
	padding: 3px 5px 3px 7px;
}

input.w63 {
	background: url('../images/input-text-63.png') no-repeat;
	width: 51px;
}

input.w128 {
	background: url('../images/input-text-128.png') no-repeat;
	width: 116px;
}

input.w216 {
	background: url('../images/input-text-216.png') no-repeat;
	width: 204px;
}

input.w314 {
	background: url('../images/input-text-314.png') no-repeat;
	width: 302px;
}

input.w216.incorrect {
	background: url('../images/input-text-216-error.png') no-repeat;
}

input.w314.incorrect {
	background: url('../images/input-text-314-error.png') no-repeat;
}


input.w412 {
	background: url('../images/input-text-412.png') no-repeat;
	width: 400px;
}

dl.form textarea {
	padding: 5px 0 5px 5px;
}

dl.no-label {
	width: 205px;
	margin: auto;
}

dl.no-label dt, dl.no-label dd {
	width: auto;
}

dl.thin {
	width: 250px;
	margin: auto;
}

dl.thin dd {
	width: 120px;
}

input.button {
	cursor: pointer;
}
dl.form .send-message {
	width: 197px;
	height: 36px;
	background: url('../images/button-send-message.png') no-repeat;
	float: right;
}

dl.form .register {
	width: 197px;
	height: 36px;
	background: url('../images/button-register.png') no-repeat;
	float: right;
}

dl.form .change , .button.change{
	width: 90px;
	height: 28px;
	background: url('../images/button-change.png') no-repeat;
	float: left;
	margin-left: 40px;
}

dl.form .add, .button.add {
	width: 90px;
	height: 28px;
	background: url('../images/button-add.png') no-repeat;
	float: left;
	margin-left: 40px;
}
.button.change, .button.add {
	margin-left: 0;
}

dl.form .confirm {
	width: 105px;
	height: 28px;
	background: url('../images/button-confirm.png') no-repeat;
	float: right;
}

dl.form .save {
	width: 105px;
	height: 28px;
	background: url('../images/button-save.png') no-repeat;
	float: right;
}
dl.form .save-changes {
	width: 126px;
	height: 28px;
	background: url('../images/button-save-changes.png') no-repeat;
	float: left;
}
.add-page {
	width: 126px;
	height: 28px;
	background: url('../images/button-add-page.png') no-repeat;
}
.add-user {
	width: 163px;
	height: 28px;
	background: url('../images/button-add-user.png') no-repeat;
}
.add-price-range {
	width: 142px;
	height: 28px;
	background: url('../images/button-add-price-range.png') no-repeat;
}
.reset-user-password {
	width: 200px;
	height: 28px;
	background: url('../images/button-reset-user-password.png') no-repeat;
}
.subscribers {
	width: 142px;
	height: 28px;
	background: url('../images/button-subscribers.png') no-repeat;
}
.delete-user-account {
	width: 192px;
	height: 28px;
	background: url('../images/button-delete-user-account.png') no-repeat;
}
.delete {
	width: 90px;
	height: 29px;
	background: url('../images/button-delete.png') no-repeat;
}
.add-course {
	width: 110px;
	height: 28px;
	background: url('../images/button-add-course.png') no-repeat;
}
input.cancel {
	width: 90px;
	height: 28px;
	background: url('../images/button-cancel.png') no-repeat;
}
.confirm-email {
	width: 177px;
	height: 28px;
	float: right;
	background: url('../images/button-confirm-email.png') no-repeat;
}
.reset-password {
	width: 132px;
	height: 28px;
	float: right;
	background: url('../images/button-reset-password.png') no-repeat;
}
.activate-account {
	width: 132px;
	height: 28px;
	float: right;
	background: url('../images/button-activate-account.png') no-repeat;
}
.certificate-ordering {
	width: 195px;
	height: 28px;
	float: right;
	background: url('../images/button-certificate-ordering.png') no-repeat;
}
.remove-binding {
	width: 124px;
	height: 28px;
	background: url('../images/button-noarrow-remove-binding.png') no-repeat;
}
.upload-csv {
	width: 142px;
	height: 28px;
	cursor: pointer;
	background: url('../images/button-upload-csv.png') no-repeat;
}
.cancel-order {
	width: 157px;
	height: 28px;
	background: url('../images/button-cancel-order.png') no-repeat;
}
.order-certificates {
	width: 153px;
	height: 28px;
	background: url('../images/button-order-certificates.png') no-repeat;
}
.no-arrow-order {
	width: 101px;
	height: 28px;
	background: url('../images/button-noarrow-order.png') no-repeat;
}
.noarrow-dont-order {
	width: 101px;
	height: 28px;
	background: url('../images/button-noarrow-dont-order.png') no-repeat;
}
.manage {
	width: 114px;
	height: 28px;
	background: url('../images/button-manage.png') no-repeat;
}
.continue-edit {
	width: 148px;
	height: 29px;
	background: url('../images/button-continue-edit.png') no-repeat;
}
.take-part {
	width: 166px;
	height: 28px;
	background: url('../images/button-take-part.png') no-repeat;
}

.search {
	width: 90px;
	height: 29px;
	background: url('../images/button-search.png') no-repeat;
}

.new-message {
	width: 152px;
	height: 29px;
	background: url('../images/button-new-message.png') no-repeat;
}

.table-button {
	height: 28px;
	margin-top: 10px;
}
.table-like-button {
	height: 28px;
	margin-top: 10px;
	padding-right: 12px;
}

dl.form .send {
	width: 105px;
	height: 28px;
	background: url('../images/button-send.png') no-repeat;
	float: right;
}

.add-course-to-cart {
	width: 140px;
	height: 29px;
	background: url('../images/button-check-price.png') no-repeat;
	float: right;
	cursor: pointer;
}

textarea.dim610x300 {
	background: url('../images/textarea-610x300.png') no-repeat;
	height: 290px;
	width: 605px;
	padding: 5px 0 5px 5px;
	font-size: 11px;
	color: #5d5d5d;
	font-family: Arial, Tahoma, sans-serif;
	margin: auto;
	display: block;
}
textarea.dim412x70 {
	background: url('../images/textarea-412x70.png') no-repeat;
	height: 60px;
	width: 407px;
}

textarea.dim412x246 {
	background: url('../images/textarea-412x246.png') no-repeat;
	height: 236px;
	width: 407px;
}

#comments-label, #subject-label {
	line-height: 12px;
}
#Name-label {
	line-height: 12px; 
	padding-top: 4px; 
	padding-right: 15px; 
	width: 85px;
}

#InvoiceName-label, 
#InvoiceAddress-label, 
#TaxRate-label, 
#CertificatePrintingPrice-label, 
#CertificatePrintingStartupCharge-label, 
#CertificatePrintingMinimalQuantityFreeOfStartupCharge-label, 
#logoelement-label,
#AllowedLoginFailures-label,
#GreetUserWith-label,
#metaDescription_pl-label,
#eqCount-label,
#percentToPass-label,
#active-label {
	line-height: 12px;
	padding-top: 3px;
}

ul.form-errors {
	padding-left: 5px;
	padding-top: 10px;
}

ul.form-errors li {
	list-style: none;
}

ul.form-errors li ul.errors  li {
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 2px;
}

.left-side .table-like-heading {
	width: 597px;
}

.left-side .table-like-border {
	width: 577px;
}

.table-like-heading {
	width: 100%;
	height: 40px;
	background: url('../images/table-header-background.gif') repeat-x;
	border:1px solid #D2DBE2;
	color:#5D5D5D;
	font-weight:bold;
	margin-left:11px;
	width:923px;
	clear: both;
}

.table-like-heading a {
	text-decoration: none;
	color: #5d5d5d;
	font-weight: bold;
}

.table-like-heading .text {
	padding:12px 0 0 10px;
	height: 28px;
}

.table-like-heading .column{
	border-left: 1px solid #d2dbe2;
	padding:12px 0 0 12px;
	height: 28px;
}

em.price {
	color: #007cc6;
	font-weight: bold;
	font-style:normal;
}

.table-like-border {
	clear: both;
	background-color: #fff;
	margin-left:11px;
	width:903px;
	border-width:1px;
	border-style: none solid solid solid;
	border-color: #D2DBE2;
	padding: 10px;
}

.hidden-course {
	position: absolute; 
	left: 0; 
	top: 0; 
	display: none;
}

.course {
	overflow: auto;
	/*padding: 10px;*/
	position: relative;
	height: 132px;
}

.hidden-course .course {
	height: 522px;
}

.course .options {
	bottom:0;
	height:30px;
	line-height:28px;
	overflow:hidden;
	padding:6px 0 6px 6px;
	position:absolute;
	right:0;
	width:354px;
	background-color: #ffffff;
}

.course .options .icon-more {
	vertical-align: bottom;
	display: block;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

.course .options .text-more {
	color: #007cc5;
	font-weight: bold;
	padding-right: 10px;
	float: left;
}

.course .options .text-more a {
	color: #007cc5;
	font-weight: bold;
	text-decoration: none;
}

.course .options .input-label {
	width: 65px;
	float: left;
}

.course p {
	margin: 0;
}

p.message {
	font-weight: bold; 
	color: #5d5d5d;
}

.course .image {
	border: 1px solid #d2dbe2;
	float: left;
	margin-right: 20px;
}

table.whole-left-column {
	width: 620px;
}

table.styled-cells {
	border-collapse: collapse;
	border: 1px solid #d2dbe2;
	color: #5d5d5d;
	clear: both;
}

table.styled-cells caption {
	margin-top: 20px;
}

table.styled-cells th {
	background: url('../images/table-header-background.gif') repeat-x;
	height: 40px;
	border-right: 1px solid #d2dbe2;
	text-align: center;
	font-weight: bold;
}

table.styled-cells th a {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
}

table.styled-cells th.id {
	width: 35px;
}

h3.black {
	color: #5d5d5d;
	margin-top: 10px;
}

table.black th {
	background: url('../images/table-black-header-background.gif') repeat-x;
	height: 35px;
	vertical-align: middle;
}
table.black tr {
	height: 35px;
}

table.black td, table.black th {
	padding: 0 10px 0 5px;
	font-weight: bold;
	text-align: center;
}
table.black .name {
	width: 200px;
}
table.black .value {
	width: 100px;
}

table.align-left td, table.align-left th {
	text-align: left;
}

td.req-check, th.req-check {
	width: 65px;
	padding: 5px;
}


table.black th a.normal {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
}

table.blue {
	margin-top: 20px;
}

table.blue th {
	background: url('../images/table-blue-header-background.gif') repeat-x;
	height: 50px;
	vertical-align: middle;
}

table.blue th a.normal {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
}

table.styled-cells th.last {
	border-right: none;
}
table.styled-cells tr {
	height: 40px;
	background-color: #ffffff;
}
table.styled-cells td {
	border-width: 1px;
	border-style: solid solid none none;
	border-color: #d2dbe2;
	padding: 5px;
	vertical-align: middle;
}
table.styled-cells td.element, table.styled-cells th.element {
	padding: 2px;
}
table.styled-cells td.field-input, table.styled-cells th.field-input {
	padding: 0 5px;
	width: 90px;
}

table.styled-cells td a {
	color: #d3001e;
	text-decoration: none;
}

td.center, th.center {
	text-align: center!important;
}
td.left, th.left {
	text-align: left!important;
}
td.right, th.right {
	text-align: right!important;
}

th.left, th.right {
	padding: 5px;
}

.float-right {
	float: right!important;
}

.float-left {
	float: left!important;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.margin-auto {
	margin: auto;
}

.static-page p {
	margin-bottom: 10px;
}
.static-page .content-header {
	margin-bottom: 10px;
}
.static-page ul {
	width: 620px;
}
.static-page p.strong {
	font-weight: bold;
}
.static-page ul {
	margin-bottom: 10px;
}

a.employer-mail {
	color: #d3001e;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
}
a.employer-mail img {
	margin-right: 5px;
}

p.form-description {
	margin-bottom: 10px;
}

div.pagination {
	margin: 20px auto 0;
	text-align: center;
	font-size: 12px;
	color: #007cc5;
	font-weight: bold;
}

div.pagination a {
	color: #007cc5;
	text-decoration: none;
	font-weight: bold;
}

div.pagination span {
	color: #d3001e;
	padding:0 9px 0 9px;
	background: url('../images/page-separator.gif') no-repeat center left;
}

div.pagination span.first {
	background: none;
}

div.pagination .control {
	padding: 0 5px;
}

div.pagination a.page {
	padding-left: 10px;
	padding-right: 10px;
	background: url('../images/page-separator.gif') no-repeat center left;
}
div.pagination a.first {
	background: none;
}

ul.tabs {
    height: 37px;
    list-style-type: none;
    padding-left: 10px;
	position: absolute;
	top: 139px;
}
ul.tabs li {
	display: block;
    float: left;
    height: 13px;
    padding: 12px 20px;
    background: url('../images/tab-inactive.png') repeat-x;
}

ul.tabs li a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}

ul.tabs li a:hover, ul.tabs li.selected a {
	color: #007cc5;
	font-weight: bold;
}
ul.tabs li.border-left {
    height: 37px;
    width: 12px;
    padding: 0;
    margin: 0;
    background: url('../images/tab-inactive-left.png') no-repeat;
}
ul.tabs li.border-right {
    height: 37px;
    width: 12px;
    padding: 0;
    margin: 0;
    margin-right: 2px;
    background: url('../images/tab-inactive-right.png') no-repeat;
}
ul.tabs li.selected {
    background: url('../images/tab-active.png') repeat-x;
}
ul.tabs li.selected a:hover {
	color: #d3001e;
	font-weight: bold;
}
ul.tabs li.selected.border-left {
	background: url('../images/tab-active-left.png') no-repeat;
}
ul.tabs li.selected.border-right {
	background: url('../images/tab-active-right.png') no-repeat;
}

.visibleTab {
	display: block;
}
.invisibleTab {
	display: none;
}

h3.bold {
	margin-bottom: 10px;
	color: #5d5d5d;
	float:left;
	padding-left:10px;
	width:200px;
	height: 45px;
}
p.description-bold {
	margin-bottom: 10px;
	color: #5d5d5d;
	width: 400px;
	float: left;
	height: 45px;
}
.table-like-border p.description-bold {
	width: 360px;
}
.bottom-margin {
	margin-bottom: 20px;
}
.top-margin {
	margin-top: 20px;
}

dl.participants {
	overflow: auto;
}
label.name-element {
	float: left;
	width: 36px;
	height: 40px;
	line-height: 40px;
	border-width: 1px;
	border-color: #D2DBE2;
	border-style: none solid solid none;
	text-align: center;
}
dl.participants dd {
	float: left;
	border-width: 1px;
	border-color: #d2DBE2;
	border-style: none solid solid none;
	height:35px;
	padding-top:5px;
}
dd.participant-name-element {
	padding-left: 5px;
	width: 221px;
}
dd.participant-mail-element {
	padding-left:20px;
	width:334px;
	border-right-style: none!important;
}
td#participantAddForm {
	padding: 0!important;
}
#tooltip {
	color: #5d5d5d;
}
.check-demo-content {
	cursor: pointer;
}

.course-text ol {
	list-style-position:outside;
	margin-left:20px;
}
.course-text ol li ul {
	list-style-position: outside;
}
.course-text ol li ul li {
	margin-left: 20px;
}
.course-text p.upper {
	height: 140px;
	font-weight: bold;
}

ol.ticks {
	list-style:decimal outside none;
	margin-left:10px;
}
ol.ticks li {
	margin-left: 10px;
}
img.staticImage {
	display: block;
	float: right;
	margin: 0 0 10px 10px
}

.static-page h1 {
	font-size: 16px;
	color: black;
}

#htmlpreview {
	color:#3D3D3D;
}

.paymentOption {
	margin:0 auto 20px auto;
	width:409px;
}

ul.thinner li {
	line-height: 18px!important;
}

#ConservationWorks-label {
	line-height: 11px;
	width: 105px;
}
.button-box {
	width: 200px; 
	height: 35px; 
	padding-left: 35px; 
	padding-top: 60px;
}

#kurs-element select#kurs {
	width:150px;
}

label.thinner-label {
	line-height: 15px;
}
.ajaxLoaderForButton {
	width: 16px;
	height: 16px;
	background: url('../images/ajax-loader-small.gif') no-repeat;
	float: right;
}

div.search-form {
	padding-bottom:10px;
}

div.search-form input.text {
	height: 24px;
	padding: 3px 5px 3px 7px;
}

dl.inlineTable {
	overflow: auto;
}

dl.inlineTable dt {
	clear: left;
	float: left;
}

dl.inlineTable > dt {
	width: 200px;
}

dl.inlineTable dd {
	font-weight: normal;
	float: left;
	padding-left: 10px;
}