/*
/*global*/
body{
	/*background:url(../../../images/bg/im22.jpg) repeat scroll 0 0 #f3f3f3;*/
	color:#444;
}*/
.tm-sidebar{
	position:fixed;
}
/*end global*/
#section .uk-thumbnail p:first-child{
	margin-bottom:10px;
}
.hdn{
	cursor:pointer;
	margin-bottom:0;
	margin-top:0;
}
.hdn span:first-child{
	display:block;
	color:#3591ac;
}
.hdn span:first-child:hover{
	color:#1db9e8;
}
.hdn span:last-child{
	display:none;
	color:#EE1199;
}
*[unselectable=on]{
  -moz-user-select:none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
   user-select:none;
}
.uk-list-a li{
  padding:0;
}
.uk-list-a a{
  display:block;
  padding:5px;
}
.uk-list-a a:hover{
  background:#f0f0f0;
}
.uk-list-a span{
  color:#777777;
  display:block;
  font-size:0.9em;
}
h3.page-header .hasTooltip{
	margin-left:10px;
}
img.uk-thumbnail{
  background-color:#fff;
}
img.uk-thumbnail:hover{
  border-color:#aaa;
  background-color:#fff;
  outline:none;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}