/********************************************************
/*  RESET STYLES
/********************************************************/
@font-face 
{
	font-family: 'CandidaItalic';
	src: local('☺'), url('/fonts/candidabt-italic-webfont.woff') format('woff'), url('/fonts/candidabt-italic-webfont.ttf') format('truetype');
}
@font-face 
{
	font-family: 'CandidaRoman';
	src: local('☺'), url('/fonts/candidan-webfont.woff') format('woff'), url('/fonts/candidan-webfont.ttf') format('truetype');
}

img
{
	border-style: none;
}
html, input, textarea, select, table, tr, td
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #414141;
}
td
{
	vertical-align: top;
}
th
{
	text-align: left;
	font-weight: bold;
}
h1, h2, h3, h4, h5
{
	padding: 0px 0 4px 0px;
	color: #444444;
	font-family: CandidaRoman;
	text-transform: uppercase;
}
.language_rus h1, .language_rus h2, .language_rus h3, .language_rus h4, .language_rus h5
{
	font-family: Georgia;
}
h1
{
	margin: 5px 0 38px 0px;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 5px solid #f5f1f1;
}
h2
{
	margin: 5px 0 38px 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #636363;
	background-image: url('/images/delimiter_dots.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
h3
{
	margin: 30px 0 5px 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
a
{
	color: #7c7c7c;
	text-decoration: underline;
}
a:hover,
a:focus
{
	text-decoration: none;
}

iframe
{
	display: block;
	padding: 0;
	margin: 0;
	border-style: none;
}
form
{
	margin: 0; 
	padding: 0;
	border: 0;
}
ul
{
	margin: 15px 0 25px;
}
li
{
	margin: 0 0 7px 0;
}

p
{
	padding: 0px;
	margin: 15px 0 25px;
}
/********************************************************
/*  WYSIWYG STYLES
/********************************************************/

body.content_item
{
	background-color: #ffffff;
}
.content_item p,
.content_item ul, 
.content_item ol,
.content_item div
{
	line-height: 160%;
}
.content_item td
{
	line-height: 150%;
}

.content_item table
{
	padding: 0;
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}




