div.edge-services {
	padding: 12px 5px 17px 5px;
/*	border-top: 1px #e62222 dotted;
	border-bottom: 1px #e62222 dotted; */
	overflow: auto;
}
	
	div.edge-services div.logo {
		float: left;
		width: 60%;
		background: url(../images/logo_edge_hp.png) no-repeat center top;
		padding-top: 50px;
		text-align: center;
	}
	
	div.edge-services div.block-list-links {
		width: 38%;
		margin-bottom: 0px;
		clear: none;
		float: left;
		text-align: left;
	}
	
	div.edge-services div.block-list-links li.first {
		margin-top: 0px;
	}

#custom-pub-header {
	clear: both;
	position: relative;
	margin: 0px auto 10px auto;
	width: 960px;
	height: 251px;
	/*background: #fff url(../../edge/assets/images/custom_pub_header.jpg) no-repeat scroll top center;*/
	overflow: visible; 
	z-index: 2000; }
	
	#custom-pub-header .cover1 {
		position: absolute;
		top: 14px;
		left: 550px;
		width: 175px;
		height: 224px;
	}
	#custom-pub-header .cover2 {
		position: absolute;
		top: 14px;
		left: 755px;
		width: 175px;
		height: 224px;
	}
	
	#custom-pub-header .block-marketing-messages { 
		text-indent: -9999px; }
	
	
	

	
#custom-pub-filters	{  }

	div#custom-pub-filters.block-list-links .list h4 { margin-bottom: 2px; clear: both;}

	#custom-pub-filters.block-list-links .list ul {
		padding-left: 5px;
		padding-top: 0px;
		padding-bottom: 20px;
		overflow: auto;
	}
	
	#custom-pub-filters.block-list-links .list ul li {
		background: none;
		padding: 0px;
		margin-bottom: 1px;
		text-align: center;
		display: inline;
		float: left;
		margin-right: 5px
	}

	#custom-pub-filters.block-list-links .list ul li a {
		color: #48a3fe;
		height: 20px;
		text-decoration: none;
		display: block;
		background: transparent url(../images/custom-pub-filter.gif) no-repeat scroll top left;
		padding: 0px 0px 0px 2px;
		font-size: 100%; }
	
	#custom-pub-filters.block-list-links .list ul li a span {
		display: block;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 2px;
		height: 20px;
		background: transparent url(../images/custom-pub-filter.gif) no-repeat scroll center right; }
	
	#custom-pub-filters.block-list-links .list ul li a:hover, #custom-pub-filters.block-list-links .list ul li a.selected { background: transparent url(../images/custom-pub-filter-o.gif) no-repeat scroll top left; color: #000;  }
	
	#custom-pub-filters.block-list-links .list ul li a:hover span, #custom-pub-filters.block-list-links .list ul li a.selected span { background: transparent url(../images/custom-pub-filter-o.gif) no-repeat scroll center right; }
	
	#custom-pub-filters.block-list-links .list ul li a span em {
		font-style: normal;
		display: block;
		padding-top: 2px;
		padding-left: 4px;
		padding-right: 4px;
	}

a.star
{
	display:block;
	width:19px;
	height:18px;
}

a.fixed { background-image: url(../images/bullet_star.png); }
a.favorite { background-image: url(../images/bullet_star.png); }
a.favorite:hover { background-image: url(../images/bullet_star_empty.png); }
a.notfavorite { background-image: url(../images/bullet_star_empty.png); }
a.notfavorite:hover { background-image: url(../images/bullet_star.png); }

.edgebutton {
	background-color: #C52128;
	border: 1px solid #E62222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin: 5px auto 0 auto;
	padding: 3px;
	width: 240px;
}

.edgebutton:hover {
	cursor: pointer;
}

.edgebutton:hover a {
	text-decoration: underline;
}

.buttontext {
	color: #FFFFFF;
	text-align: center;
	text-decoration: inherit;
}