.edg_wrapper
{
	padding: 4px;
}

.edg_wrapper_left
{	
	float:left;
}

.edg_wrapper_right
{
	float:right;
	margin-top:10px !important;
	margin-top:0px;
	margin-right:80px !important;
	margin-right:40px;
}

.edg_container
{
	width:85px;
	height:22px;
	padding:1px;
	text-align:right;
	color:#5f7a75;
}

.edg_count
{
	font-size:12px;
	line-height:22px;
	height:22px;
	display:inline;
	padding-bottom:3px;
	color:#979797;
}

.edg_button
{
	display:inline;
	font-size:12px;
	line-height:22px;
	height:22px;
	width:60px;
	text-align:left;
}

.edg_button_normal
{
	background:url("digg.jpg") no-repeat 0px -1px;
	padding:2px 0px 0px 20px;
	cursor: pointer;
	border:1px solid #FFFFFF;
	color:#979797;
}

.edg_button_hover
{
	background:url("dugg.jpg") no-repeat 0px -1px;
	padding:2px 0px 0px 20px;
	color:#2f4945;
	cursor: pointer;
	border:1px solid #92bfb8;
}

.edg_button_clicked
{
	background:url("dugg.jpg") no-repeat 0px -1px;
	color:#787878;
	cursor: default;
	border:1px solid #FFFFFF;
	padding:2px 0px 0px 20px;

}

#edg_list
{
	margin-top:8px;
}

#edg_list ul
{
	margin:0px;
}

.edg_list_item
{
	font-size:14px;
	margin:5px 0px;
	font-weight:normal;
	white-space:nowrap;
	overflow:hidden;
}

.edg_list_item a, .edg_list_item a:visited
{
	color:#8c8c8c;
}

.edg_list_item a:hover
{
	color:#d833a0;
}

.edg_list_count
{
	float:right;
	font-size:12px;
}

.edg_page_nav
{
    height: 20px;
    font-size:10px;
    line-height:20px;
    padding:0 10px;
}

.edg_page_prev
{
    float:left;
    cursor:pointer;
    margin-right:10px;
}

.edg_page_next
{
    float:right;
    cursor:pointer;
    margin-left:10px;
}

.edg_list_param
{
	display:none;
}