/* Start of CMSMS style sheet 'MBM-global' */
/* GLOBAL CSS */


/* =text */
h1, h2, h3, h4, h5, h6 { clear : left; margin : 0; padding : .5em 0; }

h1 { font-size : 160%; font-weight: bold;}
h2 { font-size : 150%; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; padding-bottom: 1em; color: #b94e4e; text-transform: uppercase;}
h3 {
	font-size : 115%;
	font-weight: bold;
	padding: .3em 0 .6em 0;
	color: #b94e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 { font-size : 107%; font-weight: bold}
h5,h6 {font-size : 100%; font-style: italic;}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}
/* =a */
a:link { color : #9a3d3d; 
text-decoration : none; }

a:visited { color : #9a3d3d; 
text-decoration : none; }

#FOOTER a {
	text-decoration: none;
	color: #b9b1b1;
	font-weight: bold;
}

/* =code pre others */
code, pre { margin : 0; 
padding : 0; font : 1.5em monaco, courier, monospace; 
font-weight : normal; 
color : #666; }

pre { font-size : 80%; }

img, img a { border : none; }

strong { 
  font-weight: bold;
}


blockquote {
  display: block;
  margin: 1em 40px;
}


/* style for lists */

/***********UL************/
ul{
	list-style-type: circle;
	font-weight: bold;
	margin: .5em 2em;
}

ul li{
	margin-bottom: .2em;
	line-height: 1.2em;
}

ul ul{
	font-size: 93%;
	list-style-type: disc;
	font-weight: normal;
	margin-top: .5em;
	margin-left: 1.2em;
}

ul ul li {
	padding: 0; margin: .2em 0;
}

ul p {
	font-weight: normal;
	font-size: 90%;
	margin-bottom: .3em;
}

ul img {
	margin: 3px;
}

li h4 {
padding:0 ;margin:.7em 0 0 0;
}

/***********OL************/
ol{
	margin: 1em 3em;
	list-style-type: decimal;
	font-weight:bold;
	list-style-position: outside;
}

ol li{
	margin-bottom: .7em;
	line-height: 1.2em;
}


ol ul {
	margin:.5em;
	font-weight:normal;
	font-size:90%;
}

ol li li{
	font-weight:normal;
	margin-bottom: .7em;
	line-height: 1.2em;
}

ol p {
	font-weight: normal;
	font-size: 90%;
}

ol img {
	margin: 3px;
}

table {border: solid 1px #F0E6E6;}
td {padding: .3em .5em}
.bg2 {background-color: #F8F3F3;}

.cennik {
	text-align: left; 
	list-style: none; 
	border: solid 1px #e4d8d8; 
	width: 80%; 
	padding-left:0;
	margin:0 auto

}

.cennik li {
	font-weight: normal; 
	padding: 0 .5em;
	line-height: 1.8em; 
	display: block;
	position: relative;
}

.cennik span {
	display: block;
	width: 100px;
	text-align: right;
	padding: 0 .5em; 
	line-height: 1.8em;
	position: absolute; top: 0; right: 0

}
/* End of 'MBM-global' */

