/********************************************************
* view | view Item
********************************************************/
.view_item {
	margin: 0 0 10px 0;
}
.view_desc {
	margin: 4px 0 10px 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.view_desc a {
	background: #fff600;
	color: #333;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
}
.view_desc a:hover {
	text-decoration: underline;
}
.view_details {
	margin: 0;
	font: bold italic 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.view_details a {
	color: #16bfd8;
	padding: 1px;
}
.view_details a:hover {
	background: #fff600;
	color: #000;
}
/********************************************************
* view | Search
********************************************************/
#sidebar {
	margin: 30px 0 0 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
}
#sidebar strong {
	background: #fff600;
	padding: 1px;
}
#sidebar ul, #sidebar ul li {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li a {
	padding: 1px;
	color: #16bfd8;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
/********************************************************
* view | Categories
********************************************************/
.cat {
	margin: 5px 0 12px 0;
}
.cat .title {
	margin: 0 0 0 7px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
.cat strong {
	background: #fff600;
	padding: 1px;
}
.cat ul {
	margin-top: 0;
	margin-bottom: 20px;
	color: #16bfd8;
	list-style-type: disc;
}
.cat ul li a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
}