*  {	font-family:    Arial, Trebuchet MS, Verdana, Tahoma;}
input, textarea, select {font-size:12px;}
*.center {margin:0px; text-align:center; clear:both;}
*.left {margin:0px; text-align:left; clear:both;}
*.right {margin:0px; text-align:right; clear:both;}
*.forms {width: 90%;}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.sLink {
	color: #cc0000;
	font-weight: bold;
}

a img {
	border:none;
}

a:hover {
	text-decoration:underline;
}

body {
	font-size:12px;
	margin:0px;
	background:  #0c224d url('../gfx/tempelate/top_bcg.jpg') top repeat-x;
}

#page {
	width: 938px;
	margin: 0px auto;
	text-align: left;
	overflow:hidden;
	}

#header {
	margin:0px;
	clear:both;
	overflow:hidden;
	width:100%;
}	
	

#top {
	width: 100%;
	height: 229px;
	background: url('../gfx/tempelate/top.jpg') no-repeat;
}

#top  object, #top embed {
	width: 938px;
	height: 229px;	
	background: url('../gfx/tempelate/top.jpg') no-repeat;
}

#menu {
	clear: both;
	height: 60px;
	overflow:visible;
	width:100%;
}	

#menu_bg {
	width: 100%;
	height: 60px;
	text-align:left;
	background: #112853;
}

#content {
	clear: both;
	overflow:hidden;
}	


#content_main {
	width: 938px;
	overflow:hidden;
	background:#FFFFFF;
}


.menupanel {
	width: 195px;
	margin-top: 0px;
	padding: 0px;
	background: #e8e8e8;
	overflow:hidden;
}

.menupanel > div {
	margin-bottom:0px;
}

.menupanel div div {
	margin:5px;
	margin-top:0px;
}

.menupanel.floatL {
	margin-left: 0px;
	float: left;
}

.menupanel.floatR {
	margin-right: 0px;
	float: right;
}
	
.menupanel ul {
	padding:0px;
	list-style:none;
	margin:0px;
}	

.menupanel ul li {
	margin-bottom: 10px;
	
}
	
#main {
	float: left;
	padding:10px;
	width:525px;
	overflow:hidden;
}

#main > h2 {
	margin:0px;
	padding-right:20px;
	padding-top:10px;
	margin-bottom:20px;
	color: #cc0000;
	font-size:18px;
	text-align:right;
}

#main > h3 {
	margin:0px;
	color: #cc0000;
	font-size:16px;
	padding-bottom:5px;
	font-style:italic;
}

/************************ STOPKA ********************/

#footer {
	width:938px;
	height:120px;
	margin-bottom:10px;
}


#footer div.footerDiv1 {
	padding: 5px;
	width:100%;
	height:35px;
	background: #f2fc87;
	color:#000000;
	font-size:14px;
	text-align:center;
}

#footer div.footerDiv2 {
	width:100%;
	height:65px;
	text-align:center;
	color:#ffffff;
}

#footer div.footerDiv2  p{
	padding:0px;
	margin:0px;
}

#footer div.footerDiv2 p a{
	color:#ffffff;
}

#footer div.footerDiv2 div {
	padding: 5px;
}

#footer div.footerDiv2 div.rights {
	float:left;
	width:340px;
	text-align:left;
}

#footer div.footerDiv2 div.info {
	float: left;
	width: 140px;
	text-align:center;
}

#footer div.footerDiv2 div.phone {
	float: left;
	width: 140px;
	text-align:center;
}

#footer div.footerDiv2 div.projekt {
	float: right;
	width: 260px;
	text-align:right;
}



/**
 * Klasa do obslugi rozwijanego menu
 **/

 
div#sMenu {}

div#sMenu a {
	font-size:13px;
	color: #ffffff;
	text-decoration: none;
}

div#sMenu a.main {
	color: #ffffff;
	height:60px;
	display:block;
	text-align:center;
	border-right:1px solid #516282;
	font-size:14px;
}


div#sMenu a.main  > p {
	margin:0px;
	padding:0px;
	position:relative;
	top:20px
}


div#sMenu ul,
div#sMenu li {
	margin: 0px;
	padding: 0px;
	text-align:left;
	position: relative;
	z-index: 100;
}

div#sMenu li {
	list-style: none;
	list-style-image: none;
	
}

div#sMenu ul li:hover {
	background: #132d5c;
}

/**
 * Poziome menu pierwszego poziomu
 * - nie mozna uzyc >, IE6
 */ 
 
  
div#sMenu > ul li {
	float: left;
	display:block;
}

div#sMenu > ul > li {
	height: 60px;
}

div#sMenu > ul {
	width:100%;
	height:100%;
}


div#sMenu ul ul li {
	float: none;
	background:#132d5c;
}

div#sMenu ul ul li {
	display:block;
	padding:10px 5px;
	width:120px;
}

/**
 * Menu kolejnych poziomow
 */
div#sMenu ul ul {
	display: none;
	border-left: 2px solid #e9e6f3;
	border-bottom: 2px solid #e9e6f3;
	border-right: 2px solid #e9e6f3;
}

div#sMenu li:hover > ul {
	display: block;
	position:absolute;
	top:60px;
	left:0px;
}

/************************ MENUPANELE ********************/

div.menupanelElement {
	width:100%;
	padding-bottom:10px;
}

div.menupanelElement h2 {
	margin: 0px;
	margin-bottom:10px;
	height:40px;
	font-size:14px;
	color:#FFFFFF;
	background: #ff0000;
	text-decoration: none;
	display:block;
}

div.menupanelElement h2.link {
	background: url('../gfx/tempelate/title2.jpg') no-repeat top;
	text-align:center;
	height:60px;
	margin-bottom:-15px;
}


div.menupanelElement h2 a {
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
}

div.menupanelElement h2 a p {
	color: #000000;
}

div.menupanelElement h2 p {
	margin:0px;
	position:relative;
	top:12px;
	left:15px;
	font-style:italic;
}

div.menupanelElement h2.link p {
	width: 195px;
	height:60px;
	position: relative;
	top:18px;
	left:0px;
	font-style: normal;

}


/************************ NEWSY **********************************/

*.space20 {
	padding-bottom: 20px;
}
.menupanel p {
	padding-bottom: 5px;
	margin:0px;
}

#main p {
	padding-bottom: 5px;
	margin: 0px;
}

.menupanel p.date{
	margin:0px;
	padding:0px;
	font-size:9px;
}

#main div.newsBox {
	background: #ffffff;
	border-top:2px solid #e9e6f3;
	margin-bottom:20px;
}

#main div.newsBox  h3 {
	font-size:11px;
	background: url('../gfx/tempelate/newsPointer.jpg') no-repeat;
	color:#000000;
	padding-left:40px;
	padding-top:5px;
	margin:0px;
	margin-bottom: 10px;
}

#main div.newsBox p.date {
	font-weight:bold;
	font-size:10px;
	text-align:right;
}


#main p.dateDetail {
	padding:0px;
	margin-bottom: 20px;
	color: #000000;
}

/************************ BOXY Z LINKAMI **********************************/

.menupanel ul.links > li{
	 font-family: Century Gothic;
	 background: url('../gfx/tempelate/pointer.jpg') left top no-repeat;
	 margin:0px;
	 margin:6px 0px;
	 padding-left:15px;	 
}

.menupanel ul.links > li a {
	padding-left:10px;
}

/************************ PARTNERZY **********************************/

#main div.partnerBox {
	clear: both;
}

#main div.partnerBox  h3 {
	font-size:12px;
	color:#cc0000;
}

#main div.partnerBox div.image {
	float:left;
	width:170px;
	text-align:center;
}

#menupanel ul.partnerList li {
	text-align:center;
}


/************************ KONTAKT **********************************/

#main p.sendContactError {
	text-align:center;
	color:red;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:20px;
}

#main p.sendContactOk  {
	text-align:center;
	color:green;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:20px;
}

/************************ KATALOG **********************************/

p.special {
	padding-top:20px;
	font-size: 18px;
	color: #4d97f2;
	font-style:italic;
	border-bottom: 1px dotted #000000;
	clear:both;
}

div.photosContainer {
	width:100%;
	padding-left:45px;
}

div.photosContainer a {
	display:block;
	float: left;
	margin:5px 10px;
	width:120px;
	height:90px;
}

div.photosContainer a  img {
	width:120px;
	height:90px;
}

div.boxMargin {
	padding:0px;
	padding-bottom:5px;
	margin:0px;
	float:none;
}


div.itemBox {
	float: left;
	width:220px;
	height:200px;
	margin: 10px 15px;
	padding: 0px;
	background: #4d97f2;
}

div.specialBox {
	margin:0px;
	background: #ff0000;
	width:195px;
	float:none;
	position:relative;
	left:-15px;
	
}

div.itemBox   p {
	padding:0px;
	margin:0px;
	color: #ffffff;
	display:block;
}

div.itemBox   p a {
	color: #ffffff;
}

div.itemBox p.title{
	display:block;
	height: 44px;
	position:relative; top:3px;
	padding:0px 10px;
	font-size:12px;
	font-weight:bold;
	font-style: italic;
}


div.itemBox p.image{
	width:100%;
	height:125px;
}

div.itemBox p.image img {
	width:220px;
	height:125px;
}

div.specialBox p.title {
	padding-bottom:4px;
}

div.specialBox p.image img {
	width:195px;
	height:115pxl
}

div.itemBox div.foot{
	height: 30px;
	position:relative;
	padding:0px 5px;
	top: 0px;
}

div.specialBox div.foot{
	position:relative;
	top: 5px;
}

div.itemBox div.foot p.price {
	display:block;
	float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
}

div.itemBox div.foot p.more {
	display:block;
	float:right;
}

*.clear {
	clear: both;
}

ul.mainCategories,  ul.mainCategories  li{
	list-style: none;
	font-size: 13px;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	text-align:center;
}

ul.sublinks li {
margin:0px;
padding:0px;
padding-top: 4px;
	
}

/*********************** KARTKA Z KALENDARZA ****************************/

div.calendar {
	text-align:center;
	min-height:180px;
	padding: 5px;
}


div.calendar  > p.day {
	font-family: Comic Sans MS;
	padding-top:5px;
	font-size: 56px;
	font-weight:bold;
}

div.calendar  > p.month {
	font-weight:bold;
	padding-top:5px;
	
}

/*********************** NEWSLETTER ****************************/

div.newsletterBox   > p {
	text-align:justify;
}

div.newsletterBox p.error {
	font-size:10px;
	text-align:center;
	padding-bottom:5px;
	color: red;
	font-weight:bold;
}

div.newsletterBox p.ok {
	font-size:10px;
	text-align:center;
	padding-bottom:5px;
	color: green;
	font-weight:bold;
}

/************************ BIT LOGO **********************************/
div.bit{
	width: 100%;
	height: 180px;
	padding-top:20px;
	text-align:center;
	float:left;
	background:#ffffff;
}

/************************ FORMULARZ ZAMÓWIENIOWY **********************************/
form.orderForm{
	display:block;
	margin:0px auto;
	width: 400px;
}

form.orderForm input.txt, form.orderForm select, form.orderForm textarea{
	width: 250px;
	font-size:12px;
}
/*********************** E-SKLEP ****************************/

.shopLogin {
	width: 165px; 
	margin: 10px auto;
}
.shopLogin input {
	margin: 0px 0px 8px 0px;
}

.shop a {
	color: #414141;
	text-decoration: none;
}
.shop a:hover {
	color: #000000;
	text-decoration: underline;
}
.shop hr {
	margin: 5px; 
	border: none 0; 
	border-top: 1px solid #cccccc; 
	width: 90%; 
	height: 1px;
}
.shop_infobar {
	background: url(../gfx/tempelate/menu_bg.jpg);
}

.button {
	font-size: 11px;
}
.small_input {
	margin: 5px;
	width: 50px;
}
/* KATEGORIE */
.categories_structure span {
	font-weight: bold;
	cursor: pointer;
}
.categories_structure {
	list-style-type: none;
}
.categories_structure li {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px;
}
.root_categories_structure {
	margin: 10px 0px;
}
.categories_structure a {
	font-weight: normal;
	text-decoration: none;
}
.categories_structure a:hover {
	text-decoration: underline;
}
.categories_structure_select a {
	font-weight: bold;
	text-decoration: none;
}


#MyAlert {
	position: fixed;
	//position: absolute;
	top: 33%; left:33%; margin: 0px;
	width: 34%;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + ((documentElement.clientHeight-this.clientHeight)/3 ) : document.body.scrollTop + ((document.body.clientHeight-this.clientHeight)/3));
	left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft + ((documentElement.clientWidth-this.clientWidth)/2 ) : document.body.scrollLeft + ((document.body.clientWidth-this.clientWidth)/2));
	background-color: #ffffff; 
	border: 1px solid #575757; 
	line-height: 20px; 
	text-align: center;
	z-index: 120;
}
#MyAlert input {margin: 5px}
#MyAlert div {background: url(../gfx/tempelate/menu_bg.jpg); font-weight: bold; padding-left: 5px; text-align: left;}
#curtain {z-index: 110; position: absolute; top: 0; left: 0; width: 100%; background-color: #000000; filter: Alpha(opacity='40'); -moz-opacity:.40; opacity:.40;}

.form_cont {line-height: 24px; width: 38%; float: left; text-align: right; padding: 5px;}
.form_inputs {line-height: 24px; width: 58%; float: right; text-align: left; padding: 5px;}
.shop textarea {font-size: 12px;}

table.listpages td {
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
	empty-cells: show;
}
th.title {
	text-align: center;
	background: url(../gfx/tempelate/menu_bg.jpg);
	vertical-align: middle;
	color: #FFFFFF;
	font-size:14px;
	height:20px;
	padding: 5px;
}
th.title a {
	color: #ffffff;
}
td.editPrompt {
	width: 150px;
	padding: 10px 0px 10px 0px;
}
