@charset "utf-8";
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	background: #fff;
	color: #454545;
}


/* links */

a {
	color: #4169E1;
	background: inherit;
}

a:hover {
	color: Black;
	background: inherit;
}

a.gray {
	text-decoration: none;
	color : #696969;
}

a.gray:hover {
	text-decoration : underline;
	color : Olive;
}

a.size1 {
	font-size: 11px;
}

a.size2 {
	font-size: 14px;
	font-weight: bold;
}

a.size3 {
	font-size: 17px;
	font-weight: bold;
}

a.size4 {
	font-size: 20px;
	font-weight: bold;
}

div.left a.new_window {
	padding-right: 15px;
	background : url(../images/new_window.gif) no-repeat right;
}

div.button_link {
	width: 120px;
	height: 24px;
	position : absolute;
	margin-top: 10px;
	left: 170px;
	font-size: 10px;
	background : #FAF0E6 url(../images/start_test.jpg) no-repeat 0px 0px;
}

div.button_link a {
	position : absolute;
	text-decoration : none;
	width: 120px;
	text-align: center;
	text-transform : uppercase;
	font-family : Arial, Helvetica, sans-serif;
	padding-top: 4px;
	color : #4D4D4D;
}

div.button_link a:hover {
	background : #FAF0E6 url(../images/start_test.jpg) no-repeat 0px -24px;
	padding-top: 4px;
}


/* headings */

h1 {
	font: bold 2.5em "Arial", Sans-Serif;
	margin: 0;
	letter-spacing: -1px;
}

h2 {
	font: bold 2em Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}

h2.h2page {
	font-size: 19px;
}

h1 a,
h2 a {
	color: #2b2b2b;
	background: #fff;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover {
	color: Teal;
	background: #FFF;
}

.title {
	color: #808080;
	background: #fff;
}

div.navigation {
	background-color: #EBEBEB;
	background-image: url(../images/backnav1.jpg);
	padding: 8px 10px;
	color: #708090;
	margin: 12px 0px 26px;
	border-left: 1px outset #9A9BE8;
	border-right: 1px inset #C8C8FF;
}

div.navigation a {
	background-image : none;
	background-color : transparent;
	margin: 2px 5px;
}


/* lists and form elements */

ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

ol.list li {
	margin-bottom: 15px;
}

ul.list li {
	margin-bottom: 10px;
	margin-left: 28px;
	list-style-type: circle;
}

form {
	margin: 0;
}

input.search {
	width: 279px;
	border: none;
	padding: 2px;
	color: Gray;
	font-weight: bold;
}

input.search:focus {
	color: #006400;
}

input.button {
	background-color: #F0F0F0;
	border : 1px solid #228B22;
	color: #228B22;
	cursor: hand;
	padding: 3px 16px;
	background-image : url(../images/input_bg.gif);
	font-size: 11px;
}

input.button:hover {
	background-color: #F5F5DC;
	border: 1px inset Black;
	color: Black;
}


/* content holder */

#content {
	margin: 10px auto;
	width: 960px;
}

img.image {
	float: right;
	margin: 20px 6px 24px 12px;
	padding: 1px;
	border : 1px solid #DCDCDC;
}

div.articles {
	color : Black;
	text-align : justify;
	margin: 0 10px 15px 5px;
}

div.articles a.articles {
	color : #708090;
	font-size : 12px;
	padding-top: 3px;
}

div.articles img {
	float: left;
	margin: 4px 10px 36px 4px;
	padding: 1px;
	border : 1px solid #DCDCDC;
}

div.articles ul,
div.articles li {
	list-style-type : none;
	display : inline;
	padding-right: 20px;
}

div.articles li a {
	font-size: 11px;
}

div.nice_text, p.nice_text {
	margin: 25px 5px;
	padding: 12px;
	background-color : #F5FFFA;
	border: 1px solid #DCDCDC;
	color: #405A67;
	line-height: 1.5em;
}

div.nice_text h3 {
	font-weight: bold;
	padding-bottom: 8px;
	letter-spacing: 1px;
	color: #FF4500;
}

div.nice_text .hr {
	border-top: 1px solid #DCDCDC;
	margin: 0px -13px 21px -13px;
}


/* header */

#header {
	height: 75px;
}

#logo {
	padding: 15px 0 0 8px;
}

#logo p {
	margin: 0;
	padding: 0 0 0 10px;
	color: #808080;
	background: #fff;
}

#top_info {
	float: right;
	width: 570px;
	margin: 20px 5px 0 0;
	text-align: right;
}


/* horizontal tabbed menu */

#tabs {
	background: #fff url(../images/bigbox.gif) no-repeat top left;
	color: #000;
	height: 64px;
	text-align: center;
	padding: 0 0 0 210px;
}

div#tabs_test ul {
	padding: 0;
	margin: 0;
}

#tabs li {
	display: inline;
	height: 45px;
}

#tabs li a {
	float: left;
	background: #fff url(../images/barbg.gif) no-repeat 0px 0px;
	color: #808080;
	padding: 7px 0;
	width: 128px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#tabs li a:hover {
	background: #fff url(../images/barbg.gif) no-repeat 0px -32px;
	color: #000;
}

#tabs li a.current {
	background: #fff url(../images/barbg.gif) no-repeat 0px -32px;
	color: #2C71AE;
}

.key {
	text-decoration: underline;
}


/* search form */

#search {
	float: left;
	clear: both;
	color: #000;
	background: #fff url(../images/searchbg.gif) no-repeat;
	padding: 14px 0 30px 5px;
	width: 500px;
	margin: 5px 0 0 0;
}

#search p {
	padding: 0;
	margin: 0;
}


/* grey subheader */

.gboxtop {
	clear: both;
	height: 8px;
	background: #dedede url(../images/gboxtop.gif) no-repeat;
	color: #000;
}

.gbox {
	background: #dedede url(../images/gbox.gif) no-repeat bottom left;
	color: #444;
	padding: 1px 13px 7px 13px;
	margin: 0 0 20px 0;
}

.gbox p {
	padding: 7px 0;
	margin: 0;
}


/* left side */

.left {
	float: left;
	width: 650px;
	margin: 0 0 10px 0;
}

.fullpage {
	width: 960px;
}

.left_articles {
	margin: 0 20px 15px 10px;
	padding: 10px 0 0 0;
	text-align: justify;
	border-bottom: 1px dotted #ccc;
	color: #000;
	background: #fff;
}

.empty {
	border: 0;
	margin-bottom: 0;
}
	
.calendar {
	height: 50px;
	float: left;
	background: #fff url(../images/calendar.gif) no-repeat;
	width: 42px;
	padding: 5px 20px 0 0px;
	color: #808080;
	line-height: 18px;
}

.calendar p {
	padding: 0;
	margin: 0;
	text-align: center;
}

.description {
	padding: 0 0 2px 0;
	margin: 0 10px 5px 0;
	border-bottom: 1px dotted #ccc;
}

.thumbnail {
	float: left;
	margin: 0 18px 8px 0;
	border: 1px solid #dedede;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(../images/quote.gif) no-repeat;
	margin-left: 0px;
}


/* bottom thirds */

.thirds {
	float: left;
	width: 203px;
	background: #eee;
	margin: 0 12px 0 0;
	color: #5d5d5d;
}

.smallboxtop {
	height: 14px;
	background: #fff url(../images/smallboxtop.gif) no-repeat;
	color: #000;
}

.smallbox {
	background: #fff url(../images/smallbox.gif) no-repeat bottom left;
	color: #444;
	padding: 1px 10px 10px 10px;
	text-align: center;
}

.smallbox p {
	padding: 0;
	margin: 0;
}

	
/* right side */

#right {
	float: right;
	width: 295px;
	margin: 0 0 10px 0;
}

.boxtop {
	height: 19px;
	background: #fff url(../images/boxtop.gif) no-repeat;
	color: #000;
}

.box {
	background: #fff url(../images/box.gif) no-repeat bottom left;
	color: #5b5b5b;
	padding: 0 10px 15px 10px;
	margin: 0 0 10px 0;
}

.box h3 {
	padding-top: 10px;
}

.box p {
	padding: 0;
	margin: 0;
}

.box p.cena {
	padding: 10px 10px;
}


div.ngl {
	background-color: #DCDCDC;
	background-image: url(../images/backnav.jpg);
	padding: 7px 4px;
	text-align: center;
	color: #708090;
	margin-bottom: 12px;
}

div.left div.ngl {
	margin: 40px 5px 15px;
	text-align: left;
	padding-left: 12px;
}

.box ul {
	margin-left: 10px;
}

.box ul li {
	list-style-type : decimal;
	margin-left: 15px;
}

.image {
	float: left;
	margin: 0 9px 3px 0;
}

.image img {
	margin-bottom: 10px;
}

div.more_info {
	margin: 0px 10px 20px;
}

div.more_info ol {
	margin-left: -10px;
}

div.more_info ol li {
	margin-bottom: 10px;
}

/* products */

div.product {
	background-color : transparent;
	float : left;
	width: 300px;
	height: 160px;
	margin: 20px 0 0 10px;
	padding: 2px;
	padding-right: 5px;
}

div.border_left {
	padding-left: 10px;
	border-left: 1px solid #A9A9A9;
}

div.product h3,
div.box h3,
div.articles h3 {
	font-size: 11px;
	font-weight : bold;
	margin: 0;
	line-height: 15px;
}

div.product p.info,
div.articles p {
	margin-top: 0px;
}

p.image {
	width: 130px;
	float: left;
	text-align: center;
	margin-top: 10px;
}

p.image img {
	padding: 3px;
	border: 1px solid Gray;
	background-color : #FAFAD2;
}

p.cena {
	text-align: right;
}

p.cena span {
	color: #D90000;
	font-weight : bold;
}


/* forms */

div.formularz {
	margin: 20px auto -15px 5px;
	text-align: left;
	width: 96%;
}

table.form {
	margin: 5px 20px 30px 20px;
	width: 94%;
	font : 12px "Trebuched MS", Geneva, sans-serif;
}

table.form td.t1 {
	width: 46%;
	height: 45px;
}

table.form td.t2 {
	color : #228B22;
	width: 53%;
	height: 45px;
}

div.formularz input,
table.form input,
input.normal {
	background-color : White;
	border : 1px solid Gray;
	width : 280px;
	color: #405A67;
	padding: 4px;
}

div.formularz textarea,
table.form textarea {
	background-color : transparent;
	border : 1px solid Gray;
	width : 374px;
	height: 76px;
	overflow : auto;
	color: Gray;
	padding: 4px;
}

select {
	width: 310px;
	padding: 3px 4px 4px;
	height: 26px;
	color: #008080;
	font-family : "Trebuchet MS",  "@Arial Unicode MS", Arial;
}

div#column_one textarea {
	width: 550px;
	height: 200px;
}

input.mail {
	width: 110px;
}

select {
	width: 310px;
	padding: 2px 4px;
	height: 26px;
	color: #008080;
	font-family : "Trebuchet MS",  "@Arial Unicode MS", Arial;
}

div.buttons input,
input.form_button {
	margin-top: 10px;
	background-color: #FFFAF0;
	border : 1px solid #515151;
	width: auto;
	color: #515151;
	cursor: hand;
	padding: 4px 26px;
	background-image : url(../images/input_bg.gif);
}

input.form_button {
	width: 120px;
}

input.form_button:hover {
	border-color: #004000;
	color: #004000;
}

div#column_left {
	width: 26%;
	float: left;
	text-align : right;
}

div#column_left label {
	color: #405A67;
	font : 13px/23px "Trebuched MS", Geneva, sans-serif;
}

div#column_right {
	width: 71%;
	float: right;
	margin: 0px;
	padding: 0px;
}

div.captcha input {
	width: 75px;
	text-transform : uppercase;
	text-align : center;
	font-weight : bold;
}

div.captcha img {
	position : absolute;
	z-index : 10000;
	margin-left: 3px;
}

/* errors & infos */

div.error_list {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	border : 3px double #FF6347;
	padding : 0px;
	width : 90%;
	margin : 22px auto 26px;
	color : Red;
	background-color : #FEF8ED;
}

div.error_list span {
	padding: 0px;
	display : block;
	margin : 10px 10px 0px 10px;
	font-weight: bold;
}

div.error_list ol,
div.error_list ul,
div.info_list ol,
div.info_list ul {
	margin: 7px 5px;
}

div.error_list li,
div.info_list li {
	line-height: 19px;
}

div.info_list {
	border : 3px double #2C71AE;
	padding : 20px;
	width : 85%;
	margin : 16px auto 38px 10px;
	color : #404040;
	background-color : #F4F7FB;
	font : 13px/19px "Trebuched MS", Geneva, sans-serif;
}

div.info_list p,
div.info_list h3 {
	margin-top: 0px;
	text-align : justify;
}

label.required:before {
	content: "* ";
	color : #FF4500;
	font-size: 14px;
	font-family : "MS Serif", "New York", serif;
}

form label.error {
	margin: 0 0 -5 0;
	padding: 5px 0px 0px;
	color: Red;
	display : block;
	font : 12px "Trebuched MS", Geneva, sans-serif;
}

/* tables */

table.little {
	width: 95%;
	margin: 10px auto;
	border-top: 1px dashed #ADD8E6;
	border-bottom: 1px dashed #ADD8E6;
	zoom: 1;
	color: #405A67;
}

table.little td,
table.little th {
	padding: 9px;
}

td.one {
	background-color : #F5F5F5;
}

table.little th {
	font-weight : bold;
	color : White;
	background-color : #708090;
	letter-spacing: 1px;
}

table.stat {
	margin: 5px 20px 30px 20px;
	width: 94%;
}

table.bordered {
	border : 1px solid #708090;
}

td.t1 {
	width: 76%;
}

td.t2 {
	color : #228B22;
	width: 28%;
}

table.result {
	width: 500px;
	margin: 30px auto;
}

table.price {
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}


/* misc */

.buttons {
	text-align: right;
	padding: 4px 3px 0 0;
}

.left_articles .buttons {
	float: right;
	height: 20px;
}

.greenbtn {
	background: #488EB2 url(../images/btn.gif) no-repeat 0px 0px;
	padding: 1px 17px 5px 16px;
	color: #fff;
	text-decoration: none;
}

.bluebtn {
	background: #488EB2 url(../images/btn.gif) no-repeat 0px -19px;
	width: 74px;
	padding: 1px 16px 5px 16px;
	color: #fff;
	text-decoration: none;
}

.bluebtn:hover,
.greenbtn:hover {
	background: #488EB2 url(../images/btn.gif) no-repeat 0px -38px;
	color: #fff;
}

/* Pager Style */

ul.pager {
	margin: 15px 0 0 0;
	padding: 0px;
	float: right;
}

ul.pager li {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	float: left;
	border: 1px solid #2e6ab1;
}

ul.pager li.empty,
ul.pager li a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #0e509e;
}

ul.pager li a.active,
ul.pager li a:hover {
	color: #fff;
	background: #0e509e;
}

ul.pager li.off {
	color: #888;
	border-color: #888;
}

div.close_pager {
	clear : both;
	padding-bottom: 15px;
}


/* footer  */
.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
}

/* OTHER */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.after_br {
	margin-bottom: 15px;
}

.before_br {
	margin-top: 6px;
}

.no_p {
	margin: 0;
	padding: 0;
}

div.hr {
	border-bottom: 1px dotted #696969;
	width: 94%;
	margin: auto auto 1em;
}

div.clear {
	clear: both;
}

div#clear_area {
	clear: both;
	height: 15px;
}

.warning {
	color : #FF4646;
}

span.favor {
	color: #B22222;
}

span.sms_premium {
	color : #228B22;
	font : bold 12px "Trebuched MS", Geneva, sans-serif;
}

#numbers {
	letter-spacing : 1px;
}

.large {
	font-size: 1.4em;
}

.upper {
	text-transform : uppercase;
}

.nice_font {
	font : 12px/20px "Trebuched MS", Geneva, sans-serif;
}

.nice_font p {
	margin-bottom: 1.5em;
}

.fullname {
	background-color : #F0F8FF;
	padding: 2px 4px;
	color : #444444;
}

div.award {
	margin: 7px 0px 10px;
	padding: 5px 3px 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid Gray;
}

.lower {
	text-transform : lowercase;
}

img.opacity_lite {
	-moz-opacity:.80;
	opacity: .80;
}

img.opacity_lite:hover {
	-moz-opacity:1.0;
	opacity: 1.0;
}