
/* css dla stron statycznych */

div.page-body p {
	margin: 1em 0 1em 0;
}

div.page-body ul {
	margin: 1em;
	padding: 1em;
}

div.page-body ul li {
	margin-top: 1em;
}

div.page-body h1,
div.page-body h2,
div.page-body h3,
div.page-body h4,
div.page-body h5,
div.page-body h6 {
	font-size: 1.3em;
	font-weight: bold;
	color: #7A8189;
	margin: 1em 0 1em 0;
}

	div.container-box
	{
		width: 625px;
		height: auto;
		/*margin-top: -10px;*/
	}

		div.container-box div.top
		{
			height: 35px;
			line-height: 35px;
			background: url('../img/box-625.top4.jpg') top left no-repeat;
			text-indent: 10px;
			color: #fff;
			font-weight: bold;
		}
		
		div.container-box div.long
		{
			background: transparent url('../img/box-625.categories.top.jpg') no-repeat scroll left top !important;
		}
		
		div.container-box div.middle
		{
			background: #5F7694 url('../img/box.bg.content-2.jpg') no-repeat scroll left top;
			padding: 10px;
		}

		div.container-box div.middle div.page-body
		{
			border: 1px solid #444;
			background: #fff;
			padding: 10px;
		}

		div.container-box div.middle div.info-type
		{
			background: #fff url('../img/icons/Crystal_Clear/mail_info.png') bottom right no-repeat;
		}


