html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles!*/
:focus { outline: 1px dotted #999; }
.button:focus { outline: none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* HTML Tag Styles */
html, body {height: 100%;}
body {
	font: normal 76%/133.33% Arial, sans-serif;
  color: #383b3e;
  background: url(/images/pubs/cod/body-bg.jpg) repeat-y center top;
}
.pngfix {behavior: url(/images/pngfix/iepngfix.htc);}

a { text-decoration: none; }
a:link { color: #0065a8; }
a:visited { color: #0065a8; }
a:hover { color: #0065a8; text-decoration: underline; }
a:active { color: #0065a8; }
a:hover img { text-decoration: none; }

.hide {display: none;}
.aquo {font-size: 1.2em;}
.column {float: left;}
.column-one-third {width: 33.2%;}
ul.list {list-style-type: disc;margin-left: 20px;}

.fifty-fifty {
	width: 49%;
	float: left;
}
.sixty {
  width: 59%;
	float: left;	
}
.forty {
	width: 39%;
	float: left;
}

/*
h1 { margin: 15px 0 0 0; font-weight: bold; font-size: 1.2em; }
h2 { margin: 15px; font-weight: bold; font-size: 1.15em; }
h2 em { color: #383B3E; font-style: normal; font-weight: bold; }
h3 { margin: 15px 0 0 0; font-weight: bold; font-size: 1.1em; }
h4, h5 { margin: 0; font-weight: bold; font-size: 1em; }
*/
p, ul, ol { margin: 0 0 .765em 0; font-size: 1em; }
ol {list-style-type: decimal; }
ol li {margin-left: 3.5em; margin-bottom: 8px; }
button, textarea { font-family: Helvetica, Calibri, Arial, sans-serif; }
textarea { font-size: 1em; }


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* Layout */

#container {
  width: 950px;
  margin: 0 auto;
  background: #000 url(/images/pubs/cod/container-bg.jpg) repeat-x;
}

/* Header */
#masthead {
  height: 117px;
}
#masthead h1 a {
	display: block;
	text-indent: -9999px;
	background: url(/images/pubs/cod/site-logo.png) no-repeat;
	width: 120px;
	height: 119px;
	behavior: url(/images/pngfix/iepngfix.htc);
	margin: 0 0 0 35px;
}
#slogan {
	margin: -40px 0 0 160px;
	color: #fff;
	font-weight: bold;
	font-size: 0.95em;
}

/* Navigation */
#navigation {
	background: url(/images/pubs/cod/navigation-bg.jpg) repeat-x;
}
#navigation li {
  float: left;
  background: url(/images/pubs/cod/navigation-divider.jpg) no-repeat right 0;
}
#navigation li:last-child {
	background: none;
}
#navigation a { 
  float: left;
  font-weight: bold;
  padding: 0 15px;
  color: #fff;
  height: 19px;
  font-style: oblique;
}


ul#navigation {
  list-style: none;
  margin: 0;
  background: #222;
  font-size: 1.2em;
}
ul#navigation li {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul#navigation li a{
  color: #fff;
  display: block;
  text-decoration: none;
  float: left;
}
ul#navigation li a:hover{
  background: url(topnav_hover.gif) no-repeat center top;
}
ul#navigation li ul.subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0; top: 19px;
  background: #333;
  margin: 0; padding: 0;
  display: none;
  float: left;
  width: 160px;
  border: 1px solid #111;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
ul#navigation li ul.subnav li{
  margin: 0; padding: 0;
  border-top: 1px solid #252525; /*--Create bevel effect--*/
  border-bottom: 1px solid #444; /*--Create bevel effect--*/
  background: none;
  clear: both;
  width: 159px;
}
html ul#navigation li ul.subnav li a {
  float: left;
  width: 117px;
  background: #333;
  padding: 2px 20px;
}
html ul#navigation li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
  background: #222;
}


/* Search */
#search {
	width: 705px;
	padding-left: 15px;
	margin: 0 auto;
	height: 50px;
	background: url(/images/pubs/cod/search-background.png) no-repeat;
	behavior: url(/images/pngfix/iepngfix.htc);
}
#search #search_submit {
	background: url(/images/pubs/cod/find.png) no-repeat;
	border: none;
	width: 84px;
	height: 26px;
	margin: 10px 0 0 15px;
	cursor: pointer;
}
#search select {
	padding: 2px 0;
}
#search .input-field {
	float: left;
	padding: 12px 3px 0 0;
}
#search .input-field label {
	display: none;
}
#search .input-field select {
	
}
#search .input-field span {
	color: #fff;
}
#search .input-field input {
	width: 200px;
	padding: 4px 5px;
	border: none;
	background: #fff;
	border: 1px solid #ddd;
}
#search {
	margin: 20px auto;
}

/* Footer */
#footer {
  text-align: center;
  padding-top: 10px;
  background: url(/images/pubs/cod/footer-bar.gif) repeat-x top left;
  font-size: 0.9em;
}
#footer, #footer a {
	color: #fff;
}
#footer li {
  display: inline;
  border-right: 1px solid #fff;
  padding: 0 5px 0 2px;
}
#footer li:last-child {
	border: none;
}


/* Popular Searches */
#popularcontent {
	text-align: center;
	width: 620px;
	margin: 20px auto 30px;
}
#popularcontent .popularsearch {
  float: left;
  margin: 0 15px 0 0;
}
#popularcontent .popularsearch a.psuedo-link {
  text-indent: -9999px;
  height: 100px;
	display: block;
  width: 109px;
  cursor: pointer;
  background: url(/images/pubs/cod/pop-searches-lg.png) no-repeat;
  behavior: url(/images/pngfix/iepngfix.htc);
}
#popularcontent .popularsearch.restaurants a.psuedo-link {
	background-position: 0 0;
}
#popularcontent .popularsearch.autos a.psuedo-link {
  background-position: -110px 0;
}
#popularcontent .popularsearch.doctors a.psuedo-link {
  background-position: -220px 0;
}
#popularcontent .popularsearch.motels a.psuedo-link {
  background-position: -330px 0;
}
#popularcontent .popularsearch.attorneys a.psuedo-link {
  background-position: -440px 0;
}
.popsearch-popup {
	position: absolute;
	background: #fff;
	z-index: 1000;
	padding: 20px 20px 5px 5px;
	text-align: left;
	border: 5px solid #ddd;
}
.popsearch-popup li {
	display: block !important;
	font-size: 1em !important;
}
.popsearch-popup .close-popup {
	float: right;
	background: #aa0000;
	border: 1px solid #fff;
	margin: -20px -20px 0 0;
	border: 1px solid #aaa;
	padding: 0 3px;
	color: #fff;
}
#platform-features {
	margin: 0 0 40px;
}
#video-of-the-day {
	float: left;
	width: 245px;
	padding: 11px 50px 0;
	height: 207px;
	text-align: center;
	background: url(/images/pubs/cod/video-of-the-day-bg.png) no-repeat;
	behavior: url(/images/pngfix/iepngfix.htc);
}
#video-of-the-day h4 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#mobile-container, #widget-container {
	width: 190px;
	float: left;
	padding: 20px 50px 0;
	text-align: center;
	position: relative;
}
#mobile-container h4, #widget-container h4 {
	color: #fff;
	font-size: 1.15em;
}
#mobile-container a.psuedo-link {
	background: url(/images/pubs/cod/mobile-phone-bg.png) no-repeat;
	behavior: url(/images/pngfix/iepngfix.htc);
	display: block;
	width: 190px;
	height: 145px;
}
#widget-container a.psuedo-link {
  background: url(/images/pubs/cod/get-widget-bg.png) no-repeat;
  behavior: url(/images/pngfix/iepngfix.htc);
  display: block;
  width: 190px;
  height: 145px;
}
#other-popular-searches, #news-links {
	text-align: center;
	color: #fff;
}
#other-popular-searches {
  background: url(/images/pubs/cod/news-bg.png) no-repeat center center;
  behavior: url(/images/pngfix/iepngfix.htc);
  height: 116px;
  padding: 7px 10px;
}
#news-links {
	background: url(/images/pubs/cod/news-bg.png) no-repeat;
	behavior: url(/images/pngfix/iepngfix.htc);
	height: 116px;
	padding: 7px 10px;
	width: 265px;
	margin-left: 60px;
}
#news-links .news-icon1 {
	background: url(/images/pubs/cod/news-icons.jpg) no-repeat;
	width: 67px;
	height: 73px;
	display: block;
	float: left;
	margin: 4px 12px;
}
#news-links .news-icon2 {
  background: url(/images/pubs/cod/news-icons.jpg) no-repeat -67px 0;
  width: 67px;
  height: 73px;
  display: block;
  float: left;
  margin: 4px 7px;
}
#news-links .news-icon3 {
  background: url(/images/pubs/cod/news-icons.jpg) no-repeat -134px 0;
  width: 68px;
  height: 73px;
  display: block;
  float: left;
  margin: 4px 11px;
}

#other-popular-searches h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-style: oblique;
}
#other-popular-searches ul {
	margin: 0 0 .1em;
}
#news-links h4 {
	margin: 0.25em 0.5em;
	color: #fff;
}
#other-popular-searches ul li {
	border-right: 1px solid #fff;
	display: inline;
	font-size: 0.9em;
	padding: 0 4px;
}
#other-popular-searches ul li:last-child, #news-links ul li:last-child {
	border-right: none;
}
#other-popular-searches a.psudeo-link, #news-links a.psuedo-link,#other-popular-searches a.all-headings {
	color: #fff;
}

/* Serp */
.serp #main, .profile #main, .about #main, .advertise #main, .contact #main {
  margin: 0 30px;
}
.about #main_text, .advertise #main_text, .contact #main_text {
  background: #fff;
}
.serp h2 {
  font-size: 1.5em;
  color: #333;
  margin: 0 0 0.5em 0.1em;
}
#left-column {
  background: #fff;
  width: 630px;
  border: 1px solid #888;
  float: left;
}
#right-column {
  background: #dedede;
  width: 210px;
  border: 2px solid #aaa;
  float: right;
}

#back_to_link {
  color: #333;
  margin: 0 0 10px 10px;
}
#back_to_link a {
  font-weight: bold;
  color: #0065a8;
}
.aquo {
  font-size: 1.2em;
}
.pagination, #refine_search {
  text-align: right;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
}
div#sort-links {
  float: left;
}
div#sort-links span {
  padding-right: 4px;
}
.refinement .active {
  font-weight: bold;
}
.refinement h4 {
  display: inline;
  padding-right: 4px;
}
.serp #stage, .profile #stage, .about #stage, .advertise #stage, .contact #stage {
  margin: 0 30px 30px;
  min-height: 470px;
}

#extraContent {
	background: #D3D0D0;
	padding: 20px;
}
#contactUserList label {
	width: 130px;
	display: block;
	float: left;
	clear: left;
}
#contactUserList input {
	float: left;
}

/*Listings*/
.relatedSearchBox {
	color: #000;
	font-size: 1.05em;
	width: 80%;
	margin: 7px auto;
}
.serp h1, .people h1 {
	font-size: 1.55em;
	color: #333;
	margin-bottom: 0.3em;
}
#left_column {
	float: left;
	width: 650px;
}
#right_column {
	float: right;
	width: 240px;
}
.pagination, #refine_search {
	text-align: right;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 1.05em;
}
.pagination a {
	border: 1px solid #ddd;
	background: #fff;
	padding: 2px 5px;
	margin: 0 2px;
}
div#sort-links {
  float: left;
}
div#suggestions {
	font-size: 1.3em;
}
div#locationSuggestions {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 40px 20px;
	width: 600px;
}
.refinement .active {
  font-weight: bold;
}
.refinement h4 {
  display: inline;
  padding-right: 4px;
}

.glisting {
	font-size: 1.2em;
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
}
#results .glisting:last-child {
	border: none;
}
.banner_ad {
	width: 728px;
	height: 90px;
	margin: 0 auto 10px;
}
body.index .banner_ad {
	margin: -40px auto 30px;
}

.sponsored {
	margin-top: 1px;
	background: #e9f4fb;
	border: 1px solid #c9c8b9;
}
.sponsored .content {
	padding: 5px 10px;
}
.sponsored h2 {
  float: right;
  color: #898989;
  font-size: 10px;
  margin: 0.3em;  
}
.sponsored span.title {
  font-size: 1.2em;
  font-weight: bold;
}
.sponsored cite {
	color: #568e1a;
	margin-left: 0.5em;
	font-style: normal;
	font-size: 1.1em;
}
.sponsored p {
	font-size: 1.1em;
}

#yield_results {
	margin: 0 10px;
}
#results {
  margin: 10px 0 0;
  background: #fff;
  border: 1px solid #ddd;
}
.listing {
	padding: 10px 5px;
	border-top: 1px solid #ddd;
	/*background: #fafbf8;*/
	margin: 0 10px;
}
.listing h4 {
	float: left;
  color: #898989;
  font-size: 10px;
  margin: -8px 0 0 0;
}
.listing .business_info {
	width: 465px;
	float: left;
	clear: left;
}
.listing .business_info .business_ad {
  float: left;
  width: 165px;
  max-height: 100px;
  overflow: hidden;
  margin-right: 15px;
}
.listing .business_info .business_details {
	float: left;
	width: 260px;
}
.listing h3.business_name {
	margin-bottom: 2px;
	font-size: 1.25em;
	margin: 0 0 0.5em;
}
.listing h3.business_name.highlight a {
	color: #ba1f25;
}
.listing h3.business_name.bold a {
  font-weight: bold;
}
.listing span.tagline {
	display: block;
	margin: 0 0 2px;
	font-style: oblique;
	font-size: 1.25em;
}
.listing span.tel {
	display: block;
	margin-bottom: 2px;
	font-size: 1.25em;
}
/*Adding bullets for portal generated lists*/
.profile_info ul, .profile_info li {
  list-style-type: disc;
  margin: 5px 0 0 15px;
}
.serp .listing span.adr, .serp .listing div#profile_info {
	font-size: 1.15em;
}
.listing .business_actions {
	float: right;
}
.listing .business_actions li{
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
}
.listing .business_actions a, .listing .business_actions li b {
	background: url(/images/pubs/bdot/link_actions.gif) no-repeat;
	padding-left: 22px;
	display: block;
	font-size: 1.05em;
}
.listing .business_actions a.save-listing {
  background-position: 0 1px;
}
.listing .business_actions a.email-friend {
	background-position: 0 -14px;
}
.listing .business_actions a.email-business {
  background-position: 0 -30px;
}
.listing .business_actions a.coupon {
  background-position: 0 -46px;
}
.listing .business_actions a.website {
  background-position: 0 -60px;
  padding-bottom: 1px;
}
.listing .business_actions a.leadsite {
  background-position: 0 -75px;
}
.listing .business_actions a.video {
  background-position: 0 -91px;
}
.listing .business_actions a.more-info {
  background-position: 0 -105px;
}

.listing.platinum {
	background: #e0e6fe;
}
.listing.gold {
	background: #fbfbd6;
}
.listing.silver {
	background: #e6e6e6;
}
.listing.bronze {
	background: #f8f6f3;
}
.listing.freeplus {
	background: #ffffff;
}
#tile_ads {
  color: #222;
  font-size: 12px;
}
#tile_ads .content {
  padding: 0 10px;
}
#tile_ads .tile_ad {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.tile_ad .description, .tile_ad .tile_link {
  display: block;
  margin-top: 3px;
}
#tile_ads h3 {
  font-size: 12px;  
}
#tile_ads .last {
  border: none;
}
.tile_ad a {
  font-weight: bold;
  text-decoration: none;
}

/* Suggest Drop Down */
.suggest_results {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1000;
  padding-left: 3px;
  font-size: 1.35em;
}
.suggest_results b {
  color: #0071BC;
}
.activ_option {
  background-color: #C9EAFD;
  cursor: pointer;
}

/*************************************
+Profile
*************************************/
#info-main {
	float: left;
	width: 500px;
	line-height: 18px;
	color: #222;
}
.vcard {
	padding: 5px;
	background: #555;	
}
.vcard .vcard-content {
	background: #fff;
	padding: 10px;	
}
#info-card h1 {
	color: #222;
	font-size: 140%;
	font-weight: bold;
}
#info-card strong {
	font-size: 127%;
}
#info-card .url {
	color: #1c8200;
	text-decoration: underline;
	display: block;
	font-size: 14px;
	margin: 4px 0;
}
#info-card .geo {
	display: none;
}
#info-card .directions {
	padding-left: 8px;	
}
#info-card #actions {
	margin: 7px 0 8px;
}
#info-card #actions li {
	display: inline;
}
#info-main .info-box {
	padding: 10px;
	border: 1px solid #ccf;
	margin: 5px 3px 0;
	background: #fff;
}
#special-offers {
	padding: 10px;
	overflow: hidden;
	margin-top: 5px;	
}
#info-overview h2, #additional-locations h2, #special-offers h2 {
	font-size: 147%;
	color: #222;
}
#info-overview h2 {
	color: #ecbe07;
}
#info-overview p, #overview-profile {
	margin-top: 10px;
}
#special-offers ul, #overview-profile ul, #additional-links ul {
	list-style-type: disc;
}
#overview-profile ul {
	margin-left: 20px;
}
#additional-locations .location {
	margin-top: 4px;
}
#info-ads {
	text-align: center;
}

#info-sidebar {
	width: 340px;
	float: right;
}
#info-sidebar #mapContainer {
	height: 280px;
}
#info-sidebar #pano {
	height: 200px;
	width: 340px;
}
#sidebar-videos, #info-sidebar #mapContainer {
	margin-bottom: 15px;
}
#advertiser-social-links {
  margin: 4px 0;
  float: right;
  border: 2px solid #dadada;
  padding: 10px;
}
#advertiser-social-links h5 {
  font-size: 13px;
  font-weight: bold;
  margin-left: -2px;
}
#advertiser-social-links li {
  padding-top: 3px;
}
span.share-sprite {
  background: url(/images/shared/icon_share_sprites.jpg) no-repeat;
  width: 16px;
  height: 16px;
  float: none;
  display: inline-block;
  padding: 0 2px;
}
span.facebook {
  background-position: 50% 2px;
}
span.twitter {
  background-position: 50% -20px;
}
span.youtube {
  background-position: 50% -240px;
}
span.amazon {
  background-position: 50% -200px;
}
span.ebay {
  background-position: 50% -180px;
}
span.bbb {
  background-position: 50% -220px;
}

/*************************************
+Directions
*************************************/
div.directions {
	border: 1px solid #c0c0c0;
	background: white;
	color: #222;
}
.directions #links {
	height: 18px;
	padding: 5px 10px;
	border-bottom: 1px solid #c0c0c0;
}
.directions #links li {
	display: inline;
}
.directions .backToResults a {
	float: left;
}
.directions .printDirections a {
	float: right;
}
.directions #details {
	float: left;
	padding: 5px;
}
.directions #details h1 {
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -0.01em;
}
#directions-header {
  padding: 0 10px;
  margin: 10px;
  background: #fff;
}
#directions-header .vcard {
  background: #fff;
}

/***************
+Emergency Pages
***************/
body.emergency #stage {
  text-align: center;
}
