/* 			QQsystem 		 */
/* Системные стили оформения */




/* Рейтинг */
.rating_1 {
	background:url(../QQimages/rating.png) no-repeat;
	height:27px;
	width:30px;
	float:left;
}
.rating_2 {
	background:url(../QQimages/rating_no-sel.png) no-repeat;
	height:27px;
	width:30px;
	float:left;
}
.rating_3 {
	background:url(../QQimages/rating_sel.png) no-repeat;
	height:27px;
	width:30px;
	float:left;
}
#QQrating_values {
	font-size:12px;
	color:#888;
	text-align:center;
	margin-top:30px;
}


/* Избранное */
  
  /* Добавлено в избранное */
  .QQfavoriteOn {
	  background:url(../QQimages/favoriteOn.png) no-repeat;
	  width:57px;
	  height:51px;
	  float:left;
  }


   /* Не добавлено в избранное */
  .QQfavoriteOff {
	  background:url(../QQimages/favoriteOff.png) no-repeat;
	  width:57px;
	  height:51px;
	  float:left;
  }

/* Ошибки и сообщения */
.QQajaxMessageBad {
	padding:5px;
	background:#ffe9e8;
	width:99%;
	text-align:center;
	vertical-align:middle;
	font-size:11pt;
	font-family:tahoma;
	color:#333;
}
.QQajaxMessageBad a {
	color:#de0c0c;
	text-decoration:underline;
}
.QQajaxMessageBad span {
	font-size:12pt;
	font-weight:bold;
}

/* Сообщение */
.QQajaxMessageGood {
	padding:5px;
	background:#fff8c7;
	width:99%;
	text-align:center;
	vertical-align:middle;
	font-size:11pt;
	font-family:tahoma;
	color:#222;
}
.QQajaxMessageGood a {
	color:#de0c0c;
	text-decoration:underline;
}
.QQajaxMessageGood span {
	font-size:12pt;
	font-weight:bold;
}

/* Навигация */
.pages {
	margin:18px 0 21px 0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:16px;
}
.pages li {
	float:left;
	border:1px solid #e7e7e7;
	padding:8px 10px;
	margin:0 4px 5px 0;
	background:#fff;
}
.pages li.active {
	color:#fff;
	background:#ff0048;
}
.pages li.active a {
	color:#fff;
}
.pages li.inactive {
	background:#f1f1f1;
}
.pages li.inactive a {
	text-decoration:none;
}
.pages a {
	color:#9a9a9a;
	text-decoration:none;
}

/* Модальные окна */
#QQmask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background:#000;
    display:none;
}
  
#QQmodal .window {
    display:none;
	border:3px solid #ff007e;
    position:absolute;
    left:0;
    top:0;
    width:200px;
    height:180px;
    z-index:9999;
    padding:20px;
	background:#fff;
}  
/* Сообщение */
#QQmodal .Message {
	height:15px;
	padding:4px;
	background:#fff8c7;
	width:99%;
	text-align:center;
	vertical-align:middle;
	font-size:10pt;
	font-family:tahoma;
	color:#222;
	margin-bottom:15px;
}
#QQmodal .Message a {
	color:#de0c0c;
	text-decoration:underline;
}