@CHARSET "UTF-8";

.favorites-main {border-bottom:1px solid #666; width: 156px; margin:0px auto; padding-bottom:10px;}

.clear {clear:both;}
.favorites_star {position:absolute; top:10px; right:15px;}
.small .favorites_star {position:absolute; top:10px; right:22px;}
.big .favorites_star {position:absolute; top:10px; right:30px;}
#cnt-full .favorites_star {position:absolute; top:10px; right:4px;}


#cnt-full #cams .small .favorites_star {top:10px; right:26px;}
#cnt-full #cams .mid .favorites_star {top:10px; right:11px;}
#cnt-full #cams .big .favorites_star {top:10px; right:4px;}


.favorite {
	padding-bottom: 10px;
	width:200px;
	height:20px;
}
.favorite a {
	text-decoration: none;
}

.favorite a:hover {
	color: lightgreen;
}

.favorite img {
	vertical-align: middle;
}
.favorites-container,
.favorites-empty,
.favorites-item .prototype {display: none;}

.favorites-empty {padding:0 10px;}

.favorites-title {height:20px; padding:10px 10px;}
.favorites-title img {float:left;}
.favorits-subtitle {float:left; line-height:20px; height:20px; font-weight:bold;}

.favorites-name {text-transform:capitalize; width:72px; text-align:center; font:10px Verdana, Geneva, sans-serif; text-decoration:underline;} 
.favorites-name-div {padding:5px 0 3px 0;}
.favorites-thumb-div {border: 1px solid #fff; width:60px; height:50px; float:left;}
.favorites-del-div {position:absolute; bottom:0; right:5px;}	

.favorites-item {padding-left:5px; width:72px; float:left; position:relative;}

