*	{
	margin: 0;
	padding: 0;
	}

body {
	text-align: left;
	font: normal normal normal 12px Arial;
	color: #def;
	}
ul li {
	display: block;
	background: url(../images/li-buble.gif) no-repeat left 0.33em;
	padding: 0 0 0 1.2em;
	}	
	
img {
	border: 0;	
	vertical-align:top;
	}
/*
hr {
	color:000000;
	background:000000;
	border:0;
	height:1px; 
	}
*/
/*
table, td {
	border-collapse:collapse;
	border:0;
	}
	*/
acronym {
	color: #ffc;
	background: url(../images/ico-off-acronym.gif) no-repeat right top;
	cursor:help;
	}

.clear {
	clear: both;
	}
.clear-right {
	clear: right;
	}
.none {
	line-height: 0;
	height: 0;
	}
	

/* какой-то нерабочий хак для показа PNG-24 в IE5++*/
v: * {
	display:inline-block;
	}
v: image {
	left:1px;
	margin-left:-1px;
	margin-top:-1px;
	top:1px;
	}
/* конец хака */

.content {
	color:#FFFFFF;
	font: 14px Arial;
	}

/* --- Заголовки --- */
/* Общие стили заголовков */
h1 {
	color:#FFFF94;
	text-align:center;
	font: normal normal bold 28px Tahoma;
	margin: 15px 0;
	letter-spacing:2px;
	}

h2 {
	color:#FFFF88;
	background: #001166 url(../images/mnu-icon.gif) 24px 24px no-repeat;
	border-bottom:1px dashed #888800;
	border-top:1px dashed #888800;
	font: normal normal bold 22px Arial;
	letter-spacing:2px;
	margin:40px 0 15px;
	padding:16px 16px 3px 75px;
	text-align:left;
	}

h3	{
	background-color:#001166;
	border-bottom:1px dotted #888800;
	border-top:1px dotted #888800;
	color:#FFFFE0;
	font: oblique normal normal 18px Arial;
	letter-spacing:1px;
	text-align:left;
	margin:25px 0 10px;
	padding:1px 5px;
	}

h4	{
	color:#FFFFE0;
	font: oblique normal normal 17px Arial;
	letter-spacing:1px;
	text-align:left;
	margin:25px 0 10px;
	padding:1px 5px;
	}



/* --- Стили форматирования --- */

.post { /* блок аторизации внутри статей */
	font-size:16px;
	margin: 0 2% 0 2%;
	padding: 0 1% 0 2%;
	border: 0;
	}

/* дубль-колонки */
.col2l {
	float:left;
	width:45%;
	margin: 0 2% 2em 0;
	padding: 0 1.5%;	
	text-align: left;	}
.col2r {
	float:left;
	width:45%;
	margin: 0 2% 2em 0;
	padding: 0 1.5%;	
	text-align: left;	}
.colbody {	
	padding: 0 0 2em 0;
		}
.colbody h3 {
 	margin: 0;
	font-size: 15px;	}
.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}

p { /* ex .content p */
	margin: 0 0 0.3em 0;
	text-indent:1em;
	}

.pad {
	margin-bottom: 1em;
	}

.pad2x {
	margin-bottom: 2em;
	}
	
.achtung {
	background-color:#882200;
	border:1px solid #FFFF00;
	margin:15px 0;
	padding:15px 5px;
	text-align:center;
	margin: 0 auto;
	}
	.achtung .accent {
		color:#FFFFAA;
		font-size:125%;
		}
	.achtung a, .achtung a:visited {
		color:#FFFF88;
		text-decoration:underline;
		}
	.achtung a:hover {
		color:#DDEEFF;
		text-decoration:none;
		}

.normal { font-weight: normal;	font-style: normal; }
.big { font-size:125%; }
.small { font-size:11px;	 }
.tiny { font-size: 8px;	}
.left { text-align: left; }
.right { text-align: right; }
.center {	text-align: center; margin-left: auto; margin-right: auto;}

.bold, b {
	font-weight: bold;
	}
.italic , i{
	font-style: oblique;
	}
.quote {
	background-color: black;
	border-left: 5px solid #44b;
	border-top: 10px dotted #000038;
	border-bottom: 10px dotted #000038;
	padding-left: 10px;
	}
.quotes {
	background: #07074b url(../images/div-quotes.gif) top left no-repeat;
	padding: 10px 18px 0 18px; 
	margin-right: 2em;
/*	border: dashed 1px #0c0c4f; */
	}
.quotes p {
	text-indent: 1.3em;
	padding: 0 !important;
	}
.quotes .big {
	font-size: 1.2em;
	}
.quotes .source {
	font-size: 0.7em;
	color: #779;
	font-style: oblique;
	margin-right: 36px;
	text-align: right;
	}
.quotes:after  {
	content: " ";
	display: block;
	margin-left: auto;
	margin-right: -18px;
	margin-top: -14px;
	width: 60px;
	height: 24px;
	background: #07074b url(../images/div-unquotes.gif) bottom right no-repeat;
	}

.error-msg {
	color: #ffc;
	background-color: #c00;
	border: 3px double #ff4;
	font-weight: bold;
	padding: 5px 15px;
	margin-top:1px;
	}

.v-spacer {
	height: 0px;
	border-top: 1px solid #ccc;
	margin-bottom:20px;
	padding-top:20px;
	}

.nice-input {
	background-color:transparent;
	border:2px inset transparent;
	color:#fff;
	}
.nice-input:hover {
	background-color:#000046;
	border:2px inset blue;
	color:#FFFF94;
	}
.nice-input:focus {
	background-color:#000046;
	border:2px outset blue;
	color:#ffc;
	}
.nice-button {
	background-color:transparent;
	border:2px groove transparent;
	color:#0099FF;
	text-decoration:underline;
	}
.nice-button:hover {
	background-color:blue;
	border:2px groove blue;
	}
.nice-link {
	color:#09f;
	text-decoration: underline;
	}

	
/* навигация на текущую страницу между шапкой и телом */
.adrline { 
	position: absolute;
	top: 120px;
	left: 360px;
/*	z-index: 2;*/
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	}
.adrline a, .adrline a:visited {
	color: #09f;
	text-decoration: none
	}
.adrline a:hover {
	color: #def;
	text-decoration: underline;
	}
.adrline.cur a, .adrline.cur a:visited {
	color: #fff;
	text-decoration: none
	}
.adrline.cur a:hover {
	color: #def;
	text-decoration: underline;
	}
	
/* --- Шапка писем --- */
.letter {
	background-color:#001166;
	border: 6px double #000046;
	padding: 10px
	}
.letter .param {
	color:#DDD;
	border-bottom: 1px dotted #AAAA00;
	padding:0 5px;
	text-align:right;
	}
.letter .data {
	color:#9999BB;
	border-bottom: 1px dotted #AAAA00;
	padding:0 5px;
	text-align:left;
	}

