html{
	background: #222;	
}
body{
	
	font: 1em "Trebuchet MS", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #888;
	letter-spacing:0.055em;
	line-height: 1.1em;
	height: 100%;
	text-align:center;
	margin:0px;	
	overflow: -moz-scrollbars-vertical;
}
a{
	color: #888;
 	
}
a img{
	border: 0;
}


td,th{
	color: #888;
	
	padding:4px;
}
th{
	color: #888;
	text-align:left;
	padding: 3px;
	border-bottom:1px solid #333;
}
h1{
  /*start add ck 220906 */
  font-size:200%;
  margin-top: 15px;
  /*stop add ck 220906 */
	margin-bottom: 30px;	
}

h1, h2, h3{
	font-weight: normal;
	letter-spacing:0;	
	line-height:100%;
}

.news_title {
        font-size: 1.2em;
        color:#fcfcfc;
	font-weight: normal;
	letter-spacing:0;	
	line-height:100%;
       
}

a.news_title{
     color:#fcfcfc;
	font-weight: normal;
	letter-spacing: 0;	
	line-height:100%;
        text-decoration:none;
        
}

	

a.news_title:hover{
      text-decoration:underline;
      background: none;
}

.faces {
    font-size: 0.85em;
    color:#CCC;
	font-weight: normal;
	letter-spacing:0;	
	line-height:100%;
	padding:0;
        text-align:center;
}

.facest {
    font-size: 0.75em;
    color:#CCC;
	font-weight: normal;
	letter-spacing:0;	
	line-height:100%;
	padding:0;
        text-align:left;
}

a.facest {text-decoration:none;}



h1,h2, .post-detail h3 a{
	color: #CCC;
}

.news_date {
font: 80% "Lucida Grande", Tahoma, Arial, sans-serif;
color: #444;
margin: -5px 0 2px 0;
}

.rightcol{

	float: right;
	padding:0;
	width:200px;
}
.rightcol ul{	
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.rightcol ul li{
	margin: 0;
	padding: 0;
	border-bottom:  1px solid #222;
}
	
.rightcol ul li a{
	display: block;
	width: auto;
	padding: 6px;
	margin: 0;	
	font-size: 13px;
}

/* tbl sort head */
.sort-col-asc{
	padding-left: 20px;
	background: url(http://www.hypediss.com/images/arrow_up.gif) no-repeat 0 80%;
}
.sort-col-desc{
	padding-left: 20px;
	background: url(http://www.hypediss.com/images/arrow_down.gif) no-repeat 0 80%;
}

/* tbl rows */
.odd{
	background-color: #1C1C1C;
}


input, select, textarea{
	font: 12px 'Lucida Grande', Tahoma, Arial, sans-serif;
	border:0;
	background:#555;
	color:#FFF;
	padding: 2px;
}
input.captcha{
	width:160px;
}
textarea{
	width: 100%;
}	
fieldset{
	border: 1px solid #333; 
	padding:10px;
	margin: 15px 0 15px 0;
}	
legend{
	font-size:18px;
}

.here {
	background: transparent url(http://www.luxu.ru/images/here.png) repeat-x 0 bottom;
}
a.here{
	color: #CCC;
}
.highlight {
	color: #CCC;	
}

/* form error display */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #333;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #CCC;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	color: 	#CCC;
}
/* messages */
#flash-notice{
	background:#0C0 url(http://www.hypediss.com/images/notice-bg.png) repeat-x 0 100%;
	color:#FFF;
	padding:10px;
	margin: 10px 0 10px 0;
}
#flash-message{
	background:#09F url(http://www.hypediss.com/images/message-bg.png) repeat-x 0 0;;
	color:#FFF;
	padding:10px;
	margin: 10px 0 10px 0;	
}
#flash-message a{
	color: #FFF;
}
#flash-warning{
	background:#F00 url(http://www.hypediss.com/images/warning-bg.png) repeat-x 0 100%;
	color:#FFF;
	padding:10px;
	margin: 10px 0 10px 0;	
}

#container{
	margin:0 auto;
	width: 900px;
	text-align:left;
}
#container-minwidth{
	width:765px;
	font-size:1px;
}
#header{
	border-bottom:1px solid #333333;
	height:75px;
	position: relative;
}
#header .nav-left{
	position: absolute;	
	bottom: 0;
	left: 0;
	padding:5px;
}	

#header .nav-right{
	position: absolute;	
	bottom: 0;
	right: 0;
	padding:5px;	
}	
#logo-header{
	
	position:relative;
	/*start add ck 220906 */
	
	/*stop add ck 220906 */
	min-height:120px;
}
.pager{
	margin:  20px 0 20px 0;
	
	color:#FFF;
}
.pager a{
	border: 1px solid #333;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	background: transparent url(http://www.luxu.ru/images/here.png) repeat-x 0 bottom;

	
}
.pager a:hover{
	border: 1px solid #333;
	padding: 3px 6px 3px 6px;
	  text-decoration: underline;
          color:#FFF;
}

.pager1 a{
	border: 1px solid #555;
	padding: 2px 4px 2px 4px;		
}
/* posts */
.post{
	padding: 8px 0 8px 0;
	
}
#comments{
	margin: 10px 0 30px 0;
	/*border-top:1px solid #333;*/
}
.comment{
	padding:9px;
	border-bottom:  1px dotted #333;
}

.post-cbca{
/*start add ck 220906 */
  width:100%;
/*end add ck 220906 */  
	position: relative;
	font-size: 10px;
	color: #555;
	margin: 1px 0 0 0;
}
.post-cbca a {
	color:  #555 ;
	text-decoration: underline;
}	
.post-cbca a:hover{
	color:#CCC;
}

.pimg{
	float:left;
	width: 120px;
	height:240px;
	text-align: left;
	margin: 10px 8px 0 0;
	position: relative;	
}
.fimg{
	float:left;
	width: 31px;
	height:31px;
	margin-right: 10px;
	position: relative;	
}
.video{
	width:100px;
	height:100px;	
	background :url(http://www.hypediss.com/images/video.gif) no-repeat 100% 100%;
	position: absolute;	
	top: 0; 
	left: 0;
}
.sl{
	float:left;
}
.report{
/*start add ck 220906 */
	position: absolute;
/*start end ck 220906 */	
	right:  0;
	top:  0;
	font-size: 10px;
}



.report select{
	font-size: 9px;
	background: #222;
	color:  #999;
	border:  1px solid #333;
	z-index: 100;
}
.report select.disabled{
	color:  #444;	
}	

/* cols */
.col50{
	float: left;
	width: 50%;
}
.col-left{

	float: left;
	width: 550px;
	padding:0;

/* 	border-right: 1px dotted #333;  */
}
.col-right{
	float: right;
	padding:0;
	padding-top:10px;
	
	width:350px;
}
.col-right ul, #messages-folder ul{	
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.col-right ul li,#messages-folder ul li{
	margin: 0;
	padding: 0;
	border-bottom:  1px solid #222;
}
	
.col-right ul li a, #messages-folder ul li a{
	display: block;
	width: auto;
	padding: 0;
	margin: 0;	
	font-size: 13px;
}
.col-right ul li a.highlight{
	color: #EEE;
}
.col-right ul li a:hover, #messages-folder ul li a:hover{
	display: block;
	color: #CCC;
	background: transparent url(http://www.hypediss.com/images/here.png) 0 50%;
	text-decoration: none;	
}
.colleft{
	float: left;
	padding: 0;
	width:170px;
}
.colleft ul{	
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.colleft ul li{
	margin: 0;

	padding: 0;
	border-bottom:  1px solid #222;
}
	
.colleft ul li a{
	display: block;
	width: auto;
	padding: 6px;
	margin: 0;	
	font-size: 13px;
        text-decoration: none;	
}
.colleft ul li a.highlight{
	color: #EEE;
}
.colleft ul li a:hover{
	display: block;
	color: #CCC;
	background: transparent url(http://www.luxu.ru/images/here.png) 0 50%;
	text-decoration: none;	
}

.space{
	clear:both;
	height:1px;
	font-size:1px;
}
/* tabs */
#tabs {
	float:left;
	width:100%;
	background:#222 url(../images/tabs-bg.gif) repeat-x bottom;
	margin: 0 0 15px 0;
}
#tabs ul {
	margin:0;
	padding:0 10px 0 5px;
	list-style:none;
}
#tabs li {
	float:left;
	margin:0;
	padding:0 0 0 2px;
}
#tabs a {
	float:left;
	display:block;
	background: #333; /* url("right.gif") no-repeat right top;*/
	font-size: 14px;
	padding:6px 14px 6px 14px;
	text-decoration:none;
	color:#777;
	border: 1px solid #333;
	border-bottom: none;	
	
}
#tabs a:hover {
  	color:#CCC;	
	background: #444;
	border: 1px solid #444;
	border-bottom: none;		
}
#tabs a.here {
	color:#CCC;
	background: #222;	
}
#tabs a:hover.here{
	color:#CCC;
	background: #222;		
	border: 1px solid #333;
	border-bottom: none;	
	
}

/* hype it - diss it */
.voting-box{
/*start add ck 220906 */
	width:170px;
	height:100%;
/*start end ck 220906 */
	float:left;
	margin: 0 10px 0 0;
	padding:0px;
	border-right: 1px solid #333;
	position: relative;
}
.vote-img{
	width:70px;
	height:20px;
	overflow: hidden;	
}
.post-detail{
	float:left;
	color: #888;
	font-size: 13px;
	width: 100%;
	
}
.post-detail h3{
	padding-bottom: 5px;
	font-size: 14px;
}
.clickable {
	cursor: pointer;
}
.hype-it{
	width:70px;
	height:20px;
	overflow: hidden;
	background: transparent url(http://www.hypediss.com/images/hype-it.gif) no-repeat;
}
.diss-it{
	width:70px;
	height:20px;
	overflow: hidden;
	background: transparent url(http://www.hypediss.com/images/diss-it.gif) no-repeat;
}
.vote-dissabled{
	background-position: left -40px;	
}
.vote-voted{
	background-position: left -20px;	
}


.post-detail h3{
	margin: 0;
}
.hypes-count{
	font-size: 14px;
	color:#FFF; /* HYPE_COLOR */
	padding: 2px 0 0 0;	
	width: 32px;
	text-align:center;		
}
.disses-count{
	font-size: 14px;
	color:#9C6; 	/* DISS_COLOR */
	padding: 2px 0 0 0;
	width: 32px;
	text-align:center;	
}
#tags-expand, #tags-colapse{
	margin: -10px 0 0 0;
}
* html #tags-expand, #tags-colapse{
	margin: 0;
}

#tag-cloud, #tag-cloud-expanded{
	text-align:center;
	line-height:2em;
}
#tag-cloud a,#tag-cloud-expanded a{
	color: #999;
}	
#tag-cloud a:hover, #tag-cloud-expanded a:hover{
	color: #CCC;
}
#tag-cloud a.here, #tag-cloud-expanded a.here{
	color: #CCC;
}
.user-img{
	float:left;
	text-align:center;
	border: 1px solid #333;
	margin: 0 10px 10px 0;
	padding: 5px;
	font-size: 9px;
}

ul.linear {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 0.8em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	
}
ul.linear li{
	/* background: url(http://www.luxu.ru/images/separator.gif) no-repeat 100% 0;		*/
	display: inline;	
	text-align: left;
	
	padding:0;
	margin:0;
	margin-bottom: -2px;
	margin-left: 2px;
	float: left;
}
ul.linear li.last{
	background: none;
	border: none;
}
ul.sub-nav{
	margin: -20px 0 30px 0;
	padding:0;
}
ul.linear li a{
	padding: 4px 6px 4px 6px;
        text-decoration:none;
 background: #333;

       
}
ul.linear li a:hover{
	padding: 4px 6px 4px 6px;
	color: #fff;
	border: none;
        text-decoration:none;
	 background: #333;

}
.spano {padding: 4px 6px 4px 6px;
       margin: 0 -5px 0 -5px;
        background: #222;
	color: #fff;
	border: 1px solid #333;
	border-bottom: 1px solid #222;
	}


#footer{
        border-top: 1px solid #333;	
	height: 80px;
	padding: 20px 0 0 0;
	
	
}
.foot{
       
	
	font: 70% 'Lucida Grande', Tahoma, Arial, sans-serif;
	
}

.pos-rel{
	position:  relative;
}
.pos-abs-right{
	position: absolute;	
	right:  0;
	bottom: 18px;
	z-index:100;
}

.user-box{
	border:  1px solid #444;
	float: left;
	 padding: 3px;
	background: #333;
	/* ck remove 220906 height: 45px; */
	/* ck remove 220906 width:  60px; */
	/* ck remove 220906 overflow: hidden; */
	 margin:  0 5px 5px 0;
	position: relative; 
}
.relations{
	height: 65px;
}
.user-box .username{
	font-size: 10px;
	bottom:  3px;
	width: 58px;
	text-align: center;
	overflow:hidden;
}
.user-box .userimage{
	width: 58px;
	text-align:center;
}
 .username{
	font-size: 10px;	
}
/* 404 */
.not-found{
	background:  url(http://www.hypediss.com/images/not-found.gif) no-repeat 10px 10px;
	padding: 10px 10px 10px 130px;
	height:  120px;
}

.via, .via2{
	font: 90% 'Lucida Grande', Tahoma, Arial, sans-serif;
	margin: 7px 0 0 0;
	color:  #555;	
}
.via2{
	margin:  -15px 0 2px 0;
	position: relative;
}
.via a, .via2 a{
	color:  #555;
	text-decoration:  underline;
}
.via a:hover, .via2 a:hover{
	color:  #999;
	text-decoration:  underline;
}

.preview{
	border: 1px dotted #333;
	background: #1C1C1C;
	padding:  10px;
	margin:  0 0 10px 0;
}
.user-list td{
	border-left:  1px solid #333;
	text-align: right;
}
.user-list td.left-cell{
	border-left: none;
	text-align: left;	
}

.admin-box{
	padding: 2px;	
	margin: 10px 0 10px 0;
	background: #2c2c2c;
	font-size: 10px;
}
.admin-box a{
	font-size: 10px;
}
a.admin-ok{
	color:  #090;
}
a.admin-del{
	color:  #F00;
}
.important{
	font-weight:  bold;
}
#sidebar{
	font-size: 12px;
	padding:0;
	margin: 0;
text-align: left;
}

#sidebar a{
	 
         color:  #ccc;
	  text-decoration:underline;
	
}
#sidebar p{
	  font-size: 11px;
          
	
}

#faq h3, #privacy h3, #sidebar h3{
	margin: 20px 0 5px 0;
	color: #CCC;
	font-size: 15px;
	width:40%;
	padding:2px;
	background: transparent url(http://www.luxu.ru/images/here.png) 0 50%;

}
#tos ul{
}
#tos li{
	margin: 0 0 15px 0;
}
#tags-btn{
	position:absolute;
	bottom: 3px;
	right:3px;
}
.user-box-overlay{
	position: absolute;
	top:1px;
	right: 1px;
}
/* messages */

#messages-folder{
	float:left;
	width:18%;
}
#messages-window{
	float:left;
	width:80%;
	border: 1px solid #333;
	height:500px;
}

#messages-list{
	height: 174px;
	border-bottom: 1px solid #333;
	overflow: auto;
}
#message-body{
	height: 298px;
	width: 560px;
}
#message-body-details{
	overflow:auto;
	height: 264px;
	margin:0;	
}
#message-body-details table{
	width: 540px;
}
#message-body-details table td{
	padding: 5px;
}
#message-body-details p{
	border-top: 1px solid #333;
	margin: 5px;
	padding: 15px 0 0 0;
}
#messages-head th{
	background: url(http://www.hypediss.com/images/message-edit-bg.gif) repeat-x 0 100%;	
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
#message-pages{
	height: 15px;
	padding: 5px;
	background: url(http://www.hypediss.com/images/message-edit-bg.gif) repeat-x 0 100%;	
	position:relative;
}
#message-edit{
	height: 24px;
	padding: 5px;
	margin: 0;
	background: url(http://www.hypediss.com/images/message-edit-bg.gif) repeat-x;
	position: relative;
}
table #messages-list tr{
	cursor: pointer;
}
tr.messages-head-over td, tr.messages-head-over td a{
	background: #059;
	color: #FFF;
	cursor: pointer;
}
tr.selected-message-row td, tr.selected-message-row td a{
	background: #09F;
	color: #FFF;
	cursor: pointer;	
}

.auto_complete {
      position:absolute;
      width:250px;
      background-color:#333;
      border:1px solid #444;
      margin:0px;
      padding:0px;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}

.auto_complete ul li.selected 
{ 
        background-color: #09F;
		color: #FFF;

}

.auto_complete ul li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:36px;
}

.user-cloud{
	text-align: center;
}

/*start add ck 220906 */
#bodyContent{
border-top:1px solid #333333;
margin-top:5px; /* otherwise expand-btr lays on border in safari*/
}
/*end add ck 220906 */

a.userlist{
	display:block;
	padding:10px 5px 10px 5px;
	text-align: center;
}
a.userlist:hover{
	background: #151515;
	text-decoration: none;
}

.adv{
font: 75% "Lucida Grande", Tahoma, Arial, sans-serif;
line-height:100%;
width:100%;
height:auto;
padding:2px;
 margin:2px;
 background: transparent url(http://www.luxu.ru/images/here.png) 0 50%;

}
.adv a {color: #CCC;}