@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	background-image: url(../img/body_bg.jpg);
	background-position: top;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
}



/********************************** POCZATEK STYLI WSPOLNYCH **********************************/
#wrapper { /* STYL DLA WRAPPER'A STRONY*/
	width: 949px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover, a.orange {
	color: #E67929;
}
p.half {
	float: left;
	width: 50%;
}
a.up {
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 10px;
}
p.right {
	text-align: right;
}

.button {
	background: url(../img/button_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3px;
	float: left;
}
.button *{
	background: url(../img/button_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: White;
	font-size: 11px;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 4px 0 7px;
	letter-spacing: 0.1em;
}
.button:hover *{
	color: Black;
}
.button input {
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.button a {
	text-decoration: none;
}

/* START: STYLE GÓRNEJ CZESCI STRONY - HEADER, MENU W HEADERZE, LOGO NAPIS OPROGRAMOWANIE DLA NAJLEPSZYCH */
.site {
	padding: 16px 53px 16px 0;
	color: #666666;
	font-size: 11px;
	text-align: right;
}
.site span {
	float: right;
	width: 250px;
	display: block;
	text-align: right;
}
.site a {
	color: #666666;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 4px 4px 4px 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 4px;
	letter-spacing: 1px;
}
.site a:hover {
	color: #FFFFFF;
}
a.start {
	background-image: url(../img/a_start.gif);
}
a.start:hover {
	background-image: url(../img/a_start_hover.gif);
}
a.sitemap {
	background-image: url(../img/a_sitemap.gif);
}
a.sitemap:hover {
	background-image: url(../img/a_sitemap_hover.gif);
}
a.contact {
	background-image: url(../img/a_contact.gif);
}
a.contact:hover {
	background-image: url(../img/a_contact_hover.gif);
}
a.heex {
	margin-left: 0;
	padding-left: 16px;
	background-image: url(../img/heex.png);
}
a.heex:hover {
	background-image: url(../img/heex_hover.png);
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 132px;
	position: relative;
}
#logo {
	position: absolute;
	top: 44px;
	left: 45px;
	width: 135px;
	height: 45px;
}
#logo img {
	width: 135px;
	height: 45px;
	display: block;
}

/* menu */
#navigation {
	position: absolute;
	height: 32px;
	width: 905px;
	top: 102px;
	clip: rect(auto 904px auto auto);
	text-align: right;
	left: 1px;
}
#navigation ul {
	list-style: none;
	height: 32px;
	float: right;
}
#navigation li {
	float: left;
	width: auto;
	height: 30px;
	padding: 0 4px 0 0;
	background-image: url(../img/li_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
#navigation li:hover, #navigation li.current {
	background-image: url(../img/li_bg_hover.gif);
}
#navigation li:hover a, #navigation li.current a {
	background-image: url(../img/li_a_bg_hover.gif);
}
#navigation li a {
	background-image: url(../img/li_a_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 10px 2px 14px;
	height: 22px;
	color: #F2CDB1;
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
}
#navigation li a:hover {
	background-image: url(../img/li_a_bg_hover.gif);
}

/* KONIEC: STYLE GÓRNEJ CZESCI STRONY - HEADER, MENU W HEADERZE, LOGO NAPIS OPROGRAMOWANIE DLA NAJLEPSZYCH */
/* STRART: STYLE FOOTER'A */
#footer {
	clear: both;
}
.copy {
	float: left;
	padding: 0 60px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.copy a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px 0;
}
.copy a:hover {
	color: White;
}
/* KONIEC: STYLE FOOTER'A */

/********************************** KONIEC STYLI WSPOLNYCH **********************************/



/* START: STYLE CZESCI STRONY GŁÓWNEJ */
#home_content {
	width: 862px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	overflow-y: hidden;
}

.ImageBox {
	position: absolute;
	width: 80px;
	height: 40px;
	cursor: pointer;
}
.ImageBox img {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin-left: 10px !important;
	margin-left: 5px;
	cursor: pointer;
}
.arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 12px;
	color: #848484;
}

#list { /* CONTAINER LEWY DLA STRONY GLOWNEJ */
	float: left;
	width: 282px;
	min-height: 299px;
	height: auto !important;
	height: 299px;
}
.lProduct {
	display: block;
	height: 100px;
	position: relative;
	cursor: pointer;
}
.lProduct .body {
	display: block;
	position: absolute;
	height: 100px;
	top: 0;
	left: 0;
	width: 282px;
	background-image: url(../img/miniproduct_l.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.lProduct .ImageBox {
	top: 28px;
	left: 0;
}
.lProduct .title {
	display: block;
	color: #F5F5F5;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 25px;
	left: 92px;
	width: 190px;
	height: 34px;
	text-decoration: none;
}
.lProduct .title:first-line {
	font-weight: bold;
}

.lProduct:hover .title, .lProduct .title:hover {
	text-decoration: underline;
	color: #F5F5F5;
}
.lProduct .price {
	color: #848484;
	font-size: 10px;
	position: absolute;
	top: 60px;
	left: 92px;
	width: 190px;
	height: 14px;
	cursor: pointer;
}
.lProduct .price span {
	font-size: 11px;
	font-weight: bold;
}
.lProduct .arrow {
	right: 4px;
	top: 42px;
}
.lProduct:hover .arrow {
	color: White;
}


#recommend { /* CONTAINER PRAWY DLA STRONY GLOWNEJ */
	margin-left: 282px;
	background-image: url(../img/home_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	position: relative;
	padding: 91px 10px 0 300px;
	min-height: 209px;
	height: auto !important;
	height: 209px;
}
#rTitle {
	position: absolute;
	font-size: 14px;
	top: 34px;
	left: 0;
	width: 280px;
	text-align: right;
	color: White;
	text-decoration: none;
}
#rTitle:first-line {
	font-size: 24px;
	width: 280px;
	text-align: right;
}
#rTitle:hover {
	text-decoration: underline;
}
#rImageBox {
	position: absolute;
	width: 210px;
	height: 170px;
	top: 114px;
	left: 47px;
}
#rImageBox img {
	display: block;
	margin-top: 15px;
	width: 60px;
	height: 60px;
}
#rImageBox #rImgBig {
	float: right;
	margin: 0;
	width: 125px;
	height: 155px;
}
#rDesc {
	margin-bottom: 10px;
	line-height: 14px;
	font-size: 11px;
}
#rPrice {
	color: #848484;
}
#rPrice span {
	font-size: 18px;
	font-weight: bold;
}


#adBanner{
	text-align: center;
	/*height: 92px;*/
	width: 860px;
	background-color: white;
	margin: 2px auto 6px auto;
}


#home_news { /* GLOWNY CONTAINER DLA 3 NEWSOW NA STRONIE GLOWNEJ */
	background-image: url(../img/news_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	width: 818px;
	height: 190px;
	margin: 0 auto;
	padding: 0 21px;
}
#home_news h1 { /* NAGLOWEK DLA POZYCJI NEWSA */
	font-size: 15px;
	color: #E67929;
	padding: 10px 0 0 0;
}
.nBody { /* POJEDYNCZY BOX Z NEWSEM */
	float: left;
	width: 260px;
	height: 120px;
	font-size: 11px;
	margin: 25px 10px 0 0;
}
.nHead {
	padding-left: 40px;
	background-image:url(../img/home_news_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}
.nHead a { /* TYTUL NEWSA */
	color: #E67929;
	font-size: 12px;
	text-decoration: none;
}
.nHead:hover a { /* LINK HOVER DLA TYTULU NEWSA NA STRONIE GLOWNEJ */
	text-decoration: underline;
}
.nDate {
	color: #B3B3B3;
}
.nText { /* P DLA NEWSA */
	color: #666666;
	margin-top: 10px;
}

#home_newsletter { /* DEFINICJA NEWSLETTERA NA STRONIE GLOWNEJ */
	width: 860px;
	height: 99px;
	margin: 0 auto;
	clear: both;
	position: relative;
	background-image: url(../img/home_newsletter_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#home_newsletter h2 { /* NAGLOWEK NEWSLETTERA */
	color: #E0E0E0;
	font-size: 15px;
	padding: 10px 0 0 20px;
}
#home_newsletter #newsletter_body { /* OPIS NEWSLETTERA */
	color: #E5E5E5;
	margin: 30px 0 0 20px;
}
#home_newsletter #newsletter_inputs { /* INPUTY W NEWSLETTZERZE - TLO */
	position: absolute;
	top: 57px;
	left: 550px;
	background-image: url(../img/newsletter_inputs.jpg);
	width: 285px;
	height: 21px;
}
#newsletter_inputs .email { /* INPUT DO WPISANIA ADRESU E-MAIL */
	border: 0;
	background: transparent;
	color: #B3B3B3;
	font-size: 11px;
	padding: 3px 5px 0 3px;
	width: 190px;
	font-style: italic;
}
#newsletter_inputs .button { /* PRZYCISK WYSYLANIA W NEWSLETTERZE */
	border: 0;
	background: transparent;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 3px;
	width: 85px;
	float: none;
	text-align: center;
}
/* KONIEC: STYLE CZESCI STRONY GŁÓWNEJ */



/* START: STYLE CZESCI PODSTRON */
#sub_content { /* WRAPPER DLA SRODKOWEJ CZESCI STRONY */
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
	color: #666666;
}
#sub_content p { /* PARAGRAF DLA LEWEJ KOLUMNY PODSTRON */
	margin-bottom: 16px;
}
#sub_content p.options { /* OPCJE SORTOWANIA NAD LISTA PRODUKTOW */
	margin-bottom: 5px;
	text-align: right;
}
p.options span { /* OPCJE SORTOWANIA NAD LISTA PRODUKTOW */
	color: #999999;
}
p.options a { /* OPCJE SORTOWANIA NAD LISTA PRODUKTOW */
	color: #666666;
	text-decoration: underline;
}
p.options a:hover { /* OPCJE SORTOWANIA NAD LISTA PRODUKTOW */
	color: #000000;
}
#sub_content #left { /* LEWA STRON - ZAOKREAGLENIE NA GORZE */
	float: left;
	background-color: #FFFFFF;
	background-image: url(../img/left_up_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 570px;
}

#left_sub { /* LEWA STRONA - ZAOKRAGLENIE NA DOLE*/
	background-image: url(../img/left_down_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px;
	min-height: 440px;
	height:auto !important;
	height: 440px;
}

#left_sub h1 { /* H1 LEWEJ STRONY PODSTRON */
	color: #E67929;
	font-size: 14px;
	background-image: url(../img/left_sub_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#left_sub h2 { /* H2 DLA LEWEJ STRONY PODSTRON */
	color: #E67929;
	font-size: 12px;
	margin-bottom: 15px;
}
#left_sub h2 span { /* PRZYCIEMNIENIE H2 PO LEWEJ STRONIE PODSTRON */
	color: #666666;
}



#products { /* DEFINICJA LISTY PRODUKTOW */
	border-top: 1px solid #F1F1DA;
	color: Black;
}
.pProduct { /* DEFINICJA BOXA W LISCIE PRODUKTOW */
	/*clear: both;
	width: 530px;*/
	padding: 12px 0 0 97px;
	min-height: 59px;
	height: auto !important;
	height: 59px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	border-bottom: 1px solid #F1F1DA;
}
.pProduct .ImageBox {
	top: 15px;
	left: 0;
}
.pProduct .title { /* LINK DO SZCZEGOLOW PRODUKTU NA LISCIE */
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
.pProduct:hover .title, .pProduct .title:hover { /* LINK W PRODUKCIE - HOVER */
	color: Black;
	text-decoration: underline;
}
.pProduct .price { /* DEFINICJA LINIJKI Z CENA W LISCIE PRODUKTOW */
	display: block;
	color: #E67929;
}
.pProduct .price span { /* DEFINICJA CENY W LISCIE PRODUKTOW */
	font-weight: bold;
	font-size: 12px;
}
.pProduct .arrow {
	right: 14px;
	top: 25px;
}
.pProduct:hover .arrow {
	font-weight: bold;
}
.dark { /* PIERWSZY, CIEMNIJESZY BOX */
	background-color: #F8F8EC;
}
.light { /* DRUGI, JSNIEJSZY BOX */
	background-color: White;
}

.details { /* STYL DLA CALEGO DIVA Z SZCZEGOLAMI PRODUKTU */
	clear: both;
	padding: 20px 12px 10px 12px;
	border-bottom: 1px solid #F1F1DA;
}
#left_sub p.product_brand { /* PIERWSZA, MNIEJSZA LINIJKA W SZCZEGOLACH PRODUKTU */
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0;
}
#left_sub p.product_name { /* DRUGA, DUZA LINIJKA W SZCZEGOLACH PRODUKTU */
	font-weight: bold;
	font-size: 18px;
}
div.product_images { /* MINIATURY SREDNIE W SZCZEGOLACH PRODUKTU */
	float: left;
	margin-left: 10px;
	width: 80px;
}
div.product_description { /* OPIS PRODUKTU W SZCZEGOLACH */
	float: left;
	width: 400px;
}
p.product_price { /* DEFINICJA LINIJKI Z CENA W SZCZEGOLACH PRODUKTU */
	font-size: 18px;
	font-weight: bold;
	color: #E67929;
}
p.product_price span { /* DEFINICJA DLA CENY W SZCZEGOLACH PRODUKTU */
	font-weight: normal;
	font-size: 11px;
}
p.product_price img { /* WYROWNANIE DO DOLU GRAFIKI "ZAMOW" W SZCZEGOLACH PRODUKU */
	vertical-align: bottom;
}
p.product_info span { /* INFORMACJE NA DOLE W SZCZEGOLACH PRODUKTU */
	color: #999999;
}


/* SZKOLENIA */
.dzialDesc{
	font-size: 1.1em;
	margin-bottom: 20px;
}
.tTheme{
	margin-bottom: 0px !important;
}
.tDate{
	margin-bottom: 15px;
	font-size: 12px;
}
.tDate span{
	color: #E67929;
	font-size: 12px;
	font-weight: bold;
}
.tRegister{
	float: right;
}
.tDesc{
	padding: 0 20px;
}


#right_sub { /* PRAWA KOLUMNA PODSTRON */
	float: left;
	width: 290px;
	background-image: url(../img/sub_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#right_sub h2 { /* STYL DLA TYTULU "LOSOWE PRODUKTY W OFERCIE */
	font-size: 14px;
	color: #E5E5E5;
	padding: 20px 10px 8px 10px;
	width: 250px;
}
#right_sub #list {
	padding-left: 8px;
}
#right_sub .lProduct .body {
	background-image: url(../img/miniproduct_r.png);
}



/* FORMULARZ */
.form {
	clear: both;
}
.form fieldset{
	border: 0;
}
.form legend{
	padding: 15px 0 10px 0;
	display: block;
	color: #E67929;
	font-size: 1.2em;
	font-weight: bold;
}
.form dt {
	float: left;
	clear: left;
	width: 165px;
	height: 35px;
}
.form dd{
	margin-bottom: 10px;
}
.form dd select {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
	margin: 0;
}
.form dd input {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
	margin: 0;
	background-image: url(../img/input_bg.jpg);
	width: 213px;
	height: 22px;
	padding: 3px 4px 0 4px;
}
.form dd textarea {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
	margin: 0;
	background-image: url(../img/textarea_bg.jpg);
	width: 353px;
	height: 182px;
	padding: 3px 4px 0 4px;
}
.required{
	font-weight: bold;
	font-size: 1.1em;
	color: Black;
}
.fDesc{
	font-style: italic;
}

/* Komunikaty błędów */
#errors{
	list-style: none;
}
#errors li{
	display: block;
	background-color: red;
	color: yellow;
	padding: 0.5em 1em;
	margin-bottom: 2px;
}


/* KONIEC: STYLE CZESCI PODSTRON */
.Opa08 {
	opacity: 0.8;
}
.Opa08:hover {
	opacity: 1;
}
.Opa05 {
	opacity: 0.5;
}
.Opa05:hover {
	opacity: 1;
}

.NoBckGrd {
	background: none !important;
}