.titl-s {
	background: url('img/b01.gif') no-repeat 0px 0px;
	font-size: 11pt;
	font-weight:bold; 
	padding: 0px 0px 0px 20px; 
	color: #669A00;
}

a.titl-s {
	font-weight: bold;
	text-decoration: none;
	font-size:11pt;
	color: #669A00;
}

.titl {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold; 
	padding: 0px 0px 2px 0px; 
	color: #669A00;
}

a.titl, .titl a {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none; 
	font-size:13px;
	color: #669A00;
}

.titl-c {
	font-family: Arial;
	font-weight:bold; 
	padding: 0px 0px 2px 0px; 
	color: #48a;
}

a.gray {
	text-decoration: none;
	color: #777;
}

a.intr {
	text-decoration: none;
	color: #49c;
}

a.extr {
	background: url('img/external.gif') no-repeat right 3px;
	text-decoration: none;
	padding-right:16px;
	color: #48a;
}
a.extr:hover {color: #6ac;}

a.intr:hover, a.extr:hover, a.titl:hover, a.gray:hover {
	text-decoration: underline; 
}

.desc {
	color: #777;
	margin: 4px 0px;
}

.cont {
	color: #777;
	margin: 4px 0px;
}

.date {
	color: #aaa;
	font-size:10px;
	font-family:Arial;
}

.nick {
	color: #a82;
}

.imgl {
	cursor: pointer;
	border:1px solid;
	border-color: #888 #555 #555 #888;
	margin: 0px auto; 
}

.sstat {margin-top:4px; color:#862;	font-size:10px; font-family:Arial;}

/* view_miniatures */
.view_miniatures { 
	display: block;
	text-align: center; 
	margin-right: 8px; 
	margin-bottom: 8px; 
	padding:4px;
	background: #fff;
	border:1px dashed #ddd;
	float: left; 
	width:160px; 
	height:160px;
}

/* view_long */
.view_long {
	display:block; 
	background: #fff;
	padding:2px;
	border: 1px dashed #ddd;
	margin-bottom:8px;
}

/* view_list */
.view_list { 
	display:block;
	background: #fff;
	padding:4px;
	border:1px dashed #ddd;
	margin-bottom:8px; 
}
.view_list li { 
	color: #aaa;
	margin-bottom:12px;
}

/* view_image */
.view_image { 
	display: block; 
	text-align: center; 
	cursor:pointer; 
	/*margin-right: 4px; */
	margin-bottom: 4px; 
	float: left; 
}
a.view_image:hover {
	background: #eee;
}
.view_image .img { 
	background: #e7e7e7;
	padding:2px;
}
.view_image .img .iimg { 
	border-top: 4px dotted #fff; 
	border-bottom: 4px dotted #fff; 
	padding:2px; 
}