body {
	background-color: #ded6bf;
}

.main_tag_container {
	margin-top: 20px;
	margin-left: 10%;
	margin-bottom: 20px;
	width: 250px;
	background: #fff;
	border: 1px dashed #000;
	padding: 10px 10px 15px;

}

.main_tag_container .title {
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.main_tag_container .title a {
	color: #6f5d40;
}

.on {
	color: #000 !important;
}

.main_tag_container .text {
	clear: both;
	text-indent: 5px;
	margin-bottom: 10px;
}

.main_tag_items {
	background: #fff;
	position: absolute;
	margin-top: 5px;
	margin-left: 10%;
	display: none;
	width: 600px;
	border: 1px dashed #000;
	padding: 10px 10px 15px;
}

.main_tag_items .close_link  {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.main_tag_items .close_link:hover  {
	color: #6f5d40; 
	text-decoration: none;
}

.main_tag_items .popup_title {
	color: #000;
	font-size: 14px;
	font-weight:bold;
}

.main_tag_items .items_table {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	
}

.main_tag_items .items_table td {
	padding:0;
	font-size: 12px;
}

.main_tag_items .items_table .odd {
	color: #fff;
	font-size: 12px;
	background: #6f5d40;
}

.main_tag_items .items_table .odd td a {
	color: #fff;
}

.main_tag_items .items_table .even {
	font-size: 12px;
}

.main_tag_items .items_table .even td a {
	color: #000;
}

.main_tag_items .items .title {
	font-size: 12px;
	font-weight: normal;
}

.main_tag_items .current_tag_title {
	color: #6f5d40;
}
.links {
	margin-top: 15px;
	margin-left: 10%;
}

.links a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

