@CHARSET "UTF-8";

/* handler */
.watchlist_handler {
	width:308px;
	margin:0 5px;
	padding:3px 15px;
	border:solid 1px #bebebe;
	background:#eeeeee url(../gfx/bg.jpg) repeat-x;
}
.watchlist_handler .spacer {
	margin:3px 0px;
	border-top:solid 1px #acacac;
	border-bottom:solid 1px #f5f5f5;
}
.watchlist_handler .header {
	padding-top:5px;
	height:20px;
}
.watchlist_handler .body {
	line-height:15px;
}
.watchlist_handler .footer {
	padding-top:5px;
	padding-bottom:5px;
}

.backlink {
	margin-bottom:10px;
}

/* container */
.watchlist_container {
	width:500px;
	float:left;
}
.watchlist_container .entry {
	line-height:20px;
}
.watchlist_container .entry .date {
	font-size:10px;
}
.watchlist_container .entry .clip .nr {
	color:#4D4D4D;
	float:left;
	font-weight:bold;
}
.watchlist_container .entry .clip .infos {
	margin-left:25px;
	font-size:10px;
}
.watchlist_container .entry .clip .infos .headline * {
	font-weight:bold;
	font-size:12px;
}
.watchlist_container .entry .clip .img {
	float:left;
	margin-right:5px;
}
.watchlist_container .entry .clip .img img {
	width:90px;
	padding:1px;
	border:1px solid #D2D2D2;
	background:#fff;
}
.watchlist_container .entry .clip .infos .cutpoints {
	border:1px solid #D2D2D2;
	background:#fff;
	padding:2px;
	width:200px;
	float:left;
	line-height:16px;
}
.watchlist_container .entry .clip .infos .cutpoints span {
	border-bottom:dotted 1px #D2D2D2;
	font-weight:bold;
	color:#4D4D4D;
	display:block;
}
.watchlist_container .entry .clip .infos .cutpoints li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	line-height:16px;
	clear:both;
	border-bottom:dotted 1px #D2D2D2;
}
.watchlist_container .entry .clip .infos .cutpoints li.last {
	border:0px;
}
.watchlist_container .entry .clip .infos .cutpoints li .delete_btn {
	float:right;
}
.watchlist_container .entry .right_handler {
	float:right;
}
.watchlist_container .entry .right_handler .handler {
	float:left;
}
/* watchlist_informations */
.watchlist_informations {
	margin-left:560px;
}
.watchlist_informations div {
	margin-bottom:10px;
}
.watchlist_informations .notice {
	color:#C33937;
}
.watchlist_informations label {
	margin-right:10px;
}
.watchlist_informations textarea {
	width:300px;
	height:100px;
}
