.home.border {
	border: 1px solid #cfd6de;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 254px;
	background: #f9fafc;
}

.teacher {
	width: 237px;
	height: 256px;
	background: url( tutors/teacher2.png ) no-repeat;
}

.students {
  	width: 237px;
	height: 256px;
	background: url( tutors/students.png ) no-repeat;
}

.home .info {
  	position: relative;
	margin-left: 225px;
	top: -270px;
	width: auto;
}

.home.dash {
	height: 210px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfd6de;
	background: #f9fafc;  
}

.home .board {
	width: 425px;
	height: 285px;
	background: url(board.png) no-repeat;
}

.home .paper {
	position: relative;
	margin-left: 400px;
	top: -285px;
	width: 250px;
	height: 275px;
	background: url(papers.png) no-repeat;
}

.search_result2 {
	margin: 0px;
	padding: 5px 5px;
/* 	border-bottom: 1px dashed #D8D8D8; */
	font-size: 11px;
	color: #5A5A5A;
	position: relative;
}

.dashed {
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 10px;
}

.hint {
	
	font-size: 14px;
	color: #383637; 
	margin-top: 8px;
	margin-left: 40px;
	padding-left: 28px;
	background: url(tutors/tick.png) no-repeat;
}

.home h1 {
	text-transform: uppercase;
	text-align:center;
	padding: 20px 0px;
	margin-left: 1%;
	margin-right: auto;
}

.info .button {
	padding: 6px 15px;
	margin-left: 34%;
	margin-right: auto;
}

.button2 {
  	padding: 6px 15px;
	margin-left: 34%;
	margin-right: auto;
}

td .button {
	padding: 5px 10px;
	margin-left: 40%;
	margin-right: auto;
}

td.right_col {
	padding: 10px;
}

td.left_col {
	padding: 10px;
}

.left_col .img {
	width: 128px;
	height:128px;
	background: url(note.png);
}

.right_col .img {
  	width: 128px;
	height:128px;
	background: url(school.png);
}

.box {
	border: 1px solid rgb(220, 220, 220); 
	background-color: rgb(244, 244, 244); 
	margin-bottom: 10px; 
}

 /* Emoti - ne6to si  */

.buhal {
	background: url(common/promo_button_icons.png) no-repeat;
    background-position: 0px -50px;
	padding-left: 69px; 
	margin-top: 10px; 
}

.money {
	padding: 2px;
	width: 48px;
	height: 48px;
	border: #e6e6e6 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9f9f9 url(money.png) no-repeat 2px 2px;
}

.text {
	margin-left: -5px;
}

.chemistry {
  	padding: 2px;
	width: 48px;
	height: 48px;
	border: #e6e6e6 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9f9f9 url(chemistry.png) no-repeat 2px 2px;
}

.star {
	width: 48px;
	height: 48px;
	background: url(star.png) no-repeat; 
}

.edu {
	background: url(edu.png) no-repeat;
	padding: 0px 30px;
}

.info-edu {
	background: url(info-edu.png) no-repeat;
	padding: 0px 30px;
}

.new_info {
	font-size: 11px;
}

.more {
	background: url(more.png) no-repeat;
	padding: 0px 30px;
}

.tip-text .text {
    margin-left: 0px;
}

.tut_rating_grad {
    border-top: 1px solid white;
    background: #e9e9ce; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9e9ce 0%, #fcfff4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9ce), color-stop(100%,#fcfff4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9e9ce 0%,#fcfff4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9e9ce 0%,#fcfff4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9e9ce 0%,#fcfff4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9e9ce 0%,#fcfff4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9ce', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}

.small_users span.b3d_out {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 38px;
  
}
.small_users {
  margin-top: 10px;
}


.small_users_list {
  filter: alpha(opacity=50);
  opacity: 0.5;
  height: 46px;
}

.small_users_list:hover {
  filter: alpha(opacity=100);
  opacity: 2;
}

.small_users_list a.b3d_in img {
    width: 32px;
    margin: 2px 0px 0px 2px;
}