@charset "windows-1251";

body {background: #e2e3e4;}
#header {background: url(/i/theme_psychologies/header1.png) no-repeat;}
#main {	
	background: #fff;
	min-height: 605px;
	height: auto !important;
	height: 605px;		
}
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#l-wing,
#r-wing,
#l-wing div,
#r-wing div,
#l-wing ul,
#r-wing ul {	
	overflow: hidden;
	display: none;
}
#l-wing div, #r-wing div {display: none;}

/* GRID */
.welcome,
#searchform label {color: #fff;}
.welcome a, .welcome em {background-color: #000;}
.bar-num {color:#e10000}

#user-menu li a,
#user-menu li li a {color: #1b99b0;}

.bar-progress, .user-rating span {border-color:#e10000}
.main-logo {
	width: 300px;
	height: 80px;
}
.user-area-info dt.null a {color: #9af9ff;}

.user-avatar ul li {color: #000101;}
.main-logo strong,
.main-logo a {height: 80px;}
.user-avatar {background: url(/i/theme_psychologies/header1.png) no-repeat 3px -136px;}
.user-area-info {top: 48px;}
/*#user-icons {top: 63px;}*/
#user-icons li em, .welcome span, .user-lenta, #primary h2, #primary h2 a  {color: #000;}
/*#user-icons li.clicked {background: url(/i/theme_summer/comment-open.png) no-repeat 0 2px; margin-right: -8px}
#user-icons li.clicked a {background: url(/i/theme_summer/comment-open.png) no-repeat 100% -34px;}*/

/* TEXT */
.search-result-ad .item p strong, .search-result-ad .item p b {
	color: #B4282E;
}

/* WIDGETS */
.new-mail span, .new-mail-active span, .new-comment span, .new-comment-active span, .user-balls span, .user-balls-active span {
	background-image: url(/i/theme_psychologies/top-icon-set.png);
	background-repeat: no-repeat;
}
.new-comment span, .new-comment-active span {background-position: -35px 0;}	
.user-balls span, .user-balls-active span {background-position: -70px 0;}	

.new-mail-active span {background-position: 0 -20px;}
.new-comment-active span {background-position: -35px -20px;}
.user-balls-active span {background-position: -70px -19px;}

#footer .copy, #footer .copy a {color: #b63a48;  }
#footer .copy span.a {cursor: pointer;}
#footer .copy span.a:hover {text-decoration: underline;}

.footer-promo div, .footer-promo div a {color: #898989;}
.partners {background: #fff;}
#partners-list {background: url(/i/main-bottom.png) no-repeat bottom left;}

.com-list {top: 90px; width: 515px;}
/*.window .close .ico-close {background: url(/i/ico-close.gif) no-repeat;}*/

/* buttons */
.psy-button, .standard-button, .psy-button-disabled {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 4px;
}
.psy-button span, .standard-button span, .psy-button-disabled span {
	display: block;
	padding: 5px 11px 6px 15px;
}
span.standard-button,span.psy-button { cursor:pointer;cursor:hand }

.green, .green span, .brown, .brown span, .standard-button, .standard-button span, .psy-button-disabled, .psy-button-disabled span {
	background-image: url(/i/theme_psychologies/button.png);
	background-repeat: no-repeat;
}
.green  {background-position: 100% -98px;}
.green span {background-position: 0 0;}

.green:hover span {background-position: 0 -29px;}
.green:hover {background-position: 100% -127px;}

.green:active span {background-position: 0 -61px;}
.green:active {background-position: 100% -159px;}

.brown span, .standard-button span {background-position: 0 -199px;}
.brown, .standard-button {background-position: 100% -301px;}

.brown:hover span  {background-position: 0 -229px;}
.brown:hover {background-position: 100% -331px;}

.brown:active span {background-position: 0 -262px;}
.brown:active {background-position: 100% -364px;}

.psy-button-disabled {background-position: 100% -444px;}
.psy-button-disabled span {background-position: 0 -410px; color: #7a7a7a; cursor: default;}

/* pages */

.pages .prev a, .pages .next a, .pages .active, .pages .art-next a, .pages .art-prev a {
	background-image: url(/i/theme_psychologies/pager.png);
}
.pages .next a, .pages .art-next a {
	background-position: -31px 0;
}
.pages .active {
	background-position: -60px 0;
	background-color: #a1a76c;
}

/* comment */
.voting strong {color: #b4282e;}
.voting strong.vote-bad {color: #505050;}

/* pop-up */
.window .ico-close {
	background: url(/i/theme_psychologies/ico-close.png);
}

/*sorting in psychologies/observers/*/
.sort {
    margin-bottom: 15px;
}
.sort .sort-text {
    color: #686C7B;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 7px 0;
}
.sort a {
    -moz-border-radius: 6px 6px 6px 6px;
    display: block;
    float: left;
    margin: 0 3px;
    padding: 7px 10px;
    text-decoration: none;
}
.sort a:hover {
    background: none repeat scroll 0 0 #F1F1F1;
}
.sort a.sort-sel {
    background: none repeat scroll 0 0 #E8E8E8;
    color: #505050;
    display: block;
    float: left;
    padding: 7px 10px;
}
.sort a span {
    border-bottom: 1px dashed #AA1B32;
}
.sort a.sort-sel span {
    border: 0 none;
}