body{
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	background: white;
}
#header .center{
	background: url(images/main_page/merida_mp.gif) no-repeat;
	width: 850px;
	height: 115px;
	margin: auto;
}
a{
	color: #179cf1;
}
form{
	margin: 0;
	padding: 0;
}
#main{
	height: 297px;
}
#main .center{
	width: 850px;
}
#main .center .expander{
	width: 850px;
}
#main .left{
	background: url(images/main_page/mp_add_left.gif);
}
#main .left .expander{
	background: url(images/main_page/mp_top_left.jpg) no-repeat right;
	height: 297px;
	width: 90px;
	float: right;
}
#main .right{
	background: url(images/main_page/mp_add_right.gif);
}
#main .right .expander{
	height: 297px;
	width: 90px;
	float: left;
}


#main .center .left{
	background: url(images/main_page/mp_flash_place.jpg) no-repeat;
	width: 608px;
	height: 297px;
	float: left;
}
#main .center .right{
	background: url(images/main_page/mp_top_right.jpg) no-repeat;
	width: 222px;
	height: 277px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
}

#menu{
	height: 59px;
}

#menu .center{
	background: url(images/main_page/menu_gl_m.gif) no-repeat;
	width: 850px;
}
#menu .left,
#menu .right{
	background: url(images/main_page/menu_gl_add.gif);
}
#menu .left .left{
	background: url(images/main_page/menu_gl_end_l.gif) no-repeat left;
	float: left;
	height: 59px;
	width: 10px;
}
#menu .left .right{
	background: url(images/main_page/menu_gl_left.gif) no-repeat right;
	float: right;
	height: 59px;
	width: 80px;
}
#menu .right .right{
	background: url(images/main_page/menu_gl_end_r.gif) no-repeat right;
	width: 80px;
	height: 59px;
	float: right;
}

#menu .center .expander .left{
	float: left;
}
#menu .center .expander .right{	
	margin-right: 10px;
	float: right;
}


#content .center{
	/* background: url(images/main_page/mp_right.gif) no-repeat right top; */
	width: 850px;
}
#content .center .expander{
	width: 850px;
}
#content td.left{
	vertical-align: top;
}
#content .left .left{
	background: url(images/main_page/mp_left.gif) no-repeat left;
	width: 80px;
	height: 162px;
	float: right;
}
#content .right .right{
	width: 80px;
	height: 59px;
	float: left;
}
#content .center .expander .expander_left .left,
#content .center .expander .expander_left .right{
	width: 280px;
	float: left;
	padding: 5px 10px;
	color: #08559B;
	line-height: 16px;
}

#content .center .expander .expander_left,
#content .center .expander .expander_right{
	display: inline;
	float: left;
}
#content .center .expander .expander_left{
	width: 605px;
}
#content .center .expander .expander_right{
	width: 245px;
}

#content .center .expander .expander_left .top,
#content .center .expander .expander_left .middle{
	width: 585px;
	display: inline;
	float: left;
	padding: 5px 10px;
}

#content .center .expander .expander_right .right_column_content{
	width: 225px;
	padding: 10px 0 0 20px;
	overflow: hidden;
}

#content  .right_pl{
	background: url(images/main_page/mp_right.gif) no-repeat right top; 
}
#content  .right_en{
	background: url(images/main_page/mp_right_en.gif) no-repeat right top; 
}
#content  .right_cs{
	background: url(images/main_page/mp_right_cs.gif) no-repeat right top; 
	display: block;
}

#footer .center{
	background: url(images/main_page/mp_bottom.gif) no-repeat left;
	height: 30px;
	text-align: center;
}
#footer .center .left{
	width: 600px;
	text-align: center;
	font-size: 10px;
	color: #4E8DD8;
	float: left;
}



/*---------------------*/

.cat_search,
.auth_loginform{
	width: 200px
}

.cat_search .header{
	background: url(images/main_page/mp_search_box.gif);
	height: 20px;
	color: white;
	line-height: 20px;
	padding-left: 10px;
}

.auth_loginform .header{
	background: url(images/main_page/mp_login_box.gif);
	height: 20px;
	color: white;
	line-height: 20px;
	padding-left: 10px;
}
.cat_search .text,
.auth_loginform .text{
	background: #f0f0f0;
	border-left: solid 1px #dfdddd;
	border-right: solid 1px #dfdddd;
	padding: 10px;
	color: #08559B;

}

.auth_loginform .footer,
.cat_search .footer{
	background: url(images/main_page/mp_box_bottom.gif);
	height: 14px;
	font-size: 0px;
	width: 200px;
}

.cat_search .input_text,
.auth_loginform .input_text{
	float: left;
	width: 100px;
	font-size: 11px;
	font-family: verdana;
	color: #08559B;
}
.cat_search .text{
	height: 27px;
}
.auth_loginform .text{

	height: 85px;

}

.cat_search a,
.auth_loginform .input_submit{
	text-indent: -1000px;
	float: right;
	overflow: hidden;
	display: block;
	height: 27px;
	width: 35px;
	background: url(images/main_page/go_2.gif) no-repeat center;
}


div.overlay { 
     
    /* growing background image */ 
    background-image:url(../../modules/jquery/overlay_img/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
	padding-top: 100px;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../../modules/jquery/overlay_img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../../modules/jquery/overlay_img/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../../modules/jquery/overlay_img/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}