@charset "utf-8";
/* CSS Document */

/* tag container */

#tag_container { /* background-color:#f4f3de; */
	width:100%; /*940px*/
	height: 370px;
	margin: 10px 10px;

}

.tag_block_left {
	width:185px;
	height: auto;
	float:left;
	padding:10px 10px;
	margin:10px 15px;
}

.tag_block_right {
	width:185px;
	height: auto;
	float: right;
	padding:10px 10px;
	margin:10px 15px;
}

.tag-multiplier{
	font-size:110%;
	font-weight:bold;
	margin-right:4px;
	color:#8b8958;
}

#tag_search { 
	padding-left:5px; 
	color:#8b8958;
}

#tag_container a {
	color:#8b8958;
	background:#f3f2dd;
	margin:4px;
	padding:4px 2px;
	text-decoration:none; 
	/* new code for tags border */
	border-right: 1px solid #8b8958; 
	border-bottom: 1px solid #8b8958;
	font-size:12px;
}

#tag_container a:hover {
	background:#d5d2a2;
	color:#fff;
	border: 0 1px 1px 0 solid #8b8958;
}

#tags {
	margin:-10px 0 20px 0;
}
/* tag container end */


