/**
 * Generic Sidebar Styling
 */

.aba-generic {
	background: #f7f7f7;
	padding-bottom: 5px;
}

.aba-generic h2, .aba-generic h3 {
	font-size: 12px;
	color: #d01693;
	margin: 10px 0 0 !important;
	padding-left: 10px;
}

.aba-generic h2 {
	color: white;
	background: #d01693;
	margin: 0 0 5px !important;
}

.aba-generic ul {
	list-style: none;
	margin: 0 0 10px 10px !important;
}

.aba-generic a {
	color: #666;
}
 
/**
 * Communal
 */

.double-arrow {
	display: block;
	width: 15px;
	height: 10px;
}

span.new-orange {
	display: inline-block;
	margin-left: 5px;
	height: 10px;
	width: 24px;
	background: url(images/new-orange.gif) no-repeat center center;
}

/**
 * Categories
 */

.aba-categories ul {
	list-style: none;
	margin: 0;
}

.aba-categories li {
	box-shadow: 2px 2px 2px lightgray;
	font-size: 16px;
	line-height: 32px;
	background: #D01693;
	padding-left: 25px;
	margin: 6px 0;
}

.aba-categories li a {
	color: white;
}

.aba-categories li a:hover {
	color: #d8d8d8;
	text-decoration: none;
}

/**
 * Subscribe Now
 */

.aba-subscribenow {
	background: #d01693;
	color: white;
	padding: 7px 10px 10px;
}

.aba-subscribenow h2 {
	font-weight: normal;
	line-height: 1.1em !important;
	font-size: 16px;
}

.aba-subscribenow a, .aba-subscribenow a:link {
	color: white;
	background: url('images/right-double-chevron.png') no-repeat right -13px;
	padding-right: 20px;
	font-size: 15px;
}

.aba-subscribenow a:hover {
	color: #d8d8d8;
	text-decoration: none;
	background: url('images/right-double-chevron.png') no-repeat right 5px;
}

/**
 * Directory Search
 */
 
.aba-directorysearch {
	border: 1px solid gray;
	box-shadow: 2px 2px 2px lightgray;
	background: #00ADEF;
}

.aba-directorysearch .title {
	display: block;
	width: 100%;
	font-size: 14px;
	color: white;
	padding: 2px 20px;
}

.aba-directorysearch form {
	background: #F6F6F6;
	padding: 10px 15px 15px;
}

.aba-directorysearch input[type=text] {
	padding: 0 3px;
	margin-right: 3px;
	width: 160px;
}

/**
 * Directory Industries
 */

.aba-directoryindustries ul {
	list-style: none;
	margin: 0;
}

.aba-directoryindustries li {
	box-shadow: 2px 2px 2px lightgray;
	font-size: 16px;
	line-height: 32px;
	background: #00ADEF;
	padding-left: 15px;
	margin: 6px 0;
}

.aba-directoryindustries li a {
	display: block;
	color: white;
}

.aba-directoryindustries li a:hover {
	color: #d8d8d8;
	text-decoration: none;
}

.aba-directoryindustries li.title {
	background: #F6F6F6;
	padding-left: 20px;
}