/**
* @css_sample  Module Latestby
*/

.byphoto-sample {
	float:left;
	clear:left;
}
.byimg-sample img {
	border: 1px #e4e4e4 ridge;
	margin:10px;
}
.byname-sample {
	letter-spacing: 2px;
	margin-top:10px;
	float:left;
	font-size:120%;
	padding:2px;
	background:#cdcdcd;
	font-weight: bold;
	color: #333;
}
.bytexts-sample {
	padding:10px;
	padding-bottom:0;
	line-height:1.5em;
}
ul.bylist-sample {
	margin:20px;
}
ul.bylist-sample li {
	list-style-position: inside;

}
ul.bylist-sample a {
}
ul.bylist-sample a:hover {
	text-decoration: line-through;
}
.latestby-sample {
	background:#fafafa;
	padding:10px;
	border: 1px solid #efefef;
	margin-bottom:10px;
}
.byseparator-sample {
	height:2px;
	clear: both
}

/*other sample*/

.bytexts-none {
	font-size:110%;
	font-family: Verdana, sans-serif;
	line-height:12px;
}
ul.bylist-none li {
	list-style:upper-roman;
	list-style-position: outside;
	padding-bottom: 20px;
}
ul.bylist-none a:hover {
	text-decoration: none;
	color: #999;
}