body {
	color: #000;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em
{
	font-style:italic;
}

/*** links ***/
h1
{
	font-size:1.2em;
	margin: 0 0 10px;
	color: #be1111;
	font-weight:normal;
	border:none;
}
h2
{
	font-size:1.2em;
	margin: 0 0 10px;
	color: #be1111;
	font-weight:normal;
	border:none;
}
h2.depress
{
	color: #000;
}
h3
{
	font-size: 1.1em;
	color: #be1111;
}
h4
{
	font-size: 1em;
	color: #be1111;
}
a:link
{
	color: #be1111;
}
a:visited
{
	color: #000;
}
a:hover, a:active
{
	text-decoration:none;
}
a.dropdown, a.dropdown-active
{
	padding-left: 15px;
	background: url('./img/li.png') no-repeat left center;
}
a.dropdown-active
{
	background: url('./img/drop-down.png') no-repeat left center;
}
a.icon-conditions
{
	padding-left: 40px;
	background: url('./img/icon-conditions.png') no-repeat 15px center;
}
a.icon-sitemap
{
	padding-left: 40px;
	background: url('./img/icon-sitemap.png') no-repeat 15px center;
}

a.icon-print
{
	padding-left: 40px;
	background: url('./img/icon-print.png') no-repeat 15px center;
}
a.icon-mail
{
	padding-left: 20px;
	background: url('./img/icon-mail.png') no-repeat left center;
}
.icon-phone
{
	padding-left: 20px;
	background: url('./img/icon-phone.png') no-repeat left center;
}
ul, p
{
	margin: 1em 0;
}
p.advert
{
	padding-top: 10px;
	background: url('./img/advert.png') no-repeat left top;
}
.cleaner
{
	clear:both;
	overflow:hidden;
	line-height:0px;
	height:0px;
}
/*** other marks ***/
cite
{
	padding-left:25px;
	border-right: 1px solid #8d8d8d;
	font-style: italic;
	display:block;
	background: url('./img/quote.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #8d8d8d;
	background: #e8f7dc;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: scroll;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #e8f7dc;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 15px 0 15px;
	border-bottom: 1px solid #8d8d8d;
	font-style:italic;
	font-size:0.9em;
	background: #e8f7dc;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #e8f7dc;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	background: #e8f7dc;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
hr
{
	width:100%;
}
img 
{
	border:none;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}

/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #E9E9E9;
	border:1px solid #E9E9E9;
	margin-left:1px;
}
td,th
{
	padding:8px 15px;
	border:1px solid #E9E9E9;
}
th
{
	background: #E9E9E9;
	color: #000;
	text-align:left;
}
tbody th
{
	background: #E9E9E9;
	color: #000;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}

