/**
 * GENERAL
 */

body, div, form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

a {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	text-decoration: underline;
	color: #277E33;
	font-size: 12px;
}


.d_center iframe {
        /*border:1px solid black;*/
        height:1350px;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}


/**
 * HEADER MODULES (SEARCH, CATEGORIES SCROLLER)
 */

.header {
	margin-left: 400px;
	text-align: right;
}

.search {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	background-color: #8DD497;
	padding: 60px 10px 48px 10px;
	/*padding: 60px 10px 40px 10px;*/
	/*padding: 47px 10px 27px 10px;*/
	text-align: left;
}

.search h3 {
	color: #277E33;
	font-size: 11px;
	margin-bottom: 10px;
}

.search .input {
	width: 160px;
	height: 17px;
	background-image: url(../images/search_input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #AFB7B0;
	color: #666666;
	font-size: 12px;
}

.search .button {
	background-image: url(../images/search_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 34px;
	border: 0px;
	cursor: pointer;

    /*    margin-top:12px;
        margin-left:190px;*/
}

.button2 {
	background-image: url(../images/lupa.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 34px;
	border: 0px;
	cursor: pointer;
}


.search fieldset {
	border: 0px;
}

.category_gallery {
	margin-top: 10px;
        position:relative;
}

/**
 * TOP MENU
 */

table.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #EDEDED;
	margin-top: 5px;
}

table.menu td.td-left {
}

table.menu td.td-right {
	width: 21%;
}

table.menu a {
	display: block;
	width: 144px;
	padding: 26px 0px 6px;
	background-image: url(../images/menu_link_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	float: right;
}

table.menu a:hover {
	background-image: url(../images/menu_link_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

table.menu a#active_menu {
	background-image: url(../images/menu_link_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

table.menu td.td-right a {
	float: none;
	margin: 0px auto;
}


/**
 * WRAPPER CONTENT
 */

table.wrapper {
	background-color: #D8F3DA;
	width: 100%;
}

table.wrapper td.space {
	width: 15px;
}

table.wrapper td.left-block {
	background-color: #FFFFFF;
	padding: 10px 0px 10px 5px;
	border-top: 2px solid #D8F3DA;
	border-bottom: 2px solid #D8F3DA;
	width: 200px;
}

table.wrapper td.right-block {
	background-color: #8DD497;
	padding: 15px;
	width: 184px;
}

table.wrapper div.content-wrapper {
	background-color: #FFFFFF;
	border: 2px solid #8DD497;
	margin: 5px 15px 2px 25px;
	padding: 8px 10px;
	min-height: 320px;
}



/**
 * CONTENT TAGS
 */
h1 {
 	background-image: url(../images/h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 1px 10px 2px;
	font-size: 11px;
}
 
span.del-category {
 	display: block;
 	margin: 5px;
 	background-color: #BDE9C3;
	border: 2px solid #8DD497;
	width: 47%;
}

span.del-category:hover {
	background-color: #D2F0D7;
}

span.del-category a.main {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
}

span.del-category a.sub {
	font-size: 9px;
	font-weight: bold;
}

span.del-category img.category-icon {
	margin-right: 8px;
}

div.register a {
	display: block;
}

div.wrap-cont-in {
	padding: 10px;
}

td.right-block #form-login {
	background-image: url(../images/right_mod_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

td.right-block #form-login h3 {
	background-image: url(../images/login_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 55px 0px 15px 70px;
	color: #227F30;
	font-size: 11px;
	font-weight: bold;
}

td.right-block #form-login .log {
	background-image: url(../images/right_mod_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 12px 15px;
}

td.right-block div.register {
	background-image: url(../images/right_mod_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 10px;
}

td.right-block div.register h3 {
	background-image: url(../images/register_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 55px 0px 15px 60px;
	color: #227F30;
	font-size: 11px;
	font-weight: bold;
}

td.right-block div.register div {
	background-image: url(../images/right_mod_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 12px 15px;
}

td.right-block div.register div {
	font-size: 10px;
}

td.right-block div.register div a {
	font-size: 10px;
	font-weight: bold;
	color: #227F30;
	display: block;
	margin: 3px 0px;
}

#modlgn_username {
	width: 154px;
	margin: 10px 0px;
}

#modlgn_passwd {
	width: 154px;
}

div.bottom-menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 10px 0px;
}

div.bottom-menu a {
	color: #227F30;
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
}

img.services {
	position: absolute;
	left: 30px;
	margin-top: -12px;
}

.footer {
	background-color: #D8F3DA;
}

.footer td {
	padding: 3px;
	font-size: 9px;
}

.footer .right {
	background-color: #8DD497;
	width: 208px;
}

.red_star {
	border: 1px solid red;
	background-color: #FFDFDF;
	color: #d50e0e;
	text-align: center;
	margin: 10px 0px;
}

span.red_star {
	border: 0px;
	background-color: transparent;
	color: #d50e0e;
	text-align: center;
}

fieldset {
	border: 0;
}

#fck_area {
	width:500px;
	height:800px;
}
#text___Frame {height: 400px;}

.input_country, .input_city {
	width: 200px;
}
.progress {
	cursor: default;
	background-image: url('/images/progress.gif');
}
.adsshapka {
    position: absolute;
    top: 88px;
    left: 280px;
}
.sagolovok {
	position: absolute;
    	top: 28px;
    	left: 270px;
	font-size:22px;
	color:#405B30;
	font-weight:bold;
}
.sagolovok_s {
	/*position: absolute;*/
        margin:0 auto;
    	/*top: 28px;
    	left: 270px;*/
        width:750px;
        text-align:center;
	font-size:22px;
	color:#405B30;
	font-weight:bold;
        padding:5px;
        /*border:1px solid black;*/
}
a.wg_link:link, a.wg_link:visited, a.wg_link:hover
{
        text-decoration:none;
}

a.wg_ahead:link, a.wg_ahead:visited, a.wg_ahead:hover, a.wg_bot:link, a.wg_bot:visited, a.wg_bot:hover {color: #234c00;}

a.wg_ahead:link, a.wg_ahead:visited, a.wg_ahead:hover, a.wg_bot:link, a.wg_bot:visited, a.wg_bot:hover {
        font-family:verdana;
        font-size:13px;
        color: #234c00;
        text-decoration:none;
}
a.wg {
        font-family:verdana;
        font-size:18px;
        font-weight:bold;
        color:black;
        text-decoration:none;
}

.ok {
	border: 1px solid green;
	background-color: #a4e5a2;
	color: #27701e;
	text-align: center;
	margin: 10px 0px;
}

a.wg_link:link, a.wg_link:visited, a.wg_link:hover {text-decoration:none;}

/* ---------------------------------- Календарь ---------------------------------------------------------- */
/* Фон календаря */
.cal_div {
        background-color:#eceee1;
        width: 100%;
}
/* Таблицы месяцев */
.cal_white, .cal_green {
        border:1px solid black;
        font-size:11px;
        color:#808080;
        text-align:center;
}
.cal_white {background-color:white;}
.cal_green {background-color:#ffffcc;}

/* Ссылка активного дня */
a.cal_a:link, a.cal_a:visited, a.cal_a:hover {
        font-weight:bold;
        font-size:11px;
        color:#000000;
        text-decoration:none;
}
/*---------------------------------------------- Правая сторона ------------------------------------------- */

.art_menu a:link    {color:#DF2094;}
.art_menu a:visited {color:#DF2094;}
.art_menu a:hover   {color:#DF2094;}




