h1  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; padding: 0; margin: 0;}
h2  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; padding: 0; margin: 0;}
h3  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; padding: 0; margin: 0;}
.news {  font-family: "MS Sans Serif"; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify}
.Next {  font-family: Tahoma, Arial, "MS Sans Serif"; font-size: 12px; font-style: normal; font-weight: bold; color: #999999}
a:link {  text-decoration: none;}
a:hover {  text-decoration: underline;}
a:visited {  text-decoration: none;}
a:active {  text-decoration: underline;}
.BodyText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.date {  font-family: "MS Sans Serif"; font-size: 12px; font-style: normal; font-weight: bold}
.BodyTextHeader { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #CCCCCC;padding-top:10px; padding-bottom:5px;}
.marque {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000099}
.Header {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-align: center}
.HeaderT { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-align: center }
.BodyTextCenter { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ; text-align: center}
.HeaderL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; text-align: left}
.admin {  font-family: Tahoma, Arial, "MS Sans Serif"; font-size: 10px; font-style: normal; font-weight: bold; color: #FF0000}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal}
.adminBody { font-family: Tahoma, Arial, "MS Sans Serif"; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}
.first {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #003399; font-weight: normal}
.BodyTextFirst { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-align: justify}

.middleContent a:link {  text-decoration: none; border-bottom: 1px dashed #b0b0b0;}
.middleContent a:hover {  text-decoration: underline;}
.middleContent a:visited {  text-decoration: none; border-bottom: 1px dashed #b0b0b0;}
.middleContent a:active {  text-decoration: underline;}

table {
	color:#000000;
	font-family:arial;
	font-size:12px;
}

/*---------20100519 CUSTOM--------------------*/

/* =======editor styles========= */
table.content {
	border:1px solid #003366;
	border-collapse:collapse;
}

.pagePath {
	margin:0 0 15 0;
}
.pagePath A {
	color:#010a8d;
}
/*---------20100518 onDot.CMS--------------------*/

/*<ADMIN>*/
.admin_subhead{
	margin-top:3px;
	margin-bottom:3px;
}
.tbl_head{
	color:white;
	background-color : #929292;
	text-align: center;
	white-space : nowrap;
}
.tbl_head_col{
	color:white;
	background-color : #929292;
	text-align: left;
}
.tbl_body{
	background-color : #F7F7F7;
	text-align: left;
	vertical-align : top;
}
.hr_admin{
	height: 1px;
	color: #808080;
	padding-top:5px;
	padding-bottom:5px;
}
.input_admin {
	border-color : #808080;
	border-style : solid;
	border-width : 1px;
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align : middle;
}
.input_admin_small {
	border-color : #808080;
	border-style : solid;
	border-width : 1px;
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	vertical-align : middle;
}
/*</ADMIN>*/

/*-----------------------------*/

/*FRONT_END_SYSTEM*/
.basketPreviewSpace {
	position:absolute;
	top:150;
	left:500;
	width:400; 
	height:300; 
	overflow:visible;
	visibility:inherit;
	display:inline;
	z-index:100; 
}

/*WISHMANAGER_BOX*/
.shadOn{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: #000000;
	top: 0;
	left: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7;
}
.shadOff{
	display: none;
}
.boxOn{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1.0; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1.0; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1.0;
}
.modalFrameSpace{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 102;
}
.modalFrame{
	margin-top:50px;
}
.btnModalClose{
	display: block;
	position: absolute;
	z-index: 103;
	top: 0;
	left: 0;
	width: 100%;
	text-align:right;
	padding: 3 0 0 0 ;
}

/*-----------------------------*/

/*ALL_SYSTEM*/

/**/
.hiddenSpace {
	visibility:hidden; 
	z-index:100; 
	position:absolute; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	display:none;
}
.visibleSpace {
	width:auto; 
	height:auto; 
	overflow:visible;
	visibility:visible;
	display:inline;
	z-index:100; 
}

/**/
.flynoteHidden
{
	position:absolute; 
	z-index:2; 
	visibility:hidden; 
	display:none;
	top:0; 
	left:30; 
	width:0px; 
	height:0px;
}
.flynoteVisible
{
	position:absolute; 
	z-index:2; 
	visibility:visible; 
	top:-33; 
	left:10; 
	width:0px; 
	height:0px;
}

/* =======editor styles markup========= */
h1!Heading 1
h3!Heading 3 
table.content!Content table
/* =======any css code below that will not work!========= */