/* ARTatom CSS Begin 110803 v10 S >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*
	#min-width {
		min-width:800px;
		width:expression(document.body.clientWidth < 770? "770px": "auto" );
	}
	* html #min-width {
		width:expression(document.body.clientWidth > 770? “100%” :”770px”);
	}
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
  border-width: 0px;
}
fieldset, img { 
	border: 0px;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border:0;
}
 
*:focus {
  outline: none;
}

.twidth
{
	width: 100%;
}
.tbig
{
	width: 100%;
	height: 100%;
}
/* 2011-03-22 01 Serge Begin >>> */
	td {
		vertical-align: top;
	}
/* Serge End >>>>>>>>>>>>>>>>>>> */

/* 2011-02-24 01 Serge Begin >>> */
	.null {
		display: inline-block;
		width: 0px;
		height: 0px;
		font-size: 0px;
		clear: both;
	}
	.null:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	html[xmlns] .null {
		display: block;
	}
	/* html .null { íàõåðà
		height: 1%;
	}*/
/* 2011-02-24 01 Serge Begin >>> */

a {
  cursor: pointer;
}
/* 2011-02-22 01 Serge Begin >>> */
	.block {
		display: block;
	}
/* 2011-02-22 01 Serge End >>>>> */
	
	/* Png Fade Begin 110722 v10 S >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
		.png {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			z-index: -1000;
			background: url(img/png.png);
		}
		/* ïðèìåð èñïîëüçîâàíèÿ >>>>>>>>>>>>>>>>>> 
			div íåäîëæåí áûòü â òàáëèöå
			<div style='position: relative; width: ; height: ;' class='fade 50 100'>
				<img src='my-img.png' alt='' />
				<div class='png opacity 0'></div>
			</div>
		*/
	/* Png Fade End >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

	/* Fade-Text begin >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
		.fade-text {
			background: url("../artatom/img/fade.png") repeat-y;
			display: block;
			position: absolute;
			right: 0px;
			top: 0px;
			width: 20px;
			height: 100%;
			z-index: 100;
		}
		/*
			êîíòåéíåð äîæëåí ñîäåðæàòü
			width: ;
			height: ;
			position: Relative;
			overflow: hidden;
		*/
	/* Fade-Text End >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.nowrap
{
	white-space: nowrap;
}
.body
{
	position: relative;
	width: 100%;
	margin-left: expression(-1);
}
.body
{
	visibility: hidden;
}