﻿a { outline:none }

/* Main Nav */

#nav {
	width:1020px;
	height:45px;
	background:url(images/nav-bg.png) top left repeat-x;
}

#nav ul {
	width:770px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#nav li {
	margin:0;
	padding:0;
	float:left;
	background:url(images/nav-div.png) right center no-repeat;
}

#nav li.noBg {
	background:none;
}

#nav a {
	display:block;
	margin:0 15px;
	height:45px;
}

#nav a#navMag {
	width:89px;
	background:url(images/nav/emag.png) top left no-repeat;
}

#nav a:hover#navMag {
	background:url(images/nav/emag.png) top right no-repeat;
}

#nav a#navDir {
	width:123px;
	background:url(images/nav/directory.png) top left no-repeat;
}

#nav a:hover#navDir {
	background:url(images/nav/directory.png) top right no-repeat;
}

#nav a#navSal {
	width:83px;
	background:url(images/nav/sales.png) top left no-repeat;
}

#nav a:hover#navSal {
	background:url(images/nav/sales.png) top right no-repeat;
}

#nav a#navEve {
	width:93px;
	background:url(images/nav/events.png) top left no-repeat;
}

#nav a:hover#navEve {
	background:url(images/nav/events.png) top right no-repeat;
}

#nav a#navJob {
	width:77px;
	background:url(images/nav/jobs.png) top left no-repeat;
}

#nav a:hover#navJob {
	background:url(images/nav/jobs.png) top right no-repeat;
}

#nav a#navAdv {
	width:125px;
	background:url(images/nav/advertise.png) top left no-repeat;
}

#nav a:hover#navAdv {
	background:url(images/nav/advertise.png) top right no-repeat;
}

#nav li ul {
	position:absolute;
	width:250px;
	left:-9999px;
	background:#fff;
	font-size:14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:url(images/search-middle.png) top center repeat-y;
	border:1px solid #fff;
}

#nav li ul li {
	background:none;
}

#nav li ul a {
	width:230px;
	height:auto;
	padding:5px 10px;
	line-height:30px;
	margin:0;
	cursor:pointer;
	text-decoration:none;
	color:#346fc5
}

#nav li ul a:hover {
	color:#000;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

/* Left Sidebar */

#leftSidebar ul#socialMedia {
	list-style:none;
	margin:5px auto;
	padding:0;
	width:165px;
}

#leftSidebar ul#socialMedia li {
	float:left;
	width:55px;
	margin:0;
	text-align:center;
}

/* Search */

#contentMain p#searchSort a {
	color:#0562ed;
}

#contentMain p#searchSort a:hover {
	color:#e94c07;
}

/* Directory */

#contentMain .basicListing a.updateListing {
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin:0 10px 0 0;
	color:#e98b05;
}

#contentMain .basicListing a:hover.updateListing {
	color:#e94c07;
}

#contentMain .premiumListing a.arrowMember {
	display:block;
	position:absolute;
	top:6px;
	right:20px;
	font-family:Georgia, Garamond, "Times New Roman", serif;
	text-decoration:none;
	color:#547391;
	font-style:italic;
	padding:13px 45px 12px 0;
	background:url(images/checkmark.png) right center no-repeat;
	z-index:1;
}

#pagination a {
	font-size:16px;
	font-weight:bold;
	color:#346fc5
}

/* Sales, Jobs & Events */

#contentMain p#addRemove {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	text-shadow:1px 1px 0 #fff;
	text-align:center;
	margin:0 0 10px;
}

#contentMain p#addRemove a {
	text-decoration:none;
	color:#222;
}

#contentMain p#addRemove a:hover {
	color:#7e7e7e;
}

/* Popular Searches */

#contentMain ul.popularLinks {
	font-size:11px;
	list-style:none;
	margin:10px 0 15px;
	padding:0;
	float:left;
	line-height:16px;
	width:185px;
	padding:0 10px;
}

#contentMain ul.popularLinks li {
	margin:0 0 3px;
}

#contentMain ul.popularLinks a {
	color:#3b7ab2;
	text-decoration:none;
}

#contentMain ul.popularLinks a:hover {
	color:#4ea2ed;
}

/* Content */

#contentMain p a {
	color:#0000f2;
	text-decoration:none;
}

#contentMain p a:hover {
	color:#d32147;
}

#contentMain #renew a {
	display:block;
	width:175px;
	text-decoration:none;
	margin:10px auto 0;
	font-size:18px;
	background:url(../../plugins/ad-manager/images/renew-icon.png) right center no-repeat;
	color:#0000f2;
}

#contentMain #renew a:hover {
	color:#d32147;
}

#contentMain #comparison a {
	text-decoration:none;
	color:#222;
}

#contentMain #advertise a {
	text-decoration:none;
	color:#0000f2;
}

#contentMain #advertise a:hover {
	color:#d32147;
}

/* Pagination */

#contentMain ul#paginationNav {
	list-style:none;
	width:420px;
	margin:0 auto;
	padding:15px 0;
	overflow:hidden;
	clear:both;
	font-size:16px;
}

#contentMain ul#paginationNav li {
	float:left;
	display:block;
	margin:0 20px;
	text-align:center;
	width:100px;
}

#contentMain ul#paginationNav a {
	color:#2b6dc8;
	font-weight:bold;
}

#contentMain ul#paginationNav a:hover {
	color:#d32147
}

/* Footer */

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

#footer a {
	text-decoration:none;
	color:#406f85;
}

#footer a:hover {
	color:#5a9dbc;
}