/****************/
/*   АРТЕФАКТ   */
/*** base.css ***/
/****************/

* { -moz-box-sizing: border-box; box-sizing: border-box; }

HTML {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

BODY {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #fff;
	min-width: 1000px;
}


TABLE, TR, TD,
H1, H2, H3,
UL, OL, LI,
DL, DT, DD { padding: 0; margin: 0; border: 0; font-weight: normal; }

TABLE {border-collapse: collapse;}

A { text-decoration: underline; font-size: 100%; cursor: pointer;}
A:link,
A:visited { color: #fd9f43; }
A:hover,
A:active { color: #d6bc9b; }
A IMG { border: none;}

.nodisplay {display: none;}
.display {display: block;}

.bold {font-weight: bold;}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.fs-120 {font-size: 120%; zoom: 1;}

.nodecor {text-decoration: none;}
.nobg {background: none !important;}
DIV.news IMG {border: solid 5px #e1dede;}
.w10 {width: 10% !important;}
.w12 {width: 12% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w45 {width: 45% !important;}
.w50 {width: 50% !important;}
.w55 {width: 55% !important;}
.w60 {width: 60% !important;}
.w65 {width: 65% !important;}
.w70 {width: 70% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w85 {width: 85% !important;}
.w90 {width: 90% !important;}
.w95 {width: 95% !important;}
.w100 {width: 100% !important;}

.w45px {width: 45px !important;}

/* для картинок контента */
.fleft {float: left; margin-right: 10px; margin-top: 4px; margin-left: 0px; position: relative;}
.fright {float: right; margin-left: 10px; margin-top: 4px; position: relative;}
/* EOF для картинок контента */

.clearboth {clear: both;}