HTML, BODY
{
	width: 100%;
	height: 100%;
}

HTML { overflow-y: scroll; }

HTML > BODY
{
	height: auto;
	min-height: 100%;
}

BODY { position: relative; }

HTML, BODY,
INPUT, TEXTAREA
{
	font-size: 13px;
	font-family: Arial;
}

TEXTAREA { overflow: auto !important; }

BODY A { color:#06c; }
IMG { border:0; }

TABLE, TD, TH 
{
	border-collapse: collapse;
	padding: 0; margin: 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

UL, LI { list-style:none; }

HTML, BODY,
H1, 
LABEL, 
DL, DD, DT,
UL, LI, OL,
FORM
{
	margin:0;
	padding:0;
}

#Logo IMG
{
	width: 219px;
	height: 80px;
}

.headlogo 
{  
	padding: 20px 0 15px 0;
	margin-bottom: 16px;
	//margin-bottom: 0px;
}

.headlogo .navi 
{
	position: relative;
	top: -15px;
}

.LogoCell { width: 20%; }
.LogoCell .logo-br { width: 260px; }

.MainContainerBlock { width: 75%; }

#Footer
{
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#FooterHelper { height: 120px; }

#MainFooter
{
	border-top: 1px solid #c7c7c7;
	padding: 20px 0 30px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 30px;
}

#MainFooter DIV,
#MainFooter DIV A { color: #666; }

#MainFooter .monamour-link { color: #666; }
#MainFooter .feedback-link { float: right; }

#t-top {
	position:absolute;
	right:0;
	width:auto;
	height:28px;
}

#t-top .yourname {
	float:right;
	height:28px;
	text-align:right;
}

#t-top .yourname SPAN {
	position:relative;
	top:4px;
	color:#333;
}

#t-top .help {
	float:right;
	width:39px;
	height:28px;
	background:url(bg-help.gif) bottom left no-repeat;
	background-color:#EBF3F5;
	text-align:center;
	margin:0 0 0 13px;
}

#t-top .help IMG {
	position:relative;
	top:5px;
	left:2px;
	border:0;
	width:16px;
	height:16px;
}

#t-top .exit {
	float:right;
	width:58px;
	height:28px;
	background-color:#EBF3F5;
	text-align:center;
	margin:0 0 0 2px;
}

#t-top .exit A {
	position:relative;
	top:4px;
	color:#333;
}

#t-top .help A {
    color:#333;
}

.clear { clear: both; height:0; font-size:0; }
.f_l { float:left; }

.main-table {
	width:90%;
	margin: 0 auto;
}

.photo_b {
	width:200px;
	height:225px;
}

.photo_l {
	width:80px;
	height:90px;
}

.photo_m {
	width:40px;
	height:45px;
}

.photo_s {
	width:20px;
	height:22px;
}

.abs { position:absolute; }

.user_unlogin {
	position:absolute;
	top:0;
	right:0;
	margin:15px 20px 0 0;
}

.user_unlogin SPAN {
	position:relative;
	top:-13px;
	left:-20px;
}

.ml5 { margin-left:5px; }

.mt5 { margin-top:5px; }
.mt15 { margin-top:15px; }

.mb15 { margin-bottom:15px; }

.f-s-13 { font-size: 13px; }
.f-s-15 { font-size: 15px; }
.f-s-25 { font-size: 25px; }
.f-s-30 { font-size: 30px; }


.gray2 { color: #666; }

.zero 
{
	font-size: 0; 
	overflow: hidden; 
	height: 0;
}

.PageTitles,
.PageTitles H1
{
	font-size: 25px;
	font-weight: normal;
	vertical-align: middle;
}


/* РАМОЧКИ */
.fm-padd-10 { padding: 10px; } 
.fm-padd-15 { padding: 15px; } 
.fm-padd-20 { padding: 20px; } 


.fm-10, .fm-25, fm-35 { position: relative; z-index: 5; }

.fm-c
{
   position: relative;
   z-index: 10;
}

.fm, .fm *
{
   display: block;
   overflow: hidden;
   position: absolute;
   z-index: 1;
}
   .fm { left: 0; top: 0; }
   .fm, .fm .t {  width: 100%; height: 100%; } 
   
   /* --- FIX IE 6 --- */
   .fm
   {
      //width:  expression( Math.round(parentNode.offsetWidth/2)*2 );
      //height: expression( Math.round(parentNode.offsetHeight/2)*2 );
   }
   
	.fm-c * { //position: relative; }
   /* --- /FIX IE 6 --- */
   
   .fm .r { height: 100%;}
   .fm .l { width: 100%; z-index: 1; }
   .fm *   { background-repeat: no-repeat; }
   .fm * * { background: none; display: none; }
   .fm .r, .fm .r *,
   .fm .b, .fm .b * { right: 0px; }
   .fm .b, .fm .b *, .fm .l *, .fm .l { bottom: 0px; }

   
   * HTML .fm * *
   {
      -display: block;
      -width: 1500px;
      -height: 1500px;
   }

   
   
   
/* - 10 - */
.fm-10 .t, .fm-10 .l     { left:  -10px; }
.fm-10 .t, .fm-10 .r     { top:   -10px; }
.fm-10 .t *, .fm-10 .l * { left:   10px; }
.fm-10 .t *, .fm-10 .r * { top:    10px; }
.fm-10 .r, .fm-10 .b     { width:  10px; }
.fm-10 .l, .fm-10 .b     { height: 10px; }
.fm-10 .t                { background-position: 10px 10px; }
.fm-10 .r                { background-position: right 10px; }
.fm-10 .l                { background-position: 10px bottom; }
.fm-10 .b                { background-position: right bottom; }
* HTML .fm-10 .r *       { -left: -1490px; }
/* - 10 - */   
   

/* - 25 - */
.fm-25 .t, .fm-25 .l     { left:  -25px; }
.fm-25 .t, .fm-25 .r     { top:   -25px; }
.fm-25 .t *, .fm-25 .l * { left:   25px; }
.fm-25 .t *, .fm-25 .r * { top:    25px; }
.fm-25 .r, .fm-25 .b     { width:  25px; }
.fm-25 .l, .fm-25 .b     { height: 25px; }
.fm-25 .t                { background-position: 25px 25px; }
.fm-25 .r                { background-position: right 25px; }
.fm-25 .l                { background-position: 25px bottom; }
.fm-25 .b                { background-position: right bottom; }
* HTML .fm-25 .r *       { -left: -976px; }
/* - 25 - */

/* - 35 - */
.fm-35 .t, .fm-35 .l     { right:  35px; }
.fm-35 .t, .fm-35 .r     { bottom: 35px; }
.fm-35 .t *, .fm-35 .l * { left:   35px; }
.fm-35 .t *, .fm-35 .r * { top:    35px; }
.fm-35 .r, .fm-35 .b     { width:  35px; }
.fm-35 .l, .fm-35 .b     { height: 35px; }
.fm-35 .t                { //margin:  -35px 0 0 -35px; //background-position: 35px 35px;  }
.fm-35 .r                { background-position: right 35px; }
.fm-35 .l                { background-position: 35px bottom; }
.fm-35 .b                { background-position: right bottom; }
.fm-35 .r *              { //left: -966px; }
/* - 35 - */

.fm-10-fffce1 .fm *		 		{ background-image: url(f/10-fffce1.gif); } /* yellow */
.fm-20-yellow .fm *		 		{ background-image: url(f/20-yell.png); } /* yellow */
.fm-s-10-fffce1 .fm *	 		{ background-image: url(f/s-10-fffce1.gif); } /* yellow-shadow */
.fm-s-10-fffcdf .fm *	 		{ background-image: url(f/s-10-fffcdf.gif); } /* yellow-shadow2 */
.fm-s2-10-fffce1 .fm *			{ background-image: url(f/s-10-fffce1.png); } /* yellow-shadow3 */
.fm-10-f2f5f9 .fm *				{ background-image: url(f/10-f2f5f9.gif); } /* blue */
.fm-10-f6f7f8 .fm *		 		{ background-image: url(f/10-f6f7f8.gif); } /* gray */
.fm-10-f6f7f8-big .fm *			{ background-image: url(f/10-f6f7f8-big.gif); } /* gray */
.fm-10-fffce1-ff6600 .fm * 		{ background-image: url(f/10-fffce1-ff6600.gif); } /* yellow-orange */
.fm-10-fffce1-ff6600-big .fm *  { background-image: url(f/10-fffce1-ff6600-big.gif); } /* yellow-orange-big */
.fm-s-25-fff .fm *            	{ background-image: url(f/s-25-fff.png); }
.fm-s-25-f5f6f7 .fm *           { background-image: url(f/s-25-f5f6f7.png); }

   /* --- IE 5.5+ --- */
   * HTML .fm-s2-10-fffce1 .fm * { -background: none; }
   
   
.fm-10-fffce1-ff6600-big .fm * *,
.fm-10-f6f7f8-big .fm * * { -height: 2500px; }
.fm-edit-disable .fm * { background: none; }
   
* HTML .fm-s-25-fff .fm * *
{
  -display: block;
  -width: 1000px;
  -height: 1000px;
}
* HTML .fm-20-yellow .fm *,
* HTML .fm-s-25-fff .fm * { -background: none; }

.self-bottom-bg
{
	position: relative; 
	top: -9px;
	//top: -7px; 
	-top: 0; 
	-margin: -9px 0 9px 0;
}
 
 
.fm-edit-disable SELECT,
.fm-edit-disable INPUT,
.fm-edit-disable TEXTAREA,
.fm-edit-disable .edit-show,
.edit-hidden { display: none; }

.fm-edit-disable .edit-hidden,
.edit-show { display: block; }

.save-cancel-btns INPUT { font-size: 11px; }
.save-cancel-line .edit-show DIV,
.save-cancel-line-my DIV { border-top: 1px solid #ccc; height: 0; font-size: 0; overflow: hidden; margin: 10px 0; }
.save-cancel-line-my DIV { margin-top: 20px; }

.p-null { padding: 0 !important; }


   
#overlay 
{
	width: 100%;
	height: 100%;
	position: fixed; //position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=50);
}
   
   
.rejected
{
	color: #ff0000;
	font-size: smaller;
}
/* ФОРМА ВХОДА */

.LoginForm
{
	position: absolute;
	z-index: 1000;
}

.LoginForm .t
{
	height: 39px;
	background: url(index/loginform/lft.png) no-repeat;
}

.LoginForm .b
{
	height: 46px;
	background: url(index/loginform/lfb.png) top no-repeat;
}

.LoginForm .bgrnd
{
	position: relative;
	background: url(index/loginform/lfbg.png) repeat-y;
	width: 511px;
}

.LoginForm A.CloseLoginForm, .ClosePhotoForm
{
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0;
	top: -2px;
	//top: 0px;
	background: url(close_cross.gif) no-repeat;
	cursor: pointer;
	margin: 0px 40px 0 0;
	z-index: 1000;
}

.ClosePhotoForm { margin: 20px 20px 0 0; }

.LoginForm A.CloseLoginForm:hover, .ClosePhotoForm:hover
{
	background: url(close_cross_hover.gif) no-repeat;
}

.LoginForm .inbg
{
	width: 400px;
	margin: 0 0 0 55px;
	font-size: 15px;
}

.LoginForm .inbg A { font-size: 13px; }

.LoginForm .inbg H1
{
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.LoginForm .login-text,
.LoginForm .pswd-text
{
	float: left;
	width: 112px;
	margin-top: 6px;
}

.LoginForm .login-field,
.LoginForm .pswd-field 
{  
	float: left;
}

.LoginForm .login-field INPUT,
.LoginForm .pswd-field INPUT
{
	border: 2px solid #666;
	width: 280px;
	font-size: 22px;
}

.LoginForm .login-field DIV,
.LoginForm .pswd-field DIV
{
	visibility: hidden;
	font-size: 13px;
	color: #c00;
	margin-bottom: 5px;
}

.LoginForm .error-form INPUT { border: 2px solid #c00; }
.LoginForm .error-form DIV { visibility: visible; }

.LoginForm .lost-password
{
	position: absolute;
	right: 0;
	margin: 14px 60px 0 0;
}

.LoginForm .login-submit { margin-left: 112px; //margin-bottom: 20px; }
.LoginForm .login-submit INPUT 
{ 
	font-size: 17px; 
	position: relative; 
	top: 10px;
	margin-bottom: 20px;
	//margin: 0;
}

.LoginForm .rmind
{
	margin-left: 110px;
	position: relative;
	top: -5px;
}

.LoginForm .rmind INPUT { vertical-align: middle; }

.ErroredLogin .t { background: url(index/loginform/lft_e.png) no-repeat; }
.ErroredLogin .b { background: url(index/loginform/lfb_e.png) no-repeat; }
.ErroredLogin .bgrnd { background: url(index/loginform/lfbg_e.png) repeat-y; width: 511px; }

.LoginForm .t,
.LoginForm .b,
.LoginForm .bgrnd,
.ErroredLogin .t,
.ErroredLogin .b,
.ErroredLogin .bgrnd { -background:none; }

* HTML .ie-bugfix { -margin-bottom: 20px; }

/* КОНЕЦ ФОРМЫ */

.close-cross
{
	display: block;
	width: 13px;
	height: 13px;
	background:url(close_cross.gif) no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index:9999;
}
.close-cross:hover { background:url(close_cross_hover.gif) no-repeat; }

#Liza.contact-page
{
	font-size: 17px;
	margin: 30px 0 0 15px;
}
#Liza.contact-page IMG {
	position: absolute;
	margin-top: -3px;
}

.btn .l {
    width: 7px;
    background: url(btl.gif) no-repeat;
}

.btn .c {
    background: url(btc.gif) repeat-x;
}

.btn .l, .btn .r, .btn .c {
    margin: 1px 0px 1px 0px;
    float: left;
    height: 16px;
    display:block;
    font-size:11px;
    color:#fff;
    cursor:pointer;
    font-style:normal;
}

.btn .r {
    width: 7px;
    background: url(btr.gif) no-repeat;
}

