.holder {
	position:relative;
}
.layer {
	position:absolute;
	z-index:1;
}
.clear {
	clear:both;
	font-size:0;
}

body {
	font:11px Tahoma;
	color:#595959;
	line-height:16px;
}

table {
	border-collapse:collapse;
}

img.icon {
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 17px 0 0;
	float:left;
}

h1 {
	background-position:left top;
	background-repeat:no-repeat;
	height:22px;
	padding-left:29px;
	margin-bottom:16px;
	
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
}

.s1 h1 {
	background-image:url(../images/bullets/s1/h1.png);
}
.s2 h1 {
	background-image:url(../images/bullets/s2/h1.png);
}
.s3 h1 {
	background-image:url(../images/bullets/s3/h1.png);
}
.s4 h1 {
	background-image:url(../images/bullets/s4/h1.png);
}

h2 {
	font-size:14px;
	color:#000;
	text-align:left;
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.s1 h2 {
	background-image:url(../images/bullets/s1/h2.png);	
}
.s2 h2 {
	background-image:url(../images/bullets/s2/h2.png);	
}
.s3 h2 {
	background-image:url(../images/bullets/s3/h2.png);	
}
.s4 h2 {
	background-image:url(../images/bullets/s4/h2.png);	
}

ul {
	margin:10px;
}

ul li {
	list-style:none;
	margin-bottom:8px;
	background:url(../images/bullets/li.png) no-repeat left 7px;
	padding-left:11px;
}

ol {
	margin:10px 10px 10px 26px;
}
ol li {
	margin-bottom:8px;
}

	table.params {
		background:url(../images/content/th-bg.png) repeat-x;
	}
	
	table.params tr th {
		border:0;
		text-align:center;
		height:36px;
		color:#fff;
		text-align:left;
		vertical-align:middle;
		padding-left:10px;		
	}
	
	table.params tr th.left {
		background:url(../images/content/th-cs-left.png) no-repeat left top;
	}
	table.params tr th.right {
		background:url(../images/content/th-cs-right.png) no-repeat right top;
	}
	
	table.params tr.grey td {
		padding:8px;
		background:#efefef;
	}
	table.params tr td {
		padding:8px;
		border:#dfdfdf solid 1px;
	}
	
.hline-dotted {
	background:url(../images/content/hline-dotted.png) repeat-x left center;
	height:41px;
}	

