





@charset "utf-8";

html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
	font-size: 100.1%
}
body {
	font-size: 13px;
}

body { 

	
}
p {
font-size: 1em;
line-height: 1.4;
}

.experts .expert .avatar {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	float: left;
	display: none;
}
.experts .expert {
	/*float: left;
	clear: left;*/
}
.experts .expert .text {
	margin-left: 0px;
}
.experts .expert .hidden_text {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.popup_box {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
#temp_text {
	position: absolute;
	
}

/*

	POPUP
*/

.popup_box {
  margin: 0.5in auto;
  color: #fff;
  width: 800px;
  height: 600px;
  padding: 20px;
  text-align: left;
  background: transparent;
  background-repeat: no-repeat;
  border:3px solid #ccc;
  position:absolute; top: 0; left:0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
opacity: 0;
	background-color: #e7e7e9;
	z-index: -1;
}
.popup_text p,
.popup_text li{
	line-height: 1.2;
}
.popup_text{
	background: transparent;
	position:absolute; top: 0; left:0;
	width: 500px;
  height: 400px;
  z-index: -1;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); */
opacity: 0;
}
a.popup_close:hover,
.popup_close {
	background-image: url('../js/assets/closebox.png');
	width: 30px;
	height: 30px;
	display: block;
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: -1;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
}

.mask {
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	z-index: 999;
	background: #000;
}

.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.e_header {
	font-weight: bold;
	margin-bottom: 0.9em;
}


.forum_items_container {
	float: left;
}
.forum_items_container li {
	float: left;
	margin-right: 10px;
}


#g_adv {
	margin-right: 205px;
	padding : 4px 0;
	min-height: 34px;
	background-color: #fff;
	margin-left: 200px;
	
}

.node-tpl {
	padding : 4px 0;
	min-height: 34px;
	background-color: #eee;
	margin-top: 5px;
}

h3.title {
	margin: 0;
}
#sidebar-left {
	padding: 0;
	overflow: hidden;
}