body {
	font:12px "Tahoma";
	color:#4c4c4c;
}

h1 {
font-size:14px;
font-weight:bold;
}


.title-p {
	height:44px;
	/*background:url("/images/titles/bg.png");*/
	overflow:hidden;
	margin:-2px -4px 16px -2px;
}

	.title-p span {
		display:block;
		height:44px;
		background:url("/images/titles/cs.png") no-repeat -23px 0;
	}
	.title-p span span {
		background:url("/images/titles/cs.png") no-repeat 100% 0;
		margin-right:-13px;	
		font-size:24px;
		letter-spacing:-1px;
		padding:9px 0 0 15px;
	}
		.title-p span span img {
			margin:10px 0 0 13px;
		}

.partners .title-p {
	float:left;
	background:none;
	margin:0;
	height:auto;
}


.title-h1 {
	height:44px;
	background:url("/images/titles/bg.png");
	overflow:hidden;
	margin:-2px -4px 16px -2px;
}
	.title-h1 span {
		display:block;
		height:44px;
		background:url("/images/titles/cs.png") no-repeat -23px 0;
	}
	.title-h1 span span {
		background:url("/images/titles/cs.png") no-repeat 100% 0;
		margin-right:-13px;	
		font-size:24px;
		letter-spacing:-1px;
		padding:9px 0 0 15px;
	}
		.title-h1 span span img {
			margin:10px 0 0 13px;
		}

.partners .title-h1 {
	float:left;
	background:none;
	margin:0;
	height:auto;
}

h2 {
	background:url("/images/bullets/content.png") no-repeat 0 6px;
	padding-left:13px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:17px;
}

h3 {
	font-weight:bold;
	margin:0;
}
	h3:first-letter {
		background:url("/images/bullets/content.png") no-repeat 0 -26px;
		padding-left:8px;
	}
	
	h3 a {
		padding-left:8px;
		display:inline-block;
	}
	h3 a:first-letter {
		background:url("/images/bullets/content.png") no-repeat 0 -11px;
		margin-left:-8px;
		padding-left:8px;
	}

.date {
	color:#000;
	font-size:10px;
	margin:5px 0 0 0;
}

a {
	color:#c62215;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom:18px;
}

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

.item img.icon {
	margin-bottom:-2px;
	margin-right:17px;
}

.button {
	display:block;
	height:25px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	/*margin-top:15px;*/
}
	.button span {
		display:block;
		height:100px;
		background:url("/images/buttons/content.png");
	}	

	.button.more {
		width:113px;
	}

	.button.all-news {
		width:83px;
	}
		.button.all-news span {
			margin-top:-25px;
		}
	
	.button.all-partners {
		width:89px;
		float:right;
	}
		.button.all-partners span {
			margin-top:-50px;
		}
		
	.button.send {
		width:79px;
		margin-left:230px;
	}
		.button.send span {
			margin-top:-75px;
		}
		
.align.right .button {
	float:right;
}

.hline {
	height:41px;	
}

	.partners .hline.fill {
		background:url("/images/lines/hline-partners.png") repeat-x left center;		
	}
	
.hline.dotted {
	background:url("/images/lines/hline-dotted.png") repeat-x left center;
}
	
.vline.dotted {
	background:url("/images/lines/vline-dotted.png") repeat-y right top;
}

form label {
	display:block;
	margin-bottom:3px;
}
	form label.required-error, form label.email-error {
		color:#f00;
	}
form input {
	display:block;
}
form input.text, form textarea.text {
	border:#a5a5a5 solid 1px;
	padding:3px;
	width:300px;
}
form textarea.text {
	height:150px;
}
form .wrapper {
	padding:0;
	margin-bottom:10px;
}

.categories-holder {
	margin-left:-20px;
	margin-right:-20px;
}

.categories {
	float:left;
	width:50%;
}
	.wrapper .content .categories .padding {
		padding:0 20px;
	}
	
ul {
	
}
ul li {
	background:url("/images/bullets/content.png") no-repeat 0 -41px;
	display:inline-block;
	padding-left:10px;
}
		
	.categories	ul li {
		background:url("/images/lines/hline-dotted.png") repeat-x bottom left;
		margin-left:10px;
		margin-bottom:8px;
		padding-bottom:10px;
		
	}
		.categories	ul li a {
			background:url("/images/bullets/content.png") no-repeat 0 -41px;
			display:inline-block;
			margin-left:-10px;
			padding-left:10px;
		}
		
	.categories	ul li:last-child {
		background:none;
	}
	
table {
	background:#e5e5e5;
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
}

	table tr th {
		height:29px;
		background:url("/images/content/th-bg.png");		
		color:#fff;
		font-weight:bold;
		padding:0 20px;	
	}
	
	table tr th .holder {
		margin-left:-21px;
		margin-right:-21px;
	}
	
	table tr th .cs {
		background:url("/images/content/th-cs.png");
		margin:0;
		border-top:#fff solid 1px;
	}
	table tr th .cs.left, #table-cs-left {
		left:0;
		margin:0;
		margin-top:-8px;
		width:10px;
		height:29px;
	}
	table tr th .cs.right {
		background-position:-10px 0;
		right:0;
		margin-top:-8px;
		width:10px;
		height:29px;
	}

	table tr td {
		border:#fff solid 1px;
		padding:7px 20px;
		background:#f0f0f0;
	}	
	table tr.alt td {
		background:#fff;
	}
	
	table tr td.art {
		width:50px;
		text-align:center;
	}
	
.wrapper .content img.icon {
	margin-right:17px;
}	

