.widget_alfalinks {
    margin-bottom: 10px;
    width: 100%;
}

.widget-alfa-links h2 {
    font-size: 15px;
    font: HelveticaLTCondensedBold;
    margin: 10px auto 0;
    text-align: center;
	border:none;
	border-bottom:none;
}

/**
 * Select View Mode
 */
.alfa-links-select {
    background-image: url(../images/widget-links-uteis-bg.png);
    text-align: center;
    display: table;
    *height: 1%;
    *display: block;
    height: 81px;
    width: 200px;
}

.jquery-selectbox {
	position: relative;
	height: 31px;
	width: 200px;
	z-index: 0;
	float: left;
	display: inline;
	padding: 0 10px;
	margin: 15px 10px 0 10px;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold; 
	color: #000000;
	padding: 0;
	background-image: url("../images/select-bg-branco.png");
    text-align: left;
}

.jquery-selectbox.selecthover {
	background-image: url("../images/select-bg-branco-active.png");
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0 10px;
	line-height: 31px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 29px;
	margin-left: 4px;
	left: 0px;
	background: #ffffff;
	width: 178px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	width: 28px;
	height: 31px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #0077c2;
	color: #ffffff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	border: 1px solid #b4b4b4;
	border-top: none;
	cursor: pointer;
	font-weight: normal;
	padding: 5px;
}

/**
 * List View Mode
 */
.alfa-links-item {
    padding: 0 10px 5px 10px ;
    margin-bottom: 5px;
    border-bottom: 1px dotted #000;
}

.alfa-links-item a,
.alfa-links-item a:visited {
    color: #000;
    text-decoration: none;
}

.alfa-links-item a:hover {
    text-decoration: underline;
}
