html {
	background:#c9c9c9;
	font-family: 'Khand', sans-serif;
}

body {
	background-color: #c9c9c9;
	background-image: url(https://dev.postgres.pl/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a.loglink {
	color:#008e99;
}

@import url(http://fonts.googleapis.com/css?family=Khand:400,300,500,700,600);
	

form {
	margin: 0px;
	padding: 0px;
}

#header{
	height: 40px;
	border-bottom:none;
}

.zaloguj_btn .button-blue {
	padding:0px 35px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:none;
	border:0;
	background: #01949f;
	background: -moz-linear-gradient(top, #01949f 0%, #00636b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01949f), color-stop(100%,#00636b));
	background: -webkit-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -o-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -ms-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: linear-gradient(to bottom, #01949f 0%,#00636b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01949f', endColorstr='#00636b',GradientType=0 );
	box-shadow:none;
}

.zaloguj_btn .button-blue:hover, .zaloguj_btn input.fancy-button:hover {
	background:#1a1a1a;
	border:none;
}

.login-box h4 {
	color: #6c6c6c;
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	text-transform: none;
}

.register-table .table-col div input.fancy-button {
	padding:0px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:none;
	border:0;
	background: #01949f;
	background: -moz-linear-gradient(top, #01949f 0%, #00636b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01949f), color-stop(100%,#00636b));
	background: -webkit-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -o-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -ms-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: linear-gradient(to bottom, #01949f 0%,#00636b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01949f', endColorstr='#00636b',GradientType=0 );
	box-shadow:none;
}

.register-table .table-col div input.fancy-button:hover, .register-table .table-col div input.fancy-button:focus {
	background:#1a1a1a;
}

.register-table .table-col-3 div input.fancy-button {
	padding:0px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:none;
	border:0;
	background: #01949f;
	background: -moz-linear-gradient(top, #01949f 0%, #00636b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01949f), color-stop(100%,#00636b));
	background: -webkit-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -o-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -ms-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: linear-gradient(to bottom, #01949f 0%,#00636b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01949f', endColorstr='#00636b',GradientType=0 );
	box-shadow:none;
}

input[type="submit"], input[type="button"], input.fancy-button, button.fancy-button {
	padding:0px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:none;
	border:0;
	background: #01949f;
	background: -moz-linear-gradient(top, #01949f 0%, #00636b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01949f), color-stop(100%,#00636b));
	background: -webkit-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -o-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -ms-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: linear-gradient(to bottom, #01949f 0%,#00636b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01949f', endColorstr='#00636b',GradientType=0 );
	box-shadow:none;
}

.login-box {
	position: relative;
	width: 363px;
	margin: 0 auto;
	padding: 0 31px 25px 29px;
	border: #e2e2e2 1px solid;
	border-top: #008d98 3px solid;
	background-color: #f5f5f5;
}

.price-row {
	height:50px;
	background:#FFF;
}

.register-table .table-col-1 .table-row-2 {
	background-color: #f5f5f5 !important;
}

.register-table .table-col .table-row-2 {
	background-color: #f5f5f5 !important;
}

.register-table .table-col div:nth-child(odd) {
	background-color: #e4e4e4;
}

.register-table .table-col div:nth-child(even) {
	background-color: #ededed;
}

.register-table .table-col div {
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: #e2e2e2 1px solid;
	border-left: #e2e2e2 1px solid;
}

.table-col-1 div {
	text-align: right !important;
	border-left:#c9c9c9 1px solid !important;
	border-bottom: #e2e2e2 1px solid !important;
}

.register-table .table-col .table-col-title {
	height: 47px;
	line-height: 47px;
	background: #01949f;
	background: -moz-linear-gradient(top, #01949f 0%, #00636b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01949f), color-stop(100%,#00636b));
	background: -webkit-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -o-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: -ms-linear-gradient(top, #01949f 0%,#00636b 100%);
	background: linear-gradient(to bottom, #01949f 0%,#00636b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01949f', endColorstr='#00636b',GradientType=0 );
	border-left:none;
	border-top: #008b95 3px solid;
}

.register-table .table-col-1 .table-col-title {
	border-top: none;
}

.register-table .table-col .table-col-title h4 {
	padding: 0;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.cz {
	margin: 10px;
	padding: 0px;
	clear: both;
}

#footer {
	overflow: hidden;
	border-top: #008b95 3px solid;
	padding: 13px 0;
}

h1.section-header {
	margin: 30px 0px 5px 0px;
	color: #565656;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 900;
}

.section-content label {
	margin-right:15px;
}

.menu_lewe .podmenu {
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu_lewe .podmenu li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu_lewe .podmenu li:hover {
	background: url(https://dev.postgres.pl/images/podmenu-link-current.png) no-repeat 0 1px;
}

.menu_lewe .podmenu li:hover a {
	color: #fff;
	background: transparent;
	border-right: none;
}

.menu_lewe .podmenu li a {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	width: 208px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #008791;
	background-color: #f5f5f5;
	border-top: #e2e2e2 solid 1px;
	border-left: #e2e2e2 solid 1px;
	border-right: #e2e2e2 solid 1px;
}

.li-padding-2 li a {
	color: #008791;
}

.left.width49p, .right.width49p {
	width: 48% !important;
	border-top:none;
	border-bottom: #e2e2e2 1px solid;
	margin-bottom: 17px;
}

.width49p h4 {
	margin: 0;
	padding: 0 0 0 13px;
	height: 35px;
	line-height: 35px;
	background-color: #008c96;
	background-image: linear-gradient(to right, #008c96, #00656e);
	border-right: #00656e 1px solid;
}

.menu_lewe .nadmenu .kategoria_h {
	border-top:none;
	height: 35px;
	line-height: 35px;
}

.opis {
	margin: 0px 0px 26px 0px;
	padding: 8px 12px;
	border: #a6a6a6 solid 1px;
	background-color: #bababa;
	color: #000000;
	font-size: 12px;
	line-height: 35px;
}

#header .user_menu div.logged-in-box a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding: 0 11px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	/*background-repeat: no-repeat;*/
	/*background-position: top;*/
	background-color: #00646d;
	background-image: linear-gradient(to top, #00646d, #008f9a);
	box-shadow:none;
}

#header .user_menu div.logged-in-box a.btn_wyloguj {
	width: 30px;
	text-align: center;
	padding: 0;
	margin-left: 12px;
	background-color: #3c3c3c;
	background-image: linear-gradient(to top, #3c3c3c, #5c5c5c);
	box-shadow:none;
}

#header .user_menu div.logged-in-box a:hover, #header .user_menu div.logged-in-box a#tm-myserv-selected, #header .user_menu div.logged-in-box a#tm-mydata-selected, #header .user_menu div.logged-in-box a#tm-cart-selected {
	background-image: linear-gradient(to top, #008f9a, #00646d);
}

.pudelko table.newtable tr.table_header {
	background-image: linear-gradient(to top, #555555, #3c3c3c);
}

.pudelko table.newtable th{
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	padding-left: 9px;
	border-right: #e2e2e2 1px solid;
	color:#c8c8c8;
}

.pudelko table.newtable {
	width: 100%;
	border-collapse: collapse;
	margin: 15px auto;
	border-top:none;
}

#emailftp h1 {
	margin:0;
}

input[type="submit"].inactive, input[type="button"].inactive {
	color: #ffffff;
	background-image: linear-gradient(to top, #555555, #3c3c3c);
}

a.quick-new-account, .formtable a, .opis2 a {
	color:#008c96;
}