body {
	background-color:white;
    margin : 0;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
}

div#main{
	width:100%;
	}

/* naglowek */

div#header{
	height:200px;
	}
div#top_head{
	height:77px;
	background-image:url(gfx/back_top.gif);
	background-repeat:repeat-x;
	}
div#main_head{
	height:123px;
	padding-top:5px;
	background-image:url(gfx/back_main_head.jpg);
	background-repeat:repeat-x;
	}
div#maszyna{
	position:absolute;
	background-image:url(gfx/maszyna.jpg);
	width:162px;
	height:208px;
	top:15px;
	right:12px
	}
div#menu_top{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px 100px 0px 10px;
	}
div#search{
	position:absolute;
	top:45px;
	left:10px;
	}
div#logo{
	float:left;
	background-image:url(gfx/logo3.gif);
	height:106px;
	width:300px;
	}
div#logo_right{
	float:right;
	background-image:url(gfx/logo_right2.gif);
	height:106px;
	width:575px;
	}
	
/* wnetrze */

div#content{
	overflow: auto;
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
	background: url('gfx/content-background.gif') repeat-y top left;
	}

div#menu{
	width:100%;
	margin:0px;
	padding: 0;
	}

div#newsletter{
	height:49px;
	background:url('gfx/biuletyn.gif') no-repeat;
	}

div#left_content{
	width:200px;
	float:left;
	background:#CCC;
	}

div#right_content{
	float:right;
	background-color:#CCCCCC;
	width:210px;
	min-height:510px;
	}
/* stopka */

div#footer{
	height:75px;
	width:100%;
	background-image:url(gfx/footer-back.gif);
	background-repeat:repeat-x;
	margin-bottom:20px;
	color:#CCCCCC;
	font-size:10px;
	padding:0px 0px 0px 10px;
	}
div#txt_footer{
	float:left;
	}
div#tasma_footer{
	background-image:url(gfx/footer-tapes.jpg);
	background-repeat:no-repeat;
	float:right;
	width:78px;
	height:63px;
	}

/* reszta */

#menu_top a{
	color:black;
	text-decoration: underline;	
	}

#menu_top a:hover {
	color:##7C8274;
	text-decoration: none;
	}

div#breadcrumbs{
	background: #ccc;
	color:red;
	padding:5px 10px;
	margin-left: 10px;
	}
	
#breadcrumbs a{
	color:black;
	text-decoration:underline;
	}
#breadcrumbs a:hover{
	text-decoration:none;
	}

/* doklejane */

.error_message {color: red; }

.action { float: right; height: 30pt; width: 100%}
.action ul {list-style:none; background: none; margin: 0; }
.action a {display: block; float: left; margin: 0 5px}
.action span {display: block; float: right; margin-right: 20px; font-size: 10pt; font-weight: bold; margin-bottom: 10pt}

small.error {color: red}

.error_message {color: red}
.form_error {background-color: #FFFFE1}

 #sessionFlash {
	display:inline;
	padding:3px 8px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #ccc;
}
#content h1 {
		background: url('gfx/h1a.gif') left top no-repeat;
		font-size: 12px;
		padding:1px 0px 15px 30px;
		color: black;
		margin: 10px 20px 0px 10px
	}


#content h1.promo {background: url('gfx/h1promo.gif') top left no-repeat;}
#content h1.news {background: url('gfx/h1special.gif') top left no-repeat;}

#content blockquote {
	background: #F4F4F3;
	padding: 20px;
	border: 1px solid #BDC0B8;
	margin: 10px 20px;
	overflow: auto;
}

#content blockquote h2 {margin: 5px 0px}
#content blockquote p {margin: 5px 0px}


#content h2 {
	background:url(gfx/h2.gif)bottom repeat-x;
	margin:10px 20px;
	padding-bottom:5px;
	font-size:12px;
	}
	
#content p {
	margin:5px 40px;
	font-family: 'Verdana', sans-serif;
	font-size: 8pt; 
	line-height: 12pt;
	}
#content p a {
	color:#047684;
	}
#content p a:hover {
	color:#f00;
	}

.CatalogNavi span {
	color:red;
	padding-top:10px;
	}
.CatalogNavi a {
	padding-top:10px;
	color:black;
	text-decoration:underline;
	}
.CatalogNavi a:hover {
	color:black;
	padding-top:10px;
	text-decoration:none;
	}
	

 .magazine-image {
	background: transparent;
	padding: 1px;
	border: 1px solid #eee;
	margin-right: 24pt;
	margin-top: 10pt;
	margin-left: 10px;
	overflow: auto;
	
 }
 .magazine-image img {
	padding: 0px;
	background: #fff;
	margin: 2px;
	border: 1px solid #eee;
 }
 
 p.CatalogName{
	 font-size:20px;
	 padding:10px 10px 10px 10px;
	 }
	 
#content table {
	border-collapse: collapse;
	margin: 10px 40px;
}

#content table td,#content table th {
	border: 1px solid black;
	padding: 2px 4px;
	font-size: 10px;
}

#content table th {
	font-weight: bold;
	color: white;
	background: #047684;
	text-align: center;
}