.ico_video{
	position: absolute;
	top: 7px;
	right: 11px;
	width: 15px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/video_icon_small.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

.ico_music{
	position: absolute;
	top: 7px;
	right: 11px;
	width: 16px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/music_icon_small.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

.ico_image{
	position: absolute;
	top: 7px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/image_icon_small.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

.ico_blog{
	position: absolute;
	top: 7px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/blog_icon_small.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

.ico_catalogs, .ico_profile{
	position: absolute;
	top: 7px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/test/ico_rright.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

.ico_fav{
	position: absolute;
	bottom: 7px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/add_to_fav_icon_small.gif);
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
}

.ico_fav_remove{
	position: absolute;
	bottom: 7px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/remove_from_fav_icon_small.gif);
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
}

.ico_fav_hover{
	position: absolute;
	bottom: 7px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/add_to_fav_icon_small_hvr.gif);
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
}

.add_fav{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	display: block; 
	background:#fff url(../../images/default/favorites_ok.gif) 4px 36px no-repeat;  
	text-align:center; 
	visibility: hidden;
	z-index: 9999;
	border: 1px solid #000;
}

.vote_hand_up{
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/hands/hand_up.gif);
	background-repeat: no-repeat;
}

.vote_hand_down{
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/hands/hand_down.gif);
	background-repeat: no-repeat;
}

.vote_hand_up_hover{
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/hands/hand_up_hover.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.vote_hand_down_hover{
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/hands/hand_down_hover.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.vote_hand_up_disable{
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/hands/hand_up_disable.gif);
	background-repeat: no-repeat;
}

.vote_hand_down_disable{
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/default/hands/hand_down_disable.gif);
	background-repeat: no-repeat;
}

.display_type{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.yellowalert {
	background-color:#ffeeac;
	border:1px solid #ff6c00;
	padding:10px;
	font-size:12pt;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.auto_complete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}
.auto_complete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.auto_complete ul li.selected {
    background-color: #ffb;
}
.auto_complete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    line-height:1.4;
    cursor:pointer;
}