#moblog_widget {
	width: 196px;
	border: 1px solid #e7e7e7;
	background: white;
	font: normal 12px Arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: black;
	letter-spacing: normal;
	text-align: left;
	overflow: hidden;
}
#moblog_widget p {
	margin: 0;
	padding: 0;
}
#moblog_widget a {
	color: #004bb5;
	text-decoration: none;
	font-weight: normal;
}
#moblog_widget a:hover {
	color: #00903a;
	text-decoration: underline;
}
#moblog_widget_pack {
	width: 198px;
	border: 1px solid #888;
}
#moblog_widget .moblog_widget_right {
	float: right;
}
#moblog_widget_header {
	padding: 5px 10px 10px 10px;
}
#moblog_widget_header img {
	border: none;
}
#moblog_widget_top {
	padding: 0 10px;
} 
#moblog_widget .moblog_widget_imglink {
	float: left;
	margin-right: 10px;
}
#moblog_widget .moblog_widget_imglink img {
	border: 1px solid #c3c3c3;
}
#moblog_widget .moblog_widget_bold {
	font-weight: bold;
}
#moblog_widget a.moblog_widget_bold {
	font-weight: bold;
}
#moblog_widget p.moblog_widget_bold a {
	font-weight: bold;
}
#moblog_widget_top p.moblog_widget_bold {
	padding-top: 5px;
}
#moblog_widget_nav {
	clear: both;
	padding: 10px 10px 5px 10px;
}
#moblog_widget_nav a {
	font-weight: bold;
	cursor: pointer;
}
#moblog_widget span.moblog_widget_divider {
	padding: 0 3px;
	position: relative;
	top: -1px;
}
#moblog_widget a.moblog_widget_selected {
	color: black;
}
#moblog_widget_content {
	background: #f6f6f6;
	overflow: hidden;
}
#moblog_widget .moblog_widget_tab {
	border-top: 1px solid #e7e7e7;
	padding: 10px;
	overflow: hidden;
}
#moblog_widget .moblog_widget_clear {
	clear: both;
}
#moblog_widget .moblog_widget_date {
	font-size: 11px;
	color: #888;
	height: 1%;
	padding-bottom: 2px;
}
#moblog_widget .moblog_widget_title {
	height: 1%;
	font-weight: bold;
	padding-bottom: 12px;
}
#moblog_widget .moblog_widget_descr {
	clear: both;
	padding: 10px 0 2px 0;
}
#moblog_widget .moblog_widget_pager {
	padding-top: 10px;
}
#moblog_widget .moblog_widget_pager img {
	padding-left: 5px;
	cursor: pointer;
}
#moblog_widget .moblog_widget_row {
	height: 55px;
	clear: both;
	overflow: hidden;
}
