body, td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ddd;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  color: #fff;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

h2 {
  font-size: 17px;
  font-weight: normal;
}

hr {
  height: 1px;
  color: #B3B3B3;
}

.main {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ddd;
  line-height: 1.5em;
}

.news {
  color: #000000;
  padding-left: 24px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-color: #9e9c9d;
}

.news_text {
  color: #000000;
  line-height: 1.5em;
}

.news_text .newsList a {
  color: #000;
}

.news_text .newsList a:hover {
  color: #333;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #ddd;
}

.main a img {
  border: solid 2px #fff;
}

.main a:hover img {
  border: solid 2px #ddd;
}

/*
a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

a:active {
  color:#FFFFFF;
  text-decoration:underline;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}*/

a.nav:link {
  color: #E39D3F;
  text-decoration: none;
}

a.nav:visited {
  color: #E39D3F;
  text-decoration: none;
}

a.nav:active {
  color: #E39D3F;
  text-decoration: none;
}

a.nav:hover {
  color: #E39D3F;
  text-decoration: underline;
}

a.anews {
  color: #000000;
}

a.anews:hover {
  color: #333;
}

.headerNewsDate {
  background-color: #EDA62A;
  color: #000;
  padding: 0 3px;
  margin-right: 5px;
}

#paginationControl {
  margin-top: 1em;
}

#paginationControl span {
  background: #EDA62A;
  border: solid 1px #EDA62A;
  padding: 1px 3px;
  color: #fff;
}

#paginationControl a {
  border: solid 1px #acacac;
  padding: 1px 3px;
  color: #acacac;
  text-decoration: none;
}

#paginationControl a:hover {
  border: solid 1px #EDA62A;
  padding: 1px 3px;
  color: #EDA62A;
  text-decoration: none;
}

.imagesContainer {
  background-color: #2d2d2d;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 2.5em;
}

.photoWrapper {
  float: left;
  width: 141px;
  margin-right: 49px;
  margin-bottom: 20px;
}

.photo {
  width: 140px;
  height: 140px;
  background-position: center;
  border: solid 1px #e1e1e1;
}

.noMarginRight {
  margin-right: 0;
}

.newsAnnounce p {
  margin-top: 0;
}

strong {
  color: #eee;
}

.salonItem {
  background-color: #2d2d2d;
  margin-bottom: 1.5em;
}

.salonPhotoWrapper {
  float: left;
  width: 141px;
  margin-right: 25px;
  margin-bottom: 20px;
}

/*forum*/

.new-topic {
	background-color:#EDA62A;
	border:1px solid #FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	color: #000;
	text-decoration: none;
	float: right;
	margin: 1em 10px 0 0;
}

.forum-topic-title {
	padding-left: 25px;
	background: url(../images/topic.gif) no-repeat 0 0;
}

.forum-topic-title a.more {
	font-size: 12px;
}

.forum-topic-title b {
	font-size: 12px;
}

.forum-topic-title sup{
	color: #EDA62A;
	margin-left: 3px;	
}

.forum-topic-author {
	margin-left: 10px;
	color: #7a7a7a;
}

.forum-topic-author  a{
	color: #7a7a7a;
}

.forum-topic-content {
	padding-left: 25px;
	margin: 0.5em 0;
}

.forum-topic-content a.more{
	font-weight: bold;
	color: #EDA62A;
}

.reply  {
	text-align: right;
}

.reply a{
	color: #EDA62A;
}

.forum-topic {
	padding: 10px 0;
	border-bottom: solid 1px #292929;
	border-top: solid 1px #3a3a3a;
}

.forum-topic-first {
	border-top: none;
}

.forum-topic-last  {
	border-bottom: none;
}

.topic-comments {
	margin-bottom: 15px;
	margin-left: -10px;
}

.comments-wrapper {
	padding-left: 10px;
}

.comment-title {	
	font-weight: bold;
}

.comment-title  a {
	color: #7e7e7e;	
	outline: none;
}

.comment {
	padding: 3px 10px 5px 23px;	
	background: url(../images/comment.gif) no-repeat 3px 6px;
}

.comment-content{
	margin: 0.3em 0;
}

.comment-hide {
	display: none;
}

.comments-wrapper  .active {
	background-color: #383838;
	background-image: url(../images/comment-active.gif);
}

.comments-wrapper  .active  .comment-hide {
	display: block;	
}

.comments-wrapper  .active  .comment-title a {
	color: #fff;
}

.comments-wrapper  .comment-title .forum-topic-author {
	font-weight: normal;
}

.message {
	font-weight: bold;
	color: #EDA62A;
	padding: 10px;
	border: solid 1px #EDA62A;
	margin-bottom: 10px;
}
/*endforum*/