/* -------------------------------------------
	index
 -------------------------------------------*/

#index_item #contentR h2 {
	background: transparent url(../images/title_topics.jpg) no-repeat;
}

#contentR #topics h2 {
	background: transparent url(../images/title_topics.jpg) no-repeat;
}

#contentR #collection h2 {
	background: transparent url(../images/title_collection.jpg) no-repeat;
}

#contentR #collection .content_head span {
	font-size: 80%;
}

#contentR #collection .content_body {
	margin: 0;
}

#contentR #collection .list li{
	padding: 0 0 20px 20px;
	width: 254px;
	height: 129px;
	list-style: none;
	float: left;
}

* html #contentR #collection .list li{
	width: 274px;
}

#contentR #collection .list li a{
	padding: 7px;
	height: 115px;
	background: transparent url(../images/collectionlist_bg.gif) top no-repeat;
	display: block;
}

* html #contentR #collection .list li a{
	height: 129px;
}

#contentR #collection .list li a:hover,
#contentR #collection .list li a:focus {
	background: transparent url(../images/collectionlist_bg.gif) bottom no-repeat;
}

#contentR #collection .list li img{
	margin: 0 5px 0 0;
	border: 1px solid #adad7b;
	float: left;
}

#contentR #collection .list li span {
	font-size: 80%;
	display: block;
}

#contentR #collection .item_title {
	font-weight: bold;
	line-height: 120%;

}

#contentR #collection .item_desc {
	margin: 0.5em 0 0 0;
	line-height: 1.4em;
}

.title_link {
	font-weight: normal;
}

.title_link a {
	padding: 0.5em 0.5em 0.5em 9.1em;
	text-indent:-7.1em;
}

* html .title_link  a {
	padding:0.5em 0.5em 0.5em 8.1em;
	text-indent:-6.1em;
}


#contentR .content_body,
#contentR .trackback,
#contentR .comment {
	margin: 0 20px;
	line-height: 160%;
}

#contentR .content_body:first-letter {
	margin: 0 4px 0 0;
	padding: 2px;
	font-size: 270%;
	color: #883535;
	line-height: 1;
	background: #f2f5eb;
	display: block;
	float: left;
}

#contentR p {
	margin: 0 10px 20px 10px;
}

#contentR .count {
	margin-top: 4px;
	padding: 4px 0px 4px 0px;
	font-size: 80%;
	text-align: right;
	background: transparent url(../images/dot.gif) repeat-x top;
}