
/*
@author Vadim
@copyright Hire-Experts LLC
@version Tags 1.02
*/

/* MAIN CONTAINER */
.he_tags_content {
	background:#363036;
	border:solid 1px #aaa;
	padding: 12px 0 24px 0;
}

*:first-child+html .he_tags_content { overflow:hidden; margin-top:-1px; }


/* TABS */
.he_tags_tabs {
	padding:0;
	margin:0;
	border-left:1px solid #aaa;
	min-height:31px;
}
.he_tags_tabs li {
	list-style:none;
	padding:8px 8px 0 8px;
	float:left;
	background:#464046;
	min-height:22px;
	border:solid 1px #aaa;
	border-left:none;
	margin:0;
}
.he_tags_tabs a {
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
}
.he_tags_tabs li.active {
	background:#363036;
	border-bottom:none;
	min-height:23px;
}
.he_tags_tabs li.active a {
	color:#555;
}


/* GLOBAL CONTENT */
.he_album {
	position:relative;
	margin:14px 26px;
	padding:0 6px 14px 6px;
	border-bottom:1px dashed #ccc;
	min-height:150px;
}
.he_album_list {
	position:relative;
	margin:20px 8px 0 28px;
	width:400px;
	float:left;
	min-height:150px;
}
.he_preview {
	border:solid 1px #ddd;
	background:#464046;
	padding:10px;
	min-height:150px;
}
.he_album_info {
	position:absolute;
	left:130px;
	top:10px;
}
.he_album_title {
	margin-bottom:6px;
	font-size:14px;
	font-weight:bold;
}
.he_album_descr {
	margin-bottom:12px;
}
.he_entity_descr {
	height: 30px;
	overflow: hidden;
}
.he_content_header {
	font-size:18px;
	padding-left:24px;
	padding-bottom:0;
	color:#888;
}
.he_content_header strong { color:#555; }

.he_page_descr {
	font-size:11px;
	padding-left:24px;
}


/* TAG CLOUD */
.tag_cont {
	text-align:center;


	position: relative;
}
/* TAG CLOUD */
.tag_cont a {
	padding: 0 8px;
}
.tag_cont .block_cap {
	sbackground-image: url('../images/he_tags_cloud_cap.gif');
	margin: 0 -10px;
	padding: 0px 2px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
.tag_cont .he_tag_tab {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	line-height: 28px;
}
.tag_cont .he_tag_cloud {
	display: none;
}
.tag_cont .active_tab {
	display: block;
}
.block_cap .active_tab {
	background: transparent url(../images/he_tags_cloud_tab.gif) no-repeat scroll 0 50%;
	padding-left: 5px;
}
.block_cap .active_tab label {
	background: transparent url(../images/he_tags_clous_tabr.gif) no-repeat scroll right 50%;
	float: left;
	padding-right: 5px;
}
.tag_cont .block_cap {
	margin-bottom: 10px;
}
.tag_cont .he_tag_tab_label {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 28px;
	color:white;
}

*:first-child+html .block h1 { padding-top:16px; } /* IE 7 */



/* MISC STYLES */
.he_album .textbox, .he_album .textbox_changed {
	border:1px solid #a5b6d4;
	width:300px;
	margin-right:12px;
	padding:3px 2px;
}
.he_album .textbox_changed {
	border:1px solid #b9dcad;
}
.he_message {
	margin:24px 32px 40px 32px;
	font-size:18px;
}
.he_tags_container .he_user_quiz_list {
	margin: 20px 8px 0 28px;
}
.he_tags_container .he_user_quiz_descr {
	height: 30px;
}
.he_tags_container .quiz_tags {
	margin-top: 6px;
}